/* CSS Document */
/* Cleanning Up */


/* Main Style */
#body {
	background:url(../images/bg-repeat.jpg) repeat;
	background-repeat: repeat;
}
#wrap {
	width: 1050px;
	margin: auto;
	background-color:#f0ede6;
	background:url(../images/bg.png) repeat-x;
	
}
#cont-head {
	background:url(../images/container-header.png) no-repeat;
	width: 530px;
	height:40px;
	margin: 6px 0 10px 0;	
}
#cont-head #text {
	font-family:Trebuchet MS;
	font-size: 18px;
	font-weight:bold;
	padding-top: 7px;
	padding-left: 70px;
}
#cont-head #left-icon {
	background:url(../images/main-header.png) no-repeat;
	float:left;
	width: 565px;
	height: 40px;
	margin-top: -10px;
	margin-left: 15px;
}
#cont-head #left-icon1 {
	background:url(../images/main-header1.png) no-repeat;
	float:left;
	width: 565px;
	height: 40px;
	margin-top: -10px;
	margin-left: 15px;
}
#cont-head #left-icon2 {
	background:url(../images/main-header2.png) no-repeat;
	float:left;
	width: 565px;
	height: 40px;
	margin-top: -10px;
	margin-left: 15px;
}
#cont-head #left-icon3 {
	background:url(../images/main-header3.png) no-repeat;
	float:left;
	width: 565px;
	height: 40px;
	margin-top: -10px;
	margin-left: 15px;
}
#header h1 {
	background: url(../images/logo1.gif) no-repeat;
	width: 965px;
	height: 311px;
	text-indent: -9999px;
	background-position:center;
	text-align:center;
	padding-top: 50px;
	
}
/* Navigation */
#ul-bg {
	background:url(../images/menubg.gif) no-repeat;
	width: 989px;
	height: 59px;
	margin-top:-35px;
}
#header ul {
	overflow: hidden;
}
#header ul li {
	float:left;
	margin-left:80px;
	margin-right: 50px;
	margin-top: 12px;
	list-style: none;
	
}
#header ul li a {
	color:#2e251f;
	font-size: 28px;
	font-weight:bold;
	position: relative;
	font-family: Palatino Linotype;
	padding-top: 10px;
	left: 3px;
}
#header ul li.active {
	background:url(../images/menu-over.png) no-repeat;
	background-position:center;
	height:60px;
}
#header ul li#nav {
	color: #cbcbcb;
	font-size: 16px;
	position: relative;
}
#header ul li#nav-active {
	background: url(../images/nav-active-bg.png) no-repeat;	
	color: #cbcbcb;
	font-size: 16px;
	position: relative;
}
#header cont-head {
	font-size: 18px;
	font-family: Trebuchet MS;
	background: url(../images/container-header.png) no-repeat;
	margin: 20px 0 31px 0;
	width: 505px;
	height:35px;
}
/* Banner */
#banner {
	width: 765px;
	height: 172px;
}
/* Main Contents Area */
#main {
	clear:both;
	overflow:hidden;
	width: 960px;
	margin-top: -178px;
	background:#f0ede6;;
	padding-left:1px;
	color:#8d4017;
}
#main #primary {
	width: 580px;
	float:left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#8d4017;
}
#main #primary h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	text-align:center;
}
#main #primary h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#c5501d;
	text-align:center;
}
input[type=text], textarea:hover,textarea:focus {
			background: #eeecec;
			outline: none;
		}
#main #center-line {
	background:url(../images/center-line.png) no-repeat;
	width:3px;
	float:left;
	height: 495px;
}
#main #secondary {
	width: 345px;
	float: right;
	padding-top:10px;
	padding-right:5px;
}
#subscribe{
	float: left;	
	height: 53px;
	margin-left: -10px;
	padding-top: 10px; 
}
#lat-events {
	background:url(../images/latest-events-bg.png) no-repeat;
	width: 195px;
	height: 36px;
	margin: 15px 0 31px 0;
}
#lat-events #left-icon {
	background:url(../images/latest-news-icon.png) no-repeat;
	width: 45px;
	height: 45px;
	float:left;
	margin-top: -8px;
	margin-left: -10px;
}
#lat-events #text {
	font-family:Trebuchet MS;
	font-size: 18px;
	font-weight:bold;
	padding-top: 7px;
	padding-left: 40px;
	color:#FFF;
}
#footer {
	background:url(../images/bg-repeat.jpg)) repeat;
	width: 965px;
	height: 120px;
	padding-bottom: 0px;
}

#footer h1{
	float:left;
	width:380px;
	height:100px;
	color:#FFF;
	font-family:Palatino Linotype;
	font-style:italic;
	color:#6f5c51;
	font-size: 30px;
	font-weight:bold;
	padding-top: 13px;
	padding-left: 5px;
}
#footer h2{
	float:left;
	height:100px;
	color:#FFF;
	font-family:Palatino Linotype;
	font-style:italic;
	color:#6f5c51;
	font-size: 30px;
	font-weight:bold;
	padding-top: 13px;
	padding-left: 135px;
}
#footer h3{
	float:left;
	height:100px;
	color:#FFF;
	font-family:Palatino Linotype;
	font-style:italic;
	color:#6f5c51;
	font-size: 60px;
	font-weight:bold;
	padding-top: 13px;
	padding-left: 135px;
}

