@charset "utf-8";
/*  CSS Reset  */

/*  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: #143757 url(../images/page_bg.jpg) top center repeat-x;
	font: 100% Verdana, Arial, Geneva, sans-serif;
	color: #666;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.4em;
	padding: 0.2em 0.5em;
	color: #0675BC;
	font-weight: normal;
	margin: 0;
}

h2,h3,h4,h5,h6 {
	font-size: 1em; 
	padding: 0.5em 0.8em;
	color: #143757;
}

p {
	font-size: 0.8em;
	padding: 0.5em 1em; 
	margin: 0;
}

b, strong {font-weight: bold}
i, em { font-style: italic; }

a {	color: #4545E5; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

#content ul, #content ol {
	font-size: 12px;
	margin: 0 3em;
}

#content ul li, #content ol li {
	padding: 0.25em 0;
}

span.large {font-size:1.2em;}

a.pdfLink {
	display: block;
	background: url(../images/pdf_icon.gif) left no-repeat;
	padding-left: 60px;
	font-size: 1.2em;
	height: 50px;
	line-height: 50px;
}

#colRight img {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

#colRight img.left {
	padding: 0;
	border: none;
}

table {
	width: 100%;
}
	td {
		font-size: 0.8em;
		padding: 0.2em;
		border-bottom: 1px solid #999;
	}
	
	tr.head {
		background: #143757; 
		color: #fff;
	}
	
	th {
		padding: 0.2em;
	}
	
	
/* Layout Divs */

#container {
	width: 960px;
	margin: 0 auto;
}

	#header {
		height: 81px;
		position: relative;
		z-index: 100;
	}
		

	#banner {
		background: url(../images/banner_bg.jpg);
		height: 335px;
		position: relative;
	}
	
		#flashBanner {
			width: 480px; 
			height: 310px;
			position: absolute;
			right: 0;
			bottom: 0;
		}
	
	#content {
		padding: 10px;
		overflow: hidden;
		background: #fff url(../images/contern_bg.jpg) top repeat-x;
	}
	
		#colLeft {
			width: 460px;
			float: left;
		}
		
		#colRight{
			width: 460px;
			float: right;
		}

		#subContent {
			clear: both;
		}
			/*	Form Stylin'	*/
			
			#contact_form {		
				padding: 0.5em 1em;
				font-size: 0.75em;
				color: #333;			
			}
			
						
			#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: #000;
			}
			
			#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: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
				color: #333;
				width: 23em;
			}
			
			#contact_form fieldset textarea {
				font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
				color: #333;
				width: 25em;
			}
			
			#contact_form input.formBtn {
				font-size: 1.2em;
				color: #000;
				width: 8em;
			}

		
#footer {
	background:url(../images/footer_bg.gif) top no-repeat;
	padding-top: 20px;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 0.1em;
	color: #849BA3;
	
}

#footer a {color: #EDE514;}

