@charset "UTF-8";
body  {
	background: #86b5f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 744px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 744px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272684;
} 
#nav {
	height: 29px;
	text-align: center;
	background-color:#FFFFFF;
	width: 732px;
	margin: 0px;
	padding-left: 12px;
	float:left;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 196px;
	margin-top: 10px;
	margin-left: 10px;
}
/* Fix for IE 6...*/
* html .twoColFixLtHdr #sidebar1 { margin-left: 5px; }

.twoColFixLtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;/*was 20px*/

} 
/* Fix for IE 6...*/
* html .twoColFixLtHdr #mainContent { margin-top: 20px; }

.twoColFixLtHdr #footer {
	background:#ff7f00;
	float: left;
	height: 30px;
	width: 724px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	padding: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#degreefinder {
	float: left;
	height: 200px;
	width: 180px;
	background-color: #FFFFFF;
	border: 1px solid #67bb51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
}


#poweredby {
	float: left;
	width: 180px;
	margin-top: 0px;
	text-align: center;
}
/* Fix for IE 6...*/
* html #poweredby { width: 170px; }

#hotcareers {
	float: left;
	width: 196px;
	margin-top: 10px;
	border: 1px solid #252483;
	background-image: url(images/pattern.gif);
}
#hotheader {
	background-image: url(images/hotcareers.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 26px;
	width: 200px;
}
#hotlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff7f00;
	font-weight: bold;
	line-height: 20px;
}
#assesment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 250px;
	font-weight: bold;
	float: left;
}
#quiz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 750px;
	font-weight: bold;
	float: left;
}

.quizQuest {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight:normal;
}

#quizResult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 450px;
	font-weight: bold;
	float: left;
}

.Label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.areaofstudy {
	float: left;
	width: 185px;
	height: 40px;
	margin-top: 15px;
	position:relative;
}

/* Fix for IE 6...*/
* html .areaofstudy { margin-top: 0px; height: 50px; }
/* Fix for IE 7...*/
*+html .areaofstudy { margin-top: 0px; }

.concentration {
	clear:both;
	position:absolute;
	left:2px;
	margin-top:5px;	
}
/* Fix for IE 6...*/
* html .concentration { margin-top: 25px; height: 50px; }
/* Fix for IE 7...*/
*+html .concentration { margin-top: 25px; }

.degreetype {
	float: left;
	width: 180px;
	height: 30px;
	margin-top: 10px;
}
/* Fix for IE 6...*/
* html .degreetype { margin-top: 0px; }

.firstname {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 203px;
}
.lastname {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 203px;
}
#form {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.email {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 203px;
}

.short {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #005897;
	width: 160px;
	float: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #333333;
}
#nav   {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	list-style: none;
	height: 40px;
	width: 734px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}