/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	background: #EFEEE9 url(../images/background.png) repeat-y  center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* main text size within the blue boxes is here */
	color: #464646;
}

h1 ,h2, h3, h4{ color: #FF9933; border-bottom: 1px solid #fff; font-size: 24px; line-height: 30px; margin-bottom: 5px;}


h1 { font-size: 24px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; color:#333333; }

h4 { font-size: 13px; font-weight:bold; color:#AC8300; }


p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
    outline: 0;
}

ol, ul {
    list-style: none;
	margin:0px;
	padding:0px;

}

/** LOGO */

.logo {
	width: 180px;
	float:left;
	height: 90px;
	margin: 0 auto;
	padding-left: 0px;
}

.logo h1 {
	margin: 0px;
	line-height: normal;
	text-transform:capitalize;
	font-weight: normal;
	color: #91BF35;
	text-align:center;
	font-size: 24px;
	font-weight:bold;

}

.logo h1 a {
	text-decoration: none;
	color: #91BF35;
}

/* Header */

.header {
	width: 910px;
	margin: 0 auto;
	padding: 10px 10px;
	background:#FFFFFF none repeat scroll 0 0;
}

.topbanner {
	float: right;
	width: 728px;
	height:90px;
}

/* Page */

.page {
	width: 910px;
	margin: 0 auto;
	padding: 0px 10px 600px 10px;
	background: #FFFFFF none repeat scroll 0 0;
}


/* Sidebar */

.sidebar {
	float: left;
	width: 170px;
	background:#FFFFFF none repeat scroll 0 0;
	margin-top:15px;
}
.sidebanner {
	margin-bottom:10px;
}

/* Content */

.content {
	float: right;
	width: 728px;
	background:#FFFFFF none repeat scroll 0 0;
}

.contentbanner {
	margin-top:10px;
	margin-bottom:10px;
}
.description {
	background: #F0F5FA none repeat scroll 0 0;
	width: 708px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
}
.description li span { margin-right: 15px; }

.description .rightbanner{
	float:right;
	padding:10px;

}

.description .leftbanner{
float:left;
padding-top:10px;

}


.description .phonenumbers {
background: #F0F5FA;
	padding-bottom:1px;
	font-size:11px;
}
.description .phonenumbers li span { margin-right: 15px; }

.weather {
	background: #F0F5FA url(../images/weather_h1.png) no-repeat top left;
	width: 708px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
}

.weather h1 {
font-size: 15px; font-weight:bold; color:#333333; border-bottom:none; line-height:25px;
}

.weather b {
font-size: 12px; color:#333333;
}

.footer {
	background: #F0F5FA;
	width: 708px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
}


/* Search */

.search {

}

.search p{
	color:#999999;
	line-height:30px;
}

.searchfield {
	font-size:14px;
	font-weight:bold;
	color:#90BF35;
	background: #fff;
	border:1px solid #90BF35;
	padding:3px;
}

.searchbutton {
	position:absolute;
	margin-left:2px;

}


