/* --- basic element styles --- */

html {
	height: 100%;
	min-height: 100%;
	margin: 0px;
 	padding: 0px;
}

body  {
	font: 12px tahoma, verdana, arial, sans-serif;
	color: #000000;
	background: #cccccc url(/images/body_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a:link,a:visited {
	color: #006633;
}
a:link:hover,a:visited:hover {
	color: #996600;
}

blockquote {
	font-style: italic;
}

dl {
	margin: 0em 0em 0.5em 0em;
	padding: 0px;
}

dt {
	color: #000000;
	font-weight: bold;
	border-bottom: #cccccc solid 1px;
	margin: 0em 0em 0.5em 0em;
	padding: 0em 0em .25em 0em;
}

dd {
	margin: 0em 2em 1em 2em;
	padding: 0.5em;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 180%;
	font-weight: normal;
	margin: 0em 0em 1em 0em;
	padding: 0px;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
	padding: 0px;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
	padding: 0px;
}

hr {
	color: #006633;
	height: 1px;
}

img {
	border: none;
}

input, select {
	vertical-align: middle;
}

li {
	padding: 1px 0px;
}

ol, ul {
	margin: 0em 0em 1em 3em;
	padding: 0px;
}

ul {
	list-style-type: square;
}

p {
	margin: 0em 0em 1em 0em;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

td,th {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}

/* --- global styles --- */

div.sidemenu {
	font-size: 11px;
	margin-bottom: 8px;
	border: 1px solid #006633;
}
div.sidemenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.sidemenu ul li {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div.sidemenu ul li a {
	display: block;
	color: #000000;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	border-left: 4px solid #c2deba;
	padding-left: 8px;
	padding-right: 4px;
}
div.sidemenu ul li a:hover {
	color: #000000;
	background-color: #c2deba;
	border-left-color: #40ae49;
}
div.sidemenu ul li a.active {
	color: #000000;
	background-color: #c2deba;
	background-image: url(/images/side_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-left-color: #006633;
}

div.one_col {
	width: 902px;
	padding: 16px 32px 0px 32px;
}

table.layout2 {
	width: 934px;
	margin: 0px 16px;
}
table.layout2 td.col1 {
	width: 160px;
	vertical-align: top;
	padding: 8px 0px 0px 0px;
}
table.layout2 td.col2 {
	padding: 0px 16px;
	vertical-align: top;
	padding: 16px 16px 0px 16px;
}

table.layout3 {
	width: 934px;
	margin: 0px 16px;
}
table.layout3 td.col1 {
	padding: 0px 16px;
	vertical-align: top;
	padding: 16px 32px 0px 16px;
}
table.layout3 td.col2 {
	width: 160px;
	vertical-align: top;
	padding: 16px 0px 0px 0px;
}

table.track {
	width: 100%;
	margin-bottom: 1em;
}
table.track th {
	border: 1px solid #000000;
	text-align: center;
	padding: 4px;
}
table.track td {
	border: 1px solid #000000;
	text-align: center;
	padding: 2px;
}

.title1 {
	color: #ffffff;
	background: #408a64;
	font-weight: bold;
	border: 2px solid #ffffff;
	padding: 8px;
}

.cell1 {
	color: #000000;
	background: #f0f0f0;
	border: 2px solid #ffffff;
	padding: 8px;
}

.title2 {
	color: #000000;
	background: #fff200;
	font-weight: bold;
	border: 1px solid #000000;
	margin: 0px;
	padding: 4px 8px;
}

.cell2 {
	color: #000000;
	background: #fffabc;
	border: 1px solid #000000;
	padding: 4px 8px;
}

.title3 {
	color: #000000;
	background: #40ae49;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 4px 8px;
}

.cell3 {
	color: #000000;
	background: #c2deba;
	border: 1px solid #000000;
	padding: 4px 8px;
}

.calevents table {	
	width: 100%;
	margin-bottom: 1em;
}
.calevents th {
	font-weight: bold;
	color: #ffffff;
	background: #408a64;
	border: 2px solid #ffffff;
	padding: 8px;
}
.calevents td {
	vertical-align: top;
	background: #f0f0f0;
	border: 2px solid #ffffff;
	padding: 8px;
}

.updates table {	
	width: 100%;
	margin-bottom: 1em;
}
.updates th {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #408a64;
	border: 2px solid #ffffff;
	padding: 8px;
}
.updates td {
	width: 20%;
	text-align: center;
	background: #f0f0f0;
	border: 2px solid #ffffff;
	padding: 8px;
}

.newsletters li{
	line-height: 22px;
}
.recommendations table{
	width: 100%;
	margin-bottom: 1em;
}
.recommendations th {
	width: 20%;
	padding: 8px;
	border: 1px solid #cccccc;
}
.recommendations td {
	width: 80%;
	padding: 8px;
	border: 1px solid #cccccc;
}

.rally {
	width: 100%;
}
.rally img{
	margin-bottom: 1em;
}

.supplydemand {
	width: 100%;
	margin-top: 0px;
}
.supplydemand h2 {
}

.cspecs table {
	width: 100%;
	margin-bottom: 1em;
}
.cspecs h2 {
	margin-top: 0px;
}
.cspecs .symbols {
	font-size: 11px;
	font-weight: bold;
}
.cspecs .disclaimer {
	font-size: 11px;
	text-align: justify;
}

/* --- text styles --- */

.bold { font-weight: bold; }
.italic { font-style: italic; }
.tiny { font-size: 10px; }
.small { font-size: 11px; }
.small input, .small select { font-size: 11px; }
.large { font-size: 14px; }
.white { color: #ffffff; }

.error {
	color: #990000;
	font-weight: bold;
}

/* --- backgrounds and borders --- */

.shaded { background: #f0f0f0; }
.shaded2 { background: #fffabc; }
.border { border: 1px solid #cccccc; }
.divider { border-bottom: 1px solid #cccccc; }

/* --- positioning --- */

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.fltlft { float: left; }
.fltrt { float: right; }
.lclear { clear: left; }
.rclear { clear: right; }

.clearfloat {
	clear: both;
	font-size: 0;
	height: 0;
}

/* --- margins and padding --- */

.lm8 { margin-left: 8px; }
.rm8 { margin-right: 8px; }
.lm16 { margin-left: 16px; }
.rm16 { margin-right: 16px; }
.mb1em { margin-bottom: 1em; }
.nbm { margin-bottom: 0px; }
.pad2 { padding: 2px; }
.pad4 { padding: 4px; }
.pad8 { padding: 8px; }

/* --- named layout elements --- */

#container {
	position: relative;
	width: 966px;
	min-width: 966px;
	margin: 0px auto;
}

#header {
	position: relative;
	height: 89px;
}
#header #top {
	position: absolute;
	left: 14px;
	top: 18px;
}
#header #contactinfo {
	position: absolute;
	right: 42px;
	top: 20px;
	line-height: 18px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#header #contactinfo th {
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

#content {
	position: relative;
	background: #ffffff url(/images/content_bg.gif) bottom no-repeat;
	padding: 8px 0px 16px 0px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-height: 400px;
}

#menu1 {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	background: #cccccc url(/images/menu1_bg.gif) no-repeat;
	font-weight: bold;
	padding: 0px 8px;
}
#menu1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu1 ul li {
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 4px 0px 0px;
}
#menu1 ul li:hover, #menu1 ul li.active {
	background: url(/images/menu1_over.gif) repeat-x;
}
#menu1 ul li a {
	display: block;
	color: #ffffff;
	padding: 0px 16px;
	text-decoration: none;
}
#menu1 ul li.active a {
	color: #006633;
}
#menu1 ul li a:hover {
	color: #996600;
}

#menu2 {
	position: relative;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	color: #ffffff;
	background: #006633 url(/images/menu2_bg.gif) no-repeat;
	padding: 0px 8px;
	margin-top: 2px;
	z-index: 10;
}
ul.menu2 {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.menu2 {
	position: relative;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 4px 0px 0px;
}
li.menu2:hover, li.menu2.active {
	background: url(/images/menu2_over.gif) repeat-x;
}
a.menu2:link, a.menu2:visited {
	display: block;
	color: #ffffff;
	padding: 0px 18px;
	text-decoration: none;
}
a.menu2:hover {
	color: #ffffff;
	text-decoration: underline; /* for IE6 */
}
li.menu2>a.menu2:hover {
	text-decoration: none; /* Non-IE6 browsers */
}
li.menu2:hover>ul { display: block; } /*  The magic */

ul.menu3  {
	display: none;
	position: absolute;
	width: 150px;
	top: 25px;
	left: 0;
	list-style-type: none;
	font-size: 11px;
	background: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

li.menu3 {
	position: static;
	float: none;
	display: block;
	padding: 0px;
  margin: 0px;
}

a.menu3:link,a.menu3:visited {
	display: block;
	color: #000000;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	border-left: #c2deba solid 4px;
	padding: 0px 5px 0px 9px;
  margin: 0px;
	cursor: default;
}
a.menu3:hover {
	color: #000000;
	background: #c2deba;
	border-left-color: #40ae49;
	text-decoration: none;
}

#footer {
	position: relative;
	clear: both;
	height: 32px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 16px;
}

#footer a {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 8px;
}

#footer a:hover {
	color: #996600;
}

#ranorder {
	width: 932px;
	height: 450px;
	margin: 8px 16px 0px 16px;
	border: 1px solid #cccccc;
}

#weatherbox {
	width: 160px;
	height: 600px;
	background-repeat: no-repeat;
}
#weatherbox .NetweatherContainer {
	height: 585px;
}
#weatherbox .weatherlinks {
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
}

/* --- printing styles --- */

@media print {
	#container { background: #ffffff; margin: 0px; }
}
