/***********************************************/
/* wotfa.css                            */
/* Use with template wotfaTemplateMain.dwt          */
/***********************************************/



/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color:#333333;
	line-height: 1.2;	
	margin: 0 auto;
	padding: 0px;
	width: 800px;/*was 80%*/
	/*testing below
	background-image: url(images/testBackground1.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;*/
	
	
}

a:link, a:visited, a:hover {
	color: #339966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 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: #334d55;
}

h2{
 font-size: 114%;
 color: #339966;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 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;
}

th {
	/*background-color:#FFFFFF;*/
	color:#000000;
}

td {
	/*background-color:#FFFFFF;*/
	color:#000000;
}

blockquote {
	float: none;
	width: 75%;
	margin: 0px 0px 0px 40px;
	padding: 10px 0px 10px 0px;
	font-style: italic;
	border-top: 2px solid #339966;
	border-bottom: 2px solid #339966;

}
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	background-color:#666666;
	/*border-bottom: 1px solid #cccccc;*/
	width: 800px;/*was 100%*/
}

#masthead img {
	border: none;
}

#navBar{
float: left;
	margin: 0;
	width: 170px; /*was percentage*/
	padding: 0px;
	background-color: #ffffff;
	border-right: 2px solid #ccc;
	/*border-bottom: 2px solid #ccc;*/
}
#contentcontainer{
	width: 100%;
	background-image:url(images/whiteStripe.gif);
	background-repeat: repeat-y;
	
}

#content{
    float:right;
	width: 600px; 
	margin: 0;
	padding: 0 3% 0 0;
	background-color: #ffffff;
	background-image:url(assets/bgFiddle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#bottomBar{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color:#666666;	
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 20px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
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 {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 20px;
	font-size: 80%;
	color:#000000;
	width: 93%;
}

.feature h3{
	padding: 15px 0px 5px 0px;
	/*text-align: center;*/
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature ul{
	font-weight:bold;
	
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 20px;
	font-size: 80%;
	color:#000000;
	width: 95%;
}

.story p{
	padding: 0px 0px 10px 0px;
	color:#000000;
}


/************* #siteInfo styles: not working!***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color:#666666;	
	color: #cccccc;
	padding: 0;
	margin: 0 auto;
}

#siteInfo a:link, #siteInfo a:visited {
	color: #cccccc;
	text-decoration: none;
}

#siteInfo a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#siteInfo p {
	text-align: center;
}

/* 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: bottom;
}*/

/*********** #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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*position: relative;*/
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

/**
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}
**/

/*********** .relatedLinks styles ***********/

.relatedLinks{
	/*clear: both;*/
	margin: 10px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	color:#000000;
}

.relatedLinks h2{
	padding: 10px 0px 2px 0px;
	color:#660033;
}


/************** #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;
}

/***************other styles********************/

.style1 {color: #000000}
.style2 {color: #336666}
.urgent {
	color: #ff0000;
	font: normal 80% Arial, Helvetica, sans-serif;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;	
	padding: 10px;
	margin-left: 20px;
	}
	
.statusUpdate {
	border: 2px dashed #ff0000;
	padding: 4px;
	margin: 0 auto;
	margin-top: 15px;
	/*margin-left: 20px;*/
	width: auto;
	text-align: center;
}

.statusUpdate ul {
	text-align: left;
}

/***************photo album style, courtesy of Rachel Andrew*************/


#albumlist {
	clear: both;
	list-style-type: none;	
	}
#albumlist li {
	float: left;
	margin-right: 7px;
	margin-bottom: 20px;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #333333;		
}
#albumlist img {
	float: none;
	display: block;
	border: 1px solid #333300;
	padding-right: 0;
	}


/***************************** Tune List styles ************************/

.tuneList {
	border: none;
	border-collapse: collapse;
	width: 495px;
	margin-top: 15px;
	clear: left;
	
	}
	
.tuneList td {
	border: none;
	padding: 2px 3px 2px 3px;
	color: #000000;
	font-weight: normal;
	
}
	
.tuneList tr.altrow {
	border: none;
	border-collapse: collapse;
	width: 350px;
	background-color: #CCCCCC;
	margin-top: 15px;
	}
	
.tuneList th {
	border: none;
	border-collapse: collapse;
	padding: 0 3px 0 3px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
	
.centered {
	margin: 0 auto;
}

#tunebookPix{
clear: both;
	float: left;
}

.poster {
	float: right;
	margin-left: 5px;
	margin-right: 2px;
	padding: 0;
	
}


.buttonTOM {
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
}

.buttonTOM img {
	clear: left;
	float: none;
	border: none;
	margin: 0 auto;
	padding: 0;
	
}

.buttonTOM a {
	clear: both;
	float: none;
	border: none;
	
}

.pubPage{
	padding-top: 20px;
}

#districtMap a:hover {
	bgcolor: #ffcccc;
}

.notBold{
	font-weight: normal;
	padding-bottom: 10px;
	padding-right: 30px;
}

