@charset "utf-8";
body {padding: 0; margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; background: url(../images/background.jpg) center 0 no-repeat #fff;}
img {border: 0;}

#header-container {margin: 0 auto 0 auto; width: 960px; height: 377px;}

#logo-container {width: 960px; height: 162px; margin-left: 0;}
#logo {width: 327px; height: 162px; position: absolute;}
#search-top {width: 225px; position: absolute; margin: 105px 0 0 710px;}
	#search-top ul {margin: 0 0 5px 0; padding: 0; float: right;}
	#search-top ul li {margin: 0 0 0 8px; padding: 0; display: inline; list-style: none;}
	#search-top ul li a {color: #671517; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; text-decoration: none;}
	#search-top .field {width: 127px; background: #fff; border: 1px solid #99aec0; padding: 3px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.7em; color: #535353; margin: 0 0 10px 15px;}
	#search-top .submit-button {margin: 0 0 0 8px; border: 1px solid #99aec0; background: #699bcb; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.7em;}


#banner {height: 209px; padding: 0 17px 0 20px;}
#tag {width: 960px; margin: 0 auto 0 auto; height: 34px; padding: 8px 0 0 0; text-align: right;}
#tag img {margin: 0 30px 0 0;}

#content-container {width: 960px; margin: 21px auto 0 auto;}

#left-sidebar {width: 168px; float: left; padding: 0 0 0 15px;} 

#content {width: 520px; float: left;}
	#content h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; color: #671516;}
	#content h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.8em; color: #671516;}
	#content p {font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.8em; line-height: 1.6em; color: #232b26;}
	#content a {color: #5a8d30; text-decoration: none;}

#right-sidebar {width: 200px; float: left; padding: 0 0 0 40px;}
	#find h1 {margin: 0 0 10px 0; padding: 0;}
	#subscribe h1 {margin: 20px 0 10px 0; padding: 0;}
	.field {background: #dbe8f3; border: 1px solid #99aec0; padding: 3px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.7em; color: #535353; margin: 0 0 10px 15px;}
	.submit-button {margin: 0 0 0 15px;}
	/*.submit-button {margin: 0 0 0 15px; border: 1px solid #99aec0; background: #95c97a; color: #000; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.7em;}*/
	#awesome-credit {margin: 25px 0 0 0;}

#navigation-container {height: 41px;}
#navigation {width: 866px; margin: 0 auto 0 auto; padding: 13px 0 0 95px;}
#navigation ul {margin: 0; padding: 0;}

#nav li {margin: 0 90px 0 0px; padding: 0; float: left; list-style: none; position: relative;}
#nav li.last {margin: 0 0 0 0px;}
#nav li a {color: #fee643; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; text-decoration: none; padding-bottom: 27px;}
#nav li a:hover {background: url(../images/rollover.png) center 20px no-repeat;}





#footer {width: 960px; height: 33px; margin: 8px auto 0 auto;}
	#footer-links {width: 200px; float: left;}
	#footer-links ul {margin: 0; padding: 0;}
	#footer-links ul li {padding: 0 8px 0 5px; display: inline; list-style: none; border-right: 1px solid #000;}
	#footer-links ul li a {color: #671517; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.7em; text-decoration: none;}
	#footer-links ul li.last {border-right: 0; margin: 0;}
	
	#copyright {font-family: Georgia, "Times New Roman", Times, serif; color: #4a4a4a; float: right; font-size: 0.7em; margin: 0 0 0 0;}
	
	.clear {clear: both;}
	

.menuspace {display: block; padding-bottom: 27px;}	
	
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #446731;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	color: #671516 !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	background: #fff;
	margin: 0;
	padding: 10px;
	width: 170px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 3px 0 3px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #99aec0;
}

#nav ul li.last-second {border-bottom: 0;}

#nav ul a {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em;
	color: #446731;
}


/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;

	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;

	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
}
	display: block;
 
* html #nav {
	height: 1%;
}	


.listingText {font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; line-height: 1.3em; color: #232b26;}
.bodytext {font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.9em; line-height: 1.3em; color: #232b26;}
