/* CSS Document */
/* Developed by: Holley Grove Software Designs */
body
{
	background-image: url(../images/bgColor.jpg);
	background-repeat: repeat;
	background-color: #b3b4b9;	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #00457c;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
h1 {
	font-size: 24px;
	border-top: 1px dashed;
	border-bottom: 2px solid;
	padding-top: 4px;
	padding-bottom: 4px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
a {
	cursor: pointer;
	text-decoration: underline;
}
a:link {
	color: #00457c;
}
a:visited {
	color: #4c6679;
}
a:hover {
	color: #0777cd;
}
p {
	font-size: 12px;
}
.gray {
	color: #4c6679;
}
.blue {
	color: #00457c;
}
/*********** END Overrides *********************************************/
.contentContainer { 
	width: 910px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url('../images/centerFade.jpg');
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
.content {
	width: 870px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	border-top: 2px solid #B3B4B9;
}
.header {
	width: 100%;
	height: 175px;
	background-image: url('../images/blueHeaderBG.png');
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
}
.headerLogo {
	position: absolute;
	left: 50px;
	top: 30px;
}
.menu {
	position: absolute;
	right: 20px;
	bottom: 100px;
}
.headerMenu {
	background-image: url('../images/headerMenuBG.png');
	background-repeat: no-repeat;
	width: 389px;
	height: 56px;
	position: absolute;
	bottom: -19px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}
.footer {
	 background-image: url('../images/bottomFade.jpg');
	 background-repeat: no-repeat;
	 background-color: #B3B4B9;
	 height: 15px;
	 margin: 0px;
	 padding: 0px;
	 padding-top: 20px;
	 margin-top: 10px;
	 font-size: 12px;
}
a.headerLink {
	font-size: 18px;
	margin-left: 18px;
	margin-right: 18px;
	color: #67737b;
	text-decoration: none;
}
a.headerLink:hover {
	color: #00457c;
	text-decoration: underline;
}
a.menuLink {
	font-size: 12px;
	margin-left: 7px;
	margin-right: 7px;
	color: #67737b;
	text-decoration: none;	
}
a.menuLink:hover {
	text-decoration: underline;
	color: #00457c;
}
a.subMenuLink {
	font-size: 14px;
	color: #67737b;
	text-decoration: none;	
}
a.subMenuLink:hover {
	text-decoration: underline;
	color: #00457c;
}
a.blankLink, a.blankLink:hover, a.blankLink:visited, a.blankLink:link {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}
.indexFlash {
	/*width: 866px;*/
	width: 100%;
	height: 198px;
	margin: 0px auto;
	padding: 0px;	
	border-top: 2px solid #00457c;
	border-bottom: 2px solid #00457c;
}
.blueDivider {
	background-image: url('../images/blueHeaderBG.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
}
.testimonialBox {
	background-image: url('../images/grayLineFade.jpg');
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 30px;
	padding-right: 40px;
}
.testimonialBox p {
	font-size: 16px;
	font-style: italic;
}
.submenu {
	border: 1px solid #CECECE;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
.submenuItem {
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CECECE;
}
.selected {
	background-color: #CECECE;
}
.submenuItem p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #8A8A8A;
	padding-top: 5px;
	padding-left: 12px;
	text-align: left;
}
.submenuItem a {
	color: #8A8A8A;
}
.subSubMenuItem {
	display: none;
	position: relative;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}
.innerBannerContainer {
	position: relative;
	width: 100%;
	height: 195px;
}
.innerBanner {
	height: 193px;
	width: 664px;
	background-image: url('../images/service_hdln2.jpg');
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}
.innerTestimonial {
	width: 35%;
	float: right;
}
.innerTestimonial p {
	font-size: 12px;
	color: #696969;
}
.innerContent {
	width: 65%;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
}
.formBox {
	color: #333333;
	border: 1px solid #AAAAAA;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.formBoxArea {
	color: #333333;
	border: 1px solid #AAAAAA;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 400px;
	height: 100px;
}

/*********** Start Misc Styles *********************************************/
.smallText {
	font-size: 12px;
}
.largeText {
	font-size: 16px;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.justify
{
	text-align: justify;
}
.clear
{
	clear: both;
}
.warnings {
	font-size: 12px;
	color: #0066cc;
	text-align: justify;
}
.errorMessage {
	color: #EF0000;
	font-size: 20px;
	text-align: center;
	text-indent: 80px;
	background-color: #CECECE;
	border: 1px dotted #8A8A8A;
	padding: 10px;
	margin: 5px;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url('../images/icons/warning.gif');
	background-position: left;
	background-repeat: no-repeat;
}
.goodMessage {
	color: #0066CC;
	font-size: 18px;
	text-align: center;
	text-indent: 80px;
	background-color: #CECECE;
	border: 1px dotted #8A8A8A;
	padding: 5px;
	margin: 0px;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url('../images/icons/success.gif');
	background-position: left;
	background-repeat: no-repeat;
}
.infoMessage {
	color: #0066CC;
	font-size: 18px;
	text-align: center;
	text-indent: 80px;
	background-color: #CECECE;
	border: 1px dotted #8A8A8A;
	padding: 5px;
	margin: 0px;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url('../images/icons/warning.gif');
	background-position: left;
	background-repeat: no-repeat;
}
.innerContent {
	width: 400px;
	padding-right: 20px;
}
.innerTestimonial {
	border-left: 1px solid #AEAEAE;
	width: 210px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 15px;
}
.phototext { color: gray; font-size: 7pt; text-align: center; }
