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

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/08/meador-bckgrd.png);
	background-repeat:repeat-y;
	color:#000099;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color:#FFFF00;
	font-weight:bold;
	text-decoration: none;
}

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



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;
}
				
.pageheadline{
font-weight:bold;
color:#000099;
font-size:18px;
}

.pagesubheadline{
font-weight:bold;
color:#000099;
font-size:14px;
}

.pagehighlight{
color:#000099;
font-size:14px;
}

.imageleft{
   float:left;
   padding: 10 10 10 10;
}

.imageright{
   float:right;
   padding: 10 10 10 10;
}

.linkbox{
   background-color:#000066;
   padding: 10 10 10 10;
}
.adbox{
   background-color:#FFFFFF;
   padding:1px 3px 1px 3px;
}

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

#masthead{
	margin: 0;
	background-color:#000099;
	border-bottom: 3px solid #000066;
	width: 100%;
}

#navBar{
	margin: 0 85% 0 0;
	padding: 0px;
	font-size:14px;
	background-color:#9900FF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 70%;
	margin: 0;
	padding: 0 3% 0 0;
}

#centerpage{
margin: 0 20% 0 0;
}

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

#siteInfo{
    background-image:url(../images/08/meador-site-menu.jpg);
	background-repeat:repeat-x;
	clear: both;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding: 2px 10px 10px 10px;
	margin-top: 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" */

/*********** #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: 90%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #000066;
	background-color:#0099FF;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #000099;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #000099;
	background-color:#000099;
	padding: 2px 0px 2px 10px;
}





