/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #555555;
	background: #f6f6f6 url("images/bg_page2.jpg") repeat-x;
        display: block;
	line-height: 20px;
}

#page-container {
        width: 950px;
        margin: auto;
}

#main-nav {
        height: 82px;
	background: #f6f6f6 url("images/bg_header.jpg") repeat-y center;
}

#header {
	margin-top: 36px;
}

#sidebar {
	width: 247px;
        background: white;
	padding: 20px 13px 0px 13px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

#content {
        background: white;
	padding: 20px 15px 20px 15px;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#contentx {
        background: white;
	padding: 0px;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#contentxsidebar {
        background: white url("images/sidebar-gradient.jpg") repeat-x;
	padding: 0px;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#contentborderleft {
        background: white;
	padding: 20px 15px 20px 15px;
	border-right: 0px solid #d8d8d8;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#contentborderright {
        background: white;
	padding: 20px 15px 20px 15px;
	border-right: 1px solid #d8d8d8;
	border-left: 0px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#contentnoborder {
        background: white;
	padding: 20px 15px 20px 15px;
	border-right: 0px solid #d8d8d8;
	border-left: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
}
#contentDiv {
        background: white;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#white {
        background: white;
}
#logos {
	margin: 20px 0px 0px 0px;
        background: white;
        height: 90px;
	clear: both;
	border: 1px solid #efefef;
}

#footer {
        background: #f6f6f6;
        height: 30px;
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.pipespan {
	font-size:11px;
	color: #acacac;
	padding: 0px 16px;
}

H1 {	font-size: 24px;
	color: #013a81;
	line-height: 28px;
	font-weight: normal;
}
.subH1 {font-size:18px;
	color:#6b8fb3;
	margin-top:15px;
	line-height: 22px;
}
.subH1green {font-size:18px;
	color:#809f4d;
	margin-top:15px;
}
H2 {	font-size: 18px;
	color: #809f4d;
	font-weight: normal;
}
H3 {	font-size: 18px;
	color: #013a81;
	font-weight: normal;
}
H3.getstarted {
	margin-bottom: 4px;
	font-size: 18px;
	color: #013a81;
	font-weight: normal;
}
H3.learnmore {
	margin-top: 24px;
	margin-bottom: 4px;
	font-size: 18px;
	color: #013a81;
	font-weight: normal;
}
H4 {	font-size: 16px;
	color: #555555;
	font-weight: bold;
	margin-top: 30px;
}
H4.grayside {
	margin-top: 6px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 4px;
}

H5 {	font-size: 13px;
	color: #555555;
	font-weight: bold;
	margin-top: 16px;
}
A.vertnav         { color: white; font-size: 18px; text-decoration: none; }
A.vertnav:visited { color: white; font-size: 18px; text-decoration: none; }
A.vertnav:hover   { color: #dddddd; font-size: 18px; text-decoration: none; }

A.h2         { color: #809f4d; font-size: 18px; text-decoration: none; }
A.h2:visited { color: #809f4d; font-size: 18px; text-decoration: none; }
A.h2:hover   { color: #809f4d; font-size: 18px; text-decoration: underline; }

A.greenlink         { color: #809f4d; font-size: 12px; text-decoration: none; }
A.greenlink:visited { color: #809f4d; font-size: 12px; text-decoration: none; }
A.greenlink:hover   { color: #809f4d; font-size: 12px; text-decoration: underline; }

A.greenlinkbold         { color: #809f4d; font-size: 12px; font-weight: bold; text-decoration: none; }
A.greenlinkbold:visited { color: #809f4d; font-size: 12px; font-weight: bold; text-decoration: none; }
A.greenlinkbold:hover   { color: #809f4d; font-size: 12px; font-weight: bold; text-decoration: underline; }

A.sitefooternav         { color: #809f4d; font-size: 11px; text-decoration: none; }
A.sitefooternav:visited { color: #809f4d; font-size: 11px; text-decoration: none; }
A.sitefooternav:hover   { color: #809f4d; font-size: 11px; text-decoration: underline; }

A.siteheadernav         { color: #555555; font-size: 12px; text-decoration: none; }
A.siteheadernav:visited { color: #555555; font-size: 12px; text-decoration: none; }
A.siteheadernav:hover   { color: #555555; font-size: 12px; text-decoration: underline; }

A.sitemenunav         { color: #809f4d; font-size: 12px; text-decoration: none; }
A.sitemenunav:visited { color: #809f4d; font-size: 12px; text-decoration: none; }
A.sitemenunav:hover   { color: #809f4d; font-size: 12px; text-decoration: underline; }

A.sitemenunavon         { color: #013a81; font-size: 12px; font-weight: bold; text-decoration: none; }
A.sitemenunavon:visited { color: #013a81; font-size: 12px; font-weight: bold; text-decoration: none; }
A.sitemenunavon:hover   { color: #013a81; font-size: 12px; font-weight: bold; text-decoration: underline; }

A.newslink         { color: #809f4d; font-size: 11px; text-decoration: none; }
A.newslink:visited { color: #809f4d; font-size: 11px; text-decoration: none; }
A.newslink:hover   { color: #809f4d; font-size: 11px; text-decoration: underline; }

.newssource {
	font-size: 11px;
	color: #555555;
}

.newscontainer {
	margin: 0px 0px 8px 0px;
	line-height: 14px;
}


TD.vnavtd {
	border-right: 1px solid #013a81;
	text-align: center;
}

TD.logotd {
	text-align: center;
	width: 165px;
}
P {
	margin-top: 8px;
	line-height: 18px;
}
P.sixteen {
	margin-top: 8px;
	line-height: 16px;
}
P.indent {
	text-indent: 16px;
}
LI {	margin-top: 4px;
	margin-bottom: 4px;
	margin-left:16px;
	padding-left:0px;
	list-style-position: outside;
}
LI.whatwedo {	
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 6px;
	padding-left: 4px;
	list-style-position: outside;
}
IMG.borderimg {
	border: 1px solid #888;
}
IMG.contact {
	border: 1px solid #bbb;
	margin: 4px 8px 8px 0px;
}	
DIV.contactbox {
	margin: 4px 0px 8px 0px;
	clear: both;
}

h1#container {
        background  : #fff url(images/img_acquire2.jpg) no-repeat left top;
        height      : 330px; 
        font-size   : 1px; 
        width       : 950px;
        }
 
h1#container span {
        position: absolute;
        left: -2000px;
        top: 0;
        }
 
img#target {
        width       : 950px;
        height      : 330px;
        }    

