@charset "utf-8";

/* CSS Document */



body {
	color: #333333;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
	background: url(layout/body.jpg) repeat-x left top;
	margin: 0px;
}
h1,h2,h3 {
	font-size: 18px;
	font-style: italic;
	color: #0066CC;
	text-transform: capitalize;
}
.paddy {
	padding: 15px 15px 15px 25px;
}

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



#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 291px;
	width: 900px;
	position: relative;
	background: url(layout/banner.jpg) no-repeat left top;

}

#topmenu {
	position: absolute;
	width: 900px;
	left: 25px;
	bottom: 0px;
}
#topmenu img {
	margin-right: 25px;
	border-style: none;
}

#hometext {
	position: relative;
	width: 500px;
	float: left;
}
#footerlong {
	clear: both;
	width: 100%;
	position: relative;
	background: #242424;
}
#footer {
	background: url(layout/footer.jpg) no-repeat center top;
	margin: 0px auto;
	height: 140px;
	width: 900px;
	position: relative;
}

#footer a {
	color: #FFFF00;
}



#formbox {
	background: url(layout/formbg.jpg) no-repeat left top;
	position: relative;
	width: 370px;
	float: left;
	padding: 60px 0px 0px;
	margin: 25px 0px 0px 25px;
	height: 360px;
}

/* form sheet */

.formbits {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	width: 290px;
	margin-left: 28px;
	font-size: 15px;
}
.formbitst {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	height: 80px;
	vertical-align: top;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 28px;
	width: 307px;
}
.formbits .texty {
	float: right;
	position: relative;
	width: 136px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #666666;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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



.formbitst .textareay {
	position: relative;
	width: 131px;
	height:60px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #666666;
	resize: none;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.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: #FFFFFF;
	font-size: 15px;
}
.done {
	background:url(iconIdea.gif) no-repeat 2px;
	padding-left:20px;
	width:70%;
	margin:20px auto;
	display:none;
	font: 12px arial;
	color: #FFFFFF;

}


#submit {
	clear: both;
	float: right;
	margin-right: 55px;
	margin-top: 25px;
}
.code {color: #FF0000}
.listings {
	position: relative;
	width: 450px;
	clear: both;
	float: left;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 3px dashed #999999;
	padding-bottom: 15px;
}
 .listings h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0033FF;
	margin-top: 0px;
	padding-top: 15px;
	text-align: center;
	clear: both;
	margin-bottom: 5px;
}
.loginform {
	background: #333333;
	text-align: center;
	border: 1px solid #CCCCCC;
	position: relative;
	width: 400px;
	padding-bottom: 25px;
	margin: 40px auto 30px;
	color: #FFFFFF;
}
.formbits {
	clear: both;
	width: 300px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	text-align: left;
}
.formbits input {
	float: right;
	width: 150px;
	font: 12px "Trebuchet MS";
	color: #666666;
}
.formbits  b {
	float: left;
	position: relative;
}
.error {
	font-weight: bold;
	color: #FF0000;
}.forms{
	float:left;
	width:45%;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
	position: relative;
}
.formsb{
	float:left;
	width:48%;
	margin-bottom: 2px;
		min-height:106px;
  height:auto !important;
  height:106px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
#enq {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.prover {
	margin: 5px;
	height: 25px;
	width: 40%;
	border: 1px solid #000033;
	position: relative;
	float: left;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px
}

