/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top center no-repeat #B8D3FB;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#422415;
	line-height:18px;
}

/******** TEXT STYLING **********/
p, h1, h2, h3{margin-bottom:12px;}
h1{line-height:1.30em;font-size:1.75em;font-weight:normal;}
h2{line-height:1.20em;font-size:1.50em;font-weight:normal;}
h3{line-height:1.10em;font-size:1.25em;font-weight:normal;}
a{color:#9F6136;text-decoration:underline;}
a:hover{color:#7A3C21;text-decoration:none;}
ul{list-style-type:none;}
/******************************************/

/***** COMMON CLASSES *****/
.clr{clear:both;}
.left{float:left;}
.right{float:right;}
.txt_AC{text-align:center;}
.txt_AL{text-align:left;}
.txt_AR{text-align:right;}
.txt_AJ{text-align:justify;}
.padding18{padding-top:18px;}
.margin0{margin:0;}
/**************************/

#wrapper{
	width:650px;
	margin:0 auto;
}

#header{
	width:650px;
	height:263px;
	background:url(../images/header.jpg) no-repeat;
	float:left;
}

#nav{
	width:650px;
	height:53px;
	padding:0;
}

#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}

#nav ul li{
	float:left;
}
#nav ul li a{
	float:left;
	height:53px;
	background-image:url(../images/nav-combine.jpg);
}

#nav ul li a span{
	display:none;
}


#nav ul li.nav1 a{
	width:156px;
	background-position:top left;
}

#nav ul li.nav1 a:hover, #nav ul li.nav1 a.active{
	background-position:bottom left;
}

#nav ul li.nav2 a{
	width:249px;
	background-position:494px 0;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active{
	background-position:494px 53px;
}

#nav ul li.nav3 a{
	width:245px;
	background-position:top right;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active{
	background-position:bottom right;
}

#main{
	width:650px;
	background:url(../images/main-bg.gif) repeat-y;
	float:left;
	min-height:394px;
	height:auto !important;
	height:394px;
}

#content{
	width:560px;
	padding:29px 45px;
	background:url(../images/content-bg.jpg) no-repeat;
	float:left;
}

#footer{
	width:650px;
	height:50px;
	background:url(../images/footer.gif) no-repeat;
	float:left;
}

#footer p{
	padding:50px 0;
	text-align:center;
	font-size:.90em;
	line-height:normal;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 470px;
	border: 1px solid #666;
	background: #AAAAAA;
	padding: 3px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}