
body {
	background: url(../images/bg.jpg) repeat-x #f4f6f9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}
.header_bg{background: url(../images/bg.png) repeat-x #ffffff;}
#bg_wrap{background: url(../images/main.png) center top repeat-y;}
#footer{background: url(../images/footer.png) bottom repeat-x;}
.flash{background: url(../images/quick_bg.png) right top repeat-y #ffffff;}
.quickbg{background: url(../images/quick_bg.png) right top repeat-y #ffffff; }
.toplink{font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f2f2f2;
	font-weight:bold;}
.bodrt{border-right:solid 1px #2f4e8f;}
.toplink a{font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f2f2f2;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;}
.toplink a:hover{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;}
.heading{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:500;
	color:#333333;
	padding-left:5px;
	border-bottom:solid 1px #cccccc;
	border-left:solid 4px #3b5999;}
.quickhead{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:500;
	color:#3B5999;
	text-align:justify;
	
	border-bottom:1px #cccccc solid;
	}
.content{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#333333;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:1.6;}
.content span:hover {
	color:#333333;
	text-align:justify;
	}
.content img{border:10px solid #EAD9B9;}
.content img:hover{filter:alpha(opacity:65);
-moz-opacity:0.65;
opacity:0.65;}


.footerhead{font-family: Arial, Helvetica, sans-serif;
			font-size:24px;
			color:#f2f2f2;
			padding-left:5px;
			}
.pad_topft{padding-top:20px;}
.pad {padding-top:10px;
background: url(../images/bgheading.png) no-repeat center top;
border-top:solid 1px #2f4d8b;}
.footercontent{font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#f2f2f2;
			text-decoration:none;
			}
.footercontent a{font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#f2f2f2;
			text-decoration:none;
			}
.footercontent strong{font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#f2f2f2;
			
			}
.footercopy{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#f2f2f2;
			}
.footercopy a{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#f2f2f2;
			text-decoration:none;}
.input {width:175px;
	border:#f2f2f2 solid 1px;
	background:transparent;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#736441;
	text-decoration:none;
	line-height:15px;
	padding-left:5px;
}
.right {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.submit {width:68px;
	border:#f2f2f2 solid 1px;
	background:#f2f2f2;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3B5999;
	font-weight:800;
	vertical-align:middle;
	cursor:pointer;
}
.text_area {width:175px;
	border:#f2f2f2 solid 1px;
	background:transparent;
	height:43px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#736441;
	text-decoration:none;
	line-height:15px;
	padding-left:5px;
}

#menu{
width: 1000px;
height: 46px;
padding:0; 
margin:0; 

}
#menu ul {
padding:0; 
margin:0;
padding: 0px 0 0 8px; 
list-style:none;
line-height: normal;
z-index:100;
}
#menu li {
float:left; 
position:relative; 
display:block;
border-right:1px solid #355086;
}
#menu a {
	display: block;
	margin-right: 0px;
	padding: 17px 11px 14px 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f2f2f2;
	border: none;
	text-transform:uppercase;
}
#menu a:hover, #menu .current_page_item a {
}
#menu a:hover {
	text-decoration: none;
	color:#cccccc;
}

#menu .first {
	margin-right: 0px;
	color:#cccccc;
	
}
#menu .last {
	border:none;
	
}
#menu li ul {
    display:none;
position:absolute;

}
#menu li:hover ul{
    
	display:block;
    background:#ffffff;
	height:auto; 
	width:150px;
	border-radius:0px 0px 3px 3px;
	padding-left:4px;
	padding-right:4px;
	border-bottom: 4px solid #dc6689;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); 
}
#menu li ul li{
    clear:both;
border-style:none;
width:150px;
border-bottom:1px solid #E6E6E6;}
#menu li ul li a {
	display: block;
	margin-right: 0px;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #684269;
	border: none;
	text-transform:uppercase;
}
.input1 {
	width:232px;
	border:#d1d2d2 solid 1px;
	background: url(../images/input_bg.png) repeat-x top #FFF;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	line-height:24px;
	padding-left:5px;
	outline: none;
	/*-webkit-box-shadow: #CDCDCD 0 1px 2px;
	-moz-box-shadow: #CDCDCD 0 1px 2px;
	box-shadow: #CDCDCD 0 1px 2px;*/
}
.submit1 {
	width:75px;
	border:#3B5999 solid 1px;
	background: url(../images/button_overlay1.png) repeat-x top #3B5999;
	/*background:#f23b7c;*/
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:600;
	vertical-align:middle;
	cursor:pointer;
}
.text_area1 {
	width:230px;
	border:#d1d2d2 solid 1px;
	background: url(../images/input_bg1.png) repeat-x top #FFF;
	height:63px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	line-height:24px;
	padding-left:5px;
/*	-webkit-box-shadow: #CDCDCD 0 1px 2px;
	-moz-box-shadow: #CDCDCD 0 1px 2px;
	box-shadow: #CDCDCD 0 1px 2px;*/
}