/* CSS Document */
/* site wide styles */

/* all pages follow this layout */

body {
	background: #fff;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

/* page layout */
/* header - navbar styles */
#header {
	height: 56px;
	background: #fff;
	text-align: center;
}
#menubar {
	width: 1004px;
	height: 52px;
	font-weight: bold;
	margin: 7px auto 0 auto;
}
.menu_item {
	width: 122px;
	height: 40px;
	float: left;
	padding-top: 12px;
	background: url(/resources/imgs/bar.png) repeat-x;
}
.menu_item_hover {
	background: url(/resources/imgs/bar_change.png) repeat-x;
}
.menu_item_hover a {
	color: #06f;
}
.menu_cap_left {
	height: 52px;
	width: 11px;
	float: left;
	margin: 0;
	background: url(/resources/imgs/bar_left.png) no-repeat;
}
.menu_cap_left_hover {
	background: url(/resources/imgs/bar_left_change.png) no-repeat;
}
.menu_cap_right {
	height: 52px;
	width: 14px;
	float: left;
	margin: 0;
	background: url(/resources/imgs/bar_right.png) no-repeat;
}
.menu_cap_right_hover {
	background: url(/resources/imgs/bar_right_change.png) no-repeat;
}

/* main content styles */
#container {
	width: 999px;
	margin: 0 auto;
	overflow: visible;
}
#box_top {
	overflow: visible;
	min-height: 16px;
	background: url(/resources/imgs/top_edge.png) no-repeat;
}
#box_mid {
	width: 999px;
	min-height: 200px; 
	overflow: visible;
	background: url(/resources/imgs/middle_edge.png);
}
#box_bot {
	height: 16px;
	position: inherit;
	background: url(/resources/imgs/bottom_edge.png);
}
#inner_box {
	padding: 5px 10px;
}

/* page footer */
#footer {
	height :41px;
	background: none;
	text-align: center;
}

/* 'floating' button for health pages */
#privacy {
	background: none;
	overflow: hidden;
	bottom: 10px;
	position: fixed;
	right: 10px;
	width: 166px;
	height: 85px;
	z-index:100;
}

/* buttons for the section indexes */
.button {
	width: 195px;
	height: 85px;
	float: left;
	text-align: center;
}
.button-text {
	width: 195px;
	height: 42px;
	float: left;
	text-align: center;
	font-size: .8em;
}
/* end of page layout */

/* gets rid of link borders around images */
img {border: none;}

/* paragraph styles */
p {
	padding: 6px;
	margin: 0px;
	text-align: justify;
}

/* text styles */
/* headers */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #800;
	font-weight: bold;
	text-align: center;
	font-size: 2.5em;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #800;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	padding: 0px 6px;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

.red {
	color: #800; 
}

.red_bold {
	color: #800;
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.tiny {
	font-size: .8em;
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

blockquote {
	text-align: center;
	font-style: italic;
}

.no-bullet {
	list-style:none;
	margin:0;
	padding:0;
}
/* anchor styles */
a {text-decoration: none;}
a:active {color: #06f;}
a:visited {color: #06f;}
a:link {color: #06f;}
a:hover {
	color: #06f;
	text-decoration: underline;
}

a.menulink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #f60;
	font-weight: bold;
}
a.menulink:active {color: #06f;}
a.menulink:visited {color: #f60;}
a.menulink:link {color: #f60;}
a.menulink:hover {color: #06f;}
a.menuselect {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #06f;
	font-weight: bold;
}

div.prospectus-button {
	background:url(/resources/buttons/long_blank.png);
	width:250px;
	height:37px;
	padding-top:13px;
	font-weight:bold;
	text-align:center;
	float:left;
	margin:0 5px;
}

/* table styles */
table {
	margin: 0 auto;
	border: 1px black solid;
	background: #fff;
}

th {
	background: #800;
	color: #fff;
	margin: 0;
	padding: 2px;
}

td {
	background: #fff;
	margin: 0;
	padding: 2px;
}