/* CSS Document */
@import "footer.css";
@import "button.css";
@import "layers_univ.css";
@import "topnav_univ.css";
@import "quicklinks.css";

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 760px;
}

#wrapper {
	width: 761px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff url(../images/wrapper_bg.gif) repeat-y;
	position: relative;
	border: 0;
}

#banner {
	height: 56px;
	background: #5e78ab url(../images/banner_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

#topnav {
	background-color: #000000;
	color: #ffffff;
	text-align:left;
	border-top: solid #ffffff 2px;
	border-bottom: solid #ffffff 1px;
	float:left;
}

#quickmenu {
	height: 30px;
	width: 288px;
	background-color:#000000;
	text-align:left;
	border-top: solid #ffffff 2px;
	border-bottom: solid #ffffff 1px;
	float: left;
}

#quickmenu img {
	padding-top: 4px;
}

#leftcol {
	width: 173px;
	background-color: #ededda;
	float: left;
}

#leftcol p{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 5px 0;
	padding: 5px 5px 5px 10px;
	line-height: 2em;
}

#leftcol a:link {
	text-decoration: none;
	color: #000000;
}

#leftcol a:visited {
	text-decoration: none;
	color: #000000;
}

#leftcol a:hover {
	text-decoration: none;
	color: #666666;
}

#leftcol a:active {
	text-decoration: none;
	color: #26518f;
}

#leftcol ul{ /* Begin laying out the leftcol div */
	float: left; /* Floats the div to the left to make a column */
	width: 173px; /* sets a width for the div - Imperative for IE mac */
	background-color: #EDEDDA;
	padding: 0;
	margin: 0;
	top:89;
	left: 0;
}

#leftcol ul li{
	margin: 5px 0;
	padding: 5px 10px 5px 10px;
	display: block;
}

#leftcol ul li a {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	List-style-type: none;
}

#rightcol {
	width: 588px;
	background-color: #ffffff;
	float: right;
	clear: none;
	padding-bottom: 50px;
}

#title {
	width: 587px;
	height:118px; 
	margin: 0;
	padding: 0;
	background: #003399;
	border-left: 1px solid #ffffff;
	border-bottom: 19px solid #000000;
	border-top: 0;
	border-right: 0;
	overflow: hidden; /*fix for IE6*/
}

#content {
	width: 587px;
	padding: 0;
	background-color: #ffffff;
}

#content p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	color: #666666;
	padding: 0;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#content h1 a:link, #content h1 a:visited {
	text-decoration: none;
	color: #000000;
}

#content h1 a:hover, #content h1 a:active {
	text-decoration: none;
	color: #04658e;
}

#content h2 a:link, #content h2 a:visited {
	text-decoration: none;
	color: #04658e;
}

#content h2 a:hover, #content h2 a:active {
	text-decoration: none;
	color: #26518f;
}

#content .researchheading {
	padding: 5px 20px 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 5px;
}

#content h1 {
	padding: 20px 20px 0px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	border-bottom: 1px solid #04658e;
	margin-bottom: 10px;
}

#content h2 {
	padding: 5px 20px 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #04658e;
	margin-bottom: 5px;
}

#content h2.nomargin {
	padding: 0px 0px 0px 0px;
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #04658e;
	margin-bottom: 5px;
}
#content h3 {
	padding: 5px 20px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 5px;
}

#content h4 {
	padding: 5px 20px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #04658e;
	margin-bottom: 0;
	margin-top: 5px;
}

#content h5 {
	padding: 5px 20px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 0;
	margin-top: 5px;
	font-style: italic;
}

#content h6 {
	padding: 5px 20px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 0;
	margin-top: 5px;
	font-style: italic;
}

#content hr {
	border: 0;
	width: 95%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#content table {
	margin: 5px 5px 20px 20px;
}

#content th {
	padding: 5px 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #666666;
	font-weight: bold;
}

#content td {
	padding: 5px 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	color: #666666;
}

#content ul li, #content ol li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	color: #666666;
	margin-left: 15px;
	padding: 0px 20px 5px;
}

#content td p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #666666;
}

#content td h3 {
	padding: 5px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 5px;
}

#content td ul li, #content td ol li {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #666666;
}

#content a:link {
	text-decoration: underline;
	color: #26518f;
}

#content a:visited {
	text-decoration: underline;
	color: #26518f;
}

#content a:hover {
	text-decoration: underline;
	color: #5e78ab;
}

#content a:active {
	text-decoration: underline;
	color: #5e78ab;
}
	
.image {
	padding: 5px 10px;
}
	
.container {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
}

.price {
	color: #04658e;
	font-weight: bold;
	font-style: italic;
}

.pdf {
	font-size: 10px;
}

.formfield {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#right-float {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 10px;
	padding-top: 5px;
	float: right;
}
/* Feedburner box */
#newsreleases {
}

.date {
	color: #000000;	
	margin-bottom: 15px;
}
#content #newsreleases p {
 margin: 0;
 padding: 0;
 line-height: normal;
}

#content #newsreleases ul li {
 list-style-type: square;
 margin: 0px 0px 0px 37px;
 padding: 0;
}

#content #newsreleases ul {
 margin: 0;
 padding: 0;
}

#creditfooter {
    display: none; }
	
/* Financial Aid Flyout Menus */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#leftcol .sidemenu {
z-index:1000;
font-size:90%;
margin:25px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
#leftcol .sidemenu ul {
padding:0;
margin:0;
list-style-type:none;
width:173px;
}
/* hack for IE5.5 */
* html #leftcol .sidemenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
#leftcol .sidemenu ul li {
position:relative;
/*height:26px;*/
margin: 0;
padding: 0;
}

/* get rid of the table */
#leftcol .sidemenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
#leftcol .sidemenu a, #leftcol .sidemenu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 0px 1px 0;
}
/* hack for IE5.5 */
* html #leftcol .sidemenu a, * html #leftcol .sidemenu a:visited {background:#04658E; width:173px; w\idth:172px;}
/* style the link hover */
* html .sidemenu a:hover {color:#fff; background:#04658E;}

#leftcol .sidemenu :hover > a {
color:#fff; 
background:#04658E;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#leftcol .sidemenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:173px; 
width: 230px;
z-index: 1000;
}
/* make the second level visible when hover on first level list OR link */
#leftcol .sidemenu ul li:hover ul,
#leftcol .sidemenu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#leftcol .sidemenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#leftcol .sidemenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#leftcol .sidemenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#leftcol .sidemenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

#leftcol h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #04658E;
	font-size: 1em;
	margin: 17px 0 0 5px;
}

