﻿/* CSS layout */
#container {
	text-align: left;
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #FFFFFF;
}

#masthead {
	height: 145px;
}
#top_nav {
	margin-bottom: 0px;
	margin-top: 0px;
	height: 30px;
	position: relative;
	z-index: 2;
	padding-top: 0px;
	background-color: #808080;
}
#page_content {
	height: 367px;
	background-image: url('images/gradient_background.png');
	background-repeat: repeat-x;
}
#footer {
	height: 264px;
	background-color: #333333;
}

ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #808080;
}
ul li {
	display: inline;
	float: left;
	width: 149px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	height: 30px;
}

ul li a {
	background-color: #808080;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	width: 149px;
	display: block;
}
ul li a:hover {
	background-color: #666666;
}
ul li ul li a {
	background-color: #666666;
	color: #FFFFFF;
}
ul li ul li a:hover {
	background-color: #333333;
}
ul li ul {
	visibility: hidden;
}
ul li:hover ul {
	visibility: visible;
}
#slider_margin {
	margin-left: 35px;
	height: 367px;
}
.med_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
}
#right_menu {
	width: 241px;
	margin-left: 599px;
	margin-top: -271px;
	height: 271px;
	background-repeat: no-repeat;
	background-image: url('gridley_images/button_background_gridley.png');
	float: left;
}
#center_col_lower {
	width: 850px;
	margin-right: 5px;
	margin-left: 49px;
}
}
#site_map_one {
	padding: 5px 5px 5px 0px;
	width: 80px;
	float: left;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 10px;
}
#site_map_two {
	padding: 5px 5px 5px 0px;
	width: 90px;
	float: none;
	margin-left: 0px;
	font-weight: normal;
	margin-top: 10px;
	height: 145px;
}
#site_map_three {
	padding: 5px 5px 5px 0px;
	width: 120px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	height: 145px;
}
#site_map_four {
	padding: 5px 5px 5px 0px;
	width: 90px;
	float: left;
	margin-left: 0px;
}

#sitemap_5 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 525px;
	float: left;
	margin-left: 5px;
	height: 150px;
}
.white_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_details {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}
#footer_text {
	padding: 0px 5px 5px 0px;
	width: 900px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #C0C0C0;
}

.no_border {
	border-width: 0px;
	border-style: none;
}
a.hyper:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
a.hyper:visited {
	color: #FFFFFF;
	text-decoration: none;
		
}
a.hyper:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-decoration: none;
}
a.hyper:active {
	color:#666666;
}

#inline_divs {
	display: inline;
	width: 80px;
	margin-left: 10px;
	padding-left: 0px;
}
#inline_interior {
	float: left;
	width: 80px;
	padding-left: 10px;
}
#inline_interior_quick {
	float: left;
	width: 120px;
	margin-left: 7px;
}
#inline_interior_buttons {
	float: left;
	width: 325px;
	margin-left: 6px;
}
#inline_interior_weather {
	float: left;
	width: 180px;
	margin-left: 6px;
	height: 150px;
	margin-top: 10px;
}

a.hyperw:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.hyperw:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.hyperw:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-decoration: none;
}


#page_content_page {
	height: 367px;
	background-color: #FFFFFF;
}


