/* ----------------- CSS Reset ----------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}

ul, ol, dl {
position: relative;  
}

blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

td {
vertical-align: top;
}

.clear {
clear: both;
}

strong {
font-weight: bold;
}

/* ----------------- Main Structure ----------------- */

body {
font: 63% helvetica, tahoma, "trebuchet ms", trebuchet, verdana, sans-serif;
color: #585a5d;
background: #fff url('../images/main/bgbottom.png') top left repeat;

}

.bgwrap {
	background: url('../images/main/bgtop.png') top center no-repeat;

}

.contentwrap {
display: block;
position: relative;
margin: 0 auto 10px auto;
top: 63px;
background: #fff;
width: 1169px;
background: url('../images/main/bodybg.png') 0 0 repeat-y;
}

.contentfooter {
	background: url('../images/main/pagefooter.png') bottom left no-repeat;
	width: 1169px;
	min-height: 800px;
}

#mast {
background: url('../images/main/mast.png') no-repeat scroll top left;
width: 1169px;
height: 225px;
display: block;
position: relative;
}

#mast h1 a {
text-indent: -9999px;
width: 335px;
height: 95px;
display: block;
position: relative;
top: 120px;
left: 20px;
background: url('../images/main/logo.png') no-repeat scroll top left;
}

#nav {
height: 40px;
float: right;
display: block;
position: relative;
z-index: 100;
top: 50px;
margin-right: 25px;
}

#content {
background: transparent;
display: block;
position: relative;
width: 1169px;
min-height: 450px;
height: auto !important;
height: 450px;
}



.rightcol {
display: block;
position: relative;
width: 369px;
margin: 0 0px 0 0;
float: right;
font-size: .9em !important;
}

.leftcol {
display: block;
position: relative;
width: 790px;
float: left;
}

.textarea {
margin: 20px;
width: 750px;
z-index: 200;
}

.textarea a {
	text-decoration: underline !important;
}

.textarea ul {
list-style: square outside;
margin-bottom: 1.6em;
margin-left: 30px;
margin-top: -.5em;
}

.textarea li {
margin: 0;
padding: 0;
}

ul.nolist {
list-style: none;
margin-left: 0;
margin-bottom: 2.3em;
margin-top: 0 !important;
}

ul.nolist li {
margin-bottom: .5em;	
}

.textarea li ul {
margin-top: 0;
}

.textarea li ul  li {
margin-left: 25px;
font-size: 1em;
list-style-image: url(../images/main/bracket.gif);
}

/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {
color: #8EACC3;
text-decoration: none;
}

a:visited {

}

a:hover {
color: #14275C;
}

a.on:link, a.on:hover, a.on:visited  {
color: #14275C;
}

/* ----------------- Headlines ----------------- */

h2  {
display: block;
position: relative;
width: 1169px;
height: 54px;
text-indent: -9999px;
}

h2.welcome {
background: transparent url('../images/headlines/welcome.png') top left no-repeat;
}

h2.error {
background: transparent url('../images/headlines/error.png') top left no-repeat;
}

h2.aboutus {
	background: transparent url('../images/headlines/aboutus.png') top left no-repeat;	
}

h2.careers {
background: transparent url('../images/headlines/careers.png') top left no-repeat;
}

h2.clients {
background: transparent url('../images/headlines/clients.png') top left no-repeat;
}

h2.contactus {
background: transparent url('../images/headlines/contactus.png') top left no-repeat;
}

h2.directions {
background: transparent url('../images/headlines/directions.png') top left no-repeat;
}

h2.ournetwork {
background: transparent url('../images/headlines/ournetwork.png') top left no-repeat;
}

h2.news {
background: transparent url('../images/headlines/news.png') top left no-repeat;
}

h2.resources {
background: transparent url('../images/headlines/resources.png') top left no-repeat;
}

h2.services {
background: transparent url('../images/headlines/services.png') top left no-repeat;
}

h2.thankyou {
background: transparent url('../images/headlines/thankyou.png') top left no-repeat;
}

/* ----------------- Navigation ----------------- */

#nav ul {
display: block;
position: relative;
list-style: none;
margin: 0 0 0 0;
}

#nav ul li {
	float: left;
	height: 40px;
	margin-left: 15px;
}

#nav ul li, #nav ul li a, #nav ul li a:link {
	text-indent: -9999px;
	text-decoration: none;
	position: relative;
	height: 40px;
	display: block;
	background: transparent;
	}
	
#nav ul li.about a:link, #nav ul li.about a:hover, #nav ul li.about a:visited {
	background: transparent url(../images/nav/about.png) top left no-repeat;
	width: 137px;
}

#nav ul li.resources a:link, #nav ul li.resources a:hover, #nav ul li.resources a:visited {
	background: transparent url(../images/nav/resources.png) top left no-repeat;
		width: 234px;
}

#nav ul li.clients a:link, #nav ul li.clients a:hover, #nav ul li.clients a:visited {
	background: transparent url(../images/nav/clients.png) top left no-repeat;
		width: 150px;
}

#nav ul li.news a:link, #nav ul li.news a:hover, #nav ul li.news a:visited {
	background: transparent url(../images/nav/news.png) top left no-repeat;
		width: 82px;
}

#nav ul li.contact a:link, #nav ul li.contact a:hover, #nav ul li.contact a:visited {
	background: transparent url(../images/nav/contact.png) top left no-repeat;
		width: 127px;
}


#nav ul li a:hover {
	background-position: 0 -64px !important;
}

#nav ul li.on a:link, #nav ul li.on a:hover, #nav ul li.on a:visited {
	background-position: 0 -130px !important;
}


/* ----------------- News Area ----------------- */

h3.newsheader {
	background: url('../images/headlines/newstop.png') no-repeat scroll top left;
	width: 369px;
	height: 67px;
	text-indent: -9999px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

h3.pages {
	background: url('../images/headlines/pages.png') no-repeat scroll top left;
	width: 369px;
	height: 67px;
	text-indent: -9999px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.newsbox {
	background: url('../images/news/newsbg.png') top left repeat-y;
	width: 325px;
	margin: 10px auto;
}

.newsbox .footer {
	background: url('../images/news/newsfooter.png') bottom left no-repeat;
	width: 325px;	
}

.newsbox .header {
	background: url('../images/news/newstop.png') top left no-repeat;
	width: 325px;	
}

.newsbox p {
	padding: 10px;
}

.newsbox a {
	background: url('../images/news/readmore.png') no-repeat scroll top left;
	width: 79px;
	height: 20px;
	text-indent: -9999px;	
	display: block;
	position: relative;
	float: right;
	margin: -15px 10px 10px 10px;
}


/* ----------------- Subnavigation ----------------- */

ul.subnav {
display: block;
position: relative;
list-style: none;
width: 300px;
margin: 30px 0 0 20px;
}

ul.subnav li {
padding: .4em;
font-size: 1.5em;
margin: 0 0 .7em 0;
border-bottom: 1px solid #C5E2F5;
color: #14275C;
line-height: 1em;
background: transparent;
}

ul.subnav li a:link, ul.subnav li a:hover, ul.subnav li a:visited {

	color: #14275C;
} 

ul.subnav li a:hover  {	
color: #fff;
}

.subnav li a.on {
	font-weight: bold;
	color: #14275C;
}




/* ----------------- Footer ----------------- */

address {
font-style: normal;
width: 1166px;
font-size: .7em;
margin: 80px auto 20px auto;
width: 1166px;
height: 50px;
}

address p.left {
float: left;
}

address p.right {
float: right;
text-align: right;
}


/* ----------------- Pages ----------------- */

/* Index Page */


img.indexfloat {
	float: right;
	margin: 10px 7px 0 0;
}

/* Client Page */
.client {
	margin: 15px 0;
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	
}

.client img {
	float: left;
	display: block;
	position: relative;
	margin: 15px 0;
}

.client a {
	text-decoration: underline;
}

/* Contact Page */




/* Resources Page */




/* About Section */




/* Client Page */
table.logos {
	
}

table.logos td {
	padding: 25px 10px;
}

table.logos td img {
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
}



/* Contact Us */

table.contactus {
	margin: 1em 0;
}

table.contactus tr {
	
}

table.contactus td {
	padding: 5px;
	font-size: 1.2em;
}

.contactus input {
	width: 300px;
}

.contactus textarea {
	width: 450px;
	height: 150px;
}

.contactus select {
	width: 300px;
}

.contactus .button {
	width: 100px;
	border: 1px solid #CDCDCD;
}




/* ----------------- Headlines ----------------- */



/* ----------------- Typography ----------------- */

p, li, dd {
font-size: 1.5em;
line-height: 1.5em;
margin: 0 0 1.6em 0;
}

p.large {
	font-size: 1.8em;
}

h3  {
font-size: 1.7em;
font-weight: bold;
color: #002E5B;
margin: 1em 0 .7em 0;
}

h4  {
font-size: 1.5em;
font-weight: bold;
color: #64727B;
margin: 1em 0 .4em 0;
}

.subscribe {
	
}

.subscribe form {
	padding: 10px;
}


.subscribe form input.email{
	width: 170px;
}
