/* *************************************************************************
Title: CSS main styles
Author: Rocket No. 9, LLC
Description: Common styles for layout and appearance
Created: 04.29.08
Modified: 03.03.09 [SQUARE ROOT DAY! W00T!]

CSS TOC
=HTML SELECTORS
=LAYOUT
=NAVIGATION
=SECTION SPECIFIC
************************************************************************* */

/* *************************************************************************
=HTML SELECTORS
************************************************************************* */
img, div, ul, li, a {behavior: url(iepngfix.htc);}
body { margin: 0; padding: 0; background: #FFF url(i/bg.gif) repeat-x;}
a:link {color: #9A1820; text-decoration: underline;}
a:visited {color: #600; text-decoration: underline;}
a:hover, a:active {color: #E29B20; text-decoration: none;}
h2 {font: bold italic 1.3em/.75em Trebuchet MS, Arial, Helvetica, sans-serif; color: #9A1820; margin: 0 0 15px 0;}
h3 {font: bold italic .9em/.9em Trebuchet MS, Arial, Helvetica, sans-serif; color: #9A1820; margin: 0 0 4px 0;}
p {font: .8em/1.4em Trebuchet MS, Arial, Helvetica, sans-serif; color: #333; margin: 0 30px 15px 0;}
/* *************************************************************************
=LAYOUT
************************************************************************* */
#bg {
	position: absolute;
	top: 0;
	right: 0;
	background: url(i/bg_plant.jpg) no-repeat top right;
	width: 600px;
	height: 500px;
	z-index: 1;
}
#wrap {float:right; width: 100%; background: url(i/bg_wrap.gif) repeat-y; margin-left: -242px; z-index: 1;}
#logo {
	top: 17px;
	left: 12px;
	position: absolute;
	background: url(i/shadow.png) no-repeat;
	width: 202px;
	height: 102px;
	z-index: 10;
}
#nav {
	width: 174px;
	height: 669px;
	border-left: 2px solid #000;
	background: url(i/bg_nav.gif) repeat-x;
	top: 0px;
	float: right;
	margin-right: 47px;
	z-index: 10;
}
#content {
	width: 75%;
	height: auto;
	margin: 124px 24px 39px 242px;
	z-index: 20;
	position: relative;
}
#sidebar {
	width: 270px;
	float: right;
	text-align: center;
	height: 100%;
	display: block;
	margin: 0 0 0 30px;
}
#action {
	width: 100%;
	border: 1px solid #903;
	background: url(i/bg-callout.gif) repeat-x;
	height: 42px;
	text-align: center;
	margin: 35px 0 0 0;
}
#footer { left: 46px; top: 36px; height: auto; width: 85%; text-align: center; position: relative; margin: 0 0 20px 0;}
/* *************************************************************************
=NAVIGATION
************************************************************************* */
#nav ul {
	font: .9em/1em Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 144px 0 10px 37px;
	padding: 0;
}
#nav li {
	margin: 12px 0;
	padding: 3px 0 0 0;
	list-style: url(i/bullet_nav.gif) outside;
}
#nav li:hover {
	list-style: url(i/bullet_nav-on.gif) outside;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #F0A92F;
	text-decoration: none;
}

/* *************************************************************************
=SECTION SPECIFIC
************************************************************************* */
#content ul {
	font: .8em/1.4em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 14px 30px;
	padding: 0;
	list-style: url(i/bullet.gif) outside;
}
#content li {
	margin: 2px 2px;
	padding: 0;
}
div.plantfire {
	width: 258px;
	height: 187px;
	border: 1px solid #9B1D25;
	padding: 5px;
	background: url(i/plant_fire.jpg) no-repeat;
	margin: 0 0 25px 0;
}
div.plantfire h3 {
	font: normal bold 1.2em/1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #DA9931;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}
div.plantfire p {
	font: bold italic .85em/.85em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 140px 0 0 0;
}
h3.callout {
	font: bold normal 1.75em/1.75em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #97171F;
	text-transform: uppercase;
	margin: 0;
}
p.callout {
	font: bold italic 1.25em/1.25em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #E29B20;
	margin: 0 30px;
}
#action p {
	font: bold 1.2em/1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px 0;
}
#action p em {
	color: #903;
	font-style: normal;
}
#footer ul{
	list-style: #666666;
	margin: 0 0 14px 0;
	font: .65em/.65em Arial, Helvetica, sans-serif;
}
#footer li {
	display: inline;
	margin: 0;
}
#footer p {
	font: .65em/.65em Arial, Helvetica, sans-serif;
	color: #666666;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #666666;
}
div.right {
	float: right;
	margin-right: 15px;
}
#contact {
	border: 0px none;
	width: 450px;
}
#contact td {
	padding: 8px 3px;
	vertical-align: top;
}
#contact p {
	margin: 2px 0 0 8px;
}
input.button { font: .8em/.8em Arial, Helvetica, sans-serif; border: 1px solid #900; color: #666666; background: url(i/bg-field.gif) repeat-x; padding: 2px;}
input.button:hover { border: 1px solid #000; color: #900; cursor: pointer;}
.textbox { border: 1px solid #666666; padding: 3px; font: .85em/1em Arial, Helvetica, sans-serif; color: #333; background-color: #FFF;}
.textbox:focus {background-color: #F8E6C9; color: #000;}
select.menu {font: .85em/1em Arial, Helvetica, sans-serif; color: #333;}
.form_check {color: #C00;}
p.top { font: 10px/12px Arial, Helvetica, sans-serif; margin: 0 0 25px 0;}