@charset "utf-8";
/* CSS Document */
/* general style start here */
body{
/*	color:#333333;*/
	background:url(images/bodybg.gif) repeat 0 0;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	padding:12px 0 66px 0;
	background-color:#080105;
	color:#343432;
}
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	display:block;
}
a{
	text-decoration:none;
	color:#333333;
	background-color:inherit;
}
a:hover {
	color:#000;
	background-color:inherit;
}

ul{
	list-style-type:none;
}
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
.floatleft{
	float:left;
	width:auto;
}
.floatright{
	float:right;
	width:auto;
}
.nobg{
	background:none !important;
}
#wraper{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	height:100%;	
}
.header{
	background:url(images/header.jpg) no-repeat 0 0;
	height:280px;
	padding:147px 0 0 0;
	width:1000px;
}
.header h1{
	color:#fff;
	background-color:inherit;
	font-size:14px;
	line-height:19px;
	padding:6px 0 128px 166px;
	font-weight:normal;
	clear:both;
}
.headetleft{
		padding:0 0 0 360px;
		overflow:hidden;
}
.logo{
	float:left;
	width:auto;
}
.nav{
	overflow:hidden;
	padding:0 0 0 16px;
}
.nav ul li{
		float:left;
		width:auto;
		padding:0 14px;
}
.nav ul li a{
	color:#fff;
	background-color:inherit;
	font-size:18px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	line-height:59px;
}
.nav ul li a:hover{
	color:#FF0;
	background-color:inherit;
}
.bodyContent{
	background-color:#f4eddb;
	color:#343432;
	overflow:hidden;
	height:100%;
	padding:0 14px 0 16px;
	width:970px;
}
span.bottomCurve{
	background:url(images/bodycurvebottom.gif) no-repeat 0 0;
	height:23px;
	font-size:0;
	line-height:0;
	display:block;
}
#footer{
	background:url(images/footerbg.gif) no-repeat 0 0;
	height:91px;
	margin:25px 0 0 0;
	padding:0 0 0 16px;
}
#footer p.copyright{
	float:left;
	width:auto;
	padding:36px 0 0 0;
}
#footer p.design{
	float:right;
	width:auto;
	padding:36px 14px 0 0;
}

/* leftpan style start here */
.leftpan{
	width:317px;
	float:left;
	overflow:hidden;
	height:100%;
}
.leftpan h2{
	background:url(images/left-button.gif) no-repeat 0 0;
	line-height:34px;
	color:#f4eddb;
	background-color:inherit;
	padding:0 0 0 17px;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.leftBox{
	overflow:hidden;
	height:100%;
	padding:7px 0 21px 0;
}
span.lefttop{
	background:url(images/left-curvetop.gif) no-repeat 0 0;
	height:14px;
	font-size:0;
	line-height:0;
	display:block;
}
span.leftbottom{
	background:url(images/left-curvebottom.gif) no-repeat 0 0;
	height:14px;
	font-size:0;
	line-height:0;
	display:block;
}
.leftboxContent{
	background:url(images/left-midlebg.gif) repeat-x 0 0;
	overflow:hidden;
	height:100%;
	padding:0 5px 0 5px;
	width:300px;
	border-left:4px solid #ece5d2;
	border-right:4px solid #ece5d2;
}
.leftboxContent h3{
	color:#333333;
	background-color:inherit;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	padding:0 0 8px 0;

}
.leftboxContent h3 a{
	text-decoration:underline;
}
.leftboxContent h3 a:hover{
	text-decoration:none;
}
a.view{
	color:#333333;
	background-color:inherit;
	display:block;
	width:107px;
	float:right;
	text-decoration:underline;
}
a.view:hover{
	text-decoration:none;
}
.leftboxContent p{
	padding:0 0 5px 0;
	text-align:justify;
}
.leftBanner1{
	background:url(images/left-banner.jpg) no-repeat 0 0;
	width:291px;
	height:107px;
	padding:19px 26px 0 0;
	text-align:right;
	margin-bottom:17px;
}
.leftBanner1 h3{
	color:#6e771a;
	background-color:inherit;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	padding:0 0 5px 0;
}
.leftBanner1 a{
	color:#a4390e;
	background-color:inherit;
	font-weight:bold;
	text-decoration:underline;
}
.leftBanner1 a:hover{
	text-decoration:none;
}
.leftBanner2{
	background:url(images/left-banner2.jpg) no-repeat 0 0;
	width:291px;
	height:107px;
	padding:19px 26px 0 0;
	text-align:right;
	margin-bottom:17px;
}
.leftBanner2 h3{
	color:#6e771a;
	background-color:inherit;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	padding:0 0 5px 0;
}
.leftBanner2 a{
	color:#a4390e;
	background-color:inherit;
	font-weight:bold;
	text-decoration:underline;		
}
.leftBanner2 a:hover{
	text-decoration:none;
}
/* rightpan style start here */
.rightpan{
	width:645px;
	float:right;
	overflow:hidden;
	height:100%;
}

.welcome{
	overflow:hidden;
	height:100%;
}
.welcome img{
	float:right;
	width:auto;
/*	padding:0 0 0 10px;*/
}
.welcome h2{
	color:#737926;
	background-color:inherit;
	font-size:48px;
	line-height:48px;
	padding:0 0 0 42px !important;
	background:url(images/welcome-icon.gif) no-repeat 0 17px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
/*	float:left;
	width:auto;*/
}
.welcome h3{
	color:#545453;
	background-color:inherit;
	font-size:30px;
	line-height:35px;
	font-weight:normal;
/*	float:left;
	width:auto;*/
	padding:0 0 3px 0;
}
.welcomeleft{
	width:226px;
	float:left;
}
.rightpan p{
	padding:0 0 10px 0;
	text-align:justify;
}
.eventbg{
	background:url(images/right-headingbg.gif) repeat-x 0 0;
	padding:0 17px 0 19px;
	color:#fff;
	background-color:inherit;
	font:normal 22px/36px "Times New Roman", Times, serif;
	height:36px;
	margin-bottom:22px;
}
.eventbg h3{
	font-weight:normal;
}
.addressbg{
	background:url(images/right-addressbg.gif) no-repeat 0 0;
	padding:23px 0 0 17px;
	height:236px;
	width:339px;
	float:right;
}
.addressbg p{
	font-size:12px;
	line-height:30px;
}
.rightLeftBox{
	float:left;
	width:277px;
	overflow:hidden;
	height:100%;
}
.rightLeftBox h2{
	background:url(images/right-boxtitlebg.gif) no-repeat 0 0;
	height:46px;
	color:#5f670f;
	background-color:inherit;
	padding:0 0 0 13px;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	line-height:46px;
}
.rightBoxContent{
	background:url(images/right-boxbg.gif) repeat-x 0 0;
	overflow:hidden;
	width:271px;
	height:200px;
	border-left:4px solid #d4ccb8;
	border-right:4px solid #d4ccb8;
}
span.rightboxbottom{
	background:url(images/rightbox-bottom.gif) no-repeat 0 0;
	height:12px;
	font-size:0;
	line-height:0;
	display:block;
}
.rightBoxContent p{
/*	background:url(images/right-txtbg.gif) repeat-x 0 0;*/
	background-color:#e8dfcb;
	color:#333333;
	line-height:24px;
	text-transform:uppercase;
	padding:0 4px 0 7px;
	margin-bottom:7px;
}
.leftpan ul{
	padding:0 0 7px 0;
}
.leftpan ul li{
	padding-bottom:7px;
}

.leftpan ul li a{
	background:url(images/left-button.gif) no-repeat 0 0;
	height:34px;
	display:block;
	color:#fff;
	background-color:inherit;
	padding:0 0 0 15px;
	line-height:34px;
	font-size:13px;
}
.leftpan ul li a:hover{
	color:#FF0;
	background-color:inherit;
}

/* inner style start here */
.innerContentMain{
	overflow:hidden;
	height:100%;
	padding:0 0 15px 0;
}
span.innerTop{
	background:url(images/inner-curvetop.gif) no-repeat 0 0;
	height:13px;
	font-size:0;
	line-height:0;
	display:block;
}
span.innerBottom{
	background:url(images/inner-curvebottom.gif) no-repeat 0 0;
	height:13px;
	font-size:0;
	line-height:0;
	display:block;
}
.innerContent{
	background-color:#d4ccb8;
	color:#000;
	padding:0 0 0 25px;
	width:620px;
	overflow:hidden;
	height:100%;
}
.innerContent h2{
	color:#5f670f;
	background-color:inherit;
	padding:0 0 12px 0;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.innerContent p{
	font-size:16px;
	line-height:20px;
	padding:0 15px 15px 0;
	font-family:"Times New Roman", Times, serif;
}
p.phptxt{
	padding:10px 0 10px 0;
	clear:both;
}
.innerContent p a{
	color:#a4390e;
	background-color:inherit;
	text-decoration:underline;
}
.innerContent p a:hover{
	text-decoration:none;
}
.formtext{
/*	float:left;
	width:auto;*/
	padding-bottom:10px;
}
input.innerBox{
	border:1px solid #9c9c9c;
	width:250px;
	height:20px;
	margin:2px 0 2px 0;
}
.innerContent form label.city{
	width:131px;
}
.state{
	float:left;
	width:40px;
	margin-right:20px;
}
input.innerBox2{
	border:1px solid #9c9c9c;
	width:35px;
	height:18px;
	margin:2px 0 2px 0;
}
.zip{
	width:57px;
	float:left;
}
input.innerBox3{
	border:1px solid #9c9c9c;
	width:53px;
	height:18px;
	margin:2px 0 2px 0;
}
select.innerbox3{
	width:108px;
	margin:3px 0 7px 0;
}


