@import url("reset.css");

/* @group global */

html {
	width: 100%;
}

body {
	background: #454547 url(body_background.png) 0 0;
	height: 100%;
	width: 100%;
}

#page {
	width: 800px;
	height: 600px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

#wrapper {
	height: 542px;
	overflow: hidden;
}

#main {
	clear: both;
	background: url(main_background.png) repeat-x;
	height: 369px;
	overflow: hidden;
}

.top_anchor {
	float: left;
	margin-top: -40px;
	height: 1px;
}

.clear {
	clear: both;
}

/* @group #header */

#header {
	width: 800px;
	height: 168px;
	background-color: #092639;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 5px solid #4d90cd;
	overflow: hidden;
	position: relative;
}

#header .id_mark {
	width: 445px;
	height: 124px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	background: url(id_mark.png) no-repeat;
	position: absolute;
	top: 18px;
	left: 23px;
}

#header .contact_info {
	color: #f5f5f6;
	font: 8px/13px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	position: absolute;
	top: 27px;
	right: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header .alt-contact_info {
	top: 100px;
}
#header .contact_info .address {
	margin-bottom: 13px;
}

#header .contact_info .phone {
}

#header .navigation {

	display: block;
	overflow: hidden;
	position: absolute;
	top: 144px;
	right: 30px;
	border-right: 1px solid #4d90cd;
}

#header .navigation li {
	float: left;
}

#header .navigation li.active {
	background: none;
}

#header .navigation li.active a {
	background-color: #4d90cd;
	background-image: none;
	font-weight: bold;
}

#header .navigation li a {
	display: block;
padding-top: 3px;
padding-bottom: 4px;
	font: 10px/10px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #f5f5f6;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	width: 157px;
	text-align: center;
	border-left: 1px solid #4d90cd;
	background-position: 0 0;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

#header .navigation li a:hover,
#header .navigation li.active a:hover {
	background-color: transparent;
	background-image: url(navigation_a_hover_background.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-weight: normal;
}

/* @end */

/* @group #content */

#content {
	font: 10px/16px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #1a1a1a;
	float: left;
	width: 800px;
	height: 369px;
	position: relative;
	overflow: hidden;
}

#content h1 {
	width: 300px;
	height: 369px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(h1_background.jpg) no-repeat;
}

#content #body {
	font: 10px/16px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1c1b1a;
	float: right;
	width: 470px;
	height: 338px;
	position: absolute;
	left: 300px;
	top: 0;
	overflow: auto;
	padding-top: 31px;
	overflow: auto;
}

#content #body h2 {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 16px;
	font-weight: bold;
	font-style: normal;
}

#content #body p {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 16px;
}

#content #body a,
#content #body a:hover,
#content #body a:visited,
#content #body a:active {
	text-decoration: none;
	color: #1c1b1a;
}

#content #body ul,
#content #body ol {

	margin-top: 16px;
	margin-bottom: 16px;
}

#content #body ul {
	list-style-type: disc;
	margin-left: 14px;
}

#content #body ol {
	list-style-type: decimal;
	margin-left: 23px;
}

#content #body form ul {
	list-style-type: none;
	margin-left: 0;
}

#content #body form ul li label {
	float: left;
	clear: both;
	width: 180px;
}

#content #body form ul li label .required {
	float: right;
	font-size: 10px;
	color: #dddddd;
}

#content #body form ul li input {
	float: left;
	clear: both;
	height: 12px;
	background: #eeeeee;
	border: 1px solid #dddddd;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-bottom: 14px;
	width: 176px;
}

#content #body form input {
	clear: both;
	display: block;
	height: 22px;
	background: #eeeeee;
	border: 1px solid #dddddd;
	font-size: 12px;
	margin-bottom: 14px;
	width: 176px;
}



/* @end */

/* @group #footer */

#footer {
	width: 800px;
	height: 53px;
	background-color: #092639;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #4d90cd;
	overflow: hidden;
	position: absolute;
	top: 541px;
	left: 0;
}

#footer a.contact_link {
	text-transform: uppercase;
	font: 8px/8px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #f5f5f6;
	text-decoration: none;
	position: absolute;
	top: 22px;
	right: 32px;
}

/* @end */

/* @end */

/* @group #home */

#home #content h1 {
	background-position: 0 0;
}

#home #content #body {
	padding-top: 18px;
	overflow: hidden;
}



/* @end */

/* @group #about_us */

#about_us #content h1 {
	background-position: -300px 0;
}

#about_us #content #body {
	background: url(about_us_body_background.jpg) no-repeat;
	background-position: 0 20px;
	padding-left: 15px;
	padding-right: 15px;
	width: 440px;
	overflow: hidden;
	letter-spacing: 0;
}

/* @end */

/* @group #the_partners */

#the_partners #content h1 {
	background-position: -600px 0;
}

#the_partners #content #body ul.profile_listings {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0;
	overflow: hidden;
}

#the_partners #content #body .profile_listings li {
	float: left;

	margin-bottom: 5px;
	width: 50%;

	text-align: center;
}

#the_partners #content #body .profile_listings li a {
	text-align: center; /* center children */
	text-decoration: none;
}

#the_partners #content #body .profile_listings li img {
	margin-left: 6px;
}

#the_partners #content #body .profile_listings li .title {
	letter-spacing: 0;
	display: block;
	margin-top: -10px;
}

#the_partners #content #body #bios {
	clear: both;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 50px;
	margin-top: 80px;
}

#the_partners #content #body #bios .inset {
	display: block;
	width: 180px;
	height: 115px;
	position: relative;
	float: left;
}

#the_partners #content #body #bios .title {
	width: 85px;
	height: 111px;
	top: 20px;
	left: 90px;
	position: absolute;
}

#the_partners #content #body #bios h2 {
	vertical-align: middle;
}

#the_partners #content #body #bios .inset img {
	display: block;
	height: 121px;
	width: 107px;
	float: left;
	top: -6px;
	left: -10px;
	position: absolute;
}

#the_partners #content #body #bios a.top  {
	margin-bottom: 20px ;
	background: #447fb8 url(bios_top_anchor.png) no-repeat 8px center;
	color: #f5f5f6;
	padding: 3px 4px 3px 20px;
	display: block;
}

/* @end */

/* @group #contact_us */

#contact_us #content h1 {
	background-position: -900px 0;
}

#contact_us #content #body {
	padding-left: 67px;
	width: 400px;
	overflow: hidden;
}

#contact_us #content #body ul {
	list-style-type: none;
	margin-left: 0;
}

#contact_us #content #body ul li {
	list-style-type: none;
	line-height: 12px;
	margin-bottom: 12px;
}

#contact_us #content #body ul li.email_address_first,
#contact_us #content #body ul li.email_address_last {
	margin-top: 24px;
}

/* @end */
