@charset "utf-8";
/* CSS Document */
<style type="text/css">
*{margin:0; padding:0;}

body {
	text-align:center;
	margin:0px auto;
	background-image:url(/images/fill.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	
}

h1, h2, h3 {
        margin:0;

}
#main {margin: 0px auto;
	   width:960px;
}

#header { margin:0px; border:0px; padding:0px; line-height:0px;
background-image:url(/images/latest.png); 
	      height: 561px;
		 
}

	   
ul#navlist
	{
	margin-top:6px;
	padding-top:0px;
	white-space: nowrap;
	float:left;
}

#navlist li  {
		display: inline;
		list-style-type: none;
		padding-left:50px;
		margin-right:0px;
		margin-top:8px;
		text-align:left;
		
}

#navlist a { 
		padding-right: 10px;
		color: #fff;
		font-size:large;
}

#navlist a:link, #navlist a:visited {
		color: #fff;
		text-decoration: none;
}

#navlist a:hover {
		color: #000;
		text-decoration: none;
}


#content { 
                margin: 0;
		padding-left:40px;
                padding-right:40px;
                padding-top:100px;
		background-image:url(/images/what.png);
		text-align:left;
		height:333px;
color:#000;
			
}

#content p{
		
		padding-top: 20px;
		padding-left: 10px;
		margin: 0;
		text-indent:10px;
		
}
		
#content img{
		
}
#content h2, h3 {
		background-image:url( );
		color:#000;
		margin-bottom:-20px;
		padding-top:20px;
		text-indent:0px;
		

}
#content table{

}


#content table a:link img { 

}

#content #imgleft {
		  
		  
}
#footer { background-image:url(/images/interested.png );
		  height:540px;
		  text-align:left;
                  padding-top:60px;
				  color:#d5fbff;
		         

}

#interested{
width:500px;
float:left;
}


#about {
padding-top:10px;
padding-right:10px;
color:#d5fbff;

}

/******\\\\\\\\\\\\\\\*********IMAGE ROTATOR CODE*********\\\\\\\\\\\\\\\\\***********/
/******\\\\\\\\\\\\\\\*********IMAGE ROTATOR CODE*********\\\\\\\\\\\\\\\\\***********/
.main_image {
	width: 598px;
	height: 320px;
	float: right;
	margin-top:225px;
        margin-right:35px;
	background: #c5d5d7;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 20px;
        color:#fff;
}
.main_image p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px;
	margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
	padding: 0 0 0 0px;
	}
.main_image .block small {margin-left: 0px;}
                          
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	background: url(/images/show_bn.png) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -25px;
	right: 20px;
}
.main_image a.show {background-position: left bottom;}

/*************\\\\\\\\\\\\\\\\ THUMBNAIL IMAGE **************\\\\\\\\\\\\\\\\\ */
.image_thumb {
	float: right;
	width: 300px;
        margin-top:225px;
	background: #b4cacc;
	border:none;
	
}
.image_thumb img {
	border:none;
	padding: 0px;
	
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding:0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 12px 10px;
	width: 300px;
	float: left;
        list-style:none;
}
.image_thumb ul li.hover { /*--Hover State--*/
	cursor: pointer;
        color:#fff;
}
.image_thumb ul li.active { /*--Active State--*/
	cursor: default;
        background:url(/images/navbg.png);
        color:#fff;
        list-style:none;
}
html .image_thumb ul li h2 {
	font-size: 1.5em;
	margin: 5px 0;
	padding-bottom: 11.7px;

}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
        text-align:left;
	width: 300px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

   

</style>
