/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/bg_diag_stripes.gif);
}

* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Arial, Helvetica, sans-serif; /* for other IE versions */
}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 1px solid #aeaeae;
	border-top: none;
}

#header { 											
	background-image: url(../images/hd_logo_bg.jpg);      /* WHY DOESNT THE BG IMAGE SHOW? */
	background-repeat: no-repeat;
}

#logo {
	width: 286px;
	float: left;
	padding: 8px 0 5px 8px;
}
	
#headerRight {	
	width: 400px;
	float: right;
}

#headerNav {
	float: right;
	padding-top: 10px;
}

#headerSearch {
	padding: 0 10px 0 0;
	width: 250px;
	clear: both;
	float: right;
}

/*-------- ADD NEW IMAGE URLS --------------*/
#headPhoto1 {
	width: 760px;
	height: 183px;
	background: url(../images/hd_img_1.jpg) no-repeat;
	clear:both;
}

#headPhoto2 {
	width: 760px;
	height: 183px;
	background: url(../images/hd_img_2.jpg) no-repeat;
	clear:both;
}

#headPhoto3 {
	width: 760px;
	height: 183px;
	background: url(../images/hd_img_3.jpg) no-repeat;
	clear:both;
}

#headPhoto4 {
	width: 760px;
	height: 183px;
	background: url(../images/hd_img_4.jpg) no-repeat;
	clear:both;
}

#headPhoto5 {
	width: 760px;
	height: 183px;
	background: url(../images/hd_img_5.jpg) no-repeat;
	clear:both;
}

#headPhoto6 {
	width: 760px;
	height: 183px;
	background: url(../images/hd_img_6.jpg) no-repeat;
	clear:both;
}

#headPhoto7 {
	width: 760px;
	height: 183px;
	background: url(../images/hd_img_7.jpg) no-repeat;
	clear:both;
}

#headPhoto8 {
	width: 760px;
	height: 183px;
	background: url(../images/hd_img_8.jpg) no-repeat;
	clear:both;
}

/*------------ END HEAD PHOTOS ----------------*/

#contentContainer {
	width: 760px;
	clear: both;
}

#sidebar {
	width: 135px;
	border-right: #ccc dashed 1px;
	float: left;
	margin-left: 10px !important;
	margin-left: 5px;
}

#content {
	width: 580px;
	/*float: right;*/
	margin-left: 160px;
	margin-top: 10px;
}

#footer {
	width: 760px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 5px;
	clear: both;
}

	#footer p {
		padding: 5px 0 5px 0;
		font-size: 90%;
	}
	
	#footer a.link,#footer a.visited,#footer a.active {
	color: #b4d6f1;
	text-decoration: none;
	}

	#footer a.hover {
		color: #336699;
		text-decoration: underline;
	}
	
/*--------------- HEADER NAV STYLES -----------------*/

#pipe {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#pipe ul {
	display: inline;
}

#pipe li {
	padding: 0 5px 0 10px;
	display: inline;
	border-left: 1px solid #000;
}

#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#pipe a:link, #pipe a:visited, #pipe a:active {
	color: #000;
	font-size: 78%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#pipe a:hover {
	color: #ccc;
}