@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:#627b9b url(../images/bg_repeat_x.jpg) top left repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#wrapper {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/************* Container Elements ************/

#white_bg {
	width:960px;
	height:auto;
	padding:10px 0px 10px 0px;
	background-color:white;
	margin-bottom:20px;
}

#header {
	position:relative;
	width:960px;
	height:145px;
	margin-left:10px;
}

#left_container {
	float:left;
	width:180px;
	height:auto;
	background:#fff;
}

#content_container {
	float:left;
	width:600px;
	height:auto;
}

#right_container {
	float:right;
	width:180px;
	height:auto;
}
	
#mid_area {
	position:relative;
	padding-top:10px;
	width:960px;
	height:auto;
}

#text_area {
	padding:0px 10px 0px 10px;
}

#footer {
	position:relative;
	margin:10px 0px 0px 10px;
	padding:13px 0px 0px 80px;
	width:860px;
	height:48px;
	background:url(../images/footer.jpg) top left no-repeat;
}

/************** left_container elements *************/

#red_top {
	float:left;
	width:160px;
	height:172px;
	margin:0px 0px 0px 10px;
	padding-top:10px;
	background:url(../images/red_nav_bottom.jpg) top left no-repeat;
}

#intranet {
	margin-top:10px;
	padding:10px 0 0 20px;
	float:left;
	width:160px;
	height:127px;
	background:url(../images/intranet_image.jpg) top left no-repeat;
}

/************* right_container elements ************/

#latest_updates {
	width:138px;
	height:auto;
	padding:10px;
	margin-left:10px;
	background-color:#f0f0f0;
	border:#999999 solid 1px;
}

#gallery_bg {
	padding:10px 20px 20px 20px;
	margin-top:10px;
	width:140px;
	height:136px;
	background:url(../images/gallery_area.jpg) top left no-repeat;
}

#gallery_bg div.img_preview {
	width: 140px;
	height: 92px;
}

#contact_emblem {
	margin:10px 0px 0px 10px;
	padding-top:32px;
	text-align:center;
	width:160px;
	height:98px;
	background:url(../images/emblem_contact.jpg) top left no-repeat;
}

#sub_nav {
	margin:-10px 10px 0px 10px;
	padding:10px 0px 0px 0px;
	width:160px;
	height:auto;
	background-color:#202020;
}

#sub_nav_bottom {
	width:160px;
	height:19px;
	background:url(../images/grey_bottom.jpg) top left no-repeat;
	margin:0px 0px 10px 10px;
}

/************* Quick Links ***************/	
	
div#left_container div.quicklinks {
	padding: 12px 10px;
	clear: both;
}

/************* Miscellanous ***************/

#clear {
	clear:both;
}

.line {
	margin:20px 0px 20px 0px;
	height:1px;
	width:580px;
	background-color:#831701;
	clear: both;
}

.line_news {
	margin:10px 0px 10px 0px;
	height:1px;
	width:100%;
	background-color:#831701;
}
