@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/background.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#DCDCDC;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif
}

a{
	color:#0168AA;
	text-decoration:none;
}

a:hover{
	color:#0168AA;
	text-decoration:underline;
}

#header{
	background-image:url(../images/header.png);
	height:155px;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:5px;
	
}

#menu{
	padding:10px;
	padding-top:30px;
	padding-left:40px;
}

#menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#menu li{
	float:left;
}

#menu li a{
	color:#666;
	text-decoration:none;
	font-size:14px;
	background-image:url(../images/menuOff.png);
	background-repeat:no-repeat;
	padding-left:25px;
	margin-right:25px;
}

#menu li a:hover{
	color:#000;
	background-image:url(../images/menuOn.png);

}

#leftCol{
	padding:20px;
	padding-left:0px;
	padding-top:15px;
}

#leftCol ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#leftCol ul li{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}

#leftCol li a{
	color:#0168AA;
	text-decoration:none;
	font-size:14px;
	background-image:url(../images/menuOff.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

#leftCol li a:hover{
	background-image:url(../images/menuOn.png);
}

.bold{
	font-weight:bold;
	background-image:url(../images/menuOn.png);
}


#header h5{
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	padding-left:10px;
	padding-top:3px;
	font-size:12px;
	font-weight:normal;
}

#header h5 a{
	color:#000
}

#phone{
	width:248px;
	height:23px;
	background-image:url(../images/phone.png);
	padding:8px;
	font-size:20px;
	color:#0168A9;
	text-align:center;
	font-weight:bold;
	padding-top:6px;
	float:right;
	margin-top:10px;
}

#midBody{
	background-image:url(../images/midBody.png);
	background-repeat:repeat-y;
	padding-left:20px;
}

#midBody p{
		margin:0px;
		padding:0px;
}

#contentMid{
	background-image:url(../images/contentMidSection.png);
	background-repeat:repeat-y;
	padding:20px;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:0px;
}

.pink{
	color:#43A93F;
}

.purple{
	color:#0269AA;
}

#contentMid h1{
	margin:0px;
	padding:0px;
	font-size:25px;
	color:#0168A9;
	font-weight:normal;
	padding-bottom:10px;
}


#contentMid h2{
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#0168A9;
	font-weight:normal;
	padding-bottom:10px;
}


#contentMid p{
	font-size:12px;
	line-height:20px;
}


#contentMid li{
	font-size:12px;
	line-height:20px;
}


#contentMid p a{
	color:#333;
}

#footer{
	margin-left:0px;
	width:100%;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	
}


#foot-tag{
	padding:7px;
	font-size:12px;
	line-height:18px;
	color:#0068A9;
}

#foot-logo{
	padding:7px;
}

.foot-div{
	float:left;
	width:22%;
	padding:10px;
}

.foot-div h1{
	font-size:16px;
	margin:10px 0px;
	color:#0068A9;
}
.foot-div p{
	font-size:12px;
	margin:3px 0px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	line-height:18px;
	margin-right:30px;
	background-image:url(../images/arrow-green.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	color:#0068A9;
}

.foot-div a{
	color:#0068A9;
	font-weight:normal;
}

.foot-div a:hover{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	color:#006;
}

.fix{
	width:903px;
	margin:0px auto;
	min-height:30px;
}

.clear{
	clear:both;
}


#liveChat{
	font-size:10px;
	text-decoration:none;
	color:#666;
}

#monkey{
	color:#3F7E4F;
	font-weight:bold;
}

#puzzle{
	color:#B3D273;
	font-weight:bold;
}

.clear{
	clear:both
}

#rotator{
	height:250px;
}

#rotator h1{
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#000;
	font-weight:normal;
	padding-bottom:10px;
}


#rotator h2{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#000;
	font-weight:normal;
	padding-bottom:10px;
	font-weight:normal;
	line-height:22px;
}


#rotator h3{
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#000;
	font-weight:normal;
	padding-bottom:10px;
}


.nav{ margin:10px 0px;}
.nav a{ background-image:url(../img/black-dot.jpg); background-repeat:no-repeat; margin-right:10px; padding:3px; color:#000; text-decoration: none; padding-bottom:0px; padding-top:1px; font-size:7px;}
.nav a.activeSlide { background-image:url(../img/blue-dot.jpg); color:#00AEEF; text-decoration: none; margin-right:10px; padding:3px; padding-bottom:0px; padding-top:1px; font-size:7px;}
.nav a:focus { outline: none; }



