@charset "utf-8";
* {
	border-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

img a {
	border-style: none;
	margin-bottom: 0px;
}

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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/body-bkgd.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
#container  {
	width: 1026px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header  {
	background: #005BAB;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} 
#nav {
	background: #FFF;
	font-weight: bold;
	line-height: 30px;
	padding-left: 15px;
	border-top: none;
	border-bottom: 5px solid #083A6B;
	border-right-style: none;
	border-left-style: none;
}
#usp {
	background: #FFF;
	margin: 0px;
	padding: 0px;
}


#header a {
	color: #F30;
	font-weight: bold;
}
#header a.current {
	color: #0E5CA7;
	background: #FFF;
	height: 20px;
	width: 20px;
}

#header a:hover {
	color: #0E5CA7;
	background: #FFF;
	height: 20px;
	width: 20px;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 305px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 3px;
	color: #083A6B;
	font-size: 10px;
	margin-left: 0px;
}




#sidebar1 h2 {
	font-weight: bold;
	color: #083A6B;
	border-top: 3px solid #F30;
	border-bottom: 3px solid #F30;
	font-size: 18px;
	margin-right: 8px;
	margin-left: 0px;
	text-align: center;
}
#sidebar1 a {
	color: #08427B;
}
#sidebar1 p {
	padding-left: 4px;
}

#sidebar1 a:hover {
	text-decoration: underline;
	color: #F30;
}
#sidebar1 a.current {
	text-decoration: underline;
	color: #F30;
}

.orangeBox {
	background: url(images/orange-box140.png) no-repeat;
	text-align: center;
	margin-left: -2px;
	padding: 10px 5px 5px 2px;
	width: 135px;
	height: 90px;
	color: #FFF;
}
.orangeBox2 {
	background: url(images/orange-box140.png) no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	padding: 10px 2px 5px;
	color: #FFF;
	margin-left: 145px;
}
.orangeBox5 {
	background: url(images/orange-box.png) no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	padding: 0px 2px 5px;
	color: #FFF;
	height: 102px;
	width: 133px;
	margin-top: 5px;
	font-weight: bold;
}
.orangeBox5Copy {
	padding: 0px 3px 5px;
	margin-top: 5px;
}


.orangeBar {
	border-bottom: 3px solid #F30;
	margin-right: 8px;
	margin-left: 0px;
}


#mainContent  {
	margin: 0px 0px 0px 305px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	font-size: 11px;
	color: #333;
	background: #FFF no-repeat;
	text-align: left;
	width: 705px;
	border-left: 2px solid #F2F2F2;
} 
#mainContent h1 {
	font-size: 16px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#mainContent h2 {
	font-size: 14px;
	padding: 5px 0px 0px 10px;
	margin: 0px;
}
#mainContent h3 {
	font-size: 12px;
	padding: 5px 0px 0px 10px;
	margin: 0px;
}


#mainContent ul li {
	list-style: outside;
	margin-left: 25px;
	margin-right: 5px;
	padding-bottom: 10px;
}
#mainContent p {
	padding: 5px 10px 10px;
}
.orangeBarMainContent {
	border-bottom: 3px solid #F30;
	margin-right: 8px;
	margin-left: 8px;
}


.mainText {
	color: #333;
	background: url(images/mainFull2-bkgd.png) no-repeat;
	padding-left: 8px;
	padding-top: 20px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 2px;
}

#footer  {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F30;
	color: #FFF;
	font-weight: bold;
	clear: both;
	margin: 0px;
	border: 5px solid #F30;
} 
#footer p  {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 10px 0pt; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	clear: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.xform {
	color: #333;
	background: #EBF5FC url(images/form-bkgd.png) no-repeat;
	height: 250px;
	width: 250px;
	margin-bottom: 3px;
	padding: 20px 10px 10px 8px;
	margin-left: 5px;
}
.video {
	color: #333;
	background: url(images/video-bkgd.png) no-repeat;
	height: 200px;
	width: 250px;
	float: left;
	padding: 20px 10px 10px 8px;
	margin-left: 5px;
}
.bodytext {
	padding: 10px 20px;
}

.bodytextQ {
	padding: 10px 20px;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}
#form1 {
	line-height: 20px;
	background: #E3EBF4;
	margin: 5px auto;
	padding: 5px;
	border: medium groove #F30;
	color: #000;
}
.submitBTN {
	background: url(images/submit-btn.jpg);
	height: 51px;
	width: 370px;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	font-size: 12px;
}
.smCaps {
	font-weight: bold;
	font-variant: small-caps;
}
.consultForm {
	font-size: 12px;
}

