@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 {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #c27113 url(../images/page_bg.jpg) top repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	color: #C27113;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0.2em 0.8em;
}

h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	padding: 0.4em 1em;
}

p {
	font-size: 0.8em;
	padding: 0.5em 1.5em;
	line-height: 1.6em;
}

a {
	color: #C27113;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul{
	font-size: 0.8em;
	padding: 0.5em 3em;
}

ul.pdf {
	list-style: none;
}

	ul.pdf img {
		vertical-align: middle;
		padding: 0.5em 0;
	}
	
span.highlight {
	color: #C27113;
	font-weight: bold;
	padding: 0 0.5em;
}

/* Layout Divs */

#container {
	width: 760px;
	margin: 0 auto;
	background: #fff url(../images/content_bg.gif) top repeat-y;
	overflow: hidden;
}

	#header {
		background: url(../images/header_bg.gif) no-repeat;
		height: 19px;
	}
	
	#colLeft {
		float: left;
		width: 230px;
	}
	
		img.logo {
			padding: 0 10px;
		}
	
	#colRight {
		float: right;
		width: 527px;
		padding-bottom: 1em;
	}
	
	#videoHolder {
		margin-left: 3em;
	}
	
/*  Contact Form */
		
	#contact_form {
		width: 100%;
		overflow: hidden;
		clear:right
	}
	
		#contact_form fieldset {
			border: 1px solid #ccc;
			margin: 10px;
			padding: 10px;
		} 
		
		#contact_form legend {
			font-size: 0.8em;
			color: #E6A53C;
			padding: 5px 10px;
			display: block;
			border: 1px solid #ccc;
		}
		
			#contact_form label {
				display: block;
				float: left;
				width: 10em;
				font-size:0.75em;
				clear: left;
				padding: 5px 0;
				text-align: right;
			}
			
			#contact_form input {
				float: left;
				font: 0.75em Verdana, Arial, Helvetica, sans-serif;
				margin: 5px 0 5px 10px;
				width: 20em;
				
			}
			
			#contact_form label input { font-size:1em;}
			
			#contact_form textarea {
				float: left;
				font: 0.75em Verdana, Arial, Helvetica, sans-serif;
				margin: 5px 0 5px 10px;
				width: 20em;
			}
			
			#contact_form #submit_btn {
				padding: 10px;
				width: 10em;
			}
			
/* News */

	ul.news {
		list-style: none;
		margin: 0 1em 2em 1em;
		padding:0;
		font-size: 0.9em;
	}
	
	ul.news li {	
		border-bottom: 1px solid #ccc;
		margin-bottom: 0.5em;
	}
	
		ul.news li img {
			float: left;
			margin-right: 0.5em;
			vertical-align: top;
		}
		
		ul.news li img.small {
			border: 1px solid #666;
		}
		
		ul.news li p.text {
			clear: left;
		}
		
		p img.newsImage {
			background: #fff;
			border: 1px solid #ccc;
			padding: 0.3em;
		}
		
		p img.newsIcon {
			float: left;
			padding-right: 0.5em;
		}
		
/* Footer */
	
#footer {
	text-align: center;
	color: #fff;
	width: 760px;
	margin: 0 auto;
	letter-spacing: 0.2em;
	font-size: 0.7em;
}

	#footer a {
		color: #7F3A01;
		
	}	
	
