/*

Colors
------

*/

@import url(/css/reset.css);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

/* Body Elements */

body {
	padding: 0;
	margin: 0;
	font-size: 75%;
	font-family: 'Droid Sans', Arial, sans-serif;
	color: #000000;
	line-height: 1.5em;
	background-color: #3c3c3c;
	background-image: url(/img/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}

p {
	font-size: 1em;
	padding-bottom: 1.5em;
	margin: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.33em;
	font-weight: bold;
}

h3 {
	font-size: 1.166em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 0.916em;
	font-weight: bold;
}

ul {

}

ul li {
	
}

form {
	padding: 0;
	margin: 0;
}

a,
a:link,
a:active,
a:visited {
	color: ;
	text-decoration: none;
}

a:hover {
	color: ;
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
}

/* General Class Elements */

.hidden {
	display: none!important;
}

/* Type Classes */


/* Layout */

#container-box {
	margin: 0 auto;
	width: 971px;
	background: url(/img/header_bg.png) no-repeat top center;
}

/* !HEADER */

#header-box {
	width: 951px;
	padding: 10px;
	overflow: hidden;
}

#logo-box {
	float: left;
	width: 50%;
}

#logo-box h1 {
	background: url(/img/logo.png) no-repeat 0 0;
}

#logo-box h1 a {
	text-indent: -30000px;
	height: 45px;
	width: 419px;
	display: block;
}

#utility-nav-box {
	width: 50%;
	float: left;
	overflow: hidden;
}

#utility-nav {
	float: right;
	display: block;
}

#utility-nav li {
	display: inline;
	margin: 0 0 0 9px;
	padding: 0 0 0 9px;
	font-size: 10px;
	font-family: "Arial", Arial, sans-serif;
}

#utility-nav li a,
#utility-nav li a:link,
#utility-nav li a:visited,
#utility-nav li a:active {
	color: #fff;
	text-transform: uppercase;
}

#main-nav-box {
	width: 100%;
	clear: both;
	overflow: auto;
}

#main-nav {
	float: right;
	display: block;
	padding: 10px 0 0 0;
	z-index: 1;
	font-family: "Arial", Arial, sans-serif;
}

#main-nav li {
	display: inline;
	margin: 0 0 0 0px;
	padding: 0 0 0 8px;
}

#main-nav li a,
#main-nav li a:link,
#main-nav li a:visited,
#main-nav li a:active {
	color: #fff;
	text-transform: uppercase;
}

/* !HOME */


#body-box {
	width: 968px;
	padding: 0 0 9px 0;
	margin: 0 auto;
}

.home {
	overflow: auto;
}

.school-type {
	width: 316px;
	height: 194px;
	padding: 0 0 0 0;
	margin: 0 0 10px 4px;
	float: left;
}

#at-home {
	background: url(/img/home-div-bg/01college-bg.gif) no-repeat bottom left;
}

#business-home {
	background: url(/img/home-div-bg/02college-bg.gif) no-repeat bottom left;
}

#op-home {
	background: url(/img/home-div-bg/03college-bg.gif) no-repeat bottom left;
}

#hp-home {
	background: url(/img/home-div-bg/04college-bg.gif) no-repeat bottom left;
}

#graduate-home {
	background: url(/img/home-div-bg/05college-bg.gif) no-repeat bottom left;
}

#online-home {
	background: url(/img/home-div-bg/06college-bg.gif) no-repeat bottom left;
}

.small-content {
	padding: 8px 8px 8px 14px;
}

.small-content img {
	cursor: pointer;
}

.small-content h3 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #666;
}

.small-content h3 a {
	color: #fff;
	display: block;
	width: 100%;
}

.small-content h3 a span {
	display: block;
	width: 100%;
	font-size: 25px;
	padding: 13px 0 0 0;
	text-shadow: 1px 1px 1px #ccc;
}

.small-content h3 a span.at-home {
	color: #ba4a22;
}

.small-content h3 a span.business-home {
	color: #2d7d92;
}

.small-content h3 a span.op-home {
	color: #4d8e48;
	font-size: 21px;
}

.small-content h3 a span.hp-home {
	color: #7f7104;
}

.small-content h3 a span.graduate-home {
	color: #58699d;
	padding: 23px 0 0 0;
}

.small-content h3 a span.online-home {
	color: #b24c47;
	padding: 23px 0 0 0;
}

#quick-links-box {
	width: 962px;
	margin: 0 auto 18px auto;
	padding: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	background: url(/img/quick-links-bg.gif) top right no-repeat;
}

#quick-links-list {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	background: #fff;
	border-bottom: 3px solid #5f5f5f;
}

#quick-links-list li {
	display: inline;
	line-height: 27px;
	padding: 0 0 0 18px;
}

#quick-links-list li.quick-links {
	display: block;
	width: 945px;
	height: 30px;
}

#quick-links-list li a,
#quick-links-list li a:active,
#quick-links-list li a:visited,
#quick-links-list li a:link {
	color: #5f5f5f;
	text-decoration: none;
}

.last-quick-link {
	float: right;
	background: url(/img/quick-links-bg.gif) top left no-repeat;

}

.last-quick-link a,
.last-quick-link a:active,
.last-quick-link a:link,
.last-quick-link a:visited {
	color: #fff!important;
}

#wordpress-news-feed {
	width: 960px;
	padding: 0 0 18px 10px;
	margin: 0 auto;
	overflow: hidden;
}

.wordpress-news-item {
	width: 280px;
	height: 90px;
	padding: 8px 15px;
	margin: 0 10px 0 0;
	background: #fff;
	float: left;
	display: block;
	background: url(/img/social-media/wordpress.gif) no-repeat 282px 5px #fff;
}

.wordpress-news-item h5 {
	font-size: 13px;
	font-family: Arial, "Arial", sans-serif;
	color: #6a6a6a;
	line-height: 17px;
}

.wordpress-news-item p {
	font-size: 11px;
	font-family: Arial, "Arial", sans-serif;
	color: #6a6a6a;
	line-height: 15px;
}

.wordpress-news-item a,
.wordpress-news-item a:active,
.wordpress-news-item a:link,
.wordpress-news-item a:visited {
	color: #891f1a;
}

.social-media-container {
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 14px 0;
}

.social-media-icon {
	width: 30px;
	float: left;
}
.social-media-thumbs {
	width: 950px;
	float: left;
}

.social-media-container div p {
	display: none!important;
}

.flickritems {
	width: 964px;
	overflow: hidden;
	height: 50px;
}

.flickritems li {
	display: block;
	float: left;
	padding: 0 14px 14px 0;
}

.flickritems li a img {
	width: 50px;
	height: 50px;
}
