/* CSS Document */

/* COLORS 
	body background: transparent;
	main text: #222222;
	blue link: #466e92;
	orange link: #F47B20;
	orange headline: #F47B20
*/

/*CSS RESET START*/
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;
}
/*CSS RESET END*/

/* GENERIC
---------------------------------------------------------------*/
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	margin:0 auto;
	top: 0px;
	width: 800px;
}
#clear {
	clear: both;
}
#clearbody{
	clear: both; 
}
#clearrightnav{
	clear: both; 
}
#clearfooter{
	clear: both; 
}
.clear {
    clear: both;
}
.spacer {
	height: 10px;
}
p {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 10px;
}
p a {
	color: #466e92;
	text-decoration: none;
}

.orangelink {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #F47B20;
	margin-top: -5px;
	border-top: 1px solid #ffffff; /* strange fix for IE */
	padding-bottom: 0px;
}
.orangelink a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: #F47B20;
}
.bluelink {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #466e92;
}
.bluelink a {
	text-decoration: underline;
	font-size: 11px;
	color: #466e92;
	margin-top:-5px;
}

/* HEADER
------------------------------------------------------------- */

#logo {
	float: left;
	margin-left: 15px;
	margin-top: 25px;
}
#toplinks {
	display:none;
}

/* TOP NAV
------------------------------------------------------------- */
#menu {
	display:none;
}

/* FOOTER
---------------------------------------------------------------*/
#footer {
	width: 780px;
	height: 77px;
}
#footerLeft {
	float: left;
	margin-left: 15px;
}
#footerRight {
	float: right;
	margin-right: 15px;
}
.greennote {
	text-align: left;
	font-size: 11px;
	font-weight:normal;
	color: #c3cf1b;
	text-decoration: none;
	line-height: 29px;
	margin-left: 5px;
	margin-top: 15px;
	padding-left: 30px;
}
.footerlinks {
	text-align: left;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #002E56;
	text-decoration: none;
}
.footerlinks a {
	color: #002E56;
	text-decoration: none;
}
.tagline {
	margin-right: 5px;
	margin-top: 40px;
}

/* LEFT_NAV
---------------------------------------------------------------*/
#sidenav {
	display:none;
}

/*  END OF GENERIC
---------------------------------------------------------------*/










/* CONTENT = PAGE
---------------------------------------------------------------*/
#pagecontainer {
	text-align: left;
	width: 750px;
	margin-left: 15px;
	margin-right: 15px;
}

#pageborder {
    width: 750px;
/*    float: left; */
    border: 1px solid #466e92;
    padding-bottom: 20px;
    background: url(../../Images/shared/wd-bgpagebottom.gif) no-repeat;
    background-position: bottom;
}

#pageheader {
	display:none;
}
.navheader, .navheader a {
	display:none;
}


#maincontent {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
#pagetop {
	display:none;
}

#imageheader {
	float: right;
	margin-right: 50px;
	margin-top: -20px;
}
.imagefloat {
	position: relative;
	margin-right: -15px;
}

#pagecontentmid {
	margin-top: 25px;
}
.pagecontentleft {
/*	float: left; */
	margin-right: 0px;
}
.pagecontentleft img {
	border: none;
	float: left;
/* AD */	padding-top: 5px;
}
.pagecontentright {
	display:none;
}
h1, h1 a {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	text-decoration: none;
	line-height: 18px;
	margin-bottom: 10px;
}
h2, h2 a {
	font-weight: bold;
	font-size: 15px;
	color: #00255b;
	text-decoration: none;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3, h3 a {
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	font-size: 15px;
	color: #466e92;
	margin-top: 20px;
}
h4, h4 a {
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	font-size: 15px;
	color: #466e92;
	margin-top: 20px;
}
h5, h5 a {
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	font-size: 15px;
	color: #222222;
	border-bottom: 1px solid #F47B20;
	padding-bottom: 4px;
	margin-top: 20px;
	margin-bottom: 8px;
}
h6, h6 a {
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-left: 8px;
	background-color: #F47B20;
}

strong {
	font-weight: bold;
}
hr {
	border: none;
	background-color: #466e92;
	color: #466e92;
    height: 1px;
}
.formtxt {
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	color: #666666;
}
.info {
	height: 60px;
}
/* CONTENT = LEVEL 2 PAGE
---------------------------------------------------------------*/
#level2pagetop {
	margin: 0 auto;
	height: 200px;
}
#imageheaderlevel2 {
	display:none;
}






/* UNIVERSAL CODES FOR LEVEL 2, LEVEL 3, NEWS, CUSTOMER PAGES, ETC.
---------------------------------------------------------------*/
#inset {
	float: right;
	width: 156px;
	height: 125px;
	margin-left: 5px;
	padding-top: 12px;
	padding-left: 8px;
	background: url(../../Images/shared/insetbox.gif) no-repeat;
}
#inset img {
	float: left;
}
#inset h1 {
	margin-bottom: 0px;
}
#inset h1 a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #F47B20;
	line-height: 15px;
}

#inset h1 a:hover {
	text-decoration: underline;
}

.inset_content {
	margin-left: 35px;
	padding-left: 5px;
	margin-bottom: 10px;
	border-left: 1px solid #466e92;
}
.bluetext {
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
	color: #466e92;
	line-height: 11px;
}
.inset1 {
	width: 139px;
	border-bottom: 1px dotted #466e92;
	margin-right: 8px;
	padding-bottom: 5px;
}
.inset2{
	width: 139px;
	padding-top: 10px;
	margin-right: 8px;
}
.resource h1 {
	text-align: left;
	line-height: 12px;
/*	margin-left: 46px;*/
	margin-bottom: 5px;
}
.resource p {
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	color: #222222;
	line-height: 13px;
/*	margin-left: 46px;
	margin-right: 5px;*/
}

#featurebox {
	float: right;
	border: 1px solid #466e92;
	width: 200px;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.feature {
	width: 200px;
	padding: 10px 0 10px 5px;
	border-bottom: 1px dotted #466e92;
}

.featureLast_true {
    border-bottom: 0px;
}

.featureheader {
	font-weight: bold;
	font-size: 12px;
	color: #F47B20;
	line-height: 14px;
}
.featuretext {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #222222;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.featuretext a {
	font-weight: bold;
	text-decoration: underline;
	color: #F47B20;
	margin-bottom: 0px;
}
.featuretext a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #466e92;
}
.featureimage {
	text-align: center;
	width: 200px;
}

/* END UNIVERSAL CODES FOR LEVEL 2, LEVEL 3, NEWS, CUSTOMER PAGES, ETC.
---------------------------------------------------------------*/




/* CONTENT = LEVEL 1 PAGE
---------------------------------------------------------------*/
div.levelone {
/* AD  margin-top: 20px; */ 
	min-height: 80px;
}

.levelone p{
	margin-left: 95px;
}

.levelone h3 {
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	font-size: 15px;
	color: #466e92;
	margin-left: 95px;
}

.levelone h3 a {
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	font-size: 15px;
	color: #466e92;
}

/* CONTENT = LEVEL 3 PAGE
---------------------------------------------------------------*/
#level3pagecontainer {
	text-align: left;
	width: 966px;
	margin-left: 15px;
	margin-right: 15px;
}

#level3pageborder {
/*            float: left; */
	width: 750px;
            border: 1px solid #466e92;
            padding-bottom: 20px;
            background-position: bottom;
}	
.level3pagecontentleft {
	margin-top: 20px;
	padding: 0 20px 10px 20px;
}
.levelthree p {
    margin-bottom:10px;
}

.levelthree ul {
	list-style-type: bullet;
	padding-left: 50px;
	padding-top: 5px;
} 

.levelthree li {
	font-weight: normal;
	font-size: 11px;
	color: #222222;
	line-height: 18px;
	padding-top: 5px;
}


#rightcol {
	display:none;
}
.level3pagecontentright {
	display:none;
}


/* NEWSPAGE
---------------------------------------------------------------*/
#newsfeature  img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 7px;
}
#newsfeature  p {
	line-height: 13px;
}
.newsfeaturelink {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}
.news1 {
	float: left;
	margin-top: 10px;
	width: 345px;
	padding-right: 10px;
	border-right: 1px dotted #466e92;
}
.news2 {
	float: right;
	margin-top: 10px;
	width: 345px;
}
.news3 {
	float: left;
	margin-top: 10px;
	width: 345px;
}
.news4 {
	float: right;
	margin-top: 10px;
	width: 350px;
}
#newspage img {
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}
#newspage p {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #222222;
	line-height: 13px;
	margin-top: 8px;
}
#newspage a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #222222;
}
.subhead, .subhead a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #466e92;
	line-height: 16px;
}
.newspageleft {
	float: left;
	width: 240px;
	margin-top: 10px;
}
.newspageright {
	float: right;
	width: 240px;
	margin-top: 10px;
}


/* CUSTOMER PAGE
---------------------------------------------------------------*/
#customer1 {
	float: left;
	width: 237px;
	margin-top: 20px;
}
#customer2 {
	float: left;
	width: 236px;
	margin-top: 20px;
}
#customer3 {
	float: left;
	width: 237px;
	margin-top: 20px;
}
.customerimage {
	text-align: center;
	padding-bottom: 20px;
}
#customerspage h1 {
	font-weight: bold;
	text-decoration: none;
	line-height: 15px; /**/
	font-size: 15px;
	color: #222222;
}
#customerspage h1 a {
	text-decoration: none;
}
#customerspage strong {
	font-weight: bold;
	text-decoration: underline;
	line-height: 15px;
	font-size: 15px;
	color: #466e92;
	margin-top: 20px;
}
.customerspageleft {
	float: left;
	width: 240px;
}
.customerspageright {
	float: left;
	width: 240px;
}
.customerheader {
	margin-top: 10px
}
.customerheader  {
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
	color: #466e92;
}
.customerheader a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
	font-size: 12px;
	color: #466e92;
}
.customerlist a {
	color: #222222;
	text-decoration: none;	
}

/* FORMS
---------------------------------------------------------------*/

form {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #F47B20;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subscribebox {
	width: 118px;
	height: 16px;
	margin-left: 20px;
	border: 1px solid #002E56;
	color: #CCCCCC;
}
.enter {
	margin-left: 20px;
}

/* LEADERSHIP PAGE *****THIS IS NEW*****
---------------------------------------------------------------*/
.leadership {
	list-style-type: none;
	margin-bottom: 15px;
}
.leadership img {
	float: left;
	margin-right: 5px;
}

.leadership li {
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
	height: 93px;
	vertical-align: middle;
}
.leadership li a {
	text-decoration: none;
	color: #466e92; 
}




/* SITEMAP *****THIS IS NEW*****
---------------------------------------------------------------*/

.sitemap {
	float: left;
	height: auto;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 24px;
}
.sitemap ul {
	width: 300px;
	list-style-type: none;
}
.sitemap li.header {
	color: #466e92;
	font-weight:bold;
	text-decoration: none;
	width: 300px;
/*	margin-top: 10px;*/
	padding-left: 5px;
}
.sitemap li.header a {
	color: #466e92;
	text-decoration: none;
	background-color: #eeeeee;
	padding-left: 5px;
	padding-right: 5px;
}
.sitemap li.header a:hover{
	text-decoration: underline;
	color: #F47B20;
}

.sitemap li.nav a {
	color: #466e92;
	text-decoration: underline;
	margin-left: 20px;
}

.sitemap li.subnav a {
	color: #466e92;
	text-decoration: none;
	margin-left: 50px;
}

