
/*html, body { height: 100%; margin: 0; }*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#8e9948;
}

#container {
	position: relative;
	top: 0px;
	width: 986px;
	margin:0px auto;
	text-align:left;
	border:0px solid #000;
}

#left {
	background-image:url(../images/leftNavBg.gif);
	background-repeat: no-repeat;
	margin-bottom: 9px;
	left: 9px;
	top: 0px;
	width: 244px;
	height: 747px;
	border:0px solid #000;
	float: left;
}

#right {
	margin-left: 264px;
	width: 713px;
	border: 1px solid #000;
	background-color: #fff6dc;
}

#header {
	position: relative;
	left: 9px;
	width: 695px;
	height: 156px;
	border: 0px solid #000;
}

#logo {
	position: relative;
	left: 40px;
	margin-top: 29px;
	border: 0px solid #000;
	width: 164px;
	height: 112px;
}

#logo a, img {
	border: 0px;
}

#info {
	position: relative;
	width: 204px;
	left: 21px;
	margin-top: 16px;
	float: left;
	border: 0px solid #000;
	text-align: center;
}

#info p {
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 0px;
}

#weather_container {
	position: absolute;
	top: 12px;
	left: 482px;
	height: 130px;
	width: 200px;
	border: 0px solid #000;
	background-image:url(../images/weatherBg.gif);
	background-repeat: no-repeat;
}

#todays_weather {
	position: relative;
	margin: 15px;
	height: 90px;

	border: 0px solid #000;
	text-align: center;
}

#todays_weather p {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 0px;
}

#middle {
	margin-left: 9px;
	background-color: #fff;
	border: 0px solid #000;
	width: 695px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#content_and_sidebar_wrapper {
	margin-left: 14px;
	border: 0px solid #000;
	width: 668px;
	background-image:url(../images/twoColBg.gif);
	background-position: 466px;
	background-repeat:repeat-y;
	padding-top: 9px;
	padding-bottom: 9px;
	/* background-color:#ccc; */
	overflow: auto;

}

#content {
	margin-left: 0px;
	margin-right: 14px;
	width: 454px;
	border: 0px solid #000;
	float: left;
	/* background-color:#999; */
}

#sidebar {
	border: 0px solid #000;
	top: 0px;
	float: left;
	width: 186px;
	margin-left: 13px;
	/* background-color:#999; */
}

#calendar {

	border: 0px solid #000;
	width: 186px;
}


#quote_box {
	margin: 0px 9px 9px 9px;
	height: 117px;
	width: 695px;
	background-color: #000;
	position: relative;
}

#quote {
	position: absolute;

	left: 150px;
	height:37px;
	width: 395px;
	border: 0px solid #fff;
	top: 40px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

#footer {
	margin: 10px auto;
	padding-bottom: 20px;
	width: 713px;
	top: 0px;
	border: 0px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #fff;
	text-align: center;
	clear: both;
}

.clear {
	clear: both;
}

.flourish_large {
	background-image:url(../images/flourish_wide.gif);
	background-repeat: no-repeat;
	width: 454px;
	height: 16px;
	margin-bottom: 10px;
}

.horizontal_rule {
	background-image:url(../images/horizontalRule.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	height: 10px;
	width: 454px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.horizontal_rule_dotted {
	background-image: url(../images/horizontalRuleDotted.gif);
	background-repeat: repeat-x;
	background-position: 0px 4px;
	height: 10px;
	width: 186px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-weight:normal;
	color: #5b5600;
	margin-bottom: 20px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #5b5600;
	margin-bottom: 20px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8e9948;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #5b5600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
}

dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dt {
	font-weight:bold;
	color: #8e9948;
}

dd {
	line-height: 20px;
	margin-bottom: 20px;
}

dd img {
	border: 0px solid #333;
}

.definition_list_price {
	margin-top: 10px;
	font-weight:bold;
	color: #8e9948;
}
