/***********************************************/
/* bDaze edits                                 */
/* Use with bDaze design                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.39;
	margin: 0px 0px 0px 0px;
	background-color: #999999;
}

a:link, a:visited {
	color: #0C4F31;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #F8F163;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 198%;
	color: #000099;
	text-align: left;
}

h2{
	font-size: 130%;
	color: #F8F163;
	text-align: left;
}

h3{
	font-size: 120%;
	color: #0C4F31;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 110%;
 color: #334d55;
}

li{
	font-size: 92%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-color: #FFFFFF;
	height: 170px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	clear: both;
	background-image: url(../images/sec_logo_2.gif);
}

#navBar{
	padding: 10px 0px 0px 0px;
	background-color: #BDD33A;
	width: 200px;
	margin-left: 20px;
	text-align: center;
	clear: none;
	border-top-width: -1px;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-width: 0px;
	border-right-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
}

#content{
	border-left: 0px;
	border-left-color: #254050;
	border-left-style: solid;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin-top: 5px;
	margin-right: 20px;
	border-top-color: #254050;
	border-top-width: 0px;
	border-top-style: solid;
	clear: none;
	width: 480px;
	float: right;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/**********  siteName becomes regiter button **************/

.siteName{
	margin: 0px 0px 0px 0px;
	padding: 0px 80px 0px 50px;
	text-align: right;
}

.siteName a:link {
	color: #F8F163;
	text-decoration: underline;
}

.siteName a:visited {
	color: #F8F163;
	text-decoration: underline;
}
.siteName a:hover{
	color: #FF9900;
	text-decoration: none;
}


/*************** #pageName styles **************/

#pageName{
	padding: 20px 10px 10px 20px;
	font-family: "Courier New", Courier, mono;
	color: #006699;
	font-size: 150%;
}


/************* #globalNav styles **************/

#globalNav{
	color: #F8F163;
	padding: 6px 0px 0px 0px;
	white-space: nowrap;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 20px;
	font-size: 90%;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.story a:link{
	text-decoration: underline;
	color: #0C4F31;
}

.story a:visited{
	text-decoration: underline;
	color: #0C4F31;
}

.story a:hover{
	text-decoration: none;
	color: #FF9900;
}

.story p, h3{
	padding: 0px 42px 10px 10px;
	clear: none;
	border-bottom-style: none;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #F8F163;
	padding: 10px 43px 10px 10px;
	margin-top: -1px;
	text-align: right;
	background-image: url(../images/logo_lg_green.gif);
	height: 20px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 20px 2px 20px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#sectionLinks a:visited{
	padding: 2px 20px 2px 20px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #003300;
	background-color: #FFFFFF;
	padding: 2px 20px 2px 20px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	padding: 0px;
	font-size: 80%;
	text-align: center;
	background-color: #FFFFFF;
	margin: 10px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

.relatedLinks h3{
	padding: 3px 0px 3px 0px;
	background-color: #FFFFFF;
	color: #000000;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/*************   New Styles  ***********/

#masthead h3{
	padding: 0px 20px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.whitext a:hover{
	border-bottom: 1px solid #003300;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	color: #FF6600;
}
.whitext a:link{
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom: 1px solid #003300;

}
.whitext a:visited{
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom: 1px solid #003300;

}
.story ul {
	margin: 5px 20px 15px 20px;
	padding: 0px;
	list-style-type: circle;
}
.place {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	text-align: left;
	float: left;
}
.season {
	text-align: right;
	float: right;
}
.locator {
	background-color: #FFFFFF;
	border-top: 1px solid #003300;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pageName {
	padding: 10px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0C4F31;
	font-size: 150%;
}
#logo {
	background-color: #BE0027;
	float: left;
	padding: 0px 10px 0px 10px;
	border-left-style: solid;
	border-right-color: #239E46;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #239E46;
	border-left-width: 2px;
}
#siteWidth {
	width: 770px;
	background-color: #FFFFFF;
	text-align: left;
}
.relatedLinks p {
	padding: 4px 4px 4px 4px;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 80%;
	text-align: left;
}
.relatedLinks a {
	padding: 6px 0px 6px 0px;
	color: #000000;
}
.relatedLinks a:hover {
	padding: 6px 0px 6px 0px;
	color: #000099;
}
hr {
	color: #B5D335;
}
#bio {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #085981;
	margin-left: 10px;
	margin-right: 20px;
}
#stripe {
	width: 820px;
	padding-bottom: 20px;
	margin-left: 3%;
	background-color: #0C4F31;
}
.bioName {
	color: #937E3A;
}
