 body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 17px;
   margin: 0 auto;
   margin-top: 15px;
   background: url(images/bg_texture.jpg) fixed;
	}

#sitedescription  {display: none;}

/* All link definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 12px;
}

ul {
	margin: 0;
}

h1 {
	font-size: 24px;
	color: #666666;
	letter-spacing: -0.6px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	color: #666666;
	margin: 0;
	padding: 5px 0;
}

h3 {
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 5px 0;
}

h3 a:link, h3 a:visited {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

h3 a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
}

.clear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}


#header {
	background: url(images/header.png) no-repeat;
	height: 135px;
	width: 997px;
	margin: 0 auto;
	padding: 24px 9px 0 9px;
}

#logo {
	float: left;
	width: 250px;
	height: 81px;
	padding: 10px 0 0 20px;
}

#anchor {
	float: right;
	width: 350px;
	height: 81px;
	padding: 10px 20px 0 0;
	text-align: right;
	color: #000000;
	font-size: 10px;
	margin: 0;
}

#anchor ul {
	list-style: none;
	margin: 0;
}

#anchor ul li {
	display: inline;
	padding-left: 5px;
}

#anchor a:link, #anchor a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#anchor a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.search {
	font-size: 11px;
	color: #666666;
	padding: 3px;
	border: 1px solid #999999;
}

#page {
	background:url(images/bg_page.png) repeat-y;
	padding: 0 30px;
	margin: 0 auto;
	width: 955px;
	height: auto;
}

.content_home {
	width: 955px;
	clear: both;
	padding: 0;
	background: url(images/bg_content.jpg) top no-repeat;
}

.content {
	width: 895px;
	clear: both;
	padding: 30px 30px 0 30px;
	background: url(images/bg_content.jpg) top no-repeat;
}

#right {
	float: right;
	margin: 30px 0 30px 30px;
	width: 220px;
}

.teaser {
	text-align: center;
	padding: 10px 10px 15px 10px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	/*--top left rounded corner--*/
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	/*--top right rounded corner--*/
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border: solid 1px #d9bc44;
	margin-bottom: 30px;
}

.teaser ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-align: left;
	color: #cc0000;
}

#home_image {
	width: 530px;
	height: 210px;
	padding-top: 60px;
	text-align: center;
	float: left;
	background: url(images/home_image_1.jpg) no-repeat;
}

#home_testimonial {
	height: 180px;
	width: 365px;
	padding: 60px 30px 30px 30px;
	float: right;
	line-height: 22px;
	font-size: 14px;
	font-style: italic;
	background: url(images/bg_testimonial.png) top left no-repeat;
}

#home_middle {
	width: 955px;
	height: auto;
	background: url(images/home_middle.jpg) bottom no-repeat;
	text-align: center;
	padding-bottom: 65px;
}

.head {
	height: 70px;
	line-height: 20px;
}

.head_padding {
	padding-top: 12px;
	height: 58px;
}

.padding {
	padding: 0 15px;
}

.button {
	padding-top: 10px;
	margin: 0;
}

#home_bottom {
	width: 820px;
	padding: 0px 0px 15px 170px;
	margin-left:-10px;
	background: url(images/home_bottom.gif) bottom no-repeat;
	text-align: center;
}

#weather {
	width: 328px;
	height: 175px;
	text-align: center;
	float: left;
	background: url(images/weather_bg.png) top no-repeat;
}

#futures {
	width: 565px;
	margin-left: 30px;
	height: auto;
	float: right;
	text-align: center;
}

.futures {
	background: url(images/bg_futures.gif) repeat-x;
	width: 655px;
	height: 22px;
}

.white {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#footer {
	background: url(images/bg_footer.png) no-repeat;
	height: 53px;
	width: 955px;
	padding: 48px 30px 0 30px;
	margin: 0 auto;
	text-align: right;
	color: #000000;
	font-size: 10px;
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer ul li {
	display: inline;
	padding-left: 5px;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.copyright {
	text-align: center;
	padding-top: 15px;
}

/* MAIN NAV */
.chromestyle {
	width: 753px;
	height: 37px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

.chromestyle ul li a {
	float: left;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-decoration: none;
	padding: 0 0 0 13px; /*For image - do not change*/
	text-align: center;
	cursor: pointer;
}

.chromestyle li a span {
	float: left;
	display: block;
	padding: 0 15px 0 2px; /*padding should add up to 17*/
}

/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.current,  .chromestyle ul li a.selected {
	color: #000000;
	background: url(images/menu_hover_left.png) no-repeat left bottom;
	text-decoration: underline;
}

.chromestyle ul li a:hover span, .chromestyle  ul li a.current span, .chromestyle ul li a.selected span  { /*background of main menu bar links onMouseover*/
	color: #000000;
	background: url(images/menu_hover_right.png) no-repeat right bottom;
}

/*Style for Drop Down Menu*/
.dropmenudiv {
	text-transform: none;
	position: absolute;
	top: 0;
	border: 0;
	font-size: 11px;
	line-height: 18px;
	z-index: 100;
	font-weight: normal;
	background-color: #ffc800;
	visibility: hidden;
	white-space: nowrap;
	text-align: left;
	width: 215px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 2px;
	-khtml-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 2px;
	-khtml-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	padding: 5px 10px 5px 8px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #000000;
}
