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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3C3C3C;
	background-color: #121212;
	padding: 0;
	margin: 0;
}

#container {
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

#header {
	float: left;
	width: 920px;
	height: 240px;
	padding: 0;
	margin: 0;
}

#logo {
	float:left;
	width:300px;
	height:240px;
	background:url(../grfx/logo-bg.jpg) top left no-repeat;
}
#banner {
	float:right;
	width:600px;
}

#content-container {
	float: left;
	width: 920px;
	padding: 0;
	margin: 0;
}

#content-holder {
	float: left;
	width: 920px;
	min-height: 300px;
  	height: auto !important;
  	height: 300px;
}

#left-column {
	float: left;
	width: 280px;
	padding: 0 0 0 20px;
	margin: 0;
	background:url(../grfx/left-col-bg.jpg) top left repeat-y;
	min-height: 1320px;
  	height: auto !important;
  	height: 1320px;
	color:#FFF;
}
#left-column h3 {
	color:#F11E15;
}
#left-column a {
	color:#FFFFFF;
	text-decoration:underline;
}
#right-column {
	float: right;
	width: 560px;
	padding: 0 20px;
	margin: 20px 0 0 0;
	background:#F3F3F3;
	min-height: 400px;
  	height: auto !important;
  	height: 400px;
}

/* contact form styles */
form {
	background-color: #f1f1f1;
	padding: 10px;
	margin: 0;
	line-height: 200%;
}

fieldset {
	padding: 5px;
	border: none;
}

.col1 {
	text-align: right;
	width: 115px;
	height: 31px;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
}

.col2 {
	float: left;
	width: 222px;
	height: 31px;
	margin: 0;
}

.col2-verification-code {
	float: left;
	width: 240px;
	height: 31px;
	margin: 5px 0 0 0;
}

* html .verification-code {
	margin-bottom: -4px;
}

*:first-child+html .verification-code {
	margin-bottom: -4px;
}

.verification-code {
	margin-bottom: -10px;
}

.col2comment {
	float: left;
	width: 170px;
	margin: 0;
}

.col1comment {
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
	width: 115px;
}

div.row {
	float: left;
	clear: both;
	width: 360px;
}

.wrong-code {
	color: #FF0000;
}

.input {
	width: 100%;
	height: 22px;
	background-color: #bfbfbf;
	margin: 2px 5px 0 0;
	border: none;
	color: #FFFFFF;
	padding: 5px 1px 1px 3px;
}

.code-input {
	width: 160px;
	height: 22px;
	background-color: #bfbfbf;
	margin: 2px 5px 0 0;
	border: none;
	color: #FFFFFF;
	padding: 5px 1px 1px 3px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-stretch: wider;
	background-color: #bfbfbf;
	border: none;
	color: #FFFFFF;
	margin: 3px 0 0 0;
	padding: 3px 3px 3px 4px;
	width: 219px;
	overflow: auto;
}

.submit-row {
	text-align: right;
	float: right;
	padding: 12px 34px 0 0;
}

.submit {
	width: 50px;
	height: 22px;
	background-color: #bfbfbf;
	margin: 2px 5px 0 0;
	border: none;
	color: #FFFFFF;
	padding: 1px 1px 1px 3px;
}