@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	background-color:#000;
}
#pagewidth {
	width:680px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#contentbg {
	width:100%;
	height:68px;
	background:url(img/contentbg.jpg) repeat-x;
}
#header {
	position:relative;
	height:218px;
	background-color:#000;
	width:100%;
}
#h1 {
	position:absolute;
	float:left;
	width:50%;
	height:218px;
	background:url(img/h1.jpg) center;
	background-repeat:no-repeat;
}
#h2 {
	float:right;
	width:537px;
	height:218px;
	background:url(img/h2.jpg);
}
#menu {
	width:100%;
	height:30px;
	text-align:center;
	background:url(img/menubg.jpg) repeat-x;
	padding-top:14px;
}
.menu {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	word-spacing:1px;
	padding:0px;
	margin:0px;
}
.menu a {
	text-decoration:none;
	color:#fff;
}
.menu a:hover {
	text-decoration:none;
	color:#e88f20;
}
#maincol {
	background:url(img/contentbg.jpg) repeat-x;
	background-color: #000;
	float: center;
	display:inline;
	position: relative;
	width:100%;
}
/* txts */
 .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.txt a {
	color:#fff;
	text-decoration:underline;
}
.txt a:hover {
	color:#fff;
	text-decoration:none;
}
/* fixes */
  /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* cform Styles */
#comments {	
    font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ccc;
}
input, textarea, select {
	width:400px;
	padding:8px;
	background:#222;
	border:1px solid #4b4b4b;
	color:#ccc;
	margin-bottom:14px;
	overflow: auto;
}
input:focus, textarea:focus, select:focus {
	color: #ffffff;
	background:#222;
	border: 1px solid #999;
}
/* liveval style */
.LV_validation_message {
	font-weight:bold;
	margin:0 0 0 5px;
}
.LV_valid {
	color:green;
}
.LV_invalid {
	color:#CC0000;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	border: 1px solid green;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}
div.submit input {
	background-color:#999;
	color:#000;
	cursor: pointer;
	width: 101px;
	height: 32px;
	overflow: hidden;
	border:0;
	text-indent: -1000em;
/* target ie only */
*text-indent: 0;
*font-size: 1px;
}
.formtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
	font-weight: bold;
	margin-bottom:-9px;
}
a:active {
	outline: none;
}
#update_div {
	width:450px;
	font-size:16px;
	font-weight:bold;
	background-color:green;
	color:black;
	padding:10px;
	margin-bottom:10px;
}
.typetheword {
	font-family:Arial;
	font-size:16px;
	color:#fff;
    font-weight:bold;
}
.typethewordsmall {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#ccc;
	padding-left:10px;
}
