/* CSS Document */

body
{
	padding: 2px;
	margin: 0;
	font-family: arial;
	
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 20px;
	background:#4F8F9E none repeat scroll 0 0;
}

.main_container
{
    width: 1000px;
    text-align: left;
    height: auto;
    background: #FFFFFF none repeat scroll 0 0;
    padding: 5px;
    padding-top:0px;
    margin-top:4px;
}



form{
	padding:0px;
	margin:0px;
}

.nav
{
	background:#fff url(/images/bgnav.gif) repeat-x;
	height:24px;
	border:0px;
	padding-left:1px;
	border-right:1px solid #DBDBDB;
}

span, div
{
	padding: 0;
	margin: 0;
	text-align: left;
}


.fleft
{
	float: left;
}
.fright
{
	float: right;
}
.clearNg
{
	clear: both;
}

.content
{
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
}

#gallery
{
	position: relative;
	height: 319px;
}
#gallery a
{
	float: left;
	position: absolute;
}

#gallery a img
{
	border: none;
}

#gallery a.show
{
	z-index: 500;
}

#gallery .caption
{
	z-index: 600;
	color: #ffffff;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#gallery .caption .content
{
	margin: 5px;
}

#gallery .caption .content h3
{
	margin: 0;
	padding: 0;
	color: #1DCCEF;
}


a:visited, a:active, a:link
{
	color: #983b11;
	text-decoration: none;
}

a:hover
{
	color: #4d1800;
	text-decoration: underline;
}




#slider
{
}
#slider ul, #slider li, #slider2 ul, #slider2 li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li, #slider2 li
{
	/*  			define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
	width: 1000px;
	height: 321px;
	overflow: hidden;
}

#slider2 li
{
	background: #f1f1f1;
}
#slider2 li h2
{
	margin: 0 20px;
	padding-top: 20px;
}
#slider2 li p
{
	margin: 20px;
}

p#controls, p#controls2
{
	margin: 0;
	position: relative;
}

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2
{
	display: block;
	margin: 0;
	overflow: hidden;
	text-indent: -8000px;
	width: 30px;
	height: 77px;
	position: absolute;
	left: -30px;
	top: -220px;
}
#nextBtn, #nextBtn2
{
	left: 1000px;
}
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a
{
	display: block;
	width: 30px;
	height: 77px;
	background: url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #nextBtn2 a
{
	background: url(../images/btn_next.gif) no-repeat 0 0;
}

