/* CSS Document */
body{
background:url(images/mainbg.jpg) top center no-repeat;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#content{
	margin:0px auto;
	text-align:left;
	width:780px;
}
#header{
	width:780px;
	height:300px;
}
#header .spacer{
	width:780px;
	height:115px;
}

#header .title{	
	width:780px;
	height:94px;
}
#header .title h1{
	margin:0px 0 0 124px;
	font-size:24px;
	color:#409292;
	font-weight:bold;
}
#header .title p{
	margin:0px 0 0 124px;
	font-size:11px;
	font-variant: small-caps;
	color:#000000;
	background-color:inherit;	
	font-weight:normal;
}
#header .menu1{
	padding-top:14px;
	height:33px;
	width:780px;
}
#header .menu1 a{
	border-left:#000000 solid 1px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:0 15px;
}
#header .menu1 a:hover, #header .menu2 a:hover{
	text-decoration: none;
	color:#FF0000;
}
#header .menu2{
padding:2px 0 0 0;
	
}
#header .menu2 a{
	border-left:#000000 solid 1px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 15px;
}
#bodymain{
	position: relative;
	float: left;
	margin:10px 0 0 0;
	text-align:left;
	width:780px;
	background:url(images/bg2.jpg) no-repeat top center;
}
#left{
	float:left;	
	width:349px;
	padding:45px 30px 5px 45px;
}
#left h1{
border-bottom:#000000 dashed 1px;
font-size:15px;
color:#000066;
}
#left h2{
font-size:13px;
color: #000033;
}
#left h3{
text-align: left;
font-size:15px;
color: #000066;
}
#left h4{
text-align: left;
font-size:11px;
color: #000033;
}
#left p{
padding-top:10px;
line-height:20px;
font-size:12px;
text-align: justify;
border-bottom:#000000 dashed 1px;
}

#right{
	float:left;	
	width:261px;
	margin:0 0 0 10px;
	padding-top:45px;
	padding-right:80px;
}
#right p{
color:#FFFFFF;
padding:10px 0 0 10px;
font-size:12px;
line-height:16px;
text-align: justify;
}
#right ul{padding-top:20px}
#right li{
padding-top:5px;
	color:#FFFFFF;
	font-size:12px;
}

#right2{
	float:left;	
	width:270px;
	margin:0 0 0 10px;
	padding:10px 5px 5px 5px;
	background: #FFFFCC;
	border:5px solid #EEE;
	cursor:pointer;
	font-weight:bold;
}
#right2 h1{
padding-top:10px;
font-size:15px;
color:#000066;
}

#bodyall{
	position: relative;
	float: left;
	margin:10px 0 0 0;
	text-align:left;
	width:780px;
	background:url(images/bg3.jpg) no-repeat top center;
}

#leftall{
	float:left;	
	width:650px;
	padding:45px 30px 5px 60px;
}
#leftall h1{
border-bottom:#000000 dashed 1px;
font-size:15px;
color:#000066;
}
#leftall h2{
padding:0 0 0 10px;
font-size:15px;
color:#000066;
}
#leftall h3{
padding-left:50px;
font-size:13px;
color: #000033;
}
#leftall h4{
padding-left:55px;
font-size:13px;
color: #000033;
}
#leftall p{
padding-top:10px;
font-size:12px;
line-height:16px;
text-align: justify;
}

#rightall{
	float:left;	
	width:261px;
	padding-top:45px;
	padding-right:80px;
}
#rightall h1{
padding:0 0 0 10px;
font-size:15px;
color:#000066;
}
#rightall p{
padding:10px 0 0 10px;
font-size:12px;
line-height:16px;
text-align: justify;
}
#rightall ul{padding-top:20px}
#rightall li{
padding-top:5px;
	color:#000;
	font-size:12px;
}

#footer{
	margin:5px 0 0 0;
	float: left;
	background:url(images/footerbg.jpg) no-repeat;
	width:780px;
	height:125px;
}
#footerleft{
	font-size:13px;
	float:left;	
	width:349px;
	padding:15px 0 0 20px;
}
#footerleft a{
	color: #666666;
	text-decoration:none;
}
#footerleft a:hover{
	color: #000000;
}

#footerright{
	text-align:right;
	float:right;	
	width:261px;
	padding-top:15px;
	padding-right:70px;
}
#footerright a{
	color: #666666;
	text-decoration:none;
}
#footerright a:hover{
	color: #000000;
}


/********************************************
   ACCORDIAN
********************************************/ 

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background: #FFFFCC;
	color:#000;
	border:1px solid  #000066;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background: #990000;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background: #FFFFFF;
}
