@charset "UTF-8";
/* CSS Document */

#page {
	width:801px;
	height:723px;
	margin-left:auto;
	margin-right:auto;
	/*overflow:hidden;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	
}

img {
border:none;
}

.h1 {
	font-size:18px;
	font-weight:bold;
}

#banner {
	height:115px;
	width:244px;
	position:relative;
	/*border: thin solid #66FF66;*/
}

#header{
width:810px;
border:1px solid;
height:200px;

}


#container {
	width:800px;
	height:430px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	clear:both;
}


#gal {
text-align:center;
padding:20px;

}

#flash {
	width:419px;
	height:393px;
	float:right;
	margin-top:20px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#slide {
	width:409;
	height:269;
	text-align:center;
	margin-top:5px;
}

#caption {

	padding:14px;
	
}


#text {
	width:355px;
	height:325px;
	margin-top:15px;
}

#text a:link {
	color:#000000;
	text-decoration:none;
}

#text a:hover {
	color:#005f2f;
	text-decoration:underline;
}

#logos {
	width: 355px;
	height:90px;
	
}


#callus {

	margin-top:10px;
	text-align:right;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #000000;
}



/* SIDE BAR ----------------------------------------------------*/


#nav {
/*background-color:#CC00CC;*/

	font: 13px Arial, sans-serif;
	list-style-type: none;
	width:550px;
	color:#005f2f;
	font-weight:bold;
	float:right;
	height:120px;
	
}
	

#navlist li {
float: right;

list-style:none;
margin: 40px 0 0 18px;
	}

#navlist li a, #navlist li a:link {
	color: #000;
	text-decoration: none;
	display: block;	
}

#navlist li a:hover {
	color:#005f2f;
}


	
/* SIDE BAR END ----------------------------------------------------*/




/* FOOTER ----------------------------------------------------*/

#footer {
width:305px;
height:30px;
text-align:right;
font-size:11px;
float:right;
margin-right:120px;
}

#footer a:link, a:visited {
color:#000;
text-decoration:none;
}

#footer a:hover {
color:#005f2f;
text-decoration:underline;
}

#footer_2 {
text-align:left;
font-size:11px;
width:800px;
margin-top:5px;
}

#footer_2 a:link, a:visited {
color:#000;
text-decoration:none;
}

#footer_2 a:hover {
color:#005f2f;
text-decoration:underline;
}


/* FOOTER END ----------------------------------------------------*/
