/*Prevention Works Stylesheet Created by: 4x3, llc */

/*
----------------------------------------------------------------
	B A S E   C S S
---------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkd-second-tier.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#main_content_home {
	height: 304px;
	width: 600px;
	padding-top: 15px;
	padding-left: 37px;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #006993;
}

.caps {
	text-transform: uppercase;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
	font-size: 1.9em;
	margin-bottom: 0.5em;
	color: #FF6600;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.25em;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
	margin-bottom: 0.75em;
	font-weight: bold;
	margin-top: 1.25em;
	text-transform: uppercase;/* 	color: #60AED1; */
}
#news h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCDBEC;
	margin-top: 1em;
}

h2 {
	margin-bottom: .5em;
	font-size: 16px;
	margin-top: .75em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}
h4 {
	margin-bottom: 0.25em;
	color: #F5883E;
	font-size: 12px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
	color: #1C3977;
}
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin-right: 0;
	margin-bottom: .75em;
	margin-left: 0;
	margin-top: 0.25em;
}
p img       { float: left; padding: 0; }
p img.right { float: right; margin: 0em 0 0em 0em; }

/* Links
-------------------------------------------------------------- */

a:focus, a:hover     { text-decoration: none; }
a           {
	text-decoration: underline;
	color: #F5822B;
}

#main_nav a:link { color: #FFFFFF; text-decoration: none; }

#main_nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#main_nav a:hover { color: #669ACC;}

#footer a:link  { color: #006993; text-decoration: none; }
#footer a:visited {
	text-decoration: none;
	color: #006993;
}
#footer a:hover { color: #60AED1; }

#sidebar_left a:link { color: #1c3978;}
#sidebar_left a:hover  { color: #669ACC;text-decoration: none; }

#top_nav a:link {color: #F5822B;text-decoration: none;font-size: 11px;}
#top_nav a:hover { color: #fdbe56;text-decoration: underline;font-size: 11px;}
#top_nav a:visited {text-decoration: none;font-size: 11px;}

#main_content a:link { color: #F5822B; text-decoration: underline; }
/* #main_content a:visited { color: #60AED1; text-decoration: underline; } */
#main_content a:hover { color: #60AED1; text-decoration: none; }

#sub_nav a:link { text-decoration: none; }

#featured_news a { color: #a0b72d;}
#featured_news a:link { color: #a0b72d;}
#featured_news a:hover { color: #a0b72d;}
#featured_news a:visited { color: #a0b72d;}

#watch_video a { color: #a0b72d;}
#watch_video a:link { color: #a0b72d;}
#watch_video a:hover { color: #a0b72d;}
#watch_video a:visited { color: #a0b72d;}


#main_content .newsitem a {
	color: #a0b72d;
/*	font-family: Georgia, Times, "Times New Roman", serif;
*/	font-size: 12px;
}
#main_content .newsitems a:link { color: #a0b72d;}
#main_content .newsitem a:hover { color: #a0b72d;}
#main_content .newsitem a:visited { color: #a0b72d;}

#main_content .article_title a {text-decoration: none;}
#main_content .article_title a:hover  {color: #fdbe56;text-decoration: none;}


#upcoming_events a { color: #FFFFFF; }
#upcoming_events a:link { color: #FFFFFF; }
#upcoming_events a:hover { color: #FFFFFF; text-decoration: none;}

#sub_nav a:hover { text-decoration: none; color: #669ACC; }
#sub_nav a:visited { text-decoration: none;}	

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

ul {
	/* 	list-style: disc; */
	margin-left: 40px;
	padding-left: 0em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}
	
li {
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;

}

ol {
	list-style: decimal;
	margin-left: 40px;
	padding-left: 0em;
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 18px;
	margin-top: 5px;
}

/* Structure
-------------------------------------------------------------- */
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 18px;
	color: #60AED1;
	padding-top: 5px;
	padding-left: 40px;
	margin-top: 20px;
}
#content {
	background-image: url(../images/shadow-second-tier.gif);
	background-repeat: repeat-y;
	width: 742px;
	padding-right: 11px;
	padding-left: 11px;
}
#header {
	padding-top: 15px;
	height: 113px;
}
#top_nav {
	color: #CCCCCC;
	text-align: right;
}
#main_nav {
	margin-left: 325px;
	margin-top: 40px;
}

#bottom_nav {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

#sidebar_right {
	float: right;
	width: 165px;
	background-color: #FFFFFF;
	margin-top: 25px;
	text-align: center;
	border-right: 2px solid #F0F0F0;
	border-bottom: 2px solid #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	margin-right: 5px;

}

#sidebar_left {

}

/* End hide from IE-mac */ .clearboth {
	clear: both;
}


#footer .designby {
	font-size: 11px;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: lowercase;
}
#footer .copyright {
	text-transform: capitalize;
	font-size: 10px;
}
#main_content {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 30px;
	line-height: 20px;
	min-height:300px; 
	height:auto;
	
}

/* for Internet Explorer */
/*\*/
* html #main_content {
height: 300px;
}
/**/

#top_photos {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar_right img {
	padding: 5px;
}
#rotator {
	padding-top: 27px;
	padding-bottom: 0px;
	width: 751px;
	height: 374px;
}
#content_home {
}
#sidebar_right_home {
	width: 170px;
	background-color: #FFFFFF;
	float: right;
	margin-top: 300px;
	padding: 8px 5px 8px 8px;
	border-right: 2px solid #F0F0F0;
	border-bottom: 2px solid #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
}

#mission {
	vertical-align: middle;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	color: #0079A9;
	text-align: left;
	width: 170px;
	padding-left: 10px;
	line-height: 30px;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: auto;
	margin-bottom: auto;
	float: right;
	clear: left;
	background-position: center;
}
#featured_news {
	background-color: #FFFFFF;
	padding: 10px 10px 5px;
	margin: 5px 5px 0px;
	width: 220px;
}
#featured_layer p{
	margin-right: 0;
	margin-bottom: .50em;
	margin-left: 0;
}

#watch_video {
	background-color: #FFFFFF;
	padding: 5px 10px 10px 0px;
	margin: 5px 5px 0px;
	width: 230px;
}
#articles {
	background-color: #FFFFFF;
	padding: 10px 10px 5px;
	margin: 5px;
	width: 220px;
}
#home_photos #articles p {
	margin-top: .75em;
	margin-bottom: 0em;
}
#home_photos #featured_news p {
	margin-top: .75em;
	margin-bottom: 0em;
}

#upcoming_events {
	background-color: #0079A9;
	height: auto;
	width: 326px;
	margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	float: left;
}

/*  Show only to IE6  */
* html #upcoming_events {
margin-left: 10px;
}
/**/

/* Show only to IE7 */
/**:first-child+html #upcoming_events { 
margin-left: 10px;
  }
*/
#upcoming_events td{
	color: #FFFFFF;
	line-height: 14px;
	font-size: 11px;
}

.photoborder img {
	border: 1px solid #BDD8E4;
}

.photoborderthumb img {
	border: 1px solid #BDD8E4;
}

.photoborder {
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
	margin-top: 5px;
}

#news .photoborder {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#article .photoborder {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}


#news .photoborderthumb {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 80px;
	width: 80px;
}
.newshead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: normal;
}
.newsitem {
	border-bottom: 1px solid #BDD8E4;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.article_title {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #60AED1;
	font-size: 14px;
}

#at_home {
	padding: 8px 8px 8px 20px;
	margin-left: 5px;
	border: 1px solid #BCDBEC;
}


/* Layers
-------------------------------------------------------------- */
#featured_layer {
	position:absolute;
	width:454px;
	z-index:1;
	margin-left: 500px;
	background-color: #BED73F;
	height: auto;
	padding-bottom: 5px;
}

#home_sponsors {
	margin-left: 385px;
	clear: none;
	margin-top: 20px;
}


#newsmain_left {
	padding-right: 20px;
}
#newsmain_right {
	padding-left: 20px;
}
.date {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #60AED1;
	float: left;
}
#main_content #newsmain_left .more a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#newsmain_right #calendar {
	padding: 8px;
	border: 1px solid #BCDBEC;
}
#newsmain_right #calendar td {
	font-size: 11px;
}
#container #content #main_content #newsmain_right #calendar a {
	color: #F5822B;
}
#on_the_road {
	padding: 8px 8px 8px 20px;
	margin-left: 5px;
	border: 1px solid #BCDBEC;
	text-indent: -5px;
}
#at_play {
	padding: 8px 8px 8px 20px;
	margin-left: 5px;
	border: 1px solid #BCDBEC;
	text-indent: -5px;
}
.closed {
	padding: 8px 8px 8px 20px;
	margin-left: 5px;
	border: 1px solid #BCDBEC;
	text-indent: -5px;
	height: 1px;
}
#subnav {
	color: #CCCCCC;
}
#main_content #subnav a {
	text-decoration: none;
	color: #0079A9;
	background-color: #BCDBEC;
	padding: 3px 5px;
	font-weight: bold;
}
#main_content #subnav a:hover {
	text-decoration: none;
	color: #BCDBEC;
	background-color: #0079A9;
	padding: 3px 5px;
	font-weight: bold;
}

#main_content #subnav .on {
	text-decoration: none;
	color: #BCDBEC;
	background-color: #0079A9;
	padding: 3px 5px;
	font-weight: bold;
}

.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCDBEC;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}
#article #safety_icon {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	float: none;
}

#safety_icon {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
}
#safety_featured_blurb {
	margin-left: 50px;
}
#article #main_content #safety_icon img {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
}
#article #main_content .article_title {
	color: #F5822B;
	font-size: 16px;
	margin-bottom: 8px;
}

#tagline {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	color: #60AED1;
	padding-left: 15px;
	padding-bottom: 10px;
}

#safety_featured_blurb .more {
	font-size: 11px;
}


/*Map*/

/* .gsmsc-appContainer .gsmsc-result-wrapper-user-selected-directions div.gs-directions-to-from { display:inline; } */
/* .gs-result .gs-directions-to-from { margin-top:4px; margin-bottom:4px; } */

#mapsearch {
	width : 600px;
	margin: 10px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0079A9;
	line-height: 14px;
    }
    
    
.gsmsc-mapDiv { height : 300px; }
.gsmsc-idleMapDiv { height : 300px;}
   
#container #content #article #main_content p {
	padding-left: 10px;
}
