/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	left: auto;
	right: auto;
	height: auto;
	list-style-type: disc;
	background-color: #000066;
	background-image: url(images/bluebgd.png);
	background-repeat: repeat;
}

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

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

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #232596;
}

h2{
 font-size: 114%;
 color: #232596;
}

h3{
 font-size: 110%;
 color: #232596;
}

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

h5{
 font-size: 100%;
 color: #232596;
}

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: 0;
	border-bottom: 1px solid #232596;
	width: 100%;
	background-image: url(images/MastHeadbgd2.png);
	height: 80px;
	padding-top: 10px;
	line-height: 20px;
}

#navBar{
	float: left;
	height: auto;
	width: 200px;
	padding-right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #161673;
	border-left-color: #C1DDFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1DDFF;
}

#content{
	float:right;
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(images/Ghost%20Drum%20Major%20lighter.jpg);
	list-style-type: disc;
	background-color: #FFFFFF;
	background-position: center top;
	width: 578px;
	padding: 10px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 120px;
	color: #232596;
	font-size: 17pt;
	word-spacing: normal;
}


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

#pageName{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	text-align: center;
}


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

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 120px;
	white-space: nowrap;
	width: auto;
}
/* '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;
}


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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
#mobilemenu {
	font-size: 90%;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 120px;

}



/************** .feature styles ***************/

.feature{
	font-size: 90%;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
}	

 /**************   border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #232596;***************/


.feature h3{
	padding: 5px 0px;
	text-align: center;
}

.feature img{
	float: none;
	padding: 0px 5px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 20px 10px;
	font-size: 11pt;
	list-style-type: disc;
}

.story p{
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #FF9900;
	margin-top: 0px;
	padding: 10px;
	height: auto;
	width: auto;
}
/* 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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232596;
}

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

/* fix for browsers that don't need the hack */
html>body #navBar li {

}


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

#sectionLinks{
	position: static;
	border-bottom: 1px solid #C1DDFF;
	font-size: 90%;
	float: left;
	border-right-style: solid;
	border-right-color: #232596;
	background-color: #C1DDFF;
	height: auto;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	display: block;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	display: block;
}

#sectionLinks a:hover{
	background-color: #E3A039;
	padding: 2px 0px 2px 10px;
	display: block;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
#wologo {
	padding-left: 10px;
}
.quicklinks {
	padding-left: 10px;
	color: #232596;
}
.officers {
	font-size: 14pt;
	color: #232596;
	text-align: center;
}
.officertext {
	text-align: center;
}
.parentDefinition {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}
.gameInfo {
	font-size: 16px;
	padding-left: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding-right: 80px;
	color: #232596;
}
#weekGlance {
	padding-top: 5px;
	background-color: #000066;
	color: #FF9900;
	height: auto;
	position: static;
	list-style-type: none;
	padding-right: 5px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1DDFF;
}
#weekGlance ul {
	list-style-type: none;
	font-weight: bold;
	clear: none;
	float: none;
	padding-left: 10px;
	padding-top: 5px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #232596;
	border-left: none;
	padding-bottom: 5px;
}
#weekGlance li {
	font-weight: normal;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 5px;
	border: none;
}
.weekGlanceDay {
	clear: both;
	text-align: left;
	border: none;
}
#weekGlance a:link {
	color: #FF9900;
	text-decoration: underline;
	list-style-position: inside;
}
#weekGlance a:visited {
	color: #FF9900;
	list-style-position: inside;
}
#weekGlance a:hover {
	color: #232596;
	text-decoration: underline;
	background-color: #FF9900;
	list-style-position: inside;
}
.feature ul {
	list-style-type: disc;
	list-style-position: inside;
}
#SectionPics {
	border-top: 2px solid #232596;
	padding-top: 15px;
}
.wreathBullet {
	list-style-type: none;
	list-style-image: url(images/holly-wreath.gif);
}
#siteInfo a {
	color: #FF9900;
}
#menu {
	position: static;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 120px;
}
#content table {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.indent {
	padding-left: .5in;
}
.summertable {
	text-align: left;
	vertical-align: top;
	border: thin solid #000000;
}
.siteName2 {
	font-size: 10pt;
}
.floatLeft {
	float: left;
	padding-right: 10px;
}
