@charset "UTF-8";
body  {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	width: auto;
	float: none;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 
/* Fix for IE 6...sidebar wraps at less then 800px width*/
* html .twoColFixLtHdr #container{ width: 800px; }
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	background-image: url(header.png);
	float: left;
	height: 145px;
	width: 737px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e4004b;
	text-align: center;
	background-repeat: no-repeat;
	line-height: normal;
	margin-top:10px;
	margin-bottom: 2px;
	margin-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 146px;
	width: 343px;
	padding-right: 0;
	padding-left: 0;
}
.logo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 370px;
	background-color: #f2f1e7;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #30aa3d;
	border-right-color: #30aa3d;
	border-bottom-color: #30aa3d;
	border-left-color: #30aa3d;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 430px;
	margin-right: 5px;
	margin-left: 20px;
	font-weight: normal;
	padding-left: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#image {
	height: 430px;
	width: 343px;
	float: right;
	margin-left: 5px;
	margin-right: 20px;
}
#banner {
	height: 146px;
	width: 373px;
	float:left;
}
#bottomcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	float:left;
	width:700px;
	margin:20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #30AA3D;
	border-right-color: #30AA3D;
	border-bottom-color: #30AA3D;
	border-left-color: #30AA3D;
	background-color: #f2f1e7;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	width: 323px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #30AA3D;
	border-right-color: #30AA3D;
	border-bottom-color: #30AA3D;
	border-left-color: #30AA3D;
	float: left;
	background-color: #f2f1e7;
	height: 349px;
	margin-top: 10px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer {
	float:left;
	width: 705px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	left: 20px;
	height: 30px;
	text-align: right;
} 
.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 */
	float:left;
}
.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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009933;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-style:italic;
	line-height:normal;
	padding-bottom:15px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#e4004b;
	font-style:italic;
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
}
h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#e4004b;
text-align:center;
margin-top:0px;
margin-bottom:0px;
}
h5 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#009933;
text-align:center;
margin-top:0px;
margin-bottom:0px;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#e4004b;
	font-style:italic;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}
.resultWrapper #resultContainer{
	width: 755px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}

.resultWrapper #resultheader{
	float: none;
}
.resultWrapper #jssapi{
	width:540px;
	float: right;
}

/*.resultWrapper #degreefndr {
	background-color: #fff5e0;
	width: 280px;
	height: 155px;
	margin-top: 1px;
	border: 1px solid #b9bbcb;
	text-align: center;
	float: left;
}*/
.question{
	text-align:center;
}

#degreefinder {
	float: left;
	height: 180px;
	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;
}
/* Fix for IE 6...*/
* html #degreefinder { width:200px;}
/* Fix for IE 7...*/
*+html #degreefinder { width:200px;}

#poweredby {
	float: left;
	width: 180px;
	margin-top: 0px;
	text-align: center;
}
/* Fix for IE 6...*/
* html #poweredby { width: 170px; }

.areaofstudy {
	float: left;
	width: 180px;
	height: 45px;
	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:0px;
	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; }
/* Fix for IE 7...*/
*+html .degreetype { margin-top: 15px; }