@charset "utf-8";
/* CSS Document */

#holder {
	width: 660px;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3E3E3E;
	font-size:13px;
}

#header {
	background:url('/landingPages/aiu/images/mainLogo.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:329px;
}

#graphic {
	background:url('/landingPages/aiu/images/mast_request.jpg');
	height: 138px;
}

#intro {

}

#intro h1 {
	color:#02456E;
	font-size:18px;
	font-weight:bold;
}
#intro h2 {
	font-size:15px;
	color:#3E3E3E;
}
.divider {
	background:url('/landingPages/aiu/images/divider_horiz.gif');
	background-repeat:repeat-x;
	height:1px;
	margin:15px 0;
}

#formholder {

	width:500px;
	float:left;
	
}

#sidebar {

	width:160px;
	float:right;

}

#form {
	font-weight:bold;
}

#form .left {
	width:325px;
	float:left;
	line-height:31px;
	vertical-align:middle;
}

#form .right {
	font-weight:normal;
	font-size:10px;
	color:#0066A4;
	width:325px;
	float:right;
	line-height:31px;
	vertical-align:middle;
}

#form .full {
	margin-top:10px;
	line-height:150%;
}

#form .input {
	width:150px;
}

#form * input, #form * select {
	background-color:#CAE0EE;
	border: 1px solid #344E5D;
	color:#344E5D;
	padding:2px;
	font-size:12px;
}

#warning_messages {
	color:#FF0000;
	font-weight:bold;
}

/* Content Slider */

#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; overflow:hidden;
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; height:250px;
	overflow:auto;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('/landingPages/aiu/images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#FFF; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background: url('/landingPages/aiu/images/transparent-bg.png'); 
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:none; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

#footer {
	background:url('/landingPages/aiu/images/footer.jpg');
	height:31px;
}
