/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.15;	
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
table {
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 
	background: url('images/border.gif') repeat-y; 
	background-color: #cccccc;
}
/* 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: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

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;
}

#header{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color:#EFEFEF;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 15px;
white-space: nowrap;
}

#content{
float:right;
 	width: 72%;
	margin: 0;
	padding: 0 0% 0 0;
	border-top: 2px solid white;
}

#textContent{
	float: right;
	width: 72%;
	margin: 0;
	padding: 0 3% 0 0;
	}
	
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-image: url(border.gif);

}
#pageName{
	padding: 0px 0px 10px 10px;
}
.feature{
	padding: 0px 50px 10px 10px;
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
}

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

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 20px 3px 0;
}

#siteInfo{
	clear: both;
	background-color: #efefef;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.main {	
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
}

.bottom-main { 
	padding: 0px 50px 10px 10px;
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	}
	
		.tbox {
	border: 1px solid black;
	font: 12px verdana,arial,helvetica,sans-serif;
	color: black;
	background-color: #e7e7e7;
	}
	
	div#phone {
		position: absolute;
		right: 5px;
		font-size: 10px;
		color: black;
		}