/* ------ START: Global Reset ------ */
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
}
li, dd, blockquote {
	margin-left: 5%;
}
fieldset {
	padding: .5em; 
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 1em;
}
/* ------ END: Global Reset ------ */

a {
	outline: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	color: #B78965;
}

#banner {
	position: relative;
	background: url("../images/dc_glp_banner_bg.jpg") no-repeat;
	width: 750px;
	height: 80px;
	margin: 0 auto;
	padding: 260px 30px 20px 30px;
}

#banner h2, #banner p {
	margin-bottom: 0em;
}

body {
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#footer {
	position: relative;
	clear: both;
	width: 810px;
	margin: 0 auto;
	font-size: 0.8em;
}

.form_col {
	width: 50%;
	float: left;
}

.form_col#col_left {
	width: 45%;
	padding-right: 5%;
}




/* ------ START: Form Learn More ------ */
#form_learn {
	position: relative;
	background: url("../images/dc_glp_form1_bg.jpg") no-repeat;
	width: 750px;
	height: 185px;
	margin: 15px auto;
	padding: 15px 30px 0px 30px;
}

#form_learn h2 em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	font-style: italic;
}

* * body #form_learn p { margin-bottom: 0.5em; }
* + html #form_learn p { margin-bottom: 0.5em; }

#form_learn p label {
	display: inline-block;
	width: 100px;
}

#form_learn p label.label2 {
	display: inline-block;
	width: 50px;
	padding-left: 15px;
}

#form_learn p input {
	width: 230px;
}

p#form_btn {
	margin: 0;
}

p#form_btn input, #thank_you #btn a {
	display: block;
	width: 132px;
	height: 24px;
	background: url("../images/btn.gif") no-repeat;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #FFFFFF;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
}

#thank_you #btn a {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#form_learn p select {
	border: none;
	width: 80px;
}
/* ------ START: Form Learn More ------ */





h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
}


h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
	line-height: 2em;	
}

#header {
	position: relative;
}

#header h1 {
	margin: 0;	
}

#header h1 a {
	display: block;
	width: 260px;
	height: 93px;
	text-indent: -30000px;
	background: url("../images/dc_glp_logo.gif");
}

input {
	border: none;
}



/* ------ START: Questions ------ */
#questions, #thank_you {
	position: relative;
	width: 750px;
	height: 370px;
	margin: 0px auto 15px auto;
	padding: 205px 30px 0px 30px;
	background: url("../images/dc_glp_questions_bg.jpg") no-repeat;
}

#questions h2 {
	margin-bottom: 0.5em;
}

#questions p label {
	display: inline-block;
}

#questions p.interest input {
	display: block;
	float: left;
	margin: 0 10px 10px 0px;
}

#questions p.interest label {
	display: inline;
}

#questions p.yesno input {
	margin-right: 10px;
}

#questions p.yesno label {
	padding-right: 25px;
}

#questions p#form_btn {
	margin-top: 5em;
}

#questions textarea {
	display: block;
	width: 360px;
	height: 5em;
	margin-bottom: 4em;
}
/* ------ END: Questions ------ */


#thank_you h3, #thank_you h4 {
	margin-top: 3em;
}

#wrapper {
	position: relative;
	width: 960px;
	height: 719px;
	margin: 0 auto;
	background: url("../images/dc_glp_bg.jpg") no-repeat;
}