/* @group << -------// GLOBAL Settings //------ */

* {
	margin: 0px;
	padding: 0px;
}

img, div, a, input, #header, #banner, #container {
	behavior: url(/css/iepngfix.htc)
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #190C00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

a {
	color: #B31C09;
	text-decoration: none;
}

a:hover {
	color: #76A12F;
}

img {
	border: 0;
}

/* @end */

/* @group << ------------//Global Top NAV//-------- */

#banner-services-nav {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 5px 0px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	color: #666666;
}

#navlist a, #navlist a:visited {
	text-decoration: none;
	color: #999999;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navlist a:hover {
	display: inline;
	list-style-type: none;
	background-position: 90% center;
	background-repeat: no-repeat;
	background-image: url(../images/arrowdown.gif);
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* @end */

/* @group << ------------//Landing NAV //-------- */

#landing-nav-cont {
	width: 920px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
	background-image: url(../images/landing_blue_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	height: 16px;
}

#landing li {
	display: none;
	list-style-type: none;
	padding-right: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
}

#landing a, #landing a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

#landing a:hover {
	display: inline;
	list-style-type: none;
	text-decoration: underline;
}

/* @end */

/* @group //--------// Tables //------------ */

table {
	border: 0;
	margin: 0;
	padding: 0;
}

table tr td {
	padding: 0px;
}
.tableTRleft   {
	background-image: url(../images/rounded_top_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* @end */

/* @group << --------// CONTAINERS //-------- */

#header {
	margin-bottom: 0px;
	display: block;
	padding: 0px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	height: 63px;
	background-image: url(../images/logoheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header .logo {
	height: 60px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#banner {
	padding: 0px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 340px;
}

#banner-title {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#banner-landing {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 0px;
}

#header .menuright {
	height: 32px;
	display: block;
	width: 715px;
	float: left;
	margin: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topnav {
	background-color: #FFFFCC;
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 920px;
	clear: both;
}

#container {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#container  h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #669900;
}
.formtable {
	width: 600px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	text-align: left;
}
.formtable th {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 150px;
	color: #990000;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}
.formtable strong {
	color: #003366;
}
.formtable .form_submit_button {
	background-color: #B1A996;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF7DC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 5px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF7DC;
}
.formtable td {
	padding: 10px;
}

#container p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#container-top {
	padding: 0px;
	height: 10px;
	width: 960px;
	clear: both;
	background-image: url(../images/bcgrtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* @end */

/* @group << ----------// HEADLINES //------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #003061;
	margin-bottom: 0px;
	line-height: 1em;
	font-variant: normal;
	text-align: left;
	padding-left: 15px;
}

h3 {
	color: #9B0705;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0px;
	display: block;
	font-weight: 600;
	padding-top: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	color: #002E5C;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: block;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #643C1C;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
}
h5 {
	color: #CC0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.head3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #990000;
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4DAB6;
}

.head4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 18px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4DAB6;
	background-color: #FFFFFF;
	background-image: url(../images/box_2-3-cont_bar.jpg);
	background-position: left top;
}

/* @end */

/* @group << ----------// COLUMNS //-------- */

#col-1 {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0px 0px 20px;
	width: 180px;
}

#col-1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	color: #37260D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#col-3 h2 {
	color: #990000;
}

#col-2 {
	width: 650px;
	margin-left: 40px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

#col-2 p {
	/*

A faint grey line below the text */
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 5px 0px;
	color: #281200;
	text-decoration: none;
}

#col-3 {
	float: right;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

/* @end */

/* @group << ------------// BOXES //-------- */

#box_2-3-Cont {
	margin: 0;
	padding: 8px 0px 6px;
	float: left;
	width: 695px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666666;
}

#box_2-3-Cont p {
	margin-bottom: 10px;
	margin-top: 5px;
}
#box_5-Cont {
	margin: 0;
	padding: 8px 0px 6px;
	float: left;
	width: 695px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
}

#box_1 {
	float:left;
	width:320px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(../images/tone2.jpg);
}
#box_2 {
	float: left;
	width: 320px;
	background-image: url(../images/tone2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 5;
}

#box_3 {
	margin: 0 0px 5px;
	padding: 10px 0px 5px;
	float: right;
	width: 210px;
}

#box_4 {
	margin: 0 0 5px 0px;
	padding: 8px 0px;
	float: left;
	width: 695px;
}
#box_5/* @end */
 {
	float: right;
	width: 692px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-image: url(../images/tone5.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#box_1 a, #box_2 a, #box_3 a, #box_4 a, #box_5 a {
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 0px;
}

#box_1 a:hover, #box_2 a:hover, #box_3 a:hover, #box_4 a:hover, #box_5 a:hover {
	font-size: 11px;
	color: #8AB900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 0px;
}

#box_5 p {
	font-size: 11.5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


#box_1 p, #box_2 p, #box_3 p, #box_4 p, {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
}

#box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2, #box_5 h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #749B00;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 15px;
}

#box_1 ul, #box_2 ul, #box_3 ul, #box_4 ul {
	margin: 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	color: #003366;
	font-size: 11px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10px;
}

#box_1 li, #box_2 li, #box_3 li, #box_4 li {
	margin: 0;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#container li {
	padding-left: 0px;
}
#container ul {
	padding-top: 5px;
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	color: #003163;
	left: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.5em;
}
.home-indent {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}



/* @end */

/* @group << -------------// FORMS //-------- */

textarea {
	width: 100%;
	line-height: 1.25;
}

label {
	cursor: pointer;
}

/* @end */

/* @group << -----------// SPECIAL //--------- */

.clearer {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* @end */

/* @group << -----------// Round Boxes //--- */

div#box {
	width: 25em;
	padding: 30px  10;
	margin: 0 auto;
	text-align: left;
	background: #9CC0FF url(gradient.png) repeat-x 0 -5px
}

div#roundbox1 {
	margin: 0;
	background: #8EBFE0;
}

#roundbox1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0px 10px 5px;
	margin: 0px 0px 10px;
	font-weight: 400;
}

#roundbox1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3173A6;
	padding: 5px 10px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5E3FF;
	margin-bottom: 10px;
	text-decoration: none;
}

#roundbox1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 14px;
	padding: 0px 10px 5px;
}

#roundbox1 a {
	color: #006699;
	font-style: italic;
}

b.rtop, b.rbottom {
	display: block;
	background: #FFF;
}

b.rtop b, b.rbottom b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #89B8D8
}

b.r1 {
	margin: 0 5px
}

b.r2 {
	margin: 0 3px
}

b.r3 {
	margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}

#roundbox1 img {
	display: block;
	height: 20px;
	background-color: #FFFFCC;
	padding: 0px;
}

/* @end */

/* @group << ------------// FOOTER //-------- */

#footer a, #footer a:visited  {
	text-decoration: none;
	padding: 0px 10px;
	color: #868686;
}

#footer {
	margin-top: 0px;
	width: 920px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: 400;
	color: #999999;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	clear: both;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#box_6 {
	float:right;
	width:210px;
	margin: 0;
	padding: 0px;
}
.emphasys_text1 {
	color: #003264;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
}
.emphasys_text {
	color: #749B00;
	font-style: italic;
}
	div.ex2 {
	width: 210px;
	background-color: #004992;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-left: 0px;
	margin-bottom: 6px;
		}
.last-ele a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: 600;
	padding-left: 10px;
	display: block;
}
.last-ele a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: 600;
}
		
		div.ex2 p.first-ele {
	background-color: transparent;
	background-image: url(../images/rounded_top_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin-left: 0px;
		}
		
		div.ex2 p.last-ele {
	padding: 0px;
	background-color: transparent;
	background-image: url(../images/rounded_bottom_blue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}		
div.ex1 {
	width: 210px;
	background-color: #FB9837;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-left: 0px;
}
div.ex1 p.first-ele {
	background-color: transparent;
	background-image: url(../images/rounded_top_orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin-left: 0px;
}
div.ex1 p.last-ele {
	padding: 0px;
	background-color: transparent;
	background-image: url(../images/rounded_bottom_orange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
div.ex3 {
	width: 210px;
	background-color: #AE1505;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-left: 0px;
}
div.ex3 p.first-ele {
	background-color: transparent;
	background-image: url(../images/rounded_top_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin-left: 0px;
}
div.ex3 p.last-ele {
	padding: 0px;
	background-color: transparent;
	background-image: url(../images/rounded_bottom_red.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.clear-both {	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}
#col1 {
	width:230px;
	float:left;
	background-image: url(../images/tone1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
}
#col2 {
	width:230px;
	float:left;
	background-image: url(../images/tone1center.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
}
#col3 {
	width:230px;
	float:left;
	background-image: url(../images/tone1center.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
}
#col4 {
	width:230px;
	float:left;
	background-image: url(../images/tone1right.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
}
#columnsHome {
	width:920px;
	text-align:left;
	margin:0px auto;
	color: #003163;
	padding-bottom: 10px;
}
#columnsHome h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #879F44;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 3px;
}
#columnsHome ul {
	padding: 5px 10px 5px 30px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1em;
	line-height: 1.3em;
}
#columnsHome p {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 1em;
	line-height: 1.2em;
}
.colLeftHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background-image: url(../images/left_blue_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6699CC;
}
.colLeftHeader a, .colLeftHeader a:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
}
.colLeftHeader a:hover {
	color: #6699FF;
	font-weight: normal;
	font-size: 1em;
}
.colCenterHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background-image: url(../images/left_blue_bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6699CC;
}
.colCenterHeader a, .colCenterHeader a:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
}
.colCenterHeader a:hover {
	color: #6699FF;
	font-weight: normal;
	font-size: 1em;
}
.colRightHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	background-image: url(../images/right_blue_bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.colRightHeader a, .colRightHeader a:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
}
.colRightHeader a:hover {
	color: #6699FF;
	font-weight: normal;
	font-size: 1em;
}
iframe {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #D5CDBC;
	background-color: #FBEED1;
	display: block;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
}
