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


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

h1 {
	font-weight: bold;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 1.7em;
	font-style: normal;
	line-height: 1.5em;
	margin: 0 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: none;
	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: none;
}

.header_container {
	width: 100%;
	min-width: 1000px;
	height: 112px;
	text-align: center;
	background-color: #CEC188;
}

.header_wrapper {
	width: 1000px;
	min-width: 1000px;
	height: 112px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.header_contents {
	width: 907px;
	text-align: right;
	margin: 0 93px 0 0;
}

.navigation_container {
	width: 100%;
	min-width: 1000px;
	height: 39px;
	text-align: center;
	background-image: url(/assets/images/navigation_background.jpg);
	background-repeat: repeat-x;
}

.navigation_wrapper {
	width: 1000px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
}

.navigation_contents {
	text-align: right;
	padding: 0 0 0 0px;
}

/* Navigation buttons */
#nav_wrapper { width: 1000px; height: 39px; margin: 0 auto; position: relative; z-index: 999; }
#nav_wrapper #nav_list { margin: 0 220px 0 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: 1000px;
	height: auto;
	text-align: center;
	padding: 0;
	margin: 0;
	border-left: 1px solid #CEC188;
	border-right: 1px solid #CEC188;
	border-bottom: 1px solid #CEC188;
/*	border: 1px solid #FFFFFF;*/
}

.content_wrapper img {
	border-bottom: 1px solid #CEC188;
	padding: 0;
}

.content {
	text-align: left;
	margin: 0;
	padding: 20px 20px 11px 20px;
	background-color: #FFFFFF;
}

img#headerimage {
	text-align: center;
}

.green_floater {
	float: right;
	width: 360px;
	margin: 0 0 20px 20px;
	padding: 15px 15px 15px 15px;
	background-color: #CFB23A;
	color: #FFFFFF;
}

.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 {
	float: left;
	width: 437px;
	background-color: #666666;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
}

.video_right {
	float: right;
	width: 437px;
	background-color: #666666;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
}

.homepage_videos_highlight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

.click_to_email {
	float: right;
	width: 330px;
	text-align: left;
	margin-bottom: 10px;
}

.contact_form {
	float: right;
	background-color: #FBF9EA;
	border: 1px solid #CEC188;
	padding: 20px 20px 20px 20px;
	width: 330px;
	text-align: left;
	margin-bottom: 10px;
}

.homepage_videos_highlight img, .click_to_email img {
	border-bottom: none;
	padding: 0;
}

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

.footer{
	text-align: center;
	font-size: 0.9em;
	padding: 10px 20px 10px 20px;
	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: 478px; margin: 0 2px 20px 0; padding: 0; }
#clients_left #clients_list_left ul { list-style: none; width: 470px; }
#clients_left #clients_list_left li { display: block; height: 50px; width: 470px; margin-bottom: 4px; }
#clients_left #clients_list_left li a { float: left; height: 42px; width: 466px; padding-left: 6px; padding-right: 6px; padding-top: 6px; 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; }
