body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 160%;
	background: #d0dfed;
	margin: 0 auto;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.em {
	font-weight: bold;
}
ol {
	margin: 0 auto;
	margin-left: 30px;
}
li {
	margin: 5px auto;
}
img {
	border: 0;
}
h1 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #431111;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 15px;
}
h2 {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
h3 {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
}
h4 {
	font-style: italic;
	font-size: 1.2em;
	line-height: 120%;
	color: #9b7501;
	margin: 15px 0;
}
h5, h6 {
	font-size: 1em;
	line-height: 120%;
}
hr {
	width: 90%;
	height: 1px;
	color: #ddd;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: #ddd;
}
.clear {
	overflow: hidden;
	clear: both;
}
h2.clear {
	border: 0;
	margin: 0;
	padding: 0;
}
/* main framework */
#main-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#container {
	float: left;
	width: 1000px;
	background: #fff;
}
#container #content, #container #content-shadow {
	float: left;
	width: 645px;
	padding: 15px;
	padding-top: 0;
}
#container #content-shadow {
	border-right: 1px solid #ccc;
	background: url(images/bg-shadow.gif) right top repeat-y;
}
#container #sidebar {
	float: left;
	width: 300px;
	margin: 0 10px;
	overflow: hidden;
}
.contentblock {
	float: left;
	width: 645px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.contentblock #bottom {
/*    border: 0; */
}
.left-wrapper {
	float: left;
	width: 180px;
}
.right-wrapper {
	float: left;
	width: 460px;
}
.right-wrapper .title {
	width: 460px;
	font-weight: bold;
	margin-bottom: 5px;
}
.right-wrapper .summary {
	width: 460px;
}
/* header */
#header {
	height: 80px;
	background: #fff;
}
#header #logo {
	float: left;
	width: 360px;
	margin-top: 15px;
	margin-left: 20px;
}
#header #headcontainer {
	float: left;
	width: 620px;
}
#header #topnav {
	float: right;
	width: 480px;
	font-size: 0.9em;
	text-align: right;
	margin: 0;
	padding: 0;
}
#header #topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #topnav li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #ddd;
}
#header #topnav li#left {
	border: 0;
}
#header #connect {
	float: left;
	width: 620px;
}
#header #search {
	float: left;
	width: 475px;
}
#social {
	float: left;
	width: 110px;
}
#social img {
	margin-right: 10px;
}
#social .title {
	font-size: 0.9em;
	font-weight: bold;
	color: #ada6a5;
	text-transform: uppercase;
}

/* menubar */
#menubar {
	clear: both;
	overflow: hidden; /* must put this in for FireFox. Fix height issue! */
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	width: 1000px;
	height: 35px;
	background: #3e6485 url(images/bg-menubar.gif) repeat-x;
}
#menubar a {
	color: #fff;
	text-decoration: none;
}
#menubar a:hover {
	text-decoration: underline;
}
#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
#menubar li {
	float: left;
	width: auto;
	padding: 0 12px;
	border-left: 1px solid #fff;
}
#menubar li.mnu-first {
	border: 0;
}
#menubar .selected {
	color: #cfd5dc;
}

/* homepage */
#home {
	margin: 10px 0;	
}
#home h1 {
	font-family: Arial, Helvetica, sans-serif;
}
#home h2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}
#home h2.noshadow {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
}
#home .contentwrapper {
    float: left;
    width: 800px;
    height:100%; /* so the content has the height of the menu and visa versa */
}
#home #middle {
    margin-left: 200px;
}
#home #left {
    margin-left: -800px;
}
#home #right {
	padding-left: 6px;
}
#home .sides {
    float: left;
    width: 190px;
    height: 100%; /* so the menu has the height of the main content and visa versa */
	padding-left: 10px;
	overflow: hidden;
}
#home #description {
	margin: 0 10px 15px 10px;
}
#home .widget {
	width: 180px;
}
#home .widget h5 {
	font-size: 0.9em;	
	border: 0;
}
#home #Popular Careers li , #home #latest li {
	font-size: 0.9em;
	line-height: 1.2em;
}
#home table td {
	font-size: 0.9em;
	padding: 5px 0;
	vertical-align: top
}
#home .category_title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
}
#home .wrapper {
	float: left;
	width: 600px;
}
#home .col {
	float: left;
	width: 300px;
}
#home .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#home #popular-careers ol {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
}
#home #popular-careers li {
	line-height: 1.6em;
}
#home #media {
	margin-top: 15px;
}
#home .today {
	float: left;
	width: 390px;
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-left: 10px;
	background: #e8f4d9;
}
#home .today h5 {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	background: #4e7ea8;
	border: none;
	margin: 0 0 5px;
	padding:5px 0 5px 5px;
	text-transform:uppercase;
}
#home .today ul {
	list-style: square;
	margin-left: 20px;
	padding: 0 5px;
}
#home .today p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#home #media p {
	margin: 5px 0;
}
#home #media #lastest-news {
	background: #d2e5ea
}

/* footer */
#footer {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 15px;
	background: #1b405b;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .wrapper {
	float: left;
	width: 970px;
	font-size: 0.9em;
	margin-bottom: 15px;
}
#footer h6 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#footer .col {
	float: left;
	width: 242px;
}
#footer .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	padding: 0;
}
#footer #copyright {
	font-size: 0.9em;
}
#footer #copyright #slogan {
	font-style: italic;
}
/* global */
#headerNavigation {
	padding: 10px 15px;
}
.button {
	clear: both;
	text-align: center;
	margin: 5px 0;
}
.pagenav {
	text-align: center;
	margin: 15px auto;
}
.highlight {
	background: #ff0;
}
a.highlight {
	font-weight: bold;
	color: #431111;
	background: none;
	text-decoration: none;
}
a.highlight:hover {
	text-decoration: underline;
}
.summary {
	margin-bottom: 10px;
}
.summary img {
	padding: 5px 5px 0 0;
}
.total {
	margin: 10px 0;
}
.image {
	margin: 5px 10px 0 0;
}
.more {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 10px 0;
}
.more a {
	text-decoration: underline;
}
.more a:hover {
	text-decoration: none;
}
.gototop {
	text-align: right;
	margin: 10px 0;
}
.datatable {
	width: 650px;
	border-collapse: collapse;
}
.datatable caption {
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
}
.datatable .tblheader {
	text-align: center;
}
.datatable thead {
	color: #333;
}
.datatable th {
	width: 120px;
	font-weight: bold;
	color: #666;
	text-align: right;
	background: #f0f7f9;
	padding: 5px;
	white-space: nowrap;
}
.datatable td {
	padding: 5px;
}
.datatable td strong {
	color: #ff0000;
}
.datatable big {
	color: #f00;
}
#desc {
	width: 650px;
	border: 1px solid #b0b0b2;
	padding: 4px;
	margin: 15px 0;
	margin-left: 30px;
	background: #ebf3e6;
}
ol#catlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navlist {
	text-align: right;
	margin: 0;
	padding: 0;
}
#description {
	margin-bottom: 15px;
}
#description .logo {
	float: left;
	margin-right: 10px;
}
/* rss feed */
#rssfeed .wrapper {
	float: left;
	width: 800px;
	font-size: 0.9em;
}
#rssfeed .col {
	float: left;
	width: 350px;
}
#rssfeed .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#rssfeed .col li {
	line-height: 1em;
	background: #fff url(images/rss_icon.gif) no-repeat;
	padding: 5px 0 5px 20px;
}

/* directory */
.directory a {
	text-decoration: none;
}
.directory a:hover {
	text-decoration: underline;
}
.directory h1, .directory h2 {
	margin-bottom: 5px;
}
.directory h3 {
	font: bold 1.2em Verdana, Geneva, sans-serif;
	color: #8a5d5d;
	margin: 10px 0;
	padding: 0;
}
.directory h3 a {
	color: #8a5d5d;
}
.directory .wrapper {
	float: left;
	width: 645px;
	padding: 5px 0;
}
.directory .wrapper .leftcol {
	float: left;
	width: 535px;
}
.directory .wrapper .rightcol {
	float: left;
	width: 110px;
	padding-top: 5px;
}
.directory .separator {
	border-bottom: 1px solid #ccc;
}
.directory ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.directory ul.col2 {
	float: left;
	width: 320px;
	list-style: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.directory ul.col3 {
	float: left;
	width: 215px;
	list-style: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.directory li {
	line-height: 1.2em;
	margin: 5px 0;
}
/* category list */
#category-list h3 {
	font: bold 1.2em Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
}
#category-list h4 {
	margin-top: 25px;
	margin-bottom: 0;
}
/* online school */
#online-school ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#online-school li {
	margin: 15px 0;
}
/* career */
#career h3 {
	font: bold 1.2em Verdana, Geneva, sans-serif;
}
/* financial aid */



/* content modules */
.section {
	margin: 10px 0;
}
.section ul, .section ol {
	margin-left: 25px;
	padding: 0;
}
.contentblock .fieldofstudy {
	float: left;
	width: 450px;
	font-size: 0.9em;
}
.contentblock .fieldofstudy .fos {
	float: left;
	width: 225px;
}
.contentblock .fieldofstudy .fos li {
	line-height: 1.4em;
}
#programlist {
	width: 640px;
	margin-top: 10px;
}
#programlist ol {
	margin-left: 30px;
}
#programlist .title {
	font-weight: bold;
	margin-bottom: 10px;
}
#school-featured ul, #school-popular ul {
	list-style: disc;
	margin-left: 20px;
}
#school-featured .button {
	text-align: right;
}
#school-facts {
	margin-bottom: 15px;
}
#school-facts h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2c400b;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}
#school-facts table th {
	font-size: 1em;
	color: #666;
	text-align: left;
	white-space: nowrap;
}
#school-facts table thead {
	border-bottom: 1px solid #000;
}
#school-facts table td {
	padding: 2px;
}
#school-facts table th.narrow {
	width: 350px;
}
#school-facts table th.wide {
	width: 550px;
}
#school-popular .left-wrapper {
	width: 110px;
	text-align: center;
}
#school-popular .right-wrapper {
	width: 530px;
}
#school-popular .title, #school-popular .summary {
	width: 530px;
}
#school-popular .fieldofstudy {
	width: 520px;
}
#school-popular .fieldofstudy .fos {
	float: left;
	width: 260px;
}
#school-programlist {
	float: left;
	width: 645px;
}
#school-programlist h3 {
	font: 1.6em normal Georgia, "Times New Roman", Times, serif;
}
#school-programlist h4 {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
#school-programlist h5 {
	margin-top: 20px;
	margin-bottom: 0;
}
#school-programlist ul {
	list-style: disc;
}
#school-programlist ul.alignment {
	list-style: none;
	margin-left: 0;
}
#school-programlist ul.nostyle {
	list-style: none;
}
#school-programlist .summary {
	font-size: 0.9em;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#school-majors {
	background: #e5e5e5;
	padding: 10px;
}
#school-majors h2 {
	color: #2c400b;
	margin-top: 0;
}
#school-majors ul li a {
	color: #553472;
	text-decoration: none;
}
#school-majors ul li a:hover {
	text-decoration: underline;
}
/* academics */
#academics h1 {
	font-size: 1.6em;
}
/* schools */
#schools h1, #schools h2 {
	margin-bottom: 5px;
}
#schools .title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
#schools .subtitle {
	font-size: 1em;
	color: #666;
}
#school-details h1 {
	margin-bottom: 15px;
}
#school-details h2 {
	font: bold 1.2em Verdana, Geneva, sans-serif;
	border: 0;
}
#school-details .banner {
	width: 645px;
	text-align: center;
}
/* sidebar widgets */
.widget {
	width: 298px;
	border: 1px solid #ddd;
	padding: 1px;
	margin-bottom: 15px;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 8px;
}
.widget ul li {
	padding: 2px 0;
}
.widget ul p {
	margin: 0;
	padding: 0;
}
.widget ol {
	margin-left: 30px;
	padding: 0;
}
.widget .title {
	color: #fff;
	background: url(images/bg-sidebar-header.gif) repeat-x;
	margin: 0;
	padding: 5px;
}
.widget .title h5 {
	line-height: 140%;
	margin: 0;
	padding: 0;
}
.widget #logo {
	width: 276px;
	text-align: center;
	margin: 0 5px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ddd;
}
#quicklinks, #latest {
	font: normal 1em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border: 0;
}
#quicklinks h5, #latest h5 {
	font-style: normal;
	font-weight: bold;
	color:#111;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin: 0 0 5px;
	padding:5px 0 5px 5px;
	text-transform:uppercase;
}
#quicklinks ul, #latest ul {
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
#quicklinks li, #latest li {
	line-height: 1.6em;
	background: #fff url(images/icon.gif) no-repeat;
	padding:0 0 2px 15px;
}
#school-general .facts {
	overflow: hidden;
}
#school-general .button {
	margin-top: 10px;
}
#school-general ul li ol {
	margin-top: 5px;
}
#school-general ul li ol li {
	margin: 0;
	padding: 0;
}
#school-filter {
	background: #ccedfc url(images/bg-grad-search.gif) repeat-x;
}
#school-filter form {
	margin: 10px;
}
#school-filter label {
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
#school-filter select {
	width: 280px;
	overflow: hidden;
	font-size: 1em;
}
#school-filter .button {
	margin-top: 15px;
}
#popular-searches h6 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#popular-searches a {
	text-decoration: none;
}
#popular-searches a:hover {
	text-decoration: underline;
}
#popular-searches ul.sub-searches {
	list-style: none;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#popular-searches ul.sub-searches li {
	line-height: 1.2em;
	margin: 0;
	padding: 1px 0;
}
#popular-careers a {
	text-decoration: none;
}
#popular-careers a:hover {
	text-decoration: underline;
}
#popular-careers ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
#popular-careers ol li {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#popular-onlineschool {
	text-align: center;
}
#popular-onlineschool ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#popular-onlineschool li {
	padding: 5px 0;
}
#popular-onlineschool .school-name {
	font-weight: bold;
	margin-top: 10px;
}
#popular-onlineschool li#bottom {
	border: 0;
}

/* financial aid */
#financial-aid .summary ul {
	margin: 0;
	margin-left: 30px;
	padding: 0;
}
#financial-aid .summary li {
	line-height: 1.2em;
	padding: 0;
}

