/* ---------- Color Palette

background gray: #9c9c9c
blue text: #003366
green text: #45760e
content bg: #b9b9b9
brown link: #754c24
img border: #777

--------------*/

/* ------------------------ General Document Styles and Classes -----------------------------*/

body {
	text-align: center;
	background-color: #9C9C9C;
	background-image: url(../common/body_bkg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
/* --------------- Hides default header information from displaying when CSS is being used ----------------*/
#baseHeader {
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	text-align: left;
	display: none;
	z-index: 1000;
}

#wrapper {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 279px;
}
/* ------ This ID wraps all elements below the header to create the left side margin in relation to the flash content ------*/
#subWrap {
	padding: 0px;
	margin-left: 29px;
	background-image: url(../common/content_bkg2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
/* --------------------- All sidebar styling ----------------------------------*/
#sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 383px;
	width: 170px;
	background-image: url(../common/sidebar_bkg.jpg);
	background-position: center;
}
#sidebar ul {
	margin: 8px 0px 0px 0px;
	padding:0;
	list-style:none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #ccc;
}
#sidebar ul li {
	margin:0;
	padding-left:2px;
	padding-right:2px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #000;
}
#sidebar li a:link, #sidebar li a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.75em;
	color:#fff;
	text-decoration:none;
	line-height:25px;
	margin:0;
	/*border-bottom: solid 1px #b9b9b9;*/
	display:block;
	width:141px;
	padding-left: 25px;
}
#sidebar li a:hover {
	background-color:#B5B5B5;
	color:#003366;
	/*background-color:#45760e;*/
}
#contentHead {
	margin: 0px;
	padding: 0px;
	background-image: url(../common/content_head_bkg2.jpg);
	background-position: right top;
	height: 10px;
}
/* ----------------------- Main content styling --------------------------- */
#mainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}

#mainContent h1 {
	color:#003366;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#mainContent h2 {
	color:#754c24;
	font-size: 0.9em;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	padding: 0px 0px 0px 0px;
}

#mainContent p {
	margin:0;
	padding:0px;
}

#mainContent p.center {
	margin:1em 0 1em 0;
	text-align:center;
}

#mainContent img {
	float:right;
	margin-left: 5px;
	border:2px solid #777;
}

#mainContent img.listPad {
	margin-top: 22px;
}

#mainContent img.contactPic {
	margin-right: 30px;
}
#mainContent li {
	margin-bottom:1em;
}

#mainContent a:link, #mainContent a:visited {
	
	color:#003366;
	text-decoration:none;
}

#mainContent a:hover {
	text-decoration:underline;
	color:#754c24;
}

#mainContent span.bold {
	font-weight:bold;
}

#mainContent #linkList p {
	margin:1em 0 1em 0;
	padding:0;
}

#mainContent #map {
	text-align:center;
}

#contentFoot {
	margin: 0px;
	padding: 0px;
	height: 10px;
	background-image: url(../common/content_foot_bkg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


#footer {
	margin: 0px;
	padding: 0px;
	height: 75px;
	background-image: url(../common/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#footer h1 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: .75em;
	color: #003366;
}

#footer p {
	margin:0px;
	padding:0px 0px 5px 0px;
	color:#FFF;
	font-size: .7em;
}

#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#ccc;
}

/* --------------------- GENERAL CLASSES ----------------------- */

.clear {
	clear:both;
	line-height:3px;
}

.video {
	float:right;
	margin: 0 0 5px 5px;
	border: 2px solid #777;
}
