body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #444;
	text-align: center;
	color: 444;	/*background-image: url(img/backgrad2.jpg);*/
}

a:visited {
	color:#333
}

td, th {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
}

.float { 
	float: left;
}


#container {
	overflow: auto;
	position: relative;
	height: auto;
	width: 1000px;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#container2 {
	width: 980px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.subhead2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #972637;
	padding-left: 0px;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
}
.header {
	background-repeat: repeat-x;
	vertical-align: top;
	position: relative;
	height: auto;
	width: 600px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	float: left;
}


.bar {
	background-image:url(../newsite/button_1.jpg);
	background-repeat: repeat;
	vertical-align: top;
	position: relative;
	height: auto;
	width: 980px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}
.content_left {
	vertical-align: top;
	display: table-column;
	float: left;
	width: 210px;
	position: relative;
	z-index: 1;
	padding: 0px;
}
#photos {
	vertical-align: top;
	float: right;
	width: 760px;
}
#greyBar {
	background-color: #FFF;
	background-image: url(../newsite/css/img/bar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 980px;
	height: auto;
}
.SUBHEADS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #972637;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-weight: bold;
	width: 100%;
}

#SEARCH {
	float: right;
	position: relative;
	width: 360px;
}

#SEARCH a {
font-size: 16px;

font-weight: bold;
}

#searchResults {
	width: 800px;
	padding-left: 100px
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	vertical-align: top;
	padding-left: 30px;
}
#container2 #media {
	background-color: #fff;
	margin: 5px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #444;
	border-bottom-color: #444;
}
#container2 #bottom ul {
	display: inline;
	list-style-type: none;
	padding: 4px;
	margin: 0px;
	text-align: left;
}
#container2 #bottom #weather {
	text-align: right;
	margin: 0px;
	padding: 5px;
	width: 200px;
	display: inline;
	float: right;
}
#container2 #caption {
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	text-align:center;
}
.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}

