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


body {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
}
h2 {
	color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
}
label {
	font-family:Verdana, Geneva, sans-serif;
}


.botnav {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}
a.botnav {
	color:#fff;
	font-weight:bold;
}
a.botnav:hover {
	color:#9e8872;
}
.botleft {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	text-align:left;
}
p {
text-align: justify;
}
.contact {
line-height: 30px;
}
.submit-but {

}


.column {
  width: 30%;
  border: 10px solid transparent;
  float: left;
  margin-top:-20px;
}



/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:1050px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:1050px;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	text-align:justify;
}
/* 3 Column settings */
.threecol {
			/* right column background colour */
}
.threecol .colmid {
	right:33%;			/* width of the right column */
			/* center column background colour */
}
.threecol .colleft {
	right:33%;			/* width of the middle column */
		/* left column background colour */
}
.threecol .col1 {
	width:30%;			/* width of center column content (column width minus padding on either side) */
	left:720px;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:30%;			/* Width of left column content (column width minus padding on either side) */
	left:740px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:30%;			/* Width of right column content (column width minus padding on either side) */
	left:760px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

