#midbot{
	background-image: url(images/titleBar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	height: 53px;
	width: 910px;
	padding-top: 20px;
	padding-left: 70px;
}
#mainLeft{
	float: left;
	width: 685px;
	padding-left: 29px;
	padding-right: 10px;
}
#midLeft2{
	background-image: url(images/back_midLeft2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 697px;
	height: 103px;
	padding-top: 40px;
}
#midRight2{
	float: right;
	width: 243px;
	height: 108px;
	background-image: url(images/back_midRight2.gif);
	background-repeat: no-repeat;
		padding-top: 35px;
	padding-left: 40px;
}

.pictureFloat{
	float: right;
	padding-bottom: 15px;
	padding-left: 5px;
}

#subNavBar{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(images/back_subNavbar.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	width: 958px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: bold;
}

#subNavBar ul{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
#subNavBar li{
	display: inline;
	padding-right: 4px;
	padding-left:4px;
}
#subNavBar a:link, #subNavBar a:visited{
	color: #2c8dde;
	text-decoration: underline;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 3px;


}

	
#subNavBar a:hover, #subNavBar a:active{
	color: #ffffff;
	background-color: #eaaf4e;
		text-decoration: none;

}

.subNavBarActive{
color: #ffffff;
	background-color: #eaaf4e;
		text-decoration: none;
			padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 3px;
}

/*About Section*/

.section{
	width: 670px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6c6c6;
}
.sectionLeft{
	float: left;
	width: 250px;
}
.sectionRight{
	float: right;
	width: 400px;
}

.sectioneven{
	width: 670px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6c6c6;
}
.sectionLefteven{
	float: left;
	width: 290px;
	padding-right: 40px;
}
.sectionRighteven{
	float: right;
	width: 330px;
}

/*Services Sections*/

#subNavRight{
	width: 246px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 95%;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 50px;
}
#subNavRight ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subNavRight li{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
#subNavRight a:link, #subNavRight a:visited{
	color: #e52330;
	text-decoration: none;
	display: block;
	width:210px;
	padding-right: 0px;
	padding-left: 20px;
	background: url(images/mainbutton2.png) top left no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfe1ef;
	padding-top: 2px;
	padding-bottom: 2px;
}

	
#subNavRight a:hover, #subNavRight a:active{
	color: #00549a;
	background-color: transparent;
	background-position: 0 -88px;
}

.subNavRightActive{
	display: block;
	width: 230px;
	color: #FFFFFF;
	background-color: #eaaf4e;
	padding-left: 15px;
}

