/***********************************************/
/* 		fsbowling.css                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #E8EBFF;
	line-height: 1.166;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: none;
	background-color: #2D486A;
	background-image:url(pix/BG.jpg);
	scrollbar-face-color: #2D486A;
	scrollbar-highlight-color: #375984;
	scrollbar-3dlight-color: #2D486A;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #2D486A;
	scrollbar-arrow-color: #E8EBFF;
	scrollbar-track-color: #2D4860;
}


a:link, a:visited, a:hover {
	color: #E8EBFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 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: 150%;
	color: #D7DAFD;
}

h2{
 font-size: 120%;
 color: #D7DAFD;
}

h3{
 font-size: 100%;
 color: #D7DAFD;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #D7DAFD;
}

h5{
 font-size: 100%;
 color: #D7DAFD;
}

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                                 */
/***********************************************/

#content{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #375984;
	width: 600px;
	background-color: #2D486A;
	height: inherit;
	
}

#main{
	background-color: #2D486A;
	margin:0 0 0 0;
	padding:0 5 0 5;
	width:600px;
	height:auto;
	color: #D7DAFD	
}

#navBar{
	margin: 0 0 0 80%;
	padding: 0 0 0 0 ;
	background-color: #2B486A;
	border: 1px solid #375984;
	
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 0px;
white-space: nowrap;
}
/* '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 {
	padding: 0px 0px 0px 0px; 
}


/*********** #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 #375984;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	color: #cccccc;
	padding: 1px 10px 1px 10px;
	margin-top: -1px;
	width: 600px;
	float: right;
	
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	background-color: #2D486A;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: center;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 0px 0px;
}


/* 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" */


/*********** #sectionLinks styles ***********/

#sectionLinks{
	list-style: none;
	display:block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size:10px;
	font-style: normal;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	display:block;
	width: 100%;
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
	background-color: #375984;
	padding: 2px 0px 2px 0px;
	text-decoration:none;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
