@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: #fff url(../images/page_bg.jpg) top repeat-x;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.4em;
	font-weight: bold;
	color: #0094DA;
	padding: 0.5em 0.5em;
}

h2,h3,h4,h5,h6 {
	color: #B76767;
	font-size: 1.2em;
	text-align: left;
}

p {
	font-size: 0.8em;
	padding: 0.5em 1em;
}

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

b, strong { font-weight: bold }
i,em { font-style: italic; }

/* Layout Divs */

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

	#header {
		background: url(../images/header_bg.gif);
		height: 171px;
		position: relative;
		padding: 2px;
	}
	
	#banner {
		background: url(../images/banner_bg.jpg);
		height: 209px;
	}
	
	#banner2 {
		background: url(../images/banner_bg2.jpg);
		height: 209px;
	}
	
	#content {
		width: 100%;
		overflow: hidden;
	}
	
		#colLeft {
			width: 470px;
			float: left;
		}
		
		#colRight {
			width: 470px;
			float: right;
		}
		
		#news {
			height:330px;
			text-align: left;
			
		}

		#colMain {
			width: 960px;
			float: left;
		}
		
		#colBottom {
			width: 960px;
			float: left;
			text-align:center;
		
		}
		
		#redBox {
				background: #C72F25 url(../images/red_box_bg.gif) bottom no-repeat;
				width: 460px;
				color: #fff;
				padding-bottom: 2em;
			}
			
			#redBox h2 { color: #fff;}
		
	#footer {
		clear: both;
		text-align: center;
		font-size: 0.8em;
		letter-spacing: 0.2em;
		margin: 1em 0;
		color: #666;
	}
#container #content #colRight p strong {
	text-align: left;
}

