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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5em;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-color: #9CAD9C;
	font-size: 16px;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: underline;
}

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

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

h1{
	font-size: 180%;
	color: #333333;
	font-family: Verdana, Arial;
	margin-bottom: 10px;
}

h2{
	font-size: 165%;
	color: #0099CC;
	font-family: Verdana, Arial;
	margin-bottom: 10px;
	margin-top: 40px;
}

h3{
	font-size: 120%;
	color: #598059;
	margin-left: 30px;
	margin-right: 40px;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin-top: 5px;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: 40px;
	padding: 0px;
}

h5{
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 120%;

}
h6{
	font-size: 90%;
	margin-bottom: 9px;
	font-weight: bold;
}


li{
	font-size: 75%;
}
ul{
	list-style-type: square;
}

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

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

			

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

#masthead{
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #cccccc;
	padding-bottom: 10px;
	background-color: #E2E2E2;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 4px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 4px;
	height: 160px;
}


#content{
	margin: 0;
	padding: 0;
	background-color: #E2E2E2;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 4px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 4px;
	padding-bottom: 20px;
}

#content p{
	margin: 20px 40px 20px 40px;
	font-size: 80%;
	line-height: 2em;
}

#content img{
	margin: 10px 20px 10px 20px;
}



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

#siteName{
	margin: 30px 60px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}


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

#pageName{
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

/*************** #adSpace styles **************/

.adSpace{
	padding: 14px 20px 6px 24px;
	background-color: #FFFFFF;
	font-size: 70%;
	float: right;
	margin-right: 40px;
	border-color: #3A6794;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	line-height: 120%;
	width: 180px;
}


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

#globalNav{
	color: #cccccc;
	padding: 10px 0px 0px 10px;
	white-space: nowrap;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
/* '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;
	text-decoration: none;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}




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

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	margin-bottom: 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;}

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

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


/************** #siteWidth styles **************/


#siteWidth {
	width: 910px;
	text-align: left;
}

#currentEvent {
	margin: 10px 0px 0px 40px;
	padding: 8px 10px 8px 10px;
	float: left;
	border: 2px solid #9CAD9C;
	background-color: #FFFFFF;
	width: 260px;
}

#currentEvent h5{
	font-family: Verdana, Arial;
	font-size: 16px;
	color: #339933;
}

#currentEvent h6{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 16px;
	color: #0099CC;
	font-style: italic;
	line-height: 22px;
}
#currentEvent a{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FF6600;
	font-style: italic;
	font-weight: bold;
}

#bbqFlyer {
	margin: 0px 40px 20px 40px;
	padding: 20px;
	border: 2px solid #9CAD9C;
	background-color: #FFFFFF;
	width: 780px;
	text-align: center;
}
