body {
	padding:0px;
	margin:0px;
	background: url(img/mainbg.jpg) repeat-x #e8e8e8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#595959;
}

.spacer {
	clear:both;
}

strong {
	color:#cf1500;
}

h1 {
	color:#595959;
	font-size:23px;
	font-weight:normal;
}

h2 {
	color:#595959;
	font-size:18px;
	font-weight:normal;
}

img {
	border:none;
}

#container {
	width:909px; 
	background:url(img/shadow_mid.jpg) repeat-y; 
	margin:0px auto;
}

/*********** shadow styles ***********/

#shadow {
	background:url(img/shadow_left.jpg) no-repeat;
}

#shadow .shad_wrap {
	background:url(img/shadow_right.jpg) right no-repeat; 
	padding-left:6px; 
	padding-right:6px;
}


/********** header styles **********/

#header {
	height:156px;
	background:url(img/headerbg.jpg) bottom repeat-x;
}

#header .left {
	width:672px; 
	height:156px; 
	float:left;
}

#header .left .logo {
	float:left;
	height:79px;
	padding-left:25px;
}
#header .left .logo a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	color:#d81800;
	text-decoration:none;
}
#header .left .tagline {
	float:right;
	color:#e51a00;
	padding-top:55px;
	height:64px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
}

#header .right {
	padding-top:5px;
	width:225px;
	height:151px; 
	float:right; 
}

#header .right .txtbox {
	border:1px solid #bcbcbc;
	width:80px; 
	font-family:arial; 
	font-size:10px; 
	color:#bcbcbc; 
	height:13px; 
	padding-top:2px;
}

#header .right .imgbtn {
	vertical-align:top;
}

#header > .right .imgbtn {
	vertical-align:bottom;
}

/********** topmenu styles **********/

#topmenu {
	clear:both;
}

#topmenu ul {
	display:block;
	margin:0px 0px 0px 35px;
	padding:0px;
	list-style:none;
}

#topmenu ul .item {
	display:block;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#topmenu .item a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#d81800;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	padding-top:10px;
	padding-bottom:10px;
}

#topmenu .item a:hover {
	color:#FFFFFF;
	background:url(img/topmenu_bg.gif) repeat-x;
}

#topmenu .subitems {
	display:none;
	list-style:none;
	position:absolute;
	border:1px solid #767676;
	margin-top:10px;
	width:122px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(img/subitem_bg.jpg) repeat-x;
	filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;
}

#topmenu .subitems li {
	display:block;
	margin-bottom:1px;
}

#topmenu .subitems a {
	display:block;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:0px;
	padding-top:3px;
	padding-left:10px;
}

#topmenu .subitems a:hover {
	background:#e8c5c1;
	color:#000000;
}

#topmenu .sfhover .subitems {
	display:block;
}

#topmenu .sfhover a {
	color:#FFFFFF;
	background:url(img/topmenu_bg.gif) repeat-x;
}

#topmenu .sfhover .subitems a {
	background:none;
	color:#000000;
}

#topmenu .item:hover a {
	color:#FFFFFF;
	background:url(img/topmenu_bg.gif) repeat-x;
}


#topmenu .item:hover .subitems {
	display:block;
}

#topmenu .item:hover .subitems a {
	background:none;
	color:#000000;
}

#topmenu .item:hover .subitems a:hover {
	background:#e8c5c1;
	color:#000000;
}

#topmenu .active a{
	color:#FFFFFF;
	background:url(img/topmenu_bg.gif) repeat-x;
}
/********** leftmenu styles *********/

#leftmenu {
	margin:0px;
	padding:0px;
	list-style:none;
}

#leftmenu li {
	display:block;
	height:25px;
}

#leftmenu a {
	color:#6d6d6d;
	text-decoration:none;
	font-size:14px;
}

#leftmenu a:hover {
	color:#ff4038;
	font-weight:bold;
}

#leftmenu .active a {
	color:#ff4038;
	font-weight:bold;
}

/********** content styles *********/

#content {
	padding-left:11px;
	padding-right:11px;
}


#content .cont_pad {
	padding-left:40px; padding-right:40px;
}

.leftcol {
	width:210px; 
	float:left;
}

.rightcol {
	float:right; 
	width:580px;
}

.rightcol p {
	line-height:25px;
}
/*********** boxgray styles ***********/

.boxgray {
	background:url(img/boxgray_shadright.jpg) right repeat-y; 
	padding-right:9px; 
	margin-top:35px; 
	padding-left:9px;
}

.boxgray_cont {
	background:url(img/boxgray_bg.jpg) repeat-x; 
	padding-left:30px; 
	padding-right:15px; 
	padding-top:5px;
}

.boxgray_wrap {
	height:346px;
}

.boxgray_wrap .text_left {
	width:432px; 
	float:left;
}

.boxgray_wrap .text_left p {
	line-height:22px;
}

.boxgray_shad {
	background:url(img/boxgray_shadbot.jpg) repeat-x; 
	height:8px;
}

.boxgray_shad .left {
	background:url(img/boxgray_shadbot_left.jpg) no-repeat; 
	width:8px; 
	height:8px; 
	float:left;
}

.boxgray_shad .right {
	background:url(img/boxgray_shadbot_right.jpg) no-repeat; 
	width:9px; 
	height:8px; 
	float:right;
}
/********** sponsors styles ***********/

#sponsors {
	text-align:center;
}

#sponsors img {
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
}

/*********** footer styles ************/

#footer  {
	border-top:1px solid #cecece;
	padding-top:30px;
	margin-left:20px; 
	margin-right:20px;
	margin-top:30px;
	padding-left:20px;
	padding-right:20px;
	height:80px;
}


#footer a {
	color:#595959;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}

