BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 980px;
	margin: 0 auto;
	padding-top: 0;
	
}

IMG {
	border: 0;
}

/******  HEADER  ******/
#Header {
	width: 980px;
	background: url(/img/header-bg-blue-gradient.png) repeat-x;
}

#Header .BlueBar {
	width: 900px;
	height: 28px;
	margin: 0 auto;
	background: url(/img/header-bluebar-top.png) center center no-repeat;
	color: #A1BFD8;
	font-weight: bold;
}

#Header .BlueBar .Tagline {
	float: left;
	color: #A1BFD8;
	padding: 4px 0 4px 20px;
}

#Header .BlueBar .Links {
	float: right;
	padding: 4px 20px 4px 0;
}

#Header .BlueBar .Links A {
	padding: 0 4px 0 4px;
	color: #A1BFD8;
	text-decoration: none;
}

#Header .BlueBar .Links A:hover {
	color: #FFFFFF;
}

#Header .Images {
	margin: 20px 40px 20px 40px;
}

#Header .Logo {
	margin: 0 0 0 0;
}

#Header .Number {
	float: right;
	margin: 0 0 0 0;

}




H1 {
	font-size:130%;
	color:#004A7B;
	font-weight:bold;
	padding: 8px 0px 4px 0px;
	margin: 0 0 10px 0;
}
	
H2 {
	font-size:120%;
	font-weight:bold;
	/*text-transform:uppercase;*/
	/*color: #7498BB;*/
	color: #335599;
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
}

H2 A {
	color: #335599;
	text-decoration: none;
	
}
	
H3 {
	font-size: 100%;
	/*color:#330099;*/
	color: #000;
	margin-bottom: 1px;
}

A, A.selected, A.visited {
	color:#000080;
	}
A:HOVER {
	color:#FF0000;
	}
	
SELECT,INPUT, TEXTAREA {font-size:80%;}
IMG {border:0;}
FORM{margin:0;}














/*### NAVIGATION ###*/
/*********************/

#NavBar {
	background: url(/img/nav-bg-black.gif) top center no-repeat;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
	
#NavBar .Left {
	float: left;
	background: url(/img/nav-bg-black-left.gif) top left no-repeat;
	width: 6px;
	height: 45px;
}

#NavBar .Center {
	float: left;
	background: url(/img/nav-bg-black-center.gif) top repeat-x;
	width: 888px;
	height: 45px;
}

#NavBar .Right {
	float: right;
	background: url(/img/nav-bg-black-right.gif) top right no-repeat;
	width: 6px;
	height: 45px;
}


#Nav {
	color: #FFFFFF;
}

#Nav UL {
	list-style-type: none;
	margin: 12px 0 0 240px;
	font-size: 85%;
}

#Nav LI {
	float: left;
	background: url(/img/nav-bg-link-bullet.gif) left center no-repeat;
	padding: 5px 8px 5px 15px;
}

#Nav LI A{
	/*padding: 5px;*/
	color: #FFFFFF;
	text-decoration:none;
	/*background: url(/img/nav-bg-link-bullet.gif) left center no-repeat;*/
}




/*### Top Graphic ###*/
/*********************/
#TopGraphic {
	width: 900px;
	height: 259px;
	margin: 0 auto;
	background: url(/img/main-graphic.jpg) bottom center no-repeat;
}

#TopGraphic .CallToAction {
	float: right;
	width: 300px;
	height: 130px;
	padding: 10px;
	margin: 60px 0 0 0;
}

#TopGraphic .CallToAction .Desc {
	font-size: 140%;
	color: #004A7B;
	font-weight: bold;
	padding: 0 0 15px 0;
}

#TopGraphic .CallToAction .Number {
	width: 245px;
	height: 30px;
	/*background:url(/img/main-graphic-number.gif) center center no-repeat;*/
}



/*### INLINE FORM ###*/
/*********************/
#InlineForm {
	float: left;
	width: 248px;
	margin: -30px 0 0 20px;
}

#InlineForm .Top {
	width: 248px;
	height: 45px;
	margin: 0 auto;
	background: url(/img/inlineform-header.gif) top center no-repeat;
}

#InlineForm .Top .Text {
	color: #FFFFFF;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	padding: 5px;
}

#InlineForm .Form {
	background: #FFFFFF;
	padding: 0 14px 14px;
}

#InlineForm .Form .desc {
	font-size: 85%;
	padding: 3px 0 3px 0;
}

#InlineForm INPUT.OneLiner{
	width: 220px;
	height: 30px;
	border: 0;
	margin: 0 auto;
	background: url(/img/inlineform-input-bg.gif) center center no-repeat;
	padding: 1px 0 0 0;
	font-size: 110%;
}

#InlineForm TEXTAREA {
	width: 220px;
	height: 61px;
	border: 0;
	margin: 0 auto;
	background: url(/img/inlineform-textarea-bg.gif) center center no-repeat;
	padding: 2px 0 0 0;
	font-size: 110%;
}

#InlineForm .Submit {
	float: right;
	width: 116px;
	height: 39px;
	border: 0;
	padding: 0 10px 0 0;
	margin: 0;
}

#InlineForm .Bottom {
	width: 248px;
	height: 10px;
	margin: 0 auto;
	background: url(/img/inlineform-footer.gif) bottom center no-repeat;
}



/******  MAIN CONTENT  ******/
#Content {
	width: 900px;
	padding: 0 40px 40px 40px;
	margin: 0 auto;
	background: #ECECEC;
}




/*### BOXES ###*/
/*********************/

#HomepageRightBoxes {
	float: right;
	padding: 10px 0 10px 10px;
}

.WhiteBox {
	float: right;
	width: 320px;
	margin: 0 0 10px 10px;

}

.WhiteBox .Top {
	width: 320px;
	height: 5px;
	margin: 0 auto;
	background: url(/img/box-white-top-curve.gif) top center no-repeat;
}

.WhiteBox .Mid {
	background: #FFFFFF;
	padding: 10px;

}


.WhiteBox .Bot {
	width: 320px;
	height: 5px;
	margin: 0 auto;
	background: url(/img/box-white-bot-curve.gif) bottom center no-repeat;
}


.WhiteBox H2 {
	color: #274665;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(/img/box-white-title-underline.gif) bottom left repeat-x;
}


.WhiteBox UL {
	margin: 0 auto;
	float: left;
	font-size: 75%;
	list-style: none;
	padding: 0;
	background: #FFF;
}

.WhiteBox LI {
	margin: 0;
	padding: 3px 0 3px 15px;
}

.WhiteBox LI A {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

.WhiteBox LI A:hover {
	color: #000000;
}




/*### HOMEPAGE ###*/
/*********************/
#HomepageTable {
	width: 550px;
	padding: 0;
	margin: 0
}

#HomepageTable TR {
}

#HomepageTable TD {
	width: 275px;
	padding: 5px 3px 10px 3px;
	margin: 5px;
	border-bottom: 1px dotted #333333;
	vertical-align: top;
}

#HomepageTable TD IMG {
	float: left;
	vertical-align: middle;
}

#HomepageTable TD DIV {
	float: right;
	width: 220px;
	text-align:justify;
}

#HomepageTable UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#HomepageTable LI {

}
 
 
 
/*### FOOTER ###*/
/*********************/
#Footer {
	width: 980px;
	height: 160px;
	background: url(/img/footer-bg-black.png) top center no-repeat;
	color: #FFFFFF;
}

#Footer .Number{
	float: left;
	width: 302px;
	height: 130px;
	/*margin: 15px 30px 15px 40px;*/
	/*background: url(/img/footer-number.gif) center center no-repeat;*/
}

#Footer .Number IMG{
	/*padding: 15px 30px 15px 40px;*/
	margin: 15px 30px 15px 40px;
	/*background: url(/img/footer-number.gif) center center no-repeat;*/
}

#Footer .Nav{
	float: right;
	width: 500px;
	margin: 0 50px 0 0;
}
 
 
#Footer .Nav UL{
 	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px dotted #CCCCCC;
}

#Footer .Nav LI{
 	margin: 5px 40px 5px 40px;
	padding: 0;
}

#Footer .Nav LI A{
 	color: #FFFFFF;
	text-decoration: none;
} 

#Footer .Copyright{
	float: right;
	font-size: 85%;
	color: #CCCCCC;
	padding: 15px;
}
 
 
 
 /******  SITEMAP  ******/
/***********************/

#Sitemap LI {
	padding: 4px;
}

#Sitemap UL {
	font-size: 80%;
}

#Sitemap UL LI UL {
	font-size: 100%;
}
 
 
 
 
 /*### STYLES ###*/
/*********************/


 /*** Citces  ***/
 /* Counties List */
.CityCountyList {
}

.CityCountyList H2 {
	padding: 20px 0 10px 0;
}

.CityCountyList UL {
	float: left;
	margin: 2px 0 0 0;
	list-style-type: none;
	border-left: 1px dotted #442105;
	padding: 0;
}

.CityCountyList LI {
	padding-top: 5px;
	margin: 0 10px 0 10px;
	font-size: 90%;
}


/*** Listings  ***/
#Listings {

}

.Listing {
	width: 500px;
	border: 1px solid #005A83;
	margin: 10px 0 10px 0;
}

.Listing .Name {
	font-size: 120%;
	font-weight: bold;
	background: #005175;
	color: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #8DC1DB;
}

.Listing .Address {
	padding: 10px;
	color: 
}


#MeetingTimes {
	padding-top: 15px;
}

#MeetingTimes DT {
	font-weight: bold;	
}

#MeetingTimes DD {
	padding-bottom: 10px;	
}



.clearboth {
	clear: both;
}

.Big {
	font-size: 120%;
}
