/* CSS Document */

/*structure*/

html{
	text-align: center;
	background: #333;
}

body{
	text-align:left;
	width: 960px;
	padding: 0;
	margin: 10px auto;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	}

#header{
	background: transparent url(images/header-bg.gif) 0 0 no-repeat;
	height: 100px;
	margin: 0;
	padding: 0;
}

#picRegion{
	width: 960px;
	height: 200px;
	margin:10px 0;
	padding:0;
	background: #555;
	clear:both;
}

#main{
	clear:both;
	margin:10px 0 10px 0 ; 
	padding: 0;
	background:#fff url(images/main-bg.gif) bottom left no-repeat;
}

#col1{
	float: left;
	width: 440px;
	padding: 0 20px 20px;
	height: auto;
}

#col2{
	float: left;
	width: 440px;
	margin-left: 0;
	padding: 0 20px 20px;
	height:auto;
}

#footer{
	clear : both;
	background: #fff url(images/main-bg.gif) bottom left no-repeat;
	margin-top: 10px;
	padding: 0;
	height: 100px;
}

* html body #footer{
	margin-top: 25px;
}

/* generic styles */

p{
	line-height: 1.6em;
	padding:0;
	margin-bottom: 2em;
	color: #543E1E;
}

.right{
	text-align: right;
	}

a{
	color: #725329;
	font-weight: bold;
	text-decoration:none;
}

.clearboth{clear:both;}

/* header styles */

#header h1#logo{
	font-size: 12px;
	text-indent: -999em;
	overflow: hidden;
	height: 100px;
	width: 120px;
	float: left;
	margin: 0;
	padding:0;
}

#header h2#tag{
	font-size: 12px;
	text-indent: -999em;
	overflow: hidden;
	height: 100px;
	width: 120px;
	float: left;
	margin: 0;
	padding:0;
}

#header ul{
	float: right;
	margin: 20px 16px 0 0;
	padding:0 0 2px 0;
	width: auto;
	height: auto;
	overflow : auto;
	border-bottom: 1px solid #ddd;
}

* html body #header ul{
	margin-right: 10px;
}

#header ul li{
	float: left;
	padding: 6px 6px 6px 18px;
	margin:0;
	list-style: none;
	font-size: 11px;
	color: #555;
	background:  url(images/nav-a-bg.gif) 0 50% no-repeat;
}

#header a {
	text-decoration:none;
	color:#222;
}

#header strong{
	color:#222;
}

#header a:hover {
	text-decoration:underline;
	color: #725329;
	}


/* main content styles */

#main p{
	text-align: justify;
}

#contactPage #main p{
	padding-bottom: 2em;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

#main h2{
	color: #000;
	font: normal 17px Georgia, "Times New Roman", serif;
	padding: 0;
	margin : 0;
	background: #fff url(images/main-h2-bg.gif) 0 0 no-repeat;
	width: 480px;
	height: 65px;
	line-height : 999em;
	overflow : hidden;
	float: left;
}

#main h3 {
	color: #e80202;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 10px 0 0 10px;
	margin: 0;
	background: #fff url(images/main-h3-bg.gif) 0 0 no-repeat;
	width: 470px;	
	height: 55px;
	float: left;
}

* html body #main h2{
	height: 65px;
}

#contactPage #main h2{
	background: #fff url(images/main-h2-bg-contact.gif) 0 0 no-repeat;
	width: 100%;
}

#main blockquote{
	margin:0;
	padding:20px;
	
	}

* html body #main blockquote{
	height: 1px;
}

/* footer styles */

#footer p{
	padding: 10px;
	margin: 40px 0 0;
	float:left;
	}
	
#footer p.right{
	float:right;
	text-align:right;
	margin: 0;
	background: url(images/footer-bg-trc.gif) top right no-repeat;
	}
	
#footer ul{
	padding:15px;
	margin: 0;
	float: left;
	background : url(images/footer-bg-tlc.gif) 0 0 no-repeat;
	}

#footer li{
	list-style: none;
	padding: 5px;
	}
	
span.tagLine{
display: block;
padding: 6px;
margin: 5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

/* contact form */

#main form{
	padding:0 30px 0 0;
	width: 400px;
	margin:0;
	border-right: 1px solid #ddd;
}

#main form label{
	display:block;
	padding:8px 0 8px 175px;
	margin: 0;
	color: #634414;
	background-color:#fff;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
	width: 190px;
}

#contactPage #main form p{
	display:block;
	padding:8px 0 8px 30px;
	margin: 0;
	color: #634414;
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

 #main form label span{
	position: relative;
	left: -145px;
	float: left;
	margin-right: -155px;
	padding-top: 3px;
}
#main form label span.select-label{
	position: relative;
	left: -145px;
	float: left;
	margin-right: -155px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#main form label input, #main form label select{
	width: 180px;
}

#main form textarea{
	width: 180px;
	background: #efefef;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main form p#buttons{
	text-align: center;
}
