/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 15px;
	padding: 0px;
	font-size:14pt;
	width:800px;
	background: url("/images/background.jpg");
}

a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */





h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
}

h2{
 font-size: 114%;
 color: #990000;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #990000;
}

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                                 */
/***********************************************/
#box{
	width:800px;
	background-color:#ffffff;
	border:1px solid #666666;
}

#chatBar{

	width:800px;
	text-align:right;
	vertical-align:middle;
	color:#000000;
	font-size:70%;
	padding: 0px 0px 5px 0px;
	background: url("/images/background.jpg");
	}
#chatBar p{

	padding:0px;
	margin:0px;
	text-align:right;
	}

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	max-width: 800px;
}

.topbar{
	background-color:#000000;
	height:25px;
	min-width:500px;
	max-width:800px;
	text-align:left;
	vertical-align:middle;
	color:#ffffff;
	font-size:70%;
	padding:8px 0px 0px 0px;
}

.topbar a, .topbar a:visited, .topbar a:active {color:#ffffff;}

.topbar h4{
	color:#ffffff;
	padding:0px 0px 0px 5px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height:100%;
}

#content{
  float:right;
	width: 78%;
	margin: -1px;
	padding: 0 0 0 0px;
	text-align:left;
	height:100%;

}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #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 0px 5px;
	font-size: 80%;
}

.feature h3{
	padding:10px 0px 5px 10px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature img.right{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature img.none{
	float:none;
	padding:0px;
	margin:15px;
}

.feature img.none1{
	float:none;
	padding:0px;
	margin:3px;
}


.feature table{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:90%;
}

.feature th{
	background-color:#990000;
	border-right:1px solid #000000;
	margin:0px;
	color:#ffffff;
	padding:5px;
}

.feature td{
	background-color:#ffffff;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	padding:5px;
}

.feature td.left{	
	background-color:#dddddd;
	border-right:1px solid #000000;
	width:80px;
	font-weight:bold;
}

.feature hr{
	float:none;
}

/*************** #profile styles *********************/

#profile{
	margin:0px 0px 0px 40px;
}


#profile table{
	border:0px;
	width:90%;
	max-width:400px;
}

#profile td{
	width:50%;
	text-align:left;
	border:0px;
	border-bottom: 1px dotted #990000;
	height:40px;
}

#profile th{
	font-size:120%;
	background-color:#ffffff;
	border:0px;
	border-bottom: 1px dotted #990000;
	color:#000000;
}

#profile td.left{
	width:50%;
	text-align:right;
	border:0px;
	border-bottom: 1px dotted #990000;
	font-weight:bold;
	background-color:#ffffff;
	height:40px;
}

/******************  .landingpage styles **************/

#landingpage{
	padding:0px 0px 0px 0px;
	font-size: 80%;
	width:610px;
	
}

#landingpage img{
	padding: 0px;
	margin: 0px;
}

#landingpage table{
	padding: 0px;
	margin: 0px;
}




/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color:#ffffff;
	}
/* 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" */
.bottomText { font-size:70%; color:#666666;}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #info styles ***************/

#info{
	padding: 0px 0px 0px 0px;
	border: 1px solid #333333;
	font-size: 90%;
	line-height:2.2;
	float:right;
	margin: 10px;
	text-align:center;
}

#info form{
 margin: 0px;
 padding:3px;
 text-align:right;
font-size:90%;
color:#000000;
font-weight:bold;
background-color:#dddddd;
}

#info label{
	display: block;
	margin: 0px;
	padding: 5px;
	color:#ffffff;
	font-size:100%;
	background-color:#990000;
	font-size:100%;
	border-bottom:1px solid #000000;
}



/*********** #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: 80%;
	background-color:#eeeeee;

}

#sectionLinks h3{
	padding: 10px 0px 2px 5px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #aaaaaa;
	/*width: 100%;*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	background-color: #dddddd;
	color:#990000;
	vertical-align:middle;
}

#sectionLinks a:visited{
	border-top: 1px solid #aaaaaa;
	padding: 2px 0px 2px 10px;
	background-color: #dddddd;
	color:#990000;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #000000;
	padding: 2px 0px 2px 10px;
	color:#ffffff;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 2px 3px 5px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 3px 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;
}

/*********** #stateDirectory styles **************/
#stateDirectory{
	text-align:center;
	font-size:85%
}

/************** .chairfeature styles ***************/

.chairfeature{
	padding: 10px 10px 10px 0px;
	font-size:100%;
}

.chairfeature h3{
	padding: 0px 0px 0px 0px;
	color:#990000;
}

.chairfeature img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
	border:0px;

}

.chairfeature ul{
	padding:0px 0px 0px 20px;
	position:relative;
	font-size:90%;

	}

.chairfeature li{
	margin:0px 0px 0px 8px;
	/*list-style: url("images/chairs_LI.gif");*/
}

.chairfeature p{
	padding:0px 0px 0px 10px;
	font-size:90%;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/***************** forms page styles **************************/
.forms{
	padding: 0px 0px 0px 5px;
	font-size: 80%;
}


.forms table{
border:0px;
}

.forms tr{
border:0px;
}

.forms td{
border:0px;
}

#formDisclaimer{
color:#999999;
font-style:italic;
}

#googleBar {
border:1px dotted #cccccc;
width:590px;
padding:0px;
margin:10px;
}

#googleBar label{
	display: block;
	margin-bottom: 3px;
	padding: 0px;
	color:#ffffff;
	font-size:100%;
	background-color:#990000;
	font-size:100%;
	border-bottom:0px
}
#googleBar .text{
padding:3px;
margin:0px;
}

#googleBar img{
float:none;
}

#googleBar table{
border:0px;
width:590px;
height:auto;
}

#googleBar tr{
border:0px;
}
#googleBar td{
border:0px;
border-top:1px dotted #cccccc;
padding:0px;
margin:0px;
}
#googleBar th{
border:0px;
border-top:1px dotted #cccccc;
padding:0px;
margin:0px;
}

#pageCell {
border:0px;
width:600px;
padding:0px;
margin:10px;
text-align:left;
float:none;
font-size:80%;
}

#pageCell img{
float:right;
}

#pageCell img.noFloat{
float:none;
}


#pageCell .text{
padding:3px;
margin:0px;
}

#pageCell table{
border-left:1px dotted #cccccc;
border-top:1px dotted #cccccc;
width:590px;
height:auto;
}

#pageCell tr{
border:0px;
margin:0px;
padding:0px;
border-bottom:1px dotted #cccccc;
}
#pageCell td{
border:0px;
border-top:0px;
padding:0px;
margin:0px;
text-align:left;
border-right:1px dotted #cccccc;
}
#pageCell th{
border:0px;
border-top:0px;
padding:0px;
margin:0px;
}

#pageCell li{
/*list-style-image:url(images/arrow.gif)*/
}
#pageCell label{
background-color:#990000;
color:#ffffff;
display:block;
}

#pageCell p{
padding:3px;
}

#newsletter table {
border:0px;}

#newsletter tr {
border:0px;}

#newsletter td{
border:0px;
}

.noTableBorder table{
border:0px;
}

.noTableBorder tr{
border:0px;
}

.noTableBorder td{
border:0px;
}

.noTableBorder th{
border:0px;
}


