@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% Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #2f318f url(../images/page_bg.gif) top repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	font: 1.4em Cambria, Georgia, "Times New Roman", Times, serif;
	color:#FFCC00;
	padding: 1em 0 0.5em 0;
}

a {	color: #FFCC00;	text-decoration: none;}
a:hover { text-decoration: underline;}

p {
	font-size: 1em;
	padding: 0.5em 0;
}

ul {
	padding: 0 2em;
}

b, strong {
	font-weight: bold;
}

img.border {
	padding: 0.2em;
	background: #2F3190;
	border: 1px solid #fff;
	margin: 0.2em 0;
}

/* Layout Divs */

#container {
	width: 960px;
	margin: 0 auto;
}

	#header {
		background: url(../images/header_bg.jpg);
		height: 162px;
	}
	
	
	
	#content {
		background: url(../images/content_bg.gif) top repeat-x;
		padding: 1em;
	}
	
		div.flashBit {
			width: 400px;
			float: right;
		}
		
		#colRight {
			width: 350px;
			float: right;
			text-align: right;
		}
		
			#colRight p img {
				padding: 0.2em;
				background: #2F3190;
				border: 1px solid #fff;
				margin: 0.2em 0;
			}
	
		#footer {
			text-align: center;
			font-size: 1em;
			clear: both;
			padding-top: 1em;
		}
		
			#footer span {
				font-size: 0.8em;
			}
		
	/*	Form Stylin'	*/
			
			#contact_form {	
				width: 450px;
				padding: 0.5em 0;
				font-size: 1em;
				color: #fff;			
			}
			
						
			#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: #FFCC00;
			}
			
			#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: Calibri, Verdana, Arial, Helvetica, sans-serif;
				color: #333;
			}
			
			#contact_form fieldset textarea {
				font: Calibri, Verdana, Arial, Helvetica, sans-serif;	
				color: #333;		
			}
			
			#contact_form input.formBtn {
				font-size: 1.2em;
				color: #000;
			}
