html {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
/* hide from ie on mac \*/
	height: 100%;
/* end hide */
}


body {
	height: 100%;
	width: 100%;
	max-width: 100%;
	text-align: left;
	color: #293536;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

h1 {
	font-weight: bold;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 1.7em;
	font-style: normal;
	line-height: 1.5em;
	margin: 20px 0 10px 0;
	color: #21254E;
}
h2 {
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	color: #293536;
}
h3 {
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #293536;
}

span.ias {
	font-family: Bell MT, Times New Roman, Times, serif;
	font-size: 17px;
	font-weight: normal;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #384D9C;
}

p {
	color: #293536;
}

strong {
	color: #21254E;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #832123;
}
a:hover {
	text-decoration: underline;
	color: #832123;
}

div.footer a:link, div.footer a:visited, div.footer a:active {
	text-decoration: none;
	color: #666666;
}
div.footer a:hover {
	text-decoration: underline;
	color: #666666;
}


.print_only_header {
	display: block;
	width: 100%;
	text-align: right;
	margin: 0 0 0 0;
}

.print_only_header h1 {
	text-align: right;
	font-family: Bell MT, Times New Roman, Times, serif;
	font-size: 120pt;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #384D9C;
}

.header_container, .header_wrapper, .header_contents, .navigation_container, .navigation_wrapper, .navigation_contents {
	display: none;
}

/* Navigation buttons */
#nav_wrapper { width: 765px; height: 39px; margin: 0 auto; position: relative; z-index: 999; }
#nav_wrapper #nav_list { margin: 0; padding: 0; }
#nav_wrapper #nav_list li { display: inline; }
#nav_wrapper #nav_list li#nav_home a { float: left; width: 57px; height: 0; padding-top: 39px; overflow: hidden; background-position: 0 0; }
#nav_wrapper #nav_list li#nav_clients a { float: left; width: 92px; height: 0; padding-top: 39px; overflow: hidden; background-position: -57px 0; }
#nav_wrapper #nav_list li#nav_media a { float: left; width: 125px; height: 0; padding-top: 39px; overflow: hidden; background-position: -149px 0; }
#nav_wrapper #nav_list li#nav_about a { float: left; width: 83px; height: 0; padding-top: 39px; overflow: hidden; background-position: -274px 0; }
#nav_wrapper #nav_list li#nav_contact a { float: left; width: 96px; height: 0; padding-top: 39px; overflow: hidden; background-position: -357px 0; }
#nav_wrapper #nav_list li a,
#nav_wrapper #tagline { background-image: url(/assets/images/navigation.png); background-repeat: no-repeat; }
#tagline { width: 312px; height: 39px; position: absolute; top: 0; right: 0; background-position: 100% 0; background-repeat: no-repeat; }
/* Over states */
#nav_wrapper #nav_list li#nav_home a:hover { background-position: 0 -78px; }
#nav_wrapper #nav_list li#nav_clients a:hover { background-position: -57px -78px; }
#nav_wrapper #nav_list li#nav_media a:hover { background-position: -149px -78px; }
#nav_wrapper #nav_list li#nav_about a:hover { background-position: -274px -78px; }
#nav_wrapper #nav_list li#nav_contact a:hover { background-position: -357px -78px; }
/* Pressed states */
#nav_wrapper #nav_list li#nav_home a:active { background-position: 0 -78px; }
#nav_wrapper #nav_list li#nav_clients a:active { background-position: -57px -78px; }
#nav_wrapper #nav_list li#nav_media a:active { background-position: -149px -78px; }
#nav_wrapper #nav_list li#nav_about a:active { background-position: -274px -78px; }
#nav_wrapper #nav_list li#nav_contact a:active { background-position: -357px -78px; }
/* On states */
#nav_wrapper.home #nav_list li#nav_home a { background-position: 0 -39px; cursor: default; }
#nav_wrapper.clients #nav_list li#nav_clients a { background-position: -57px -39px !important; }
#nav_wrapper.media #nav_list li#nav_media a { background-position: -149px -39px !important; }
#nav_wrapper.about #nav_list li#nav_about a { background-position: -274px -39px !important; }
#nav_wrapper.contact #nav_list li#nav_contact a { background-position: -357px -39px !important; }

.content_wrapper {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0;
	margin: 0;
/*	border: 1px solid #FFFFFF;*/
}

.content_wrapper img {
	padding: 0;
}

.content {
	text-align: left;
	margin: 0;
	padding: 0;
}

img#headerimage {
	display: none;
}

.green_floater {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 15px 15px 15px 15px;
	border: 2px solid #384D9C;
	color: #000000;
}

.green_floater p {
	margin: 0;
	padding: 0;
}


.page_main_picture_left {
	float: left;
	width: 320px;
	height: 265px;
	border-bottom: 1px solid #FFCEF7;
/*	background-color: #FFFFFF;*/
}

.page_home_picture_right {
	float: right;
	width: 450px;
	height: 265px;
	border-bottom: 1px solid #FFCEF7;
	padding: 0;
	margin: 0;
	text-align: right;
}

.page_main_text {
	float: right;
	width: 410px;
	padding: 20px 20px 35px 20px;
}

.video_left, .video_right, .homepage_videos_highlight, .click_to_email, .contact_form {
	display: none;
}

.clear_floats {
	clear: both;
	height: 0px;
}

.footer{
	text-align: left;
	font-size: 0.9em;
	padding: 10px 0 0 0;
	height: auto;
	color: #666666;
}





/* Clients styled list */
#clients_left { width: auto; height: auto; margin: 0; position: relative; z-index: 499; float: left; }
#clients_left #clients_list_left { width: 368px; margin: 0 2px 20px 0; padding: 0; }
#clients_left #clients_list_left ul { list-style: none; width: 360px; }
#clients_left #clients_list_left li { display: block; height: 60px; width: 360px; margin-bottom: 4px; }
#clients_left #clients_list_left li a { float: left; height: 54px; width: 360px; padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px; color: #FFFFFF; font-weight: bold; }
a.client1 { background: #384D9C; }
a.client2 { background: #AA5933; }
a.client3 { background: #43B1C0; }
a.client4 { background: #CFB23A; }
a.client5 { background: #7C843E; }
a.client6 { background: #293536; }
a.client7 { background: #21254E; }
a.client8 { background: #832123; }
a.client9 { background: #825757; }
a.client10 { background: #816F34; }
#clients_left #clients_list_left li a:hover { color: #CEC188; text-decoration: none; }
#clients_left #clients_list_left li a.client3:hover, #clients_left #clients_list_left li a.client4:hover { color: #293536; }

