/* -------------------------------------------------------------------------------------
	CSS STYLE FOR CREATE WITH CURTIS
	Created:  4/29/08
	By: Ryan F
		Web Developer
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: small;
	background: #000 url(../images/body_bg.jpg) top left repeat-x;
	color: #2B2B2B;
	padding: 5px 0 0;
	font-family: helvetica, arial, sans-serif;
	-moz-opacity: 0.9999;
}

div, p, ul, ol, table, dl, h1, h2, h3, h4, h5, h6 {
	float: left;
	clear: both;
	width: 100%;
}

a {
	color: #2c2c2c;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

ul {
	display: inline;
}

h1 {
	font-size: 140%;
	margin: 0 0 10px 0;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.left * {
	float: left;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.right * {
	float: left;
}

.strong {
	font-weight: bold;
}

.wrapper {
	text-align: left;
	float: none;
	width: 695px;
	margin: 0 auto;
}

.container {
	width: 570px;
	position: relative;
	float: right;
}

.note {
	font-size: 90%;
	font-style: italic;
	margin: 10px 0 0;
}

/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER STYLE AREA -->
------------------------------------------------------------------------------------- */

#top_nav {
	background: transparent url(../images/content_top.png) bottom left no-repeat;
	padding: 25px 0 15px 40px;
	width: 530px;
	display: inline;
}

#top_nav ul {
	width: auto;
	list-style: none;
}

#top_nav ul li {
	float: left;
	clear; none;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 90%;
	font-weight: bold;
}

#top_nav ul li a {
	color: #fff;
	display: block;
	float: left;
	padding: 0 8px;
	font-weight: normal;
}

#top_nav ul li a.current_page {
	font-weight: bold;
	color: #BD2F2F;
}

/* -------------------------------------------------------------------------------------
<-- END HEADER STYLE AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> CONTENT STYLE AREA -->
------------------------------------------------------------------------------------- */

#content_area {
	background: #fff;
	width: 570px;
	position: relative;
}

#content {
	width: 498px;
	padding: 0 0 0 36px;
}

#content.subpage {
	min-height: 385px;
	height: auto !important;
	height: 385px;
}

#content.home_page {
	min-height: 285px;
	height: auto !important;
	height: 285px;
}

#main_image {
	position: relative;
	top: 0px;
	left: 13px;
	height: 220px;
	width: 546px;
	margin: 0 0 10px;
}

#rotating_images {
	width: 546px;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

#rotating_images img {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
	width: 546px;
	height: 220px;
}

#main_image #survey_link {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 90px;
	width: 90px;
	background: transparent url(../images/blank.gif) top left repeat;
	text-indent: -10000px;
	outline: none;
	z-index: 99;
}

#main_image #holiday_fire_link {
	position: absolute;
	top: 33px;
	left: 0px;
	height: 60px;
	width: 400px;
	background: transparent url(../images/blank.gif) top left repeat;
	text-indent: -10000px;
	outline: none;
	z-index: 99;
}

#content a {
	text-decoration: underline;
	color: #2F46BD;
}

#content h1 {
	font-size: 120%;
	margin: 10px 0;
}

#content h2 {
	font-size: 110%;
	margin: 10px 0;
}

#content ul {
	width: 468px;
	margin: 10px 0 5px 30px;
}

#content ul li {
	margin: 0 0 5px 0;
}

.data_header {
	color: #58595b;
	font-weight: bold;
}

.data_header .right {
	width: 150px;
}

#content ol {
	width: 498px;
	display: inline;
	list-style: none;
	color: #58595b;
	margin: 10px 0 5px 0;
}

#content ol li {
	float: left;
	clear: both;
	width: 100%;
	font-size: 90%;
	margin: 0 0 5px;
	display: block;
}

#content ol li * {
	display: inline;
}

#content ol li .left {
	margin: 0 -3px 0 0 ;
}

#content ol li .right {
	width: 150px;
	margin: 0 0 0 -3px;
}

#content table {
	color: #58595b;
	display: inline;
	font-size: 95%;
}

#content .situation {
	width: 350px;
}

#content .time {
	width: 148px;
}

#did_you_know {
	display: inline;
	position: relative;
}

#content .cardiac {
	float: left;
	width: 210px;
}

#content .cardiac img, #content .time_temperature img {
	float: left;
}

#content .cardiac p {
	float: left;
	margin: 0;
	width: 200px;
	padding: 0 0 0 10px;
	text-align: justify;
	font-size: 90%;
}

#content .time_temperature {
	float: right;
	clear: none;
	width: 228px;
}

#content .time_temperature p {
	margin: 0;
	width: 218px;
	padding: 0 0 0 10px;
	text-align: justify;
	font-size: 90%;
}

#content .meetings_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .meetings_list li {
	float: left;
	clear: none;
	width: auto;
	width: 150px;
}

#content h1.answers {
	margin: 100px 0 0;
}

form label {
	width: 200px;
	float: left;
}

form input {
	width: 200px;
	float: left;
	clear: none;
}

input.button {
	width: auto;
	border: 1px solid #2b2b2b;
	padding: 3px 5px;
	cursor: pointer;
}

.content_list {
	list-style: none;
}

.admin_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.admin_nav li {
	width: auto;
	float: left;
	clear: none;
}

.admin_nav li a {
	float: left;
	display: block;
	width: auto;
	padding: 3px 5px;
}

.admin_nav li a:hover, .admin_nav li a.current_page {
	background: #BEBEBE;
}

#content.district_info h1 {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #2b2b2b;
}

#content p.indent {
	width: 435px;
	padding: 0 0 0 30px;
}

#content h2.indent {
	width: 435px;
	padding: 0 0 0 30px;
}

/* -------------------------------------------------------------------------------------
<-- END CONTENT STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> LEFT MENU STYLE AREA -->
------------------------------------------------------------------------------------- */

#left_menu {
	position: absolute;
	top: 10px;
	left: -152px;
	z-index: 999;
	width: 171px;
	padding: 176px 0 0 9px;
	background: transparent url(../images/logo.png) top left no-repeat;
}

#left_container {
	background: transparent url(../images/left_bg.png) top left repeat-y;
	width: 161px;
	text-align: center;
}

#left_wrapper {
	padding: 0 0 12px 0;
	background: transparent url(../images/left_bottom.png) bottom left no-repeat;
}

#left_container h1 {
	color: #fff;
	width: 148px;
	padding: 10px 5px 0;
	font-size: 90%;
}

#left_container ul {
	list-style: none;
	width: 145px;
	margin: 0 0 0 6px;
	display: inline;
}

#left_container ul li {
	margin: 0 0 4px;
	float: left;
	clear: none;
}

#left_container ul li a {
	text-indent: -10000px;
	outline: none;
	display: block;
	float: left;
	width: 145px;
	height: 38px;
}

#quiz {
	background: transparent url(../images/quiz.jpg) top left no-repeat;
}

#faq {
	background: transparent url(../images/faq.jpg) top left no-repeat;
}

#meetings {
	background: transparent url(../images/meetings.jpg) top left no-repeat;
}

#news {
	background: transparent url(../images/news.jpg) top left no-repeat;
}

#left_address {
	margin: 0;
	width: 148px;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 90%;
	line-height: 1;
}

/* -------------------------------------------------------------------------------------
<-- END LEFT MENU STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> FOOTER STYLE AREA -->
------------------------------------------------------------------------------------- */

#footer {
	padding: 24px 0;
	padding: 25px 0 15px 40px;
	width: 530px;
	display: inline;
	background: transparent url(../images/content_bottom.png) top left no-repeat;
}

#footer p {
	font-weight: bold;
	font-size: 85%;
	padding: 0 4px;
	color: #fff;
}


#footer a {
	color: #fff;
	clear: none;
}

#footer a.legal {
	margin: 0 0 0 100px;

}

/* -------------------------------------------------------------------------------------
<-- END FOOTER STYLE AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> DISTRICT MAP STYLE AREA -->
------------------------------------------------------------------------------------- */


#content #map_container {
	position: relative;
	width: 522px;
	padding: 0;
	height: 358px;
}

#main_map {
	position: absolute;
	top: 0;
	left: 0;
}

#map_cover {
	position: absolute;
	top: 0;
	left: 0;
}

#overlays {
	position: absolute;
	top: 0;
	left: 0;
	width: 522px;
	height: 358px;
}

#overlays img {
	display: none;
	position: absolute;
}

#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18 {
	display: none;
}

#r1 {
	left: 3px;
	top: 11px;
}

#r2 {
	left: 0px;
	top: 58px;
}

#r3 {
	left: 2px;
	top: 106px;
}

#r4 {
	left: 50px;
	top: 10px;
}

#r5 {
	left: 49px;
	top: 57px;
}

#r6 {
	left: 97px;
	top: 31px;
}

#r7 {
	left: 97px;
	top: 56px;
}

#r8 {
	left: 144px;
	top: 32px;
}

#r9 {
	left: 144px;
	top: 55px;
}

#r10 {
	left: 231px;
	top: 18px;
}

#r11 {
	left: 231px;
	top: 53px;
}

#r12 {
	left: 278px;
	top: 34px;
}

#r13 {
	left: 277px;
	top: 53px;
}

#r14 {
	left: 342px;
	top: 27px;
}

#r15 {
	left: 373px;
	top: 30px;
}

#r16 {
	left: 373px;
	top: 50px;
}

#r17 {
	left: 419px;
	top: 40px;
}

#r18 {
	left: 420px;
	top: 144px;
}

#o1, #o2, #o3, #o4, #o5, #o6, #o7, #o8, #o9, #o10, #o11, #o12, #o13, #o14, #o15, #o16, #o17, #o18, #o19, #o20, #o21, #o22, #o23, #o24 {
	display: none;
}

#o1 {
	left: 50px;
	top: 105px;
}

#o2 {
	left: 69px;
	top: 151px;
}

#o3 {
	left: 67px;
	top: 200px;
}

#o4 {
	left: 52px;
	top: 248px;
}

#o5 {
	left: 97px;
	top: 104px;
}

#o6 {
	left: 97px;
	top: 152px;
}

#o7 {
	left: 145px;
	top: 103px;
}

#o8 {
	left: 145px;
	top: 152px;
}

#o9 {
	left: 184px;
	top: 56px;
}

#o10 {
	left: 184px;
	top: 102px;
}

#o11 {
	left: 231px;
	top: 58px;
}

#o12 {
	left: 231px;
	top: 101px;
}
#o13 {
	left: 231px;
	top: 150px;
}

#o14 {
	left: 279px;
	top: 99px;
}

#o15 {
	left: 326px;
	top: 51px;
}

#o16 {
	left: 326px;
	top: 99px;
}

#o17 {
	left: 326px;
	top: 147px;
}

#o18 {
	left: 373px;
	top: 97px;
}
#o19 {
	left: 374px;
	top: 145px;
}

#o20 {
	left: 419px;
	top: 48px;
}

#o21 {
	left: 420px;
	top: 95px;
}

#o22 {
	left: 470px;
	top: 60px;
}

#o23 {
	left: 470px;
	top: 95px;
}

#o24 {
	left: 470px;
	top: 142px;
}
  
#y1, #y2, #y3, #y4, #y5, #y6, #y7, #y8, #y9, #y10, #y11, #y12, #y13, #y14, #y15, #y16, #y17, #y18 {
	display: none;
}

#y1 {
	left: 97px; 
	top: 199px;
}

#y2 {
	left: 97px; 
	top: 245px;
}

#y3 {
	left: 144px; 
	top: 198px;
}

#y4 {
	left: 147px; 
	top: 246px;
}

#y5 {
	left: 183px; 
	top: 150px;
}

#y6 {
	left: 184px; 
	top: 197px;
}

#y7 {
	left: 184px; 
	top: 244px;
}

#y8 {
	left: 240px; 
	top: 149px;
}

#y9 {
	left: 231px; 
	top: 197px;
}

#y10 {
	left: 232px; 
	top: 229px;
}

#y11 {
	left: 278px; 
	top: 147px;
}

#y12 {
	left: 279px; 
	top: 195px;
}

#y13 {
	left: 279px; 
	top: 229px;
}

#y14 {
	left: 326px; 
	top: 193px;
}

#y15 {
	left: 326px; 
	top: 240px;
}

#y16 {
	left: 374px; 
	top: 193px;
}

#y17 {
	left: 374px; 
	top: 239px;
}

#y18 {
	left: 421px; 
	top: 190px;
}

/* -------------------------------------------------------------------------------------
<-- END DISTRICT MAP STYLE AREA <--
------------------------------------------------------------------------------------- */
