/*----------- potential css by ST --------------------*/

/* -----------------  page styles -------------------------------------------------------*/

body {
	padding:0;
	margin:0;
	line-height: 17px;
	background:#FFFFFF url(../images/bodybg.gif) center repeat-y;
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#wrapper { margin:2px auto; width:900px;  padding:0; background:#fff;}

/* -----------------  general styles  -------------------------------------------------------*/

a { color:#333333; text-decoration: none;background:none; }
a:hover {
	color:#93BF54;
	background:none;
}
p { margin:0;padding-top:2px;}
h2 {
	font-weight:bold;
	font-size:11px;
	color:#444;
	background:none;
	border-bottom; 	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0;}
h4 {font: 30px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif; margin:0;}
.pic{margin-top:8px;}

/* -----------------  top info  -------------------------------------------------------*/

#header { clear:both; width:900px; height:100px; background: url(../images/header.jpg) no-repeat; 
margin:10px 0 0 0; }
#title {float:left; width:240px; padding: 20px 0 10px 60px;}
#title h3 {font-size:12px; padding:5px 0 0 0; margin:0; color:#444;}
#hright {
	float:right;
	width:520px;
	height: 40px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#hrighttop {width: 200px;margin: 0 2px 0 0; padding: 0 8px 2px 0; float:right; text-align: right;}
#title p {font-size: 0.9em; color: #808080; padding: 0; background: inherit;}
#menu {
	width: 520px;
	float:right;
	padding:0;
	text-align:center;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu li { display:inline; }
#menu li a {  color:#444; text-decoration:none; padding:1px 10px 1px 10px;
height:19px; background:none;}
#menu li a:hover { background: none;color:#999999;} 

/* ----------------- Main content -------------------------------------------------------*/

#homepic {
	width:900px;
	height:420px;
	margin:5px 0 0px 0;
}
#homepic a {color:#fff;}
.message{ position:absolute;  width:360px; float:left; margin:70px 0px 0px 165px; color:#fff;}
#bottomcontenttop{
	width:900px;
	height:10px;
	background-repeat: no-repeat;
}
#bottomcontent{
	width:898px;
	height:500px;
}
#bottomcontentbtm{
	width:900px;
	height:10px;
	background-repeat: no-repeat;
}
.left {
	float: right;
	width: 870px;
	margin: 0 6px 5px 5px;
	padding:10px;
}
.middle {float: right;width: 270px;margin: 0 6px 5px 0; padding:10px;}
.right {
	float: right;
	width: 200px;
	margin: 0 6px 5px 0;
	padding:10px;
}
.thumbs img{position:relative;padding:1px;margin:5px 8px 5px 9px;border:2px solid #631e19;background:none;}
.thumbs img:hover{border:2px solid #c5c5c5; background:none;}

/* ----------------- Bottom content -------------------------------------------------------*/

#footer {
	clear: both;
	text-align:center;
	line-height: 1.8em;
	color: #666666;
	background: #fff;
	padding: 4px 15px;
	margin:10px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004267;
}
#footer a {color: #333333; background: inherit;}
#footer a:hover {color: #93BF54; background: inherit;} 


/* form elements */
form {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
label {
	display: block;
	font-weight: normal;
	margin: 4px 2px;
	color: #666666;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #FFF;
	border: 1px solid #93BF54;
}
textarea {
	width: 250px;
	height: 100px;
	display: block;
}
input.button {
	height: 15px;
	margin: 0px;
	padding: 0;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
