/* CSS Document */

body
{
	background-image:url(../images/bknd_main.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e2c575;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}

 a img
{
 	border:0px;
}

a
{
	color:#edd089;
	border:0px;
	text-decoration:none;
}

.warper
{
	width:960px;
	margin:auto;
}

.maincontaner
{
	float:left;
	width:960px;
	padding-bottom:20px;
}
.topbanner
{
	width:960px;
	float:left;
	height:134px;
	background-image:url(../images/header.jpg);
	
}

.topmenu
{
	width:960px;
	float:left;
	height:38px;
	background-image:url(../images/navMain_bknd.jpg);
	
}


/*.topmenu ul
{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-transform:uppercase;
	list-style-type:none;
	color:#edd089;
}

.topmenu ul li
{
	float:left;
	padding:10px 15px 10px 15px;
}

.topmenu ul li a
{
	color:#edd089;
	text-decoration:none;
}

.topmenu ul li a:hover
{
	color:#ffffff;
	text-decoration:none;
}
*/
.smallbanner
{
	width:960px;
	height:46px;
	float:left;
	background-image:url(../images/hotlineBanner.jpg);
}

.contentarea
{
	float:left;
	width:960px;
	background-image:url(../images/content_bknd.jpg);
	
}

.leftbarsidebar
{
	float:left;
	width:245px;
	padding-bottom:15px;
	
}
.leftbar
{
	float:left;
	width:245px;
	height:648px;
	background-image:url(../images/leftColumn_bknd.jpg);
	
	
}

.leftlinks
{
	float:left;
	padding:90px 15px 20px 15px;

}

.leftlinks ul
{
	margin:0px;
	padding:0px;
	font-size:13px;
	text-transform:uppercase;
	list-style-type:none;
	color:#edd089;
}


.leftlinks ul li
{
	margin-top:5px;
	
}

.leftlinks ul li a
{
	color:#edd089;
	text-decoration:none;
}

.leftlinks ul li a:hover
{
	color:#ffffff;
	text-decoration:none;
}


.leftcontactfor
{
	width:215px;
	height:330px;
	background-image:url(../images/form_bknd.jpg);
	margin:15px 0px 0px 0px;
	float:left;
	padding:15px;
}


.leftcontactfor p
{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#edd089;
}


.content
{
	float:left;
	margin-left:25px;
	width:630px;
	padding-top:25px;
}

.content h2
{
	font-size:16px;
	font-weight:bold;
	color:#edd089;
	text-transform:uppercase;
}

.componentheading
{
	font-size:16px;
	font-weight:bold;
	color:#edd089;
	text-transform:uppercase;	
}

.content h3
{
	font-size:14px;
	font-weight:bold;
	color:#edd089;
	margin-bottom:0px;
	
}
.contentheading
{
	font-size:16px;
	font-weight:bold;
	color:#edd089;
	margin-bottom:0px;
}

.content p
{
	color:#B3B3B3;
	margin:0px;
	font-size:14px;
	
}



.content img
{
	float:right;
	padding:10px;
}

.footer
{
	float:left;
	width:960px;
	background-image:url(../images/footer_bknd.jpg);
	background-repeat:repeat-y;


}


.footer p
{
	font-size:12px;
	color:#999999;
	text-align:center;
	margin:10px 0px 10px 0px;


}

.footer p a
{
	color:#CC9933;
	text-decoration:none;

}


.footer ul
{
	color:#999999;
	width:200px;
	padding:15px;
	float:left;
	margin:3px;
	font-size:12px;
	list-style-type:none;
	text-align:left;
}

.footer ul a
{
	color:#999999;
	text-decoration:none;
}

/*.contentpaneopen
{
	
background-color: #333333 !important;
}*/

/*.contactbg
{
background-color: #333333 ;	
}*/

#system-message {
background-color:#D30907 !important;
color:#FFFFFF;
padding:5px;
}