@charset "utf-8";
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #efe8ce;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	background-image: url(../layout/header.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 1042px;
}
#headerremote {
	background-image: url(../layout/headerremote.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 1042px;
}
#nav {
	color: #1330D4;
	background-image: url(../layout/nav.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 1042px;
}
#nav .navdiv {
	background-image: url(../layout/images/div.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 39px;
	line-height: 2.5;
}

#nav .navdiv1 {
	
	height: 39px;
	line-height: 2.5;
}


#nav a {
	color: #1330D4;
	text-decoration: none;
}

#nav a:hover {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
 /*original
#footer {
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 1000px;
	padding-top: 112px;
	padding-left: 42px;
	text-align: left;
}*/

#footer {
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 1000px;
	padding-top: 112px;
	padding-left: 42px;
	text-align: left;
}
#footer a {
	text-decoration: none;
	color: #003300;
}
#footer a:hover {
	text-decoration: none;
	color: #0000FF;
}

#copyright {
	color: #333333;
	text-align: center;
	height: 60px;
}
#copyright .style1 {
	font-size: x-small;
}
#copyright a {
	color: #648090;
	text-decoration: none;
}
#copyright a:hover {
	color: #993300;
	text-decoration: none;
}

#module_repcontact {
	color: #330000;
	text-align: center;
	width: 300px;
	float: right;
	margin-right: 31px;
	margin-top: 40px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.1;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	height: 140px;
}

#module_repcontact a {
	color: #0000FF;
	text-decoration: none;
	}
#module_repcontact a:hover {
	color: #FFFF00;
	text-decoration: none;
	}

#moduletext {
	text-align: left;
	padding-top: 24px;
	padding-right: 28px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: small;
	color: #000000;
}
.floatleft {
	float: left;
	padding-right: 4px;
	padding-top: 0px;
}
#moduletext a {
	color: #0000FF;
	text-decoration: none;
}
#moduletext a:hover {
	color: #660000;
	text-decoration: none;
}
#mainLeftmodule p {
	text-align: left;
	padding-left: 45px;
	padding-right: 20px;
	line-height: 1.2;
	color: #000000;
}
#mainLeftmodule h1 {
	color: #006699;
	text-align: left;
	padding-left: 45px;
	padding-top: 10px;
}
#mainLeftmodule h2 {
	color: #996600;
	text-align: left;
	padding-left: 0px;
}



#youtube_moduleLeft {
	margin-top: 28px;
	margin-left: 32px;
	margin-right: 5px;
	text-align: center;
}
#subpages {
	text-align: left;
	padding-right: 40px;
	padding-left: 20px;
}
#subpages a {
	color: #666600;
	text-decoration: none;
}
#subpages a:hover {
	color: #0066CC;
	text-decoration: none;
}
.floatright {
	float: right;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#mainRightmodule p {
	text-align: left;
	padding-left: 20px;
	padding-right: 40px;
	color: #000000;
}
#mainRightmodule h1 {
	color: #006699;
	text-align: left;
	padding-right: 40px;
	padding-left: 20px;
}
#mainRightmodule h2 {
	color: #996600;
	text-align: left;
	padding-right: 40px;
	padding-left: 20px;
}
#module_video {
	padding-top: 20px;
	padding-left: 40px;
}
#module_textLeftCol {
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 12px;
}
#module_textLeftCol a, #mainRightmodule a {
	text-decoration: none;
	color: #0000FF;
}

#module_textLeftCol a:hover, #mainRightmodule a:hover {
	text-decoration: underline;
	color: #993300;
}
.stylexsmall {
font-size:x-small;
}
#midtable {
	padding-left: 20px;
	padding-right: 40px;
}
#testimonialalignleft {
	text-align: left;
}
#mainplain {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	margin: 20px;
	border: thin solid #666600;
}
.styleLeftTitle {
	font-size: large;
	font-weight: bold;
	color: #663300;
}
#mainLeftmodule a {
	text-decoration: none;
}
#mainLeftmodule a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight: normal;
}
#header h1 {
	position: absolute;
	top: -100px;
}
.h3teal {
	color:#006666;
	text-align: left;
}
	
.normal {
	font-size:small;}
	
.medium {
	font-size:medium;
	color: #996600;
}
.large {
	font-size:large;
	color: #996600;
}

/* New -including menu - added 02052012 */
#navcontainer {
	text-align: left;
	margin-left: 25px;
}

/* Menu */
.dropmenu {
	float: left;
	padding: 0px;
	border:0px solid #CCCCCC;
	border-right: none;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.dropmenu li a, .dropmenu li{
	float: left;
}

.dropmenu li{
	list-style: none;
	position: relative;	
}

.dropmenu li span{
	background-color:#2e7dc7;
	display:block;
	height:5px;
	position:absolute;
	right:10px;
	top:11px;
	width:5px;
}

.dropmenu li a:hover span{
	background-color:#fd6305;
}

.dropmenu li a, .dropmenu li div{
	padding: 6px 25px 6px 15px;
	text-decoration: none;
	background-color:#f4f4f4;
	color:#ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b9d6f2;
}

.dropmenu li a:hover{
	background-color: #2e7dc7;
	color:#FFFFFF;
}

/* Submenu */
.dropmenu li ul, .dropmenu li > div {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom:0px solid #CCCCCC;
}

.dropmenu li:hover > ul, .dropmenu li:hover > div{
	display: block;	
}

.dropmenu li ul li, .dropmenu li ul li a{
	float: none;	
}

.dropmenu li ul li{
	_display: inline; /* for IE6 */	
}

.dropmenu li > div{
	width: 200px;
	border-top:1px solid #b9d6f2;
	border-left:1px solid #b9d6f2;
	padding: 15px;
}

/* Sub submenu */

.dropmenu li ul li a{
	width: 150px;
	display: block;	
	border-top:1px solid #b9d6f2;
	border-left:1px solid #b9d6f2;
}
.dropmenu li ul li a:hover{
	background-color: #2e7dc7;
	color:#FFFFFF;
	font-weight: bold;
}

.dropmenu li ul li ul, .dropmenu li ul li > div{
	top: 0px;
	left: 100%;
}

