/**
 * Main CSS Stylesheet
 *
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#e6e6e6 url(images/bg.gif) repeat-x top left;
	color:#000000;
}

#page{
	width:800px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:215px;
	background:url(images/header_bg.gif) no-repeat top left;
}

/* BODY */

#body{
	margin-top:20px;
	margin-bottom:10px;
	padding-left:30px;
	padding-right:20px;
}

#body h4{
	font-size:13px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	line-height:20px;
	font-weight:normal;
}

#body h4 a{
	font-size:15px;
	color:#9e0b0e;
	font-weight:bold;
}

#body h3{
	font-size:21px;
	color:#9e0b0e;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#body h3 span{
	color:#000;
}

/* box */

.box{
	width:738px;
	background:url(images/box_bg.gif) repeat-y left top;
	margin:0px auto;
}

.box_top{
	width:100%;
	background:url(images/box_top_bg.gif) no-repeat left top;
}

.box_body{
	padding-top:15px;
}

.box_end{
	width:100%;
	height:25px;
	background:url(images/box_end_bg.gif) no-repeat left top;
}

.box_body h2{
	background:url(images/box_h2.gif) no-repeat left top;
	width:704px;
	height:32px;
	margin:0px auto;
	color:#ffcc00;
	font-size:19px;
	padding-top:5px;
	text-align:center;
	margin-bottom:20px;
}

.box_body h2 span{
	color:#fff;
}

.box_body h2.second{
	font-size:17px;
	padding-top:7px;
	margin-bottom:10px;
}

.box_body h2.second small{
	color:#fff;
	font-size:13px;
}

.box_form_item{
	padding-left:60px;
	width:700px;
}

.box_form_item li{
	float:left;
	font-size:13px;
	padding-bottom:9px;
}

.box_form_text{
	background:url(images/box_text_input.gif) no-repeat left top;
	width:441px;
	height:35px;
}

.box_form_text input{
	background:none;
	border:0px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:7px;
	margin-left:5px;
	width:428px;
}

.box_form_item li label{
	display:block;
	margin-top:7px;
	margin-right:8px;
	text-align:right;
	width:150px;
}

.box_form_sub{
	float:right;
	padding-right:80px;
}

.box_form_end{
	margin-bottom:25px;
}

/* small box */

.small_box{
	width:668px;
	background:url(images/small_box_bg.gif) repeat-y left top;
	margin:0px auto;
}

.small_box_top{
	width:100%;
	height:10px;
	background:url(images/small_box_top_bg.gif) no-repeat left top;
}

.small_box_body{
	padding-bottom:50px;
}

.small_box_end{
	width:100%;
	height:10px;
	background:url(images/small_box_end_bg.gif) no-repeat left bottom;
}

.panel_title{
	background:url(images/small_box_panel_2.gif) no-repeat top left;
	width:623px;
	height:47px;
	margin:10px auto;
}

.panel_title2{
	background:url(images/small_box_panel_6.gif) no-repeat top left;
	width:623px;
	height:89px;
	margin:10px auto;
}

.panel_title_left{
	float:left;
}

.panel_title_left h5{
	font-size:13px;
	margin-top:13px;
	margin-left:12px;
}

.panel_title_left h2{
	font-size:13px!important;
	margin:0px;
	margin-top:13px!important;
	margin-left:12px!important;
	background:none;
	width:auto!important;
	height:auto!important;

	color:black!important;
	
	padding-top:0px;
	text-align:left;
	margin-bottom:0px;
}

.panel_title2 .panel_title_left h5{
	margin-top:33px;
}

.panel_title_right{
	float:right;
	width:369px;
	height:31px;
	background:url(images/small_box_panel_1.gif) no-repeat top left;
	margin-top:8px;
	margin-right:8px;
}
.panel_title_right_t{
	float:right;
	width:369px;
	height:31px;

	margin-top:8px;
	margin-right:8px;
}
.panel_title_right_2{
	width:369px;
	height:31px;
	background:url(images/small_box_panel_3.gif) no-repeat top left !important;
}

.panel_title_right_3{
	width:219px;
	height:31px;
	background:url(images/small_box_panel_4.gif) no-repeat top left !important;
}

.panel_title_right_5{
	width:220px;
	height:72px;
	background:url(images/small_box_panel_5.gif) no-repeat top left !important;
}

.panel_title_right_box{
	padding-top:2px;
	padding-left:7px;
}

.panel_title_right_box2{
	padding-top:6px;
}

.panel_title_right_box2_sep{
	height:10px;
}

.panel_title_right_box img{
	position:relative;
	top:4px;
}

.panel_title_right_box a{
	background:url(images/icon_sep.gif) no-repeat right center;
	padding-right:8px;
	padding-left:3px;
}

.panel_title_right_box a.nobg{
	background:none;
}

.panel_textarea{
	background:url(images/dotted_grey.gif) repeat-x bottom left;
	padding-bottom:10px;
	width:623px;
	margin:5px auto;
}

.panel_textarea_nobg{
	background:none;
}

.panel_textarea textarea{
	border:1px solid #e2e2e2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:620px;
	height:80px;
	font-size:13px;
}

#warning{
	font-size:15px;
	color:#9e0b0e;
	font-weight:bold;
	width:87%;
	margin:0px auto;
	padding-top:20px;
}

#warning img{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

/* second */

#second_panel_1{
	background:url(images/second_panel_1.gif) no-repeat left top;
	width:703px;
	height:77px;
	margin:0px auto 13px;
}

#second_panel_1 ul{
	padding-top:13px;
	width:100%;
	clear:both;
}

#second_panel_1 li{
	float:left;
	font-size:13px;
	color:#9e0b0e;
}

#second_panel_1 li a{
	color:#9e0b0e;
}

#second_panel_1 li.second_panel_1_title{
	width:130px;
	padding-left:30px;
	color:#000000;
}

/* second box */

.second_box{
	width:703px;
	background:url(images/second_box_bg.gif) repeat-y left top;
	margin-left:10px;
}

.second_box_top{
	width:100%;
	background:url(images/second_box_top_bg.gif) no-repeat left top;
}

.second_box_body{
}

.second_box_end{
	width:100%;
	height:10px;
	background:url(images/second_box_end_bg.gif) no-repeat left bottom;
}

.second_box_body h5{
	font-size:15px;
	color:#cb0608;
	padding-left:13px;
	padding-bottom:6px;
	padding-top:6px;
}

.second_box_body h5.padding_top{
	padding-top:12px;
}

.bookmarks{
	padding-left:5px;
	padding-top:10px;
}

.bookmarks div{
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding-bottom:4px;
	width:172px;
	font-size:12px;
	padding-top:5px;
	padding-left:3px;
	margin-right:24px;
	margin-left:24px;
	margin-bottom:7px;
	float:left;
}

.bookmarks_4 div{
	width:133px !important;
	margin-right:10px;
	margin-left:18px;
	margin-bottom:7px;
}

.bookmarks div img{
	float:left;
}

.bookmarks div span{
	position:relative;
	left:10px;
}

/* second box3 */

.second_box3{
	width:679px;
	background:url(images/second_box3_bg.gif) repeat-y left top;
	margin:0px auto 0px 12px;
}

.second_box3_top{
	width:100%;
	background:url(images/second_box3_top_bg.gif) no-repeat left top;
}

.second_box3_body{
}

.second_box3_end{
	width:100%;
	height:9px;
	background:url(images/second_box3_end_bg.gif) no-repeat left bottom;
}

/* FOOTER */

#footer{
	width:100%;
	height:117px;
	background:url(images/footer_bg.gif) no-repeat top left;
	text-align:center;
}

#footer_copy{
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
}

#footer_copy a{
	color:#a3191c;
}

#footer_legal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2e2e2e;
	padding-top:20px;
	width:93%;
	margin:0px auto;
}

#header h1
{
display:none;
}

#socialbookmarks img
{
padding:1px;
margin-left:1px;
margin-right:1px;
}

.bookmarklet
{
	top:0;
	position:absolute;
	font-size:11px;
}
.whatis
{
	width:800px;
	padding-top:175px;
	float:right;
	font-size:11px;
	color:#FFF;
}
.whatis a
{
	color:#FFF;
	text-decoration:underline;
}

.promo
{
	margin-left:55px;
}
.hovermenu
{
	margin-bottom:10px;
margin-left: 20px;
clear:both;
}
.hovermenu ul{
font: bold 12px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
text-align:center;
list-style: none;
display: inline; 
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;margin-right:1px;
margin-left:1px;
background-color: #FFCC00;
border: 2px solid #FFCC00;border-style: outset;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
