/****** 
Elements 
******/
a {
	color:#c8c8c8;
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}

body {
	background:#212121;
	color:#c8c8c8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

button {
	background:none;
	border:none;
}

form {
	margin:0;
	padding:15px 44px 0;
}

h1 {
	background:url(../images/bg_h2.jpg);
	height:241px;
	margin:0 0 0 2px;
	padding:0;
	position:relative;
	width:921px;
}

h2 {
	margin:0;
}

h3 {
	color:#fff;
	font-size:14px;
}

	.choicebox h3 {
		padding-left:15px;
	}

img {
	border:none;
}

	h1 img {
		left:335px;
		position:absolute;
		top:3px;
	}
	
	.choicebox img {
		display:block;
		height:200px;
		margin: 0 auto;
		width:329px;
	}
	
input, select {
	background:#515151;
	border:1px solid #858585;
	color:#fff;
	position:relative;
	width:218px;
}
	
	#upper input {
		width:265px;
	}

	#upper .radio input {
		background:none;
		border:none;
		width:20px;
	}
	
	.checkbox input {
		background:none;
		border:none;
		clear:left;
		float:left;
		margin:0 10px 0 35px;
		width:20px;
	}

label {
	color:#ffffff;
	position:relative;
}

	.radio label, .checkbox label {
		color:#c8c8c8;
	}
	
	.checkbox label {
		float:left;
		margin-bottom:20px;
		width:680px;
	}
	
.choicebox ul {
	padding-right:10px;
}

/****** 
Generic Classes 
******/
.choicebox {
	background:#272525;
	min-height:543px;
	_height:543px;
	left:450px;
	position:absolute;
	top:510px;
	width:431px;
}

.col_left, .col_right {
	float:left;
	margin:0;
	padding:0;
	position:relative;
}

.col_left {
	margin:0 54px 0 122px;
	_margin:0 54px 0 50px;
}

.required {
	color:#4789ea;
}

.smtxt {
	font-size:10px;
}
/****** 
Divs (containing blocks) 
******/

#header {
	background:url(../images/bg_header.jpg) no-repeat;
	height:147px;
	margin:0 0 0 2px;
	padding:0;
	width:921px;
}

#reqd {
	position:absolute;
	right:0;
	_right:65px;
}

#upper {
	background:url(../images/bg_upper.jpg) 45px bottom no-repeat ;
	margin-bottom:35px;
	padding-bottom:115px;
	zoom:1;
}


#wrapper {
	background:url(../images/bg_wrapper.gif) repeat-y;
	margin:0 auto;
	_margin-left:2px;
	padding:0 0 26px;
	position:relative;
}

#wrapper_outer {
	background:url(../images/bg_wrapper_outer.gif) bottom no-repeat;
	margin:56px auto 0;
	padding:0 0 26px;
	width:921px;
}


#copyright {
	width: 860px;
	font-size: 10px;
	font-weight: bold;
	margin: 12px 0 10px 0;
	padding: 0 0 0 30px;
	color: #787979;
	}