@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #051c3d;
	background-image:url(images2/background.jpg);
	background-repeat:repeat-x;
	background-position: top;
	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 */
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
color: #224788;
}

.oneColFixCtrHdr h2 {
color: #224788;
padding:10px 0;
margin: 0;
font-size:17px;
font-weight: normal;
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif

}

.oneColFixCtrHdr #container1 {
width: 990px;
background: none;
border: 1px solid #a9c2d9;
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 */
margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */

}

.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
padding: 20px 20px 0 20px;

}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #hotButton {
float:left; border: 1px solid #868686;  margin-left:5px; padding:4px;
}

.oneColFixCtrHdr #scholarBoxes {
float:left; border: 1px solid #868686;  margin-left:30px; padding:15px;
}


.oneColFixCtrHdr #destinationBox {
	width:170px;
	float:left;
	border: 1px solid #868686;
	min-height:580px;
	margin-left:16px;
}



.oneColFixCtrHdr #destinationBox h2 {
color: #FFFFFF;
padding:4px 8px;
font-family: Trebuchet MS, helvetica;
background-color: #224788;
margin: 0;
font-size:14px;
font-weight: normal;
}

.oneColFixCtrHdr #destinationBox h3 {
	color: #224788;
	padding:7px 8px;
	margin: 0;
	font-size:13px;

}

.oneColFixCtrHdr #destinationBox h4 {
padding:4px 0;
margin: 0;
font-size: 12px;
}

.oneColFixCtrHdr #destinationBoxContent {
	padding:0 8px;

}



.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #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 */
}


#featured {
	width:927px;	position:relative;	height:183px;	margin-bottom:5px;
}
#featured ul.ui-tabs-nav{ position:absolute;	top:20px;	left:830px;	list-style:none;	padding:0;	margin:0;	width:90px;	 z-index:100; }
#featured ul.ui-tabs-nav li{ padding:1px 0;	float:left;	width:25px;	height:25px;	overflow:hidden;	font-weight:bold;	font-size:0.91em;	margin-right:2px;	padding:3px 0 0 0 ;}

#featured ul.ui-tabs-nav li .inner {padding:3px; overflow:hidden; background:#6291D7; text-align:center; border: 1px solid #fff; }
#featured ul.ui-tabs-nav li img { float:left; margin-right:7px;}
#featured ul.ui-tabs-nav li a { color:#fff; display:block;}
#featured ul.ui-tabs-nav li.last { padding-right:0;}
#featured ul.ui-tabs-nav li.ui-tabs-selected {
}
#featured ul.ui-tabs-nav li.ui-tabs-selected div {background:#2464AC;}
#featured .ui-tabs-panel .info { width:927px; height:183px; background:url(images/spacer.gif) left top; position:absolute; left:0; top:0px;}

#featured .info .inner { padding:10px 0 0 500px; font-size: 14px; font-family:Georgia, "Times New Roman", Times, serif; }
#featured .info h2{ font-size:23px; color:#fff; line-height:.91em; font-family:Georgia, "Times New Roman", Times, serif;}
#featured .info .button {
	 background: none;
	 width:80px;
	height:50px;
	line-height:32px;
	font-size:0.91em;
	text-decoration:none;
	position:absolute;
	display:block;
	right:6px;
	top:50px;
	padding:0 5px;
}
#featured .info .button:hover { color:#000;}
#featured .ui-tabs-hide {display:none; }
/*== featured box end ==*/
