/* Non-generic site styles go in here */

body {
}

.container {	
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

.header {
	background:transparent url(/media/img/roof.jpg) no-repeat scroll center bottom;
	height:112px;
	font-size:14px;
}

.content {
}

.left-bar, .right-bar, .right-bar-content{
	width:225px;
	float:left;
	
}

.left-bar{
	margin-left:20px;
}

.right-bar, .right-bar-content{
	margin-right:20px;
	margin-top:20px;
}

.right-bar-content{
	margin-top:-50px;

}
.main {
	width:470px;
	margin:0 20px;
	float:left;
}

.footer {
	width:960px;
	float:left;
	background:transparent url(/media/img/footer.jpg) no-repeat scroll center bottom;
	height:157px;
	margin:0 20px;
}
.phone{
	float:right;
	width:190px;
	text-align:right;
	margin-right:40px;
	margin-top:20px;
	color:#99d85a;
}
.phone span{
	color:#FFF;
}

.nav{
	float:right;
	clear:both;
	margin-right:40px;
	margin-top:40px;
}

.nav li{
	padding-right:15px;
}

.nav li.last{
	padding-right:0;
}
.nav a{
	color:#99d85a;
}
.nav a:hover{
	color:#FFF;
}


.nav2{
	float:left;
	width:680px;
	margin-top:120px;
}

.nav2 li{
	padding-left:15px;
}

.legal{
	float:left;
	width:70px;
	margin-top:120px;
}
.legal li{
	padding-right:15px;
}
.breadcrumb {
	margin: 0 20px 20px;
	padding:20px 0 10px;
	width:715px;
	border-bottom: 1px dotted #333;
}

.sub-nav{
	background-color:#223289;
	padding:20px;
	margin-bottom:20px;
}

.sub-nav a{
	color:#FFF;
}

.left-bar img{
	width:225px;
}

.features, .newsletter_widget{
	background-color:#dbf1c5;
	color:#333;
	padding-bottom:20px;
}

.features h2{
	background-color:#99d85a;
	color:#333;
	padding:15px 20px;
}
.features ul{
	padding-left:30px;	
}
.features ul li{
	list-style-type:disc;	
	padding-bottom:10px;
}

.features_content{
	padding:10px 20px;
}


.locate h2{
	background-color:#223289;
	color:#fff;
	padding:10px 20px;
	margin:0;
}
.locate{
	margin-bottom:20px;
}

.newsletter_widget h3{
	background-color:#99d85a;
	color:#223289;
	padding:15px 20px;
}

.newsletter_widget form input{
	margin:0 10px;
	border:1px solid #99d85a;
	padding:2px;
	color:#999999;
	
}

.newsletter_widget form .submit{
	background:transparent url(/media/img/sign-up.png) no-repeat scroll 0 0;
	height:29px;
	width:89px;
	border:0;
	margin-top:10px;
}

.address{
	margin-top:20px;
}

.address span{
	font-weight:bold;
}

.main img{
	float:left;
	width:175px;
	margin:0 15px 10px 0;
}

/*************************************************home stuff *********************************************/
.home_content{
	width:715px;
	float:left;
	margin:20px;
}

.section1, .section2{
	margin-right:20px;
}

.section1, .section2, .section3{
	width: 225px;
	float:left;	
}
.section1 h2, .section2 h2, .section3 h2{
	width:225px;
	text-align:center;
	padding:10px 0;
	margin-bottom:0;
	margin-top:0px;
}
.section1 h2{
	background-color:#f6cb36;
}
.section1 h2 a{
	color:#fdf2cd;
}
.section2 h2{
	background-color:#6687ff;
}
.section2 h2 a{
	color:#d9e1ff;
}

.section3 h2{
	background-color:#ff6687;
	
}

.section3 h2 a{
	color:#ffd9e1;
}

.section1 ul li, .section2 ul li, .section3 ul li{
	list-style-image: url('/media/img/star.gif');
}

.section1 ul, .section2 ul, .section3 ul{
	margin-left:20px;
}

.sections{
	border-bottom:1px dotted #333333;
	overflow:auto;
	padding-bottom:20px;
}

.testimonial{
	font-style:italic;
	margin-top:20px;
}

.bold_link{
	font-weight:bold;
}

#carousel ul img{
	margin-left:20px;
}

#carousel ul li{
	height:337px;
}
#carousel a img {
	margin-top:220px;
	margin-left:60px;
}
.testimonial_entries{
	font-style:italic;
}

.testimonial_entries li{
	margin:0;
	border-bottom:1px dotted #333;	
}

.testimonial_entries .name{
	text-align:right;
	font-weight:bold;
}
.photos{
	list-style-type:none;
	overflow:auto;
	margin-bottom:20px;
	width:470px;
}
.photos li {
	list-style-type:none;
	margin:0 14px 15px 0;
}

.photos img{
	width:auto;
	margin:0;	
}

.photos li.first {
	margin:0 0 20px 0;
}

.galleries img{
	width:auto;
	margin-bottom:5px;
}

.galleries li{
	width:200px;
	margin:0 35px 20px 0;
	text-align:center;
	font-size:16px;
}


