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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.25em;
	margin: 0px 0px 0px 0px;
	background-color: #053A54;
}

a:link, a:visited, a:hover {
	color: #085981;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
/* 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: Georgia, "Times New Roman", Times, serif;
	font-size: 212%;
	color: #085981;
	text-align: left;
}

h2{
	font-size: 120%;
	color: #085981;
	text-align: left;
}

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

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

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

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 20px 0px 20px;
	background-color: #FFFFFF;
	height: 150px;
	border-bottom-color: #085981;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	clear: both;
}

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

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


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

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 63px;
	margin-left: 10px;
	margin-top: 20px;
}


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

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


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

#globalNav{
	color: #cccccc;
	padding: 6px 0px 0px 0px;
	white-space: nowrap;
	margin-bottom: 10px;
	text-align: left;
}
/* '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 p, h3{
	padding: 0px 42px 10px 33px;
	clear: none;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #003300;
	padding: 10px 108px 10px 10px;
	margin-top: -1px;
	text-align: right;
}
/* 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: #92BDD3;
	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: #064564;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

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

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


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

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

.relatedLinks h3{
	padding: 3px 0px 3px 0px;
	background-color: #085981;
	color: #90AFCB;
}
.relatedLinks p {
	padding: 4px 4px 4px 4px;
	background-color: #F7F8FA;
	margin: 0px;
	font-size: 80%;
	text-align: left;
}
.relatedLinks a {
	padding: 6px 0px 6px 0px;
	color: #90AFCB;
}
.relatedLinks a:hover {
	padding: 6px 0px 6px 0px;
	color: #FFCC00;
}

/************** #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: 10px 0px 2px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.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: -15px 0px 15px 60px;
	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 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #085981;
	font-size: 150%;
}
#logo {
	background-color: #92BDD3;
	float: right;
	padding: 0px 10px 0px 10px;
	border-left-style: solid;
	border-right-color: #085981;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #085981;
	border-left-width: 2px;
}
#siteWidth {
	width: 770px;
	background-color: #FFFFFF;
	text-align: left;
}

hr {
	color: #085981;
}
#bio {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #085981;
	margin-left: 10px;
	margin-right: 20px;
}
#stripe {
	background-image: url(../image/stripe3.gif);
	width: 820px;
	padding-bottom: 20px;
	margin-left: 3%;
}
