/* CSS Document */

* /*Set's border, padding and margin to 0 for all values*/ {
	border: 0;
	margin: 0;
	padding: 0;
}

body, html {
	background:#000 url(images/bg.jpg) repeat-x top left;
	background-color: #000;
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-align: center; /*** Centers the design in old IE versions ***/
}

body { font-size: 0.75em;}
p { line-height: 1.1; padding: 7px 0 7px 0;}
a { color: #000099;}
a:hover{ color: #0000FF; text-decoration: none;}
h1, h2, h3 { font-weight: bold; padding-bottom: 5px;}
h1 { font-size: 2em;}
h2 { font-size: 1.4em;}
h3 { font-size: 1.3em;}
h1 a, #header h2{ color: #fff;}
.clear { clear: both;}

#mainContainer {
	background: #fff;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	width: 760px;
}

* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************
HEADER
**************************/
#header {
	background-image: url(images/header_2.jpg);
	background-repeat: no-repeat;
	border-bottom: solid #0D0C27 1px;
	height: 110px;
	padding: 10px;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer { padding-left: 165px;}
.inner { width: 595px;}
* html .inner { width: 100%;}
* html #content { position: relative; /*** IE needs this  ***/}
.contentWrap{ padding: 5px;}
.contentWrap ol, .contentWrap ul { margin: 3px 0 5px 35px;}
.contentWrap li { padding-bottom: 2px;}
.content ol, .content ul { margin: 3px 0 5px 35px;}

.float-wrap {
	float: left;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
	width: 760px;
}

#content {
	background: #fff;
	float: right;
	_margin: 0px 0px 0px 0px;
	width: 370px;
}

/**************************
NAVIGATION
**************************/
.menu {
	height: 35px;
}

#menu {
	margin: 16px 0px 0px 0px;
	padding-left: 10px;
	width: 338px;
}

.cssnav {
	background: url(images/over_buttons.jpg) no-repeat;
	display: block;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	height: 35px;
	margin: 0px;
	overflow: hidden;/* for ie to hide extra height*/	
	padding: 0px;
	position: relative;
	width: 92px;
}

.cssnav a {
	color: #FFF;
	display: block;
	float: left;
	font-size: 12px;
	height: 35px;
	overflow: hidden;/* for ie to hide extra height*/
	text-decoration: none;
	width: 92px;
}

.cssnav a:hover {
	color: #FFF;
}

.cssnav img {
	border: 0;
	height: 35px;
	width: 92px;
}

* html a:hover {
	visibility: visible;
}

.cssnav a:hover img {
	visibility: hidden;
}

.cssnav span {
	cursor: pointer;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 13px;
	width: 92px;
}

/**************************
LEFT COLUMN
**************************/
#left {
	background: #fff; 
	float: left;
	height: auto;
	_height: 600px;
	min-height: 600px;
	padding: 5px;
	width: 368px;
}

* html #left {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

#left_content {
	margin: 0px 0px 0px 0px;
}

/**************************
FOOTER
**************************/
#footer {
	background: url(images/footer.jpg) no-repeat;
	background-color: #000;
	clear: both; 
	color: white;
	height: 42px; 
	margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
	text-align: center;
	width: 760px; 
}

/************************
LEFT BOX
************************/
.content, .shadow {
	bottom: 2px;
	left: 3px;
    position: relative;
}

.content {
    background-color: #fff;
	border: 1px solid #999;
    color: #000000;
	margin: 55px 0px 0px 0px;
	_margin: 4px 0px 0px 0px;
	*margin: 4px 0px 0px 0px;
    padding: 15px;
}

.content_thank_you {
    background-color: #fff;
	border: 1px solid #999;
    color: #000000;
	margin: 20px 0px 0px 0px;
	_margin: 4px 0px 0px 0px;
	*margin: 15px 0px 0px 0px;
    padding: 15px;
	width: 650px;
}

.shadow { 
	background-color: #ccc; 
}

/************************
RIGHT BOX
************************/
#right_header {
	background-image: url(images/yes-more-info.gif);
	border: solid 1px black;
	height: 85px;
	margin-top: 23px;
	_margin-top: 18px;
	*margin-top: 18px;
	margin-left: 2px;
	width: 350px;
}

.rcontent {
	/**background-image: url(images/mock_form.jpg);**/
	background-color: #4E4A93;
    bottom: 13px;
	_bottom: -2px;
	*bottom: -2px;
	height: 440px;
	_height: 360px;
	*height: 460px;
	position: relative;
    right: 3px;
	width: 340px;
}

.rcontent {
	border: 1px solid #000;
    color: #FFFFFF;
    margin-top: 15px;
	_margin-top: 5px;
	*margin-top: 5px;
    padding: 5px;
}

/************************
FORM
************************/
form {
	border: 0px solid #000; 
	color: #FFFFFF; 
	float: right; 
	padding: 0; 
	width: 330px;
}

#form-area table {
	font-size:11px; 
	font-weight:bold;
	text-align:right; 
}

#form-area input {
	font-size:12px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#form-area select {
	font-size:12px; 
}

#form-area{margin-left:6px; font-size:12px; font-weight:bold;}

#form-area table {font-size:12px; text-align:right; font-weight:bold;}

#form-area input{font-size:12px;}

#form-area select{font-size:12px; }

.long-select{width:200px; font-size:12px;}

#programs{width:200px; text-align:left; margin:0px; padding:0px;}

.select2{ width:600px; font-size:12px; overflow:hidden; /**border-right:1px solid #386daf;**/ text-align:left; margin:0px; padding:0px;} 

#form-area a { color: #999999;}
#form-area a:hover{ color: #FFFFFF; text-decoration: underline;}

label {
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0px 10px 5px 0px;
	text-align: right;
	width: 50%;
}

#step_1 label {
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0px 10px 5px 0px;
	padding-left: 75px;
	text-align: right;
	width: 50%;
}

#step_2 label {
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0px 10px 5px 0px;
	padding-left: 75px;
	text-align: right;
	width: 50%;
}

#form-area input,select {
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
}

#input_border input {
	border: solid #000 1px;
}

#thank_you {
	display: none;
	height: 0px;
}

.hidden {
	float: left;
	width: 298px;
	*width: 288px;
	_width: 289px;
	overflow: hidden;
	border-right: 1px solid #CCC;
	margin-bottom: 5px;
	height: 17px;
	*height: 19px;
}

.hidden input {
	margin: 5px;
}
