/*
EMERGENT CSS
Colors
	light blue: 1763ab
	dark blue: 023567 (emergent corp color)
	light green: 94D62F
	dark green: 809417 (emergent corp color)
	grey: 333333



*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
* {
	margin: 0;	
	padding: 0;
}

body {
	background-color:#EFEFEF;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* DIV LAYOUT */

div#container {
	margin:0px auto;
	width: 800px;
}
div#content-header {
}
div#content-body {
	clear:both;
}

div#nav-footer {
}

/* GLOBAL 1 NAV DROP DOWNS */
div#content-header ul {
	list-style: none;
	display: inline;	
}
div#content-header .mainmenu {
	float:left;
	font-weight:bold;
	padding:5px;
}
div#content-header ul li {

}
div#content-header li ul li {
	font-weight:normal;
}


/* BODY STYLES*/
div#content-body {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	color: #333333;
	
}
div#content-body p {
	margin:8px 0px 8px 0px;
}
div#content-body ul,ol {
	margin: 5px 0px 5px 25px;
}
div#content-body a {
	color: #136389;
	text-decoration: none;
}
div#content-body a:hover {
	color: #023567;
	text-decoration:underline;
}
.layouttable th {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	text-align:left;
}
.layouttable td {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3D474D;
	padding:3px;
	vertical-align:top;
}
.datatable th {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	background-color:#94D62F;
	padding:3px;
	text-align:left;
}
.datatable td {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3D474D;
	border-bottom: 1px solid #EDEDED;
	padding:3px;
}
.content-formcaption {
}
.content-formelement {
}
.logobox {
	width:550px;
	padding:5px;
	background-color:#FFFFFF;
	text-align:center;
}


/* FOOTER STYLES*/
.nav-footer {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.nav-footer a {
	color: #1763ab;
	text-decoration: none;
}
.nav-footer a:hover {
	color: #023567;
	text-decoration:underline;
}

.fieldrequired {
	border: 1px solid #666;
}
.fieldoptional {
	border: 1px solid #666;
}
.fieldstar {
	font-size:9px;
	color:#990000;
}
		
/* IMAGES */
img#logo {
	float: left;
	display:inline;
	width: 163px;
	height: 64px;
}
img.floatright {
	float:right;
	margin: 0px 0px 10px 10px;
}
img.floatleft {
	float:left;
	margin: 0px 10px 10px 0px;
}
img.bactotop {
	border:0px;
	margin:0px 0px 0px 5px;
}
div#nav-global1 img {
	border:0px;
}
img.hometile {
	margin:0px 10px 0px 0px;
	padding:0px;
	border:0px;
}
img.homehero {
	border:0px;
}
img.elementsicon {
	display:block;
	margin-top:29px;
}

/* TEXT STYLES */
h1 {
	font-size: 12px;
	font-weight:bold;
}
h2 {
 	font-size: 11px;
	font-weight:bold;
	margin:12px 0px 8px 0px;
}
h3 {
	font-size: 11px;
	font-weight:normal;
	margin:10px 0px 8px 0px;
}
h4 {
	font-size: 11px;
	font-weight:normal;
	margin:10px 0px 8px 0px;
}
h5 {
	/* used for separating blocks of distinct copy
	this style has lots of space above it
	otherwise it is just like h2*/
 	font-size: 11px;
	font-weight:bold;
	margin:26px 0px 8px 0px;
}
.subhead {
 	font-size: 12px;
	color: #000000;
}
.hidediv {
	display:none;
}
a.external {
	padding-left: 8px;
	background: url(/elements/link_external.gif) no-repeat left top;
}

a.pdf {
	padding-left: 15px;
	padding-top: 4px;
	background: url(/elements/link_pdf.gif) no-repeat left top;
}
.sitemapglobal1 {
}
.sitemapglobal2 {
	margin-left:15px;
}
.sitemapglobal3 {
	margin-left:30px;
}
.calloutquote {
	padding:0px 15px 0px 15px;
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
	color:#809417;
	text-indent:-6px;
}
.callout {
	padding:0px 15px 0px 15px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#809417;
}
