body{
	background: #2a333d url('../_img/main/bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: #fff;
	height: 100%;
}
img{
	border: 0;
}
a{
	color:#fff;
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;
}
div#container{
	width: 801px;
	background: #252c33 url('../_img/main/container_bg.gif') repeat-y;
	margin: 0 auto;
}
div#header{
	width: 780px;
	background: url('../_img/main/header_bg.jpg') no-repeat;
	margin: 0 auto;
	height: 80px;
}
div#menu{
	width: 780px;
	height: 200px;
	background: url('../_img/main/menu_bg.jpg') no-repeat;
	margin: 0 auto;	
}
div#content{
	width: 780px;
	margin: 10px auto;
}
div#left{
	float: left;
	width: 260px;
}
div#right{
	float: right;
	width: 510px;
}
div#navButtons{
	width: 100%;
	float: right;
	clear: both;
	margin-top: 10px;
}
div#back{
	float: left;
	text-align: left;
}
div#top{
	text-align: right;
	float: right;
}
div#footer{
	margin-top: 20px;
	width: 100%;
	height: 52px;
	clear: both;
	color: #666;
	font-weight: normal;
	font-size: 11px; 
	text-transform: lowercase;
	background: url('../_img/main/footer_bg.gif') no-repeat center top;
}
div#footer a{
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px; 
	text-transform: lowercase;
}
div#footer a:hover{
	text-decoration: underline;
}
div#left a {
	color: #fff;
	text-decoration: none;
}
div#left a:hover{
	text-decoration: underline;
}

h2{
	font-size: 13px;
	font-weight: bold;
	color: #ddd;
	margin: 10px 0 0 0;
	padding:0;
	text-indent: 20px;
	background: url('../_img/main/h2_bg.gif') no-repeat left center;
}
div.underlineShort{
	width: 254px;
	height: 9px;
	background: url('../_img/main/underline_short.jpg') no-repeat left;
}
div.underlineLong{
	width: 500px;
	height: 9px;
	background: url('../_img/main/underline_long.jpg') no-repeat left;
	margin-bottom: 10px;
}
div#left ul,div#right ul{ 
	list-style: none;
	margin: 10px 0 0 13px;
	padding: 0;
}
div#left ul li,div#right ul li{ 
	background: url('../_img/main/li_arrow.gif') no-repeat left top;
	padding-left: 13px;
	margin-bottom: 3px;
}
div#panel dl, dt, dd{
	margin: 0;
	padding: 0;
}
div#panel table{
	border-collapse: collapse;
}
div#panel th, div#panel td{
	padding: 0;
	margin: 0;
}
div#panel th{
	text-align: left;
	padding-bottom: 10px;
}
div#contactForm{
	width: 48%;
	float: left;
}
div#contactForm dl,div#contactForm dt,div#contactForm dd{
	margin: 0;
	padding: 0;
}
div#contactForm dt{
	margin-bottom: 5px;
	margin-top: 5px;
}
div#contactForm input, div#contactForm textarea, div#contactForm select{
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	background: #777;
}

/* drop down menu*/
#jsddm
{	margin: 0;
	padding: 0;
	padding-top: 170px;
}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		height: 30px;
	}

	#jsddm li a{	
		display: block;
		text-decoration: none;
		line-height: 30px;
	}

	#jsddm li a:hover
	{	background: #24313C}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				height: 20px;
			}
			
			#jsddm li ul li a, #jsddm li ul li a:hover{	
				width: auto;
				background: url('../_img/main/menuitembg.png') repeat-x;
				height: 20px;
				line-height: 20px;
				color: #222;
				padding: 0 10px 0 15px;
				font-size: 12px;
				line-height: 20px;
				font-family: Verdana, Arial;
			}
			
			#jsddm li ul li a:hover{	
				color: #f00 !important;
			}