/* ====================================================
   General styles
   ==================================================== */

body {
background-color: #cae1f3;
line-height: 1.6;
}

a {
outline: none;
color: #9be833;
} 
	a:hover,
	a:focus {
	color: #5bcffb;
	}

h1 {
font-size: 18px;
margin: 3px 0 15px 0;
color: #004572;
line-height: 1;
}	
h2 {
font-size: 13px;
color: #011555;
padding: 10px 0 10px 0;
margin: 0;
}
h3 {
font-size: 12px;
padding-bottom: 10px;
}
.clear {
clear: both;
height: 1px;
}
.fl_right {
float: right;
}
.fl_left {
float: left;
}


/* ================================================== 
   Styles for index.php
   ================================================== */

#wrapper {
width: 960px;
margin: 0 auto;
border: 1px solid #00192a;
border-top: none;
border-bottom: none;
}
#header {
overflow: hidden;
padding: 13px;
background: #013355 url(../images/bg_header.gif) left top repeat-x;
border-bottom: 1px solid #002137;
}
	img#logo {
	float: left;
	margin-bottom: 2px;
	}
	#header img.fl_right {
	margin-top: 10px;
	}

.left_col {
float: left;
width: 291px;
background: url(../images/bg_navi.gif) left top repeat-y;
}	
.right_col {
float: right;
width: 668px;
border-left: 1px solid #093d60;
}
#flash {
border-bottom: 1px solid #093d60;
}
	
#mainbody {
clear: both;
background: #ffffff url(../images/bg_blue_left.gif) left top repeat-y;
min-height: 270px;
overflow: hidden;
}
	#mainbody .left_col {
	background: url(../images/gradient_address.gif) left top repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	padding-bottom: 25px;
	}
	#mainbody .left_col img {
	border-bottom: 1px solid #86adc7;
	padding-bottom: 13px;
	margin: 25px 0 18px 36px;
	}
	#mainbody .left_col p,
	#mainbody .left_col table {
	margin-left: 43px;
	padding-bottom: 10px;
	}
	#mainbody .left_col p span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
	#mainbody .right_col {
	padding: 15px 30px 15px 30px;
	width: 608px;
	}
		#homepage #mainbody .right_col {
		padding: 25px 30px 15px 30px;
		}
		
	#mainbody .right_col p {
	padding-bottom: 10px;
	}
	#homepage #mainbody .right_col .fl_right {
	border: 1px solid #012841;
	margin-left: 25px;
	margin-right: 5px;
	}

#footer {
clear: both;
background-color: #012945;
color: #d3eeff;
font-size: 11px;
padding: 0 5px;
}
#footer table {
margin: 0 auto;
}
#footer a {
color: #d3eeff;
}

	#footer ul {
	margin-left: 230px;
	}
	#footer li {
	margin-left: 0;
	list-style-type: none;
	float: left;
	}
	#footer li a {
	display: block;
	padding: 4px 20px 6px 20px;
	text-align: center;
	background: url(../images/border_footer.gif) right center no-repeat;
	}
	#footer li.noborder a {
	background-image: none;
	}

/* ================================================== 
   Styles for listings.php
   ================================================== */


#listings .listing p {
padding-bottom: 0;
}
.listing {
background-color: #FFFFFF;
border: 1px solid #00192a;
margin-bottom: 15px;
}
.head {
background-color: #11476B;
text-align: right;
line-height: 1;
padding: 5px 10px 7px 10px;
color: #a9f93d;
font-size: 16px;
letter-spacing: 1px;
}
	.title {
	float: left;
	color: #FFFFFF;
	
	}

.main {
padding: 15px 15px 10px 15px;
overflow: hidden;
}
	#mainbody .main .left_col {
	width: 218px;
	padding: 0;
	background: none;
	}
	#mainbody .main img {
	border: 1px solid #00192a;
	margin: 0;
	padding: 0;
	}
	.main p {
	border-bottom: 1px dashed #a8c7e0;
	margin-left: 230px;
	line-height: 2;
	}
	.main p span {
	font-weight: bold;
	margin-right: 8px;
	}
	.btn1, .btn2 {
	width: 103px;
	text-align: center;
	float: left;
	margin-right: 6px;
	margin-top: 10px;
	}
	.btn1 a, .btn2 a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	background: #62c609 url(../images/bg_btn1.gif) left top repeat-x;
	border: 1px solid #64c213;
	display: block;
	}
	.btn2 a {
	background: #057eae url(../images/bg_btn2.gif) left top repeat-x;
	border: 1px solid #006b96;
	color: #FFFFFF;
	}
	.btn1 a:hover,
	.btn1 a:focus {
	background-color: #8df727;
	background-image: none;
	}
	.btn2 a:hover,
	.btn2 a:focus {
	background-color: #379bc3;
	background-image: none;
	}

#mainbody img.maps {
float: left;
margin-left: 15px;
padding-top: 10px;
border: none;
}

.pages {
	float: right;
	width: 450px;
	text-align: right;
	}
		.pages a {
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
		padding: 1px 4px;
		background-color: #012945;
		text-decoration: none;
		}
		.pages a:hover,
		.pages a:focus,
		a.active {
		background-color: #2E93BB;
		}

/* ================================================== 
   Styles for details.php
   ================================================== */

#details #mainbody .right_col {
padding: 15px 20px 15px 20px;
width: 628px;
}
#details .main .left_col {
margin-bottom: 10px;
}
#details .listing p {
padding-bottom: 0;
}
#details .main p {
line-height: 2.1;
}
#details .wide p {
clear: both;
margin-left: 0;
padding: 5px 0;
}
	.wide .btn2 {
	float: none;
	margin: 0;
	}
	
.pics {
border-bottom: 1px dashed #a8c7e0;
overflow: hidden;
padding-bottom: 10px;
margin-bottom: 5px;
}
	#mainbody .pics img {
	margin: 4px 6px;
	float: left;
	}
	#details .pics p {
	margin-left: 0;
	border-bottom: 0;
	}
	
#details iframe {
border: 1px solid #023456;
}
a.back {
color: #62c609;
font-weight: bold;
font-size: 14px;
padding-top: 10px;
display: block;
}
a.back:hover {
color: #0290c9;
}

/* ================================================== 
   Styles for sitemap.php
   ================================================== */

#sitemap h1 {
margin: 15px 0 25px 10px;
}
#sitemap #mainbody ul {
margin-left: 50px;
line-height: 2.5;
}
#sitemap #mainbody ul a {
display: block;
color: #0290c9;
}
	#sitemap #mainbody ul a:hover {
	color: #62c609;
	}



/* ================================================== 
   Styles for contact.php
   ================================================== */

#contact #mainbody {
padding-bottom: 20px;
}
.contactform {
background-color: #f7fafd;
border: 1px solid #73a2c8;
padding: 35px 130px 32px 50px;
line-height: 3.4;
margin-top: 20px;
text-align: right;
}
.contactform input ,
.contactform textarea {
width: 250px;
margin-left: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px;
}
.contactform textarea {
margin-top: 5px;
height: 80px;
}
.required {
color: #CC0000;
font-size: 10px;
line-height: 1;
padding-bottom: 5px;
}
.error {
color: #CC0000;
text-align: left;
font-weight: bold;
line-height: 1;
padding-bottom: 5px;
}
.contactform span {
color: #CC0000;
}
.label1 {
float: left;
padding-top: 25px;
padding-left: 93px;
}
.count {
font-size: 11px;
line-height: 1;
padding: 5px 0;
}
.contactform .btn2 {
line-height: 1.6;
float: none;
margin-left: 172px;
margin-top: 0;
}

#contact .callme {
width: 175px;
border: 1px solid #73a2c8;
padding: 5px 20px 5px 25px;
line-height: 1.5;
}
	#contact .callme img {
	margin-bottom: 0;
	}
	#contact .callme table {
	margin-bottom: 10px;
	}
	#contact #mainbody .callme p {
	padding-bottom: 10px;
	}

