/* Default Style
---------------------------------------------------- */

html, body {
	background: #FFFFFF url(../images/bg_body.gif) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial, 'Arial MT', Helvetica, sans-serif;
	color: #58351C;
}
a {
	color: #3C617F;
	text-decoration: underline;
}
div, p, ul, li, h1, h2, h3, form, fieldset, legend {
	margin:0;
	padding:0;
}
input, label {
	margin-left:0;
	margin-right:0;
}
h1 {
	font-size:25px;
}
p.fineprint {
	font-size:10px;
}

/* Basic Structure
---------------------------------------------------- */

html, body {
	height:100%;
}
#outerwrapper {
	width: 770px;
	padding: 0;
	margin:0 auto;
	text-align: left;
	background: url(../images/bg_outer.gif) repeat-y left top;
	min-height: 100%;
}
#innerwrapper {
	margin: 0px;
	padding: 0px;
}
#nav  {
	padding:0 35px;
}
#content  {
	clear:both;
	background: #EDF1AA url(../images/bg_content.gif) repeat-y left top;
	padding:30px 65px 25px 65px;
	margin:0;
	width: 640px;
	position:relative;
	min-height:350px;
}
#sidebar  {
	float: right;
	width: 320px;
}
#tab  {
	position:absolute;
	width:35px;
	height:192px;
	right:14px;
	top:45px;
}
#promobar  {
	clear:both;
	background: url(../images/bg_promobar.gif) repeat-y center top;
	padding:0 35px 5px 35px;	
	margin:0;
	width: 700px;
	float:left;
	min-height:121px;
}
#footer  {
	padding:25px 30px 50px 30px;
	margin: 0px;
	width: 640px;
	border-right: 35px solid #FFFFFF;
	border-left: 35px solid #FFFFFF;
	text-align:right;
	font-size:10px;
	clear:both;
}

/* Main Nav Style and Layout
---------------------------------------------------- */

#nav ul {
	list-style: none;
	margin:0;
	padding:0 30px;
}
#nav ul li {
	list-style: none;
	font-weight:bold;
	padding:0 0 12px 0;
	float:left;
	margin:0;
}
#nav ul#main li {
	color: #668430;
	text-decoration: none;
	margin-right:18px;
}
#nav ul#main a,
#nav ul#main a:link,
#nav ul#main a:visited,
#nav ul#main a:active {
	color: #668430;
	text-decoration: none;
}
#nav ul#main a:hover {
	color: #3C6180;
}
#nav ul#main li.selected {
	background: url(../images/location_arrow.gif) no-repeat center bottom;
}
#nav ul#main li.selected a,
#nav ul#main li.selected a:link,
#nav ul#main li.selected a:visited,
#nav ul#main li.selected a:active {
	color: #3C6180;
}
#nav ul#main li#brand {
	float:right;
	padding:0 0 12px 0;
	margin-right:0;
}
#nav ul#main li#brand a,
#nav ul#main li#brand a:link,
#nav ul#main li#brand a:visited,
#nav ul#main li#brand a:active {
	color: #7A1717;
}
#nav ul#main li#brand a:hover {
	color: #D10A0A;
}

#nav ul#main li#brand.selected {
	background: url(../images/location_arrow_brand.gif) no-repeat center bottom;
}

/* Nav for Brand Section
---------------------------------------------------- */
#nav ul#brand_subnav {
	text-align:right;
	background-color: #E4EA7F;
	padding: 6px 30px 4px 30px;
	clear:both;
}
*html #nav ul#brand_subnav {
	padding-top:2px;
}
#nav ul#brand_subnav li {
	margin:0 0 0 8px;
	padding:0;
	font-weight:normal;
	float:none;
	display:inline;
}
#nav ul#brand_subnav a,
#nav ul#brand_subnav a:link,
#nav ul#brand_subnav a:visited,
#nav ul#brand_subnav a:active {
	text-decoration: none;
}
#nav ul#brand_subnav a:hover {
	color: #7A1717;
}
#nav ul#brand_subnav li.selected a,
#nav ul#brand_subnav li.selected a:link,
#nav ul#brand_subnav li.selected a:visited,
#nav ul#brand_subnav li.selected a:active {
	font-weight:bold;
}

/* Home Page
---------------------------------------------------- */
#flash_splash {
	background: #fff;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 770px;
}

/* Content Formatting
---------------------------------------------------- */

#content h1 {
	width:305px;
	height:25px;
	overflow:hidden;
}
#content h2 {
	color:#577E33;
	font-size:14px;
	text-transform:uppercase;
	line-height:1.3em;
	margin-top:1.4em;
	width:305px;
}
#content p {
	line-height:1.5em;
	margin-bottom:1.4em;
	margin-top:.25em;
	width:305px;
}
#storywindow p {
	line-height:1.5em;
	margin-top:1.4em;
}
#content img {
	float:right;
}
#content ul {
	line-height: 1.45em;
	margin-top:1em;
	width: 285px;
	list-style-type:none;
}
#content ul li {
	padding-left: 12px;
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left .5em;
	margin-bottom:.5em;
}
#sidebar img {
	float: none;
	padding: 0 0 20px 0;
}
#sidebar .highlight {
	margin: 0 15px 15px 0;
	padding: 15px;
	color: #FFF;
	background: #537b2e;
}
#content #sidebar .highlight p {
	margin: 0 0 1em 0;
	width:275px;
}
#content #sidebar .highlight p.link {
	margin: 0 0 0 0;
}
#sidebar .highlight a {
	color: #dbe455;
}
#content table {
	margin-top:1em;
	margin-right:2em;
	border-collapse:collapse;
	border-top:#DBE455 solid 1px;
	width:300px;
}
#content table tr {
	border-collapse: collapse;
	vertical-align: top;
}
#content table tr td,
#content table tr th {
	padding:.4em 0;
	border-bottom:#DBE455 solid 1px;
}



/* "Submit Your Story"
---------------------------------------------------- */

#submit_your_story {
	width:240px;
	padding:15px 15px 15px 15px;
	border:15px solid #fff;
	float:right;
	background:#7A1718;
	color:#fff;
}
#submit_your_story fieldset {
	border:none;
	float:left;
}
#content #submit_your_story img {
	float:none;
}
#submit_your_story label {
	float:left;
	clear:both;
	width:42px;
	padding-top:.3em;
	padding-bottom:.8em;
}
#submit_your_story div.input {
	float:left;
}
#submit_your_story input {
	font-size:11px;
}
#submit_your_story div.input input.text {
	width:120px;
}
#submit_your_story textarea {
	width:180px;
	margin-bottom:.8em;
	font-size:11px;
}
#content #submit_your_story p {
	width:240px;
	padding:.8em 0;
	margin-top:0;
	margin-bottom:0;
}
#submit_your_story input.submit {
	margin-top:.8em;
	float:right;
}
body#storywindow {
	background: #EDF1AA;
}
body#storywindow div.content {
	padding: 20px;
	text-align: left;
	background: #EDF1AA;
}
body#storywindow div.close {
	padding: 5px 10px;
	text-align: right;
	background:#7A1718;
	color:#fff;
	font-size:11px;
}
body#storywindow div.close a {
	color:#fff;
}

/* Promo Bar Formatting
---------------------------------------------------- */

#promobar #box1 {
	width:233px;
	float:left;
}
#promobar #box2 {
	width:234px;
	float:left;
}
#promobar #box3 {
	width:233px;
	float:left;
}
#promobar h3,
#promobar p,
#promobar a,
#promobar a:link,
#promobar a:visited,
#promobar a:hover,
#promobar a:active,
#promobar form {
	color:#fff;
}
#promobar h3 {
	font-size:12px;
	text-transform:uppercase;
	margin:.75em 15px 0 15px;
}
#promobar p {
	font-size:11px;
	margin:.2em 15px 0 15px;
	line-height:1.1em;
}
#promobar #box1 p {
	color:#EDF1AA;
}
#promobar #box1 p a {
	color:#EDF1AA;
}
#promobar #box3 form {
	margin:10px 15px 5px 15px;
	font-size:10px;
	font-weight:normal;
}
#promobar #box3 input.text,
#promobar #box3 input.submit {
	font-size:11px;
	margin-top:15px;
}
#promobar #box3 p.fineprint {
	font-size:10px;
	color:#667D8A;
	padding-bottom:5px;
	font-weight:normal;
}

/* Footer Formatting
---------------------------------------------------- */

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color:#58351C;
}
#footer a:hover {
	color:#3C617F;
}
