/*
Title: Peachtree Allergy
Author: Kyote Creative
*/

/* Reset -- clear out all default spacing
-------------------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}

/* Layout
-------------------------------------------------------------------------*/
body {
	font: 78%/130% Arial,Helvetica,sans-serif;
	text-align: center; /*Layout center fix for IE 5.x */
	background: #fff url(/images/bg_body.png) repeat-x;
}

#container {
	margin: 0 auto 20px;
	width: 744px;
	text-align: left; /*Reset text alignment from IE 5.x layout center fix */
	overflow: hidden;
}

/* Headers
-------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	padding-bottom: 1em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

/* =Links
-------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #006666;	
}

a:hover {
	text-decoration: none;
	color: #66887D;
}

#navigation a, #footer a {
	color: #fff;
}

#navigation a:hover, #footer a:hover {
	color: #C7CDAE;
}

/* =Lists
-------------------------------------------------------------------------*/
ul li {
	padding-bottom: .5em;
}

/* =Navigation
-------------------------------------------------------------------------*/
#navigation {
	float: right;
	font-size: .9em;
}

#navigation ul {
margin-top: 10px;
padding-top: 16px;
line-height: 1;
}

#navigation ul li {
	display: inline;
	padding: 15px 8px 0 5px;
	border-right: 1px dotted #fff;
}

#navigation ul li#last {
	border: 0;
}


/* Header
-------------------------------------------------------------------------*/
#header {
	height: 78px;
	color: #333;
	margin: 10px 10px 10px;
}

#header img#logo {
	float: left;
}

/* Main
-------------------------------------------------------------------------*/
#wrapper {
	width: 745px;
	background: #fff url(/images/bg_main_bottom.png) no-repeat bottom left;
	overflow: hidden;
}
/*IE6 Hack */
*html #wrapper {
	height: 1%;
}

#main {
	float: left;
	/*min-height: 445px;*/
	width: 385px;
	background: transparent;
	padding-bottom: 49px;

}

/*IE6 Hack */
*html #main {
	height: 445px;
}

#main h1 {
	background: #DEDEBD url(/images/bg_main_top.png) no-repeat top left;
	margin:  0;
	padding: .5em 1em 0;
	line-height:  2;
}
#main p {
	padding: 0 2em;
	padding-bottom: 1em;
}

#main p.home {
	font-size: 2em;
	font-style: italic;
	color: #335555;
	line-height: 1.1;
	text-align: center;
}

.forms {
	padding: 0 2em;
	padding-bottom: 1em;
}

.hr {
border-top: 1px solid #333;
}

.locations {
	margin-bottom: 1em;
	border-bottom: 1px solid #AFAF99;
}

/* Sidebar
-------------------------------------------------------------------------*/
#sidebar {
	width: 351px;
	float: left;
	margin-left: 4px;
}

#sidebar img {
	display: block;
}

#sidebar #pollen_count {
	margin-top: 4px;
	background: #DDDDBB; 
}

#sidebar #pollen_count h2 {
	background: #668877 url(/images/bg_pollen_top.png) no-repeat top left; 
	padding: 8px;
	color: #fff;
	text-align: center;
}

#sidebar #pollen_count #col1 {
	float: left;
	color: #fff;
	background: #335555;
	text-align: left;
	overflow: hidden;
	width: 151px;
	padding: 12px;
	line-height: 2;
}

#sidebar #pollen_count #col2 {
	float: left;
	color: #335555;
	overflow: hidden;
	width: 176px;
	text-align: center;
	font-weight: bold;
	margin-top: 45px;
}

#sidebar #pollen_count p {
	clear: left;
	background: #446677 url(/images/bg_pollen_bottom.png) no-repeat bottom left;
	text-align: center;
	color: #fff;
	padding: 8px;
	font-weight: bold;
}

/*IE6 Hack */
*html #sidebar #pollen_count p {
	height: 1%;
}

/* Footer
-------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #446677;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	font-size: .9em;
}

#footer #content {
	margin: 0 auto;
	width: 724px;
}

#footer #left {
	float: left;
}

#footer #right {
	float: right;
}

/* Misc
-------------------------------------------------------------------------*/
img {
	border: 0;
}

#kyote {
 width: 740px;
 margin: 30px auto;
 text-align: right;
}

a.skip {
	position: absolute; 
	left: -1000em; width: 20em;
}

.hide {
display: none;
 }

#main form label {
	display: block;
	}



#par {
	padding: 0 2em;
	padding-bottom: 1em;
}