@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #ac4502;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer td{
	color:#fff;
}
.footer td a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.footer td a:hover{
	text-decoration:underline;
}
.menuBG{
	background:url(../images/menu_bg.jpg) repeat-x left top;
}
.menuList{
	padding:0px;
	margin:0px;
	list-style:none;
}
.menuList li{
	float:left;	
}
.menuList li a{
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:9px 15px;
	display:block;
	background:url(../images/menu_bg.jpg) repeat-x left top;
}
.menuList li a:hover, .menuList li a.selected{
	background:url(../images/menuBG.jpg) repeat-x left top;
}
.contentBG{
	background:url(../images/content_bg.jpg) #fff repeat-x left top;
}
.HomeBlock{
	width:277px;
	float:left;
	margin-right:10px;
	border:3px solid #ac4502;
	padding:10px;
	text-align:justify;
}
#homeblock4, #homeblock5{
	display:none;
}
.innerHeading{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-family:Helvetica;
	font-size:14px;
	color:#ac4502;
	text-transform:uppercase;
}
.content{
	padding:15px 0px 0px 0px;
	margin:0px;
	line-height:18px;
}
.listArrow{
	padding:0px;
	margin:0px;
	list-style:none;
}
.listArrow li{
	padding:0px 0px 10px 20px;
	background:url(../images/listArrow.jpg) no-repeat left top;
}
.HomeBlockNew{
	width:591px;
}
.textBox{
	width:350px;
	margin-bottom:7px;
	border:1px solid #333333;
}
.button{
	background:url(../images/buttonBG.jpg) repeat-x left top;
	border:1px solid #898684;
	font-family:Tahoma;
	text-transform:uppercase;
	font-size:11px;
	padding:3px 5px;
	font-weight:bold;
}
.website{
	color:#e59028;
}


