body{
	width:100%;
	height:100%;
	margin:0;
	font-family:Helvetica, sans-serif;
	font-size:16px;
	background:url(../images/body-bg.png) repeat-x #25aae1;
}

#header{
	position:fixed;
	width:100%;
	height:80px;
	background-color:#FFF;
	border-bottom:1px solid #18BEF0;
	z-index:2;
}

#header .content{
	width:970px;
	height:80px;
	margin:0 auto;
	background:url(../images/higher-ed-blue-logo.png) no-repeat left 25px;
}

#content .content{
	position:relative;
	width:970px;
	top:100px;
	left:50%;
	margin:0 0 10px -485px;
	padding:5px;
	z-index:1;
	background:url(../images/content-bg.png);
}

#content .content #container{
	border:20px solid #414142;
	background-color:#FFF;
	padding:20px;
}


h3{
	color:#00539B;
	font-size:21px;
	margin-top:15px;
}

ul li{
	margin-left:20px;
	list-style-image:url(../images/dot.png);
	line-height:20px;
}

#promos{
	width:225px;
	height:170px;
	background-repeat:no-repeat;
	background-position:center;
	background:url(../images/promos/1.png);
}

#side-bar{
	float:left;
	width:225px;
	margin-left:20px;
	font-size:12px;
}

.sidebar-header{
	margin:0;
	padding:0;
	color:#00539B;
	font-weight:bold;
}

#side-bar h1{
	font-size:21px;
	color:#A0BD3B;
	border-bottom:2px solid #9d9fa2;
	margin-bottom:5px;
}

#side-bar .item{
	margin-bottom:10px;
	width:225px;
}

a img{
	border:none;
}

.sidebar-copy{
	font-size:13px;
	float:left;
}

#side-bar p{
	padding:0;
	margin:0;
}

span.bold{
	color:#054D7F;
	font-weight:bold;
}

#colleges{
	margin-top:10px;
	padding-top:10px;
}

#colleges p{
	margin-bottom:10px;
	border-bottom:1px solid #999;
	padding-bottom:5px;
}

#colleges a{
	margin-left:4px;
	clear:both;
}

#footer{
	width:100%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

#footer .content{
	font-size:11px;
	position:relative;
	width:960px;
	padding:10px;
	top:100px;
	left:50%;
	margin-left:-485px;
	background-color:#FFF;
}

#footer #logo{
	float:left;
}

#footer #logo img{
	margin-right:15px;
	margin-top:5px;
	float:left;
	width:138px;
	height:66px;
}

a{
	text-decoration:none;
	color:#27AAE1;
}

a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}

.socialIcon{
	text-decoration:none;
	padding:0;
}

.socialIcon:hover{
	text-decoration:none;
}

.socialIcon img {
	height:22px;
	margin-top:-5px;
	margin-right:6px;
	border:none;
	vertical-align:middle;
}