﻿/* CSS Document */

span.pageHeader, p.pageHeader, .pageHeader{
	display: block;
	font-weight: bold;
	height: 40px;
	font-size: larger;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pageHeader img{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	top: -3px;
}

.yellowHeader, a.yellowHeader, .yellowHeader a{
	color: #FFF568;
	font-weight: bold;
	font-size: 11px;
}

.greenHeader, a.greenHeader, .greenHeader a{
	color: #B1B651;
	font-weight: bold;
	font-size: 11px;
}

.darkGreenHeader, a.darkGreenHeader, .darkGreenHeader a{
	color: #8E9238;
	font-weight: bold;
	font-size: 11px;
}

.darkGreen{
	color: #8E9238;
}

.blueHeader, a.blueHeader, .blueHeader a{
	color: #0073B4;
	font-weight: bold;
	font-size: 11px;
}

.orangeHeader, a.orangeHeader, .orangeHeader a{
	color: #F7941D;
	font-weight: bold;
	font-size: 11px;
}

.grayHeader, a.grayHeader, .grayHeader a{
	font-weight: bold;
	font-size: 11px;
}

.orange, a.orange, .orange a{
	color: #F7941D!important;
}

.alignLeft{
}

.alignRight{
}

.alignRight img{
	float: right;
	margin: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
}

.alignLeft img{
	float: left;
	margin: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.infoTable{
}

.squareBullet{
	background-image: url(/images/rectangle.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.new{
	color: #8DC63F;
	font-weight: bold;
}

/*.dottedRule{
	background-image: url(/images/dot.gif);
	background-repeat: repeat-x;
	background-position: center left;
	display: block;
	text-align: center;
	width: 95%
}*/

.publicTable{
	border-collapse: collapse;
	width: 100%;
}

.publicTable th{
	background-color: #A3A83E;
	color: #FFFFFF;
	border: 1px solid gray;
	padding: 3px;
}

.publicTable td{
	border: 1px solid gray;
	padding: 3px;
}

.small{
	//font-size: smaller;
}

.threeColumnTable{

}

.threeColumnTable td{
	width: 33%;
	vertical-align: top;
	padding: 5px;
}

.dottedRightBorder{
	background-image: url(/images/dot.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

div.hr{
	background-image: url(/images/dot.gif);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	width: 100%;
	height: 10px;
}

div.hr hr{
	display: none;
}

#homeBullets ul{
	padding:0;
	margin:0;
	list-style:none;
	font-family:Arial;
	font-weight:bold;
	color:#A3A83E;
	font-size:10pt;
	
}

#homeBullets ul li{
	background-image:url(/images/home_bullet.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	margin-bottom:5px;
}

#footerText h1{
	text-transform:none;
}
