body, p, div, ul, li, h1, h2, h3, h4, h5, img {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

body.highlight_list_item_1 #left ul li.one a,
body.highlight_list_item_2 #left ul li.two a,
body.highlight_list_item_3 #left ul li.three a,
body.highlight_list_item_4 #left ul li.four a,
body.highlight_list_item_5 #left ul li.five a,
body.highlight_list_item_6 #left ul li.six a,
body.highlight_list_item_7 #left ul li.seven a,
body.highlight_list_item_8 #left ul li.eight a,
body.highlight_list_item_9 #left ul li.nine a,
body.highlight_list_item_10 #left ul li.ten a
 {
	background:#f8f8ef;
	color: #336699;
	font-weight: bold;
}

html, body {
   height:100%;
}

#outer_wrapper {
	min-height:100%;
	position:relative;
}

p {
	margin-bottom: 10px;
	line-height: 15px;
}

a, a:visited {
	color: #000;
}

a:hover {
	color: #336699;
}

#wrapper {
	width: 898px;
	margin: 0 auto;
	padding-bottom:60px;
}

#menu {
	height: 63px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu_left {
	float: left;
	width: 85px;
	display: inline;
}

#menu_right {
	float: right;
	width: 794px;
	display: inline;
	padding-top: 23px;
}

#banner {
	height: 172px;
	background-image: url("../images/banners/00.jpg");
	margin-bottom: 20px;
}

#banner h1 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 40px;
	color: #FFF;
	position: relative;
	top: 118px;
	left: 20px;
	text-shadow: black 0 1px 4px;
}

#banner h1.black {
	color: #000;
	text-shadow: none;
}

#left {
	float: left;
	width: 182px;
	display: inline;
	margin-right:20px;
}

#left #subnav h2 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #393939;
	padding: 6px 6px 6px 10px;
}

#left #subnav ul {
	margin: 0;
	padding: 0;
}

#left #subnav ul li {
	list-style-type: none;
}

#left #subnav ul li a {
	display: block;
	width: 172px;
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #DDD;
	color: #666;
	text-decoration: none;
}

#left #subnav ul li a:hover {
	color: #336699;
	background-image: url("images/subnav_arrow.gif");
	background-repeat: no-repeat;
	background-position: left 10px;
}

#left #subnav ul ul li a {
	text-indent: 20px;
}

#left #subnav .indented {
	text-indent: 20px;
}

#middle {
	float: left;
	width: 498px;
	display: inline;
	min-height: 400px;
	padding-bottom: 40px;
}

#middle h1 {
	font-size: 18px;
}

#middle h2 {
	color: #365F8E;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

#middle h2.rule {
	border-bottom: 2px solid #365F8E;
	padding: 3px 0;
	margin-top: 40px;
}

#middle h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

#middle h4 {
	font-size: 11px;
	text-transform: uppercase;
}

#middle ul {
	margin-bottom: 15px;
	margin-left: 15px;
}

#middle li {
	list-style-image: url(images/bullet_solid_blue.gif);
	margin-bottom: 5px;
}

#middle li.goto {
	list-style-image: url(images/bullet_orange_arrow.gif);
}

#middle li.pdf {
	list-style-image: url(images/bullet_page.gif);
}

#middle li li {
	list-style-image: url(images/bullet_hollow_green.gif);
}

.col1 {
	width: 100px;
	float: left;
	display: inline;
}

.col2 {
	width: 378px;
	float: right;
	display: inline;
}

#right {
	float: right;
	width: 182px;
	display: inline;
}

#right h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.clearfloat {
	clear:both;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E1E1D9;
}

#footer_text_area {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}

#footer_left {
	width: 500px;
	float: left;
	display: inline;
}

#footer_left p {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9px;
	color:#868779;
}

#footer_left a:link {
	color: #868779;
	text-decoration: none;
}

#footer_left a:hover {
	color: #868779;
	text-decoration: underline;
}

#footer_left a:visited {
	color: #868779;
	text-decoration: none;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
	display: inline;
}

#middle .no_topmargin, #middle #newslist .no_topmargin {
	margin-top: 0;
}

.hr {
	height: 15px;
	background: #fff url(images/dotted_pattern.gif) repeat-x center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}

.hr hr {
  display: none;
}

.thumb {
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
	position: relative;
	top: 4px; 
}

#newslist h2 {
	margin-bottom: 5px;
}

#newslist h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.date {
	color: #868779;
	font-style: normal;
}

.balloon_top {
	background: url("images/balloon_top.gif") no-repeat;
	padding: 10px 10px 0 10px;
}

.balloon_top p {
	color: #4284AE;
	margin-bottom: 0;
}

.balloon_bottom {
	background: url("images/balloon_bottom.gif") no-repeat;
	min-height: 33px;
	margin-bottom: 30px;
}

.balloon_bottom p {
	font-size: 10px;
	font-style: italic;
	padding-top: 40px;
}

.location_tn {
	width: 162px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
}

.location_text {
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	display: inline;
}

.location_text h3 {
	margin-top: 0;
}

.location_divider {
	height: 5px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e7e8e2;
}

.sidebarbox_topcap {
	background: url("images/sidebarbox_topcap.gif") no-repeat;
	min-height: 24px;
}

.sidebarbox300_topcap {
	background: url("images/sidebarbox300_topcap.gif") no-repeat;
	min-height: 24px;
}

.sidebarbox_topcap h2, .sidebarbox300_topcap h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	color: #FFF;
	margin-bottom: 0;
}

.sidebarbox {
	background: url("images/sidebarbox_bg.gif") repeat-y;
	padding: 10px 10px 1px 10px;
	width: 162px;
}

.sidebarbox300 {
	background: url("images/sidebarbox300_bg.gif") repeat-y;
	padding: 10px 10px 1px 10px;
	width: 280px;
}

.sidebarbox ul li, .sidebarbox300 ul li {
	list-style: none;
	background: url("images/circle_arrow.png") no-repeat left 2px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.sidebarbox_bottomcap {
	background: url("images/sidebarbox_bottomcap.gif") no-repeat;
}

.sidebarbox300_bottomcap {
	background: url("images/sidebarbox300_bottomcap.gif") no-repeat;
}

.sidebarbox_bottomcap, .sidebarbox300_bottomcap {
	height: 4px;
	margin-bottom: 20px;
	font-size: 0;
}

.form_label {
	font-size: 9px;
	text-align: right;
	padding-right: 5px;
}

.blue {
	color: #365F8E;
}

.hidden {
	display: none;
}

.framed {
	border: 1px solid #f0f0EA;
	padding: 5px;
}

.right {
	float:right;
}