@charset "UTF-8";
body {
	background-color: #616365;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
#content {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#spotlight_top {
	background-color: #1E479A;
	background-image: url(images/spotlight_top.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 770px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	font-style: italic;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 12px;
}
ul {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home_quote {
	margin: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	color: #FF7E00;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7E00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
li {
	padding-bottom: 8px;
	list-style-type: square;
}
#wrapper {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	position: relative;
}
.spotlight_location {
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
.footer_links {
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.4em;
}
h1 {
	color: #FF7E00;
	font-weight: normal;
	font-size: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7E00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.images_right_justified {
	display: block;
	margin-left: 20px;
	float: right;
}
h3 {
	color: #1E479A;
	font-weight: bold;
	font-size: 1.2em;
}
.inset_box {
	background-color: #e3e8f3;
	display: block;
	border: 1px solid #1E479A;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF7E00;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text_white {
	color: #FFFFFF;
	font-size: 1.1em;
}
.text_small_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #FF6627;
}
a:active {
	color: #FF6627;
}



a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #FF6627;
	text-decoration: none;
}
a.footer:active {
	color: #FF6627;
	text-decoration: none;
}

