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

body {background-color: black;
font-family:Arial;
font-size: 14px; 
line-height:20px;
color:#333; 
margin: 0px;}

p.center {text-align: center;}

a:visited, a:link {text-decoration:underline;  color:#FF3300}
a:hover {text-decoration: underline; color:#ccc}

.clear {clear: both;}
ul {background-repeat:no-repeat; margin-left:25px; padding:3px; }
#wrapper {
	width: 100%; 
}


#container {
	width: 955px;
	text-align: left;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	border:1px solid #000;
	
	
	
}

#menu {
	width: 955px;
	height: 44px;
	margin-top: 0;
	z-index: 1;
	margin-bottom: 0px;
	padding-left: 0px;
	clear:both;
}

#logo { height:204px;width:955px;  background:url(images/layout/header.jpg); background-repeat:no-repeat;}
/*#contact { height:100px;width:400px; float:right;  margin-left:450px ; margin-top:75px; color:#FFFFFF}*/
#content {
    float:left;
	margin-right:0px;
	width:650px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	min-height:350px;
	border-right:1px dotted #999;
	
	/*border-left:1px solid #333;
	text-align:justify;
	background:#fff;*/
	}

#content  a:hover img{
filter: alpha(opacity=80);
opacity: .8;		
}

#rightcol { width:225px; float:right;  padding:5px 20px 5px 5px; font-size:14px; text-align:right;  margin-top:5px; margin-right:10px; color:#666}

#innerrightcol { width:225px; float:right;  padding:5px 10px 5px 5px; font-size:14px; text-align:right;  margin-top:5px;  background:url(images/layout/side.png);margin-right:5px}

.linebreak { border-top:1px dotted #ccc; padding:5px}


h1 {font-size: 22px; margin: 0; padding: 5px 0 5px 0; color:#666; padding:5px; border-bottom:2px solid #999; font-family:Arial }
h2 {font-size: 16px; margin: 0; padding: 2px 0 2px 0;color: #666; padding:3px; border-bottom:1px solid #999; width:70%}
h3 {color: #666666;}
h5{font-family: Arial, Helvetica, sans-serif; color: #00A0DC; font-size:36px; margin-left:10px}

#footer {
	width: 955px;
	height: 74px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background:#086793;*/
}

.copytext {
   text-align:center; font-size:12px; color:#ccc; margin-right:0px; padding-top:40px;
   }
   
#footer a:visited, a:link {text-decoration: underline; color:#FF3300}
#footer a:hover {text-decoration: none;}   


.photos { margin:5px; border:1px solid #ccc; padding:3px}
.gallery { margin:10px}

form input {border: 1px solid #999; padding: 2px; margin-bottom: 2px; background:#ccc; }
form select {border: 1px solid #999; padding: 2px; margin-bottom: 2px; background:#ccc;}
form textarea {margin-left: 0px; font: inherit; height: 60px; background:#ccc; border: 1px solid #999;}
form button {padding:5px; border: 1px solid #ccc; width: 100px; color:#ccc}

table.form {width:100%; margin: 0px 0;}
table td {padding: 3px; vertical-align: top;}
table.form td { border-top:1px dotted #ccc;}
table.form td header {background:#E5E5E5}

.smaller {
	font-size: 12px; 
	}
	
.homecontext{ font-weight:bold; font-size:16px; color:#333333; font-family:arial black; line-height:35px}
