/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

a, a:visited {
	color: #CC3130;
	text-decoration: none;
}

a:hover, a.active {
	color: black;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 984px;
	margin: 0 auto;
	clear: both;
}

#header .mininav {
	height: 25px;
	overflow: hidden;
	font-size: 12px;
	padding: 0px 10px;
	background-image: url(images/background_header_mininav.gif);
	background-repeat: repeat-x;
}

#header .mininav .menuitem {
	padding: 0px 5px;
	display: inline;
}

#header .mininav .menuitem a {
	color: #CCC;
}

#header .mininav .menuitem a:hover, #header .mininav .menuitem a.active {
	color: white;
}

#header .logo {
	height: 100px;
	overflow: hidden;
	padding: 0px 0px 13px 0px;
	background-image: url(images/background_header_logo.gif);
	background-repeat: repeat-x;
}

#nav {
	background-color: #CC3130;
	float: left;
	width: 145px;
	padding: 14px 0px 0px 0px;
	font-size: 14px;
}

#nav .menuitem {
	width: 125px;
	padding: 0px 10px 14px 10px;
}

#nav .menuitem a {
	display: block;
	width: 125px;
	color: white;
	font-weight: bold;
	text-align: center;
}

#nav .menuitem a:hover, #nav .menuitem a.active {
	color: yellow;
}

#content {
	width: 839px;
	float: left;
}

#content .content {
	border: 1px solid #CC3130;
	width: 798px;
	margin: 0 auto;
	clear: both;
	background-color: white;
	padding: 15px;
	margin-bottom: 4px;
}

#content .section {
	padding: 145px 15px 15px 15px;
	background-repeat: no-repeat;
}

#footer {
	font-size: 11px;
	background-image: url(images/background_footer.gif);
	background-repeat: repeat-x;
	color: #CCC;
	padding: 8px 15px 5px 15px;
}

#footer a:hover {
	color: yellow;
}

/***** CONTENT CLASSES *****/

.madisonred {
	color: #CC3130;
}

.bg_madisonred {
	background-color: #CC3130;
}

.green {
	color: #009900;
}

.bg_green {
	background-color: #009900;
}

.bg_ltgrey {
	background-color: #EDEDED;
}

.col200 {
	width: 200px;
}

.col240 {
	width: 240px;
}

.col260 {
	width: 260px;
}

.col280 {
	width: 280px;
}

.col500 {
	width: 500px;
}

.box350 {
	width: 350px;
	height: 350px;
	overflow: hidden;
}

.section_nav a {
	display: block;
	background-color: #CC3130;
	color: white;
	padding: 2px;
	text-align: center;
	margin: 0px 4px 4px 4px;
	font-size: 12px;
	font-weight: bold;
	width: 128px;
	float: left;
}

.section_nav a:hover {
	color: yellow;
}

.section_nav span {
	display: none;
}

.displaytable {
	border: 1px solid #CC3130;
	margin-bottom: 20px;
}

.displaytable td, .displaytable th {
	border-bottom: 1px solid #CC3130;
}

.displaytable th {
	background-color: #CC3130;
	color: white;
	font-size: 14px;
	padding: 4px;
}

.displaytable .oddrow {
	background-color: #CCC;
}

#rotator {
	overflow: hidden;
}

.gallery {
	height: 332px;
	overflow: auto;
	text-align: center;
	border: 1px solid #333;
	padding: 8px 8px 16px 8px;
}

.gallery a {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 8px;
}

.paddingbottom {
	padding-bottom: 10px;
}

.filewindow {
	width: 400px;
	display: block;
	overflow: auto;
	background-color: white;
	border: 1px solid #666;
	font-size: 12px;
	padding: 5px;
	margin-left: 20px;
}

.slide150 {
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.slide150 img {
	display: block;
	margin: 0px;
	padding: 0px;
}

/***** MAP CLASSES *****/

#map_canvas {
	height: 600px;
	margin-bottom: 5px;
}

#routecontainer {
	display: none;
	background-color: white;
	padding: 5px;
	border: 1px solid #666;
	margin-bottom: 5px;
	color: black;
}

#route {
}

.directions .address_input {
	width: 210px;
}