@charset "utf-8";

/* CSS Document */



body {
	color: #333333;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: #E8E8E8;
}
h1 {
	font-size: 9px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
h2 {
	color: #FF0000;
	font-size: 22px;
	font-style: italic;
}

#holder {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}



#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 205px;
	width: 900px;
	position: relative;
	background: url(layout/banner.jpg) no-repeat left top;
}
 #topmenu {
	background: url(layout/menubg.jpg) repeat-x;
	position: absolute;
	width: 900px;
	height: 56px;
	left: 0px;
	bottom: 0px;
	padding-top: 7px;
	overflow: hidden;
}
#topmenu  ul {
	left: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	overflow: hidden;
}

#topnav li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#topnav li a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	padding: 4px 10px 8px;
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	background: url(layout/menu.jpg) no-repeat center top;
	border: 2px solid #FF0000;
	list-style: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	overflow: hidden;
}
#topnav li a:hover {
	background: #333333 url(layout/tmh.jpg) no-repeat center top;
	color: #FFFF00;
	border: 2px solid #FFFF00;
	overflow: hidden;
}
#contentarea {
	position: relative;
	width: 900px;
	float: left;
	padding-top: 15px;
}

#footer {
	clear: both;
	float: left;
	height: 35px;
	width: 900px;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
	position: relative;
}

.paddy {
	padding: 10px;
}

#lefttext {
	background: #EFEFEF;
	position: relative;
	height: 475px;
	width: 372px;
	margin-left: 25px;
	font-size: 16px;
	border-top: 1px dotted #E5E6E6;
	border-left: 1px dotted #CCCCCC;
	float: left;
}
#righttextbox {
	float: left;
	height: 475px;
	width: 446px;
	margin-left: 25px;
	position: relative;
	background: #EFEFEF;
	font-size: 17px;
}
* Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:540px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	 min-height:267px;
  height:auto !important;
  height:267px;
 
}
#slideshow #slidesContainer {
	width:540px;
 
	 min-height:267px;
  height:auto !important;
  height:267px;
	overflow:visible; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-bottom: 15;
	margin-left: 25px;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 16px;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
   min-height:267px;
  height:auto !important;
 
}
 
/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}
hr {
	color: #FFFFFF;
	height: 10px;
	background: #FFFFFF;
	border-style: none;
}
#formbox {
	background: url(layout/formbg.jpg) no-repeat left top;
	position: relative;
	height: 186px;
	width: 275px;
	float: left;
	padding: 60px 0px 0px;
	margin: 0px 0px 0px 15px;
}

/* form sheet */

.formbits {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	height: 20px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	width: 220px;
	margin-left: 28px;
}
.formbitst {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	height: 56px;
	vertical-align: top;
	font-size: 11px;
}
.formbits .texty {
	float: right;
	position: relative;
	width: 106px;
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #666666;
}

.formbits .hightlight {
	border:2px solid #9F1319;
	background:#FFFFCC url(iconCaution.gif) no-repeat right top
}



.formbitst .textareay {
	float: right;
	position: relative;
	width: 104px;
	height:30px;
	font:  12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #666666;
	resize: none;
}
.formbitst .hightlight {
	border:2px solid #9F1319;
	background:#FFFFCC url(iconCaution.gif) no-repeat right top
}

.formbits label {
	float: left;
	position: relative;
}
.formbitst label {
	float: left;
	position: relative;



	font-style: ;
	font-weight: bold;
	color: #666666;
	width: 130px;
}
.done {

	background:url(iconIdea.gif) no-repeat 2px; 

	padding-left:20px;

	font-family:arial;

	font-size:12px; 

	width:70%; 

	margin:20px auto; 

	display:none

}


#submit {
	clear: both;
	float: right;
	margin-right: 55px;
}
.code {color: #FF0000}

.listings {
	background: #FFFFCC url(layout/ba.png) no-repeat center 150px;
	padding: 10px;
	clear: both;
	float: left;
	margin-bottom: 25px;
	border: 1px solid #CCCCCC;
	position: relative;
	text-align: center;
	display: block;
	width: 855px;
	
}

 .listings h3 {
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #0033FF;
	margin-top: 0px;
	padding-top: 0px;
}

