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

body {
	margin: 0;
	padding: 0;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: hidden;
	border-bottom-color: #CCC;
}
#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #000;
	color: #CCC;
}

#banner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	position: relative;
}
#main_image {
	background-color: #000;
	background-image: url(../images/resume_images/Ourtown3-968.jpg);
	width: 968px;
	height: 520px;
}

#index_menu {
	position: absolute;
	top: 120px;
	right: 140px;
	bottom: 0px;
	
}

#left_column, #center_column, #right_column {
	width: 316px;
	float: left;
	text-align: center;
	margin-top: 15px;
}

#center_column, #right_column {
	margin-left: 10px;
}
h3 {
	margin-top: 0px;
	font-style: italic;
}

#footer {
	width: 968px;
	height: 30px;
	margin-top: 10px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

#main_image #tenure_accordian {
	position: relative;
	top: 55px;
	left: 650px;
}
#footer strong {
	font-size: 14px;
}
#footer strong a {
	color: #CCC;
}
