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

body {
	background:url(images/bodyBack.gif) repeat-x;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

img {
	border: 0px;
}


a {
	color: #4775a3;
}
a:hover {
	color:#999999;
	text-decoration:none;
}

#main {
position: aboslute;
padding-left: 36px;
width: 560px;
}

#side {
float: right;
padding-right: 36px;
width: 266px;

}
#webSite {
	position: relative;
	width: 937px;
	margin: 0 auto;
}
#containerMain {
	float: right;
	bottom: 0px;
	background:url(images/mainContainerBack.gif) repeat-y;
	width: 937px;
	margin: 0 auto;
}

#mainHeader {
	position: relative;
	width: 863px;
	height: 88px;
	left: 37px;
	right: 37px;
}

#logoContainer {
	float:left;
	background:url(images/logoHeader.gif) no-repeat;
	width: 237px;
	height: 88px;
	color: #ffffff;
}

#logoContainer h1 {
	margin: 0 auto;
}

#blogBlurb {
	float:left;
	
}

#contactNumber {
	float:right;
	font-size: 36px;
	padding-top: 20px;
}

#headerNav {
	position:relative;
	left: 37px;
	width: 863px;
	height: 25px;
	background-color:#919191;
}

#headerNav dl {
	list-style: none;
	}
	
#headerNav dd {
	float: left;
	margin: 0px;
}

#headerNav dd a {
	display: block;
	overflow:hidden;
	text-decoration: none;
	padding-top: 2px;
	color:#ffffff;
	font-size: 18px;
}

#headerNav dd#left a {
	height: 26px;
	margin-left: 15px;
	float: left;
}


#headerNav dd#right a {
	position:absolute;
	height: 26px;
	margin-right: 5px;
	right: 5px;
}

#subHeader {
	position: relative;
	left: 7px;
	background:url(images/subHeaderBack.gif) no-repeat;
	width: 923px;
	height: 224px;
	font-size: 36px;
}

#subText {
	padding: 35px 0px 0px 60px;
	font-size: 36px;
}

#mainContent {
	float: left;
	width: 560px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#mainContent h4 {
	background-color: #4775a3;
	color: #ffffff;
	padding: 4px;
	margin: 0 auto;
	
}

#testimonialContent {
	float: left;
	width: 560px;

	padding-bottom: 10px;
}

#testimonialContent h4 {
	background-color: #4775a3;
	color: #ffffff;
	padding: 4px;
}

#testimonialContent img{
	float:left;
	padding: 10px;
}

#thumbBlurb {
	position: relative;
	width: 560px;
	left: 37px;
}

#thumbBlurb img {
	display: inline;
	float:left;
	clear: both;
}

#slideLeft {
	float: left;
	width: 260px;
	margin-bottom: 15px;
}

#slideLeft h4 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

#slideRight {
	float:right;
	width: 260px;
	margin-bottom: 15px;
}

#slideRight h4 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.pointPage {
height: 150px;
}


#sideBarContainer {
	float: right;
	width: 266px;
	margin-bottom: 20px;
	background:url(images/formGradient.gif) repeat-x;
	background-color: #7194b8;

}

#chatBox {
	float: right;
	width: 266px;
	margin: 0 auto;
}

#addressBar {
	float: right;
	padding: 2px 15px 2px 0px;
	color: #ffffff;
	font-size: 18px;
}

#mainFooter {
	text-align:center;
	font-size:10px;
	width: 937;
	float: right;
	padding-top: 15px;
}
