@charset "utf-8";
/* CSS Document */

.main{
width:100%;
margin:auto;
background-color:#000000;
}
.header-top-right{
background:url(../images/header02.jpg) no-repeat;
width:290px;
}
.menu-bg{
background-color:#202d24;
}
.menu-txt{
color:#b8e3c2;
font-family:verdana;
font-weight:bold;
list-style-image:url(../images/menu-bullet.jpg);
font-size:12px;
line-height:22px;
}
.menu-txt a{
color:#b8e3c2;
font-family:verdana;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
.menu-txt a:hover{
color:#a8c522;
font-family:verdana;
font-weight:bold;
text-decoration:none;
font-size:12px;
}
.menu-bullet{
background:url(../images/menu-bullet.jpg) no-repeat;
width:31px;
height:9px;
background-position:right;
}
.menu-bottom-bg{
background:url(../images/left-menu-bottom.jpg) repeat-x;
height:6px;
}
.menu-right-bottom-bg{
background:url(../images/bottom-bg.jpg) repeat-x;
height:6px;
}
.footerbg{
background-color:#283c30;
}
.footerbg-menu{
background:url(../images/footerbg.jpg) no-repeat;
width:764px;
height:52px;	
}
.footer-menu-txt a{
font-family:verdana;
font-size:12px;
color:#b8e3c2;
padding-left:2px;
margin-right:2px;
text-align:center;
text-decoration:none;
}
.footer-menu-txt a:hover{
font-family:verdana;
text-decoration:none;
font-size:12px;
color:#e1bf17;
text-align:center;
}
.footer-menu-spacer{
background:url(../images/bottom-menu-pic.gif) no-repeat;
width:14px;
height:17px;
background-position:center;
}
.footer-yellow-txt{
color:#dad273;
font-family:verdana;
font-size:11px;
text-align:center;
font-weight:bold;
}
.footer-copyright-txt{
color:#6fac88;
font-family:verdana;
font-size:11px;
text-align:center;
font-weight:normal;
text-align:center;
}
.footer-copyright-txt a{
color:#6fac88;
font-family:verdana;
font-size:11px;
text-align:center;
font-weight:normal;
text-align:center;
text-decoration:none;
}.footer-copyright-txt a:hover{
color:#ffffff;
font-family:verdana;
font-size:11px;
text-align:center;
font-weight:normal;
text-align:center;
text-decoration:none;
}
.inner-menu-bdr{
background:url(../images/inner-menu-border.jpg) repeat-y;
width:7px;
}
.inner-heading-txt{
font-family:verdana;
color:#b88035;
font-weight:bold;
font-size:16px;
}
.inner-green-heading{
font-family:verdana;
color:#39a164;
font-size:11px;
font-weight:bold;
}
.inner-common-txt{
font-family:verdana;
color:#000000;
font-size:11px;
font-weight:normal;
}
.weather-txt a{
font-family:verdana;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.weather-txt a:hover{
font-family:verdana;
color:#a8c522;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.sitemap
{
	color:#000000;
	text-decoration:none;
}
.sitemap a
{
	color:#000000;
	text-decoration:none;
}
.sitemap a:hover
{
	color:#000000;
	text-decoration:underline;
}
#mainContainer{
		width:542px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		border:0px solid #E2EBED;
		margin-top:0px;
		height:385px;
	}
	
	.contentContainer{
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}
	.contentContainer p,.contentContainer h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:542px;	/* Image width */
		height:385px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:542px;
		height:385px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
