@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;}

bold, strong { font-weight: bold;}
i, em { font-style: italic;}

/* Basic CSS */

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #686D6F;
	background: #fff url(../images/page_bg.jpg) top repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	color: #00467A;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0.2em 1em;
}

h2,h3,h4,h5,h6 {
	font-size: 1.1em;
	padding: 0.2em 1.3em;
}

p {
	font-size: 0.8em;
	padding: 0.5em 2em;
}

a {	text-decoration: none; 	color: #00467A;}
a:hover { text-decoration: underline;}

ul {
	font-size: 0.8em;
	margin: 0 4em;
}

.large {font-size: 1.4em;}

/* Layout Divs */

#container {
	width: 960px;
	margin: 0 auto;
}

	#header {
		background: url(../images/header_logo.jpg) left no-repeat;
		height: 151px;
		position: relative;
	}
	
	#banner {
		background: url(../images/banner_bg.jpg);
		height: 308px;
	}
	
	#content {
		width: 100%;
		overflow: hidden;
		padding: 1em 0;
	}
	
		#colLeft {
			width: 470px;
			float: left;
		}
		
		#colRight {
			width: 470px;
			float: right;
			
		}
		
		div.smallCol {
			width: 24%;
			float: left;
		}
		
		#gallery {text-align: center;}
		#gallery a img {
			padding: 1px;
			margin: 1px;
			border: 1px solid #ccc;
			background: #fff;
		}
		
	#footer {
		clear: both;
		margin: 1em 0;
		font-size: 0.8em;
		letter-spacing: 0.2em;
		text-align: center;
	}

/*	Form Stylin'	*/
			
			#contact_form {	
			
				padding: 0.5em 2em;
				font-size: 0.75em;
				color: #666;			
			}
			
						
			#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: #386EB4;
			}
			
			#contact_form fieldset label {
				display: block;
				width: 100%;
				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;
			}

