BODY {
	font-family: 'Trebuchet MS' Arial, Helvetica, sans-serif, Tahoma;
	color: #333333;	
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	padding-right: 15px;
}
.bgtop {
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 13px;
	padding-left: 13px;
}
.bgmiddle {
	background-image: url(images/bg_middle.gif);
	background-repeat: repeat-y;
	padding-left: 21px;
	padding-right: 23px;
}
.bgbottom {
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
}
.mainbody {
	padding-left: 5px;
}
.fullcol {
	padding-right: 20px;
	padding-left: 5px;
}
.captiontxt {
	font-size: 9px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
}
.text {
	font-size: 12px;
}
.photo-caption {
	font-size: 11px;
	font-style:italic;
	padding-bottom: 16px;
}
.thumbnail {
	padding-bottom:10px;
}
.head {
	font-size: 13px;
}
.navborder {
	background:transparent url("../nav_divider.gif") repeat-y left top;
}
* html .navborder {
	border-right: none;
	padding: 1px;
	background: url(/images/borderbg.gif) repeat-y right;
}
a.link {
	color: #39AEAE;
	text-decoration: none;
}
a.link:hover {
	color: #39AEAE;
	text-decoration: underline;
}
a.link1 {
	color: #FF6600;
	text-decoration: none;
}
a.link1:hover {
	color: #FF6600;
	text-decoration: none;
}
a.link2 {
	color: #333333;
	text-decoration: none;
}
a.link2:hover {
	color: #333333;
	text-decoration: underline;
}
a.mainlink {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainlink:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.termslink {
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
}
a.termslink:hover {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
.imgborder {
	border-right-color: #CCCCCC;
	border-right-style: dotted;
	border-right-width: 1px;
}
.imgborder {
	border: 1px solid #000000;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
}
.error {
	font-family: Tahoma;
	font-size: 8pt;
	color: red;
	margin-left: 02px;
	display:none;
}
.error1 {
	font-size: 10pt;
	color: red;
}

/*-------------CUSTOM FORM--------------*/
/*--------------------------------------*/

#captcha {
	display:block;
	overflow-x: hidden;
	overflow-y: hidden;
}

#captcha .left{
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 150px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	letter-spacing: normal;
}

#captcha .right{
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 250px;
}

#custom-form {
	display: block;
	overflow: hidden;
	width: 485px;
	padding-left: 15px;
}
#custom-form .cont-left {
	float: left;
	display: inline;
	width: 230px;
	overflow: hidden;
}
#custom-form .cont-right {
	float: right;
	display: inline;
	width: 230px;
	overflow: hidden;
}
#custom-form .cont-bottom {
	display: block;
	clear: both;
	width: 500px;
}

#custom-form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0a5478;
	margin-bottom:2px;
}
#custom-form .form-field {
	display: block;
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	margin-bottom: 0px;
	color:#362b24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}

#custom-form .error-validate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
#custom-form .error-contianer {
	overflow: hidden;
	display: block;
}

/* --- VALIDATION BIT ------ */
.error-validate-front{
	display:none;
	color:red;
	font-size:10px;
	font-family:arial;
	margin:0 0 0 0;
	padding:0 0 0 100px;
}