
/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;
	BORDERS: border-left: solid 1px #ffffff;

 */

 
body {
	background: #3D4933 url(images/back.jpg) 0 0 no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}



/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	min-width: 760px;
}
	
#AccessibilityNav img{
	border: none;
}

/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}

/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}


H1 {
	color:#073A1D;
	font-size: 1.3em;
	border-bottom: dotted 1px #737373;


}

H2 {
	color: #737373;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
H3 {
	color:#0B4E27;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
/* **********************************************Container Styles*********************************************/

table#directory{
font-size: .9em;
}


/* **********************************************Container Styles*********************************************/

div#container{
	width: 760px;

}


/***********************************Index page styles*********************************/

#header {
	height: 188px;
	width: 760px;
	background: #000000 url(images/header_apr11b.jpg) 0 0 no-repeat;
/*	background: #000000 url(images/header_december.jpg) 0 0 no-repeat; */
}

/********** Flash Area ********
#flashbox {
	width: 583px;
	height: 249px;
	background: #000000 url(images/lights1.jpg) 0 0 no-repeat;
}

/********** Right Navigation Index *********/
#rightnavcell {
	width: 191px;
	height:253px;
	background-color: #ffffff;
	float:right;
}


div#rightlinks {
	width: 191px;
	height: 143px;
	background: #ffffff url(images/navbackground.jpg) 0 0 no-repeat;
}

#rightlinks a{
	display:block;
	color:#ffffff;
	text-decoration: none;
	line-height: 22px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom: 6px;
	padding-top: 3px;
	margin-right: 15px;

}

#rightlinks a:hover {
	color:#ffffff;
	background-color:#8A8B51;
}

#rightlinks a:visited{
	display:block;
	color:#ffffff;
	text-decoration: none;
	line-height: 22px;
	font-weight:bold;
	padding-left:10px;
	padding-left:20px;
}

/********** Content Area *********/

table#white {
	background: #ffffff url(images/stretchback.jpg) 0 0 repeat-x;
	width: 760px;

}

#ContentArea {
	width: 569px;
	background: #8A8B51 url(images/contentback.jpg) 0 0 repeat-y;
	float:left;	
	min-height: 560px;
}

#text {
	padding: 20px 10px 20px 25px;
}

#text a:link {
	color: #000000;
	text-decoration: none;

}

#text a:hover {
	color: #0B4E27; 
	text-decoration: underline;
}

#text a:visited {
	color: #000000;
	text-decoration: none;

}

td#UnderlineLink a:link {
	color: #0B4E27; 
	text-decoration: underline;
}

td#UnderlineLink a:visited {
	color: #0B4E27; 
	text-decoration: underline;
}

/********* Slideshow styles ********/
div.rightSideAds {
	position:relative;
}
div.pictureFrame {
	position:absolute;
	display:none;
}
div.slideshowContainer {
	height:253px;
	width:180px;
	overflow:hidden;
}

/********** Footer Area *********/


#footer {
	background: #000000 url(images/footer.jpg) 0 0 no-repeat;
	width: 760px;
	height: 38px;
	font-size:.8em;
	background-color: #325C6A;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 5px;
}

#footer a:link {
	text-decoration: underline;
	color: #ffffff;
}

#footer  a:hover{
	text-decoration: none;
	color: #ffffff
}

#footer  a:visited{
	text-decoration: underline;
	color: #ffffff
}

/********* Hoverbox styles ********/

div.lotpop {
	width: 150px;
	z-index:99999;
}

div.lotpop div.body {
	border-bottom: solid #596F49 1px;
	border-left: solid #596F49 1px;
	border-right: solid #596F49 1px;
	width: 150px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #000000;
	background: #FFFFFF;
	filter: alpha(opacity=95);
	opacity: 0.95;
}

div.lotpop div.header {
	font-weight: bold;
	width: 150px;
	font-family: Verdana, sans-serif;
	border: solid #596F49 1px;
	padding: 3px;
	font-size: 11px;
	color: #000000;
	background: #ACB9A2;
	filter: alpha(opacity=85);
	opacity: 0.85;
}


