/* CSS Document */

/************ RESET *************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: url(../images/pattern_bg.gif) repeat;
	background-color: #B1CBD1;
	color: #000;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

#container {
	margin: auto;
	width: 807px;
}

#clear { clear: both; }

/**************** DEFAULT CLASSES *****************/
h1 {
	color: #000;
	font: normal 1.4em/1.5 Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0 0 0.2em 0;
}

h2 {
	color: #000;
	font: normal 1.2em/1.5 Trebuchet MS, Arial, Helvetica, sans-serif;
}

h3 {
	color: #000;
	font: normal 1.1em/1.5 Trebuchet MS, Arial, Helvetica, sans-serif;
}

p {
	color: #262626;
	font: normal 0.8em/1.8 Arial, Helvetica, sans-serif;
	padding: 0 0 1em 10px;
}

ul {
	color: #2C2C2C;
	font: normal 0.8em/1.4 Arial, Helvetica, sans-serif;
	padding: 0 0 1em 0;
}

li {
	list-style-type: disc;
	margin: 0 0 0 50px;
}

a {
	color: #0A377C;
}

a:hover {
	color: #0066CC;
}	

/**************** HEADER *****************/
#header {
	background: url(../images/banner.jpg) no-repeat;
	height: 199px;
	width: 807px;
}

#logo {
	padding: 15px 0 0 15px;
}

/**************** MAIN *****************/
#main {
	background: url(../images/main_bg.gif) repeat-y;
	height: auto;
	padding: 0 0 1em 0;
	width: 807px;
}

#content {
	float: left;
	height: auto;
	padding: 0 15px 0 15px;
	width: 420px;
}

/**************** FORM *****************/
#form {
	float: left;
	height: auto;
	margin: 0 0 0 1px;
	width: 342px;
}

#form_content {
	background: url(../images/form_bg.gif) repeat-y;
	height: auto;
	padding: 10px 0 0 0;
	width: 342px;
}

#form_content p {
	color: #04234B;
	line-height: normal;
	padding: 0 10px 5px 10px;
	text-align: center;
	width: 320px;
}

#form_content b {
	color: #04234B;
	font-size: 14px;
}

#form_arrow {
	background: url(../images/form_arrow.gif) no-repeat;
	height: 42px;
	margin: 0 0 0 35px;
	width: 273px;
}

#step {
	margin: 0 0 0 15px;
	padding: 0 0 20px 0;
}

#step p {
	color: #1B56A6;
	font: normal bold 14px/1 Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 1px 5px;
	text-align: left;	
}

#step span {
	color: #E28500;
	font: normal bold 18px/1 Verdana, Arial, Helvetica, sans-serif;
}

form span {
	color: #E28500;
	font: normal bold 12px/1 Verdana, Arial, Helvetica, sans-serif;
}

#line {
	background: url(../images/form_line.gif) no-repeat;
	height: 3px;
	width: 274px;
}

#form_footer {
	background: url(../images/form_footer.gif) no-repeat;
	height: 33px;
	width: 342px;
}

/********************* FORM STYLES *********************/
#form_content input {
	font-size: 13px;
    padding: 1px 0px 1px 3px;
}

#form_content a {
	color: #999999;
}

#form_content a:hover{
	color: #FFFFFF; 
	text-decoration: underline;
}

#form_content select {
    background-color: #FFF;
	float: left;
	margin-bottom: 7px;
}

#form_content input,#form_content select {
    background-color: #FFFFCC;
	float: left;
	margin-bottom: 7px;
}

#form_content label {
	color: #2C568F;
	display: block;
	float: left;
	font: bold 13px/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#step1 {
	margin: 0px 0px 0px 12px;
	padding: 10px 0 25px 0;
}

#step1 label {
	margin: 0px 0px 0px 6px;
	_margin: 0px 0px 0px 3px;
	padding: 0px 0px 6px 0px;
	width: 300px;
}

#step1 select { 
	margin: 0 0 5px 20px;
}

#step2 label {
	margin: 3px 3px 5px 0px;
	padding: 0px 0px 3px 5px;
	text-align: right;
	width: 135px;
}

#step2 input { 
	width: 170px; 
}

#step2 select { 
	width: 150px; 
}

.hidden {
    border-right: 1px solid #CFCFCF;
	float: left;
    height: 23px;
	*height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
	width: 260px;
}

.hidden select { 
	width: 276px; 
	*width: 400px; 
}

#step2 input:focus, #step2 input.sffocus { 
	background-color: #FFFFFF; 
	border: 2px solid #477BBF; 
}

#button { 
	padding: 10px 0px 15px 0px; 
}

#button input { 
	padding: 0px 0px 0px 0px; 
	width: auto;
}

#button input:focus { 
	border: none; 
}

#continue_button input {
	margin: 10px 20px 0 0;
}

/**************** FOOTER *****************/
#footer {
	background: url(../images/footer.gif) no-repeat;
	height: 37px;
	width: 807px;
}

#footer p {
	color: #FFF;
	font-size: 12px;
	padding: 8px 15px 0 15px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #8CBDFF;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#campus_list {
	margin: auto;
	padding: 0.5em 0 0 0;
	width: 800px;
}

.campus_box {
	float: left;
	width: 200px;
}

.campus_box p {
	font: normal 0.7em/1.4 Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

.campus_box p.title {
	font-weight: bold;
}