
body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div *
{
	margin: 0px;
	padding: 0px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #066CA4;

}
a:hover, a:active {
	color: #5F7E11;

}
#Wrapper {
	width: 954px; 
	margin:0px auto 0px;
	overflow:hidden;
}
#Header {
	font-size: 18px;
	font-weight: bold;
	background: url(/_images/logo.gif) no-repeat;
	color: #066CA4;
}
#overview {
}
#overview li{
	list-style: none;
	margin: 0;
	display:inline;
	margin-right: 8px;
}








/*
Contact
*/
.phone {
	color: #669900;
}
.chat {
	font-size: 12px;
	margin-left: 20px;
}
.chat a:link, .chat a:visited {
	color: #066CA4;
	text-decoration: none;

}
.chat a:hover, .chat a:active {
	color: #000000;
	text-decoration: none;

}
.chaticon {
	margin-right: 25px;
	margin-left: 3px;
	margin-bottom: -10px;

}






/*
Headers
*/
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #066CA4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1.4em;
}


/*
TOP MENU
*/
#navlist {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(/_images/back_nav.gif) repeat-x;
	padding: 0.5em;
}
#navlist li{
	list-style: none;
	margin: 0;
	display:inline;
}
#navlist li a {
	padding: 1em;
	line-height: 2em;
}
 
#navlist li a:link { color: #FFFFFF; }
#navlist li a:visited { color: #FFFFFF; }
#navlist li a:hover {color: #CEE5F1; }
#navlist li a:active {color: #CEE5F1; }
 



 



/*
 Main 
*/
#MainContent {
	text-align:left;
	color:#333333;
	background: url(/_images/back.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 440px;
}
#MainContent ul, #MainContent li {
	margin-left: 18px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style: square outside;
}
#Footer {
	padding: 20px 0 50px;
	color: #999999;
	height: 1%;
	font-size: 11px;
	margin: 0;
	clear: both;
}
#Sidebar {
	float: right;
	margin-top: 68px;
	margin-right: 40px;
	line-height: 100%;
}
#Primary {
	float: left;
	width:540px;
	height:auto;
	padding:0;
	margin-top: 1px;
}
#Primary p {
	line-height: 1.5em;
	margin-top: 382px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#Interior {
	float: left;
	width:952px;
	height:auto;
	background-image: url(/_images/back_int.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 50px;
	background-color: #f2f9fe;
	margin-top: 1px;

}
#InteriorPad {
	float: left;
	height:auto;
	padding: 40px 75px 150px;
}
#InteriorPad p, #InteriorPad li {
	color: #333333;
	line-height: 1.4em;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: justify;

}
#InteriorPad ol {
	padding-left: 25px;
}



 
 
 




/*
text
*/

.left {text-align: left}
.center {text-align: center}
.right {text-align: right}





/*
options
*/
#option1 {
	float:left;
	height:auto;
	padding:0;
	width: 410px;
	margin-right: 45px;
	margin-bottom: 20px;
}
#option1 a:link, #option1 a:visited {
	font-weight: bold;
	color: #E06B29;
	text-decoration: none;
}
#option2 {
	float:left;
	height:auto;
	padding:0;
	width: 410px;
	margin-right: 45px;
	margin-bottom: 20px;
}
#option2 a:link, #option2 a:visited {
	font-weight: bold;
	color: #066CA4;
	text-decoration: none;

}
#option3 {
	float:left;
	height:auto;
	padding:0;
	width: 410px;
	margin-right: 45px;
	margin-bottom: 20px;
}
#option3 a:link, #option3 a:visited {
	font-weight: bold;
	color: #5F7E11;
	text-decoration: none;

}
#option4 {
	float:left;
	height:auto;
	padding:0;
	width: 410px;
	margin-right: 45px;
	margin-bottom: 20px;
}
#option4 a:link, #option4 a:visited {
	font-weight: bold;
	color: #C28F00;
	text-decoration: none;

}
#option1 a:hover, #option1 a:active, #option2 a:hover, #option2 a:active, #option3 a:hover, #option3 a:active, #option4 a:hover, #option4 a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#optionBump {
	margin: 20px;
}
#optionBump p {
	color: #666666;
	line-height: 1.3em;
}




/*
floats and clearing
*/
.floatRight {
	float:right;
	height:auto;
	padding:0;
}
 
.floatLeft {
	float: left;
	height:auto;
	padding:0;
}
 




/*
form styles
*/
.formText {
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 5px;
}
.formtext p {
	line-height: 1.5em;
}
input, option, select, button {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 2px;
	padding:2px;
}
.formSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #066CA4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #6699FF;
	padding: 5px;

}
.formReset {
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	padding: 5px;
	font-size: 14px;


}
.disclaimer {
	font-size: 11px;
}


.validationtext 
{
	color: #FF4422;
	font-size: 10px;
}
select {
	width: 141px;
}
