/* General Styles */
p, h1, h2, h3, h4, h5, ul, li, div, form, input, select, img, dl, dt, dd
   {
	margin:0;
	padding:0;
	border:0;
	}
					
body{
	background:#f7f3e8 url(../images/bg.jpg) top left repeat-x;
	color:#5f4b13;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
	padding:20px 0;
	margin:0;
	}
	
p{	color:#5f4b13;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
	padding-bottom:15px;
	}

ul{
	list-style-type:none;
	}

a{
	outline:none;
	color:#b08408;
	background-color:inherit;
	text-decoration:underline;
	}
	
a:hover{
	outline:none;
	color:#4e3f14;
	background-color:inherit;
	text-decoration:underline;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}
	
.left{
	float:left;
	width:auto;
	}
	
.right{
	float:right;
	width:auto;
	}
	
.header{
	background:url(../images/header.jpg) bottom left no-repeat;
	width:928px;
	height:329px;
	position:relative;
	}
	
.phone{
	background:url(../images/phone.gif) 0 3px  no-repeat;
	position:absolute;
	top:45px;
	left:66px;
	color:#f7f3e8;
	font-size:18px;
	line-height:28px;
	padding-left:35px;
	
	}
	
	
	
	.members{
	position:absolute;
	top:-19px;
	left:784px;
	color:#f7f3e8;
	font-size:18px;
	line-height:28px;
	width: 128px;
	
	}
	
.logo{	
	position:absolute;
	top:94px;
	left:75px;	
	}
	
.nav{	
	background:url(../images/nav.gif) top left no-repeat;
	width:908px;
	height:40px;
	padding-left:20px;	
	}
	
.nav li{
	display:inline;
	}	
	
.nav li a{
	color:#f7f3e8;
	font-size:13px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:4px 15px;
	float:left;
	}

.nav li a:hover, .nav li .curent{
	color:#d1f819;
	text-decoration:none;
	}
	
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	font-size:12px;
	line-height:18px;
	z-index:100;
	background-color:#014a81;
	padding:0px 5px 5px 5px;
	width:20%;
	visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom:1px solid #15629b; 
padding:4px 5px;
text-decoration: none;
color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#014a81;
	text-align:left;
	background:#f7f3e8;
	text-decoration:none;
	}
	
.bodycontent{
	 padding:15px;
	}
	
.readbox{
	background:url(../images/read-bg.gif) top left no-repeat;
	height:147px;
	width:549px;
	padding:10px;
	margin:0 auto;
	}
	
.share{
	background:#ebd99c;
	border:#e1cd85 1px solid;
	padding:5px 10px;
	color:#5f4b13;
	width:510px;
	margin:0 auto;
	}	
	
.text22{
	color:#5f4b13;
	font-size:22px;
	line-height:26px;
	}
	
.loginbox{
	background:url(../images/loginbox.gif) top left no-repeat;
	width:230px;
	height:152px;
	padding:32px 30px;
	}
	
.input{	
	background:#d5ccba;
	width:206px;
	height:18px;
	border:1px solid #c5baa3;
	color:#877954;
	font-size:12px;
	font-weight:bold;
	padding:2px 4px
	}


.text12{
	color:#2a1f00;
	font-weight:bold;
	}
.text12 span{
	color:#d90649;
	}
	
.footerbg{
	background:url(../images/footerbg.gif) top center no-repeat;
	width:928px;
	height:80px;
	color:#f7f3e8;
	font-size:12px;
	}
	
.footerbg a{
	color:#f7f3e8;
	text-decoration:none;
	line-height:22px;
		}
	
.footerbg a:hover{
	color:#f6e5aa;
	text-decoration:underline;
	line-height:22px;
	}
	
	
	
	
