@charset "utf-8";
/* CSS Document */

/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* Basic CSS */

body {
	background: #9c6a25 url(../images/page_bg.gif) top repeat-x;
	font: 100% Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #9C6A25;
	padding: 0.2em 0.5em;
}

h1 span {
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
	padding: 0.5em 0.8em;
	line-height: 1.5em;
}

	p.quote {
		font-style: italic;
		padding: 0.5em 3em 0.5em 2em;
		font-size: 0.7em;
		letter-spacing: 0.01em;
	}
	
	p.newsHead {
		font-weight: bold;
		padding-bottom: 0;
	}
		
a {
	text-decoration: none;
	color: #9C6A25;
}

a:hover {
	text-decoration: underline;
}	

a.button {
	display: block;
	background: url(../images/button_bg.gif);
	width: 257px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

a.button img {
	vertical-align: middle;
}

p img.imgBrd {
	padding: 0.2em;
	border: 1px solid #ccc;
	background: #fff;
}	

em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

/* Layout Divs */

#container {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

	#header {
		height: 170px;
		background: url(../images/header_bg.jpg);
		position: relative;
	}
	
	#banner {
		
	}
	
	#content {
		background: #fff url(../images/content_bg.gif) top repeat-x;
		margin: 0 20px 1em;
		position: relative;
		overflow: hidden;
	}
	
		#man {
			position: absolute;
			background: url(../images/logo_man.gif);
			width: 125px;
			height: 300px;
			top: 1em;
			left: 2.5em;
		}
		
		#colLeft {
			margin: 0 316px 0 185px;	
		}
		
		#colRight {
			width: 310px;
			float: right
		}
		
		#full { padding: 1em;}
		
		/*	Form Stylin'	*/
			
			#contact_form {	
				font-size: 0.75em;
				color: #515151;	
				margin: 1em 1em 2em 0;		
			}
			
						
			#contact_form fieldset {
				padding: 1em;
				border: 1px solid #ccc;
				margin-bottom: 0.5em;
			}
			
			#contact_form fieldset legend {
				padding: 0 0.5em;
				font-size: 1.2em;
				color: #9C6A25;
			}
			
			#contact_form fieldset label {
				display: block;
				width: 350px;
				float: left;
				clear: left;
			}
			
			#contact_form fieldset input {
				float: left;
				margin: 0 0 0.5em 0;
				font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
				color: #333;
			}
			
			#contact_form fieldset textarea {
				font: 'Trebuchet MS', Arial, Helvetica, sans-serif;	
				color: #333;		
			}
			
			#contact_form input.formBtn {
				font-size: 1.2em;
				color: #000;
			}

/* Gallery */

	p.gallery {
		text-align: center;
	}	
	
		p.gallery a {
			margin: 0.5em;
		}
		
		p.gallery a img {
			padding: 0.2em;
			background: #fff;
			border: 1px solid #ccc;
		}
	
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

	#footer a {
		color: #51241F;
	}
	