﻿/*==============================================================
@author: michelle brennan
Color Scheme:
.darkblue {color: #005580;}
.darkred  {color: #330000;}
.red      {color: #990000;}
.blue     {color: #006699;}
.lightblue{color: #007BA4-doesnt pass contrast ratio so:  017196 (does pass)}

Inner Pages:
h1: #ffffff; 
h2: #990000;  
h3: #017196; 

Home Page:
h1: 017196;, or #fff on inner pages (header image)
h2: varies, all colors possible.
h3: #017196;

Everywhere:
h4: #990000; 
p: #333
a:link:  #005580
a:hover: #660000;
a:visited: #005580;
strong: #990000;
hr: #aaaaaa;

tables:
    row background: #fff;
    alt row background: #ece4e4;  (use class .alt)

Page width: 960px
  -- actual width is 900 with padding of 30px on left and right;
=================================================================*/
body 
{
   background:#fff ;


}
/*for compliance:---------*/
body, div, a, p, span, ul, br, caption, table, td, tr, th, li, 
input, label, select, option, em, strong, img
{
    color: #333;
}/*
----------------------------*/

/*======wrapper divs================*/
/*outer wraps up the whole page, including the footer  
  wrapper wraps up all the content, the header, the footer navigation
  like:   <outer><wrapper></wrapper></outer>.  They are divs.
*/
#outer
{
	width: 100%;
    margin: 0;
	padding: 0;

}

#wrapper
{	
	
   
	background: #fff;
	
   
	
}
.content_shortwidth
{
	
	background: #fff;
	width: 940px;
	
}

#header div.header_img {height: 123px; background: #fff;  border-top: 5px solid #660000; }
#header div.header_img h1 
{
    color: #333;
	font-size: 4.2em;
    margin: 0 0; padding: 0 0;
	margin-left: 30px;
    font-family: Georgia, Times New Roman, Serif;
	position: relative; top: 25px;
}
#header div#accommodations_header { height: 123px; background: #fff}
#header div#about_header { height: 123px; background: #fff}
#header div#FAQs_header { height: 123px; background: #fff}
#header div#contact_header { height: 123px; background: #fff}
#header div#announcements_header { height: 123px; background: #fff}
#header div#bulletin_header { height: 123px; background: #fff; border-top: 0px solid #fff;}
#header div#step1_header { height: 123px; background: #fff}
#header div#step2cs_header { height: 123px; background: #fff}
#header div#step2ck_header { height: 123px; background: #fff}
#header div#step3_header { height: 123px; background: #fff}
#header div#primum_header { height: 123px; background: #fff}
#header div#transcripts_header { height: 123px; background: #fff}
#header div#search_header { height: 123px;background: #fff}
#header div#privacy_header { height: 123px; background: #fff}
#header div#cru_header { height: 123px; background: #fff}
#header div#sitemap_header { height: 123px; background: #fff}
#header div#performance_header { height: 123px; background: #fff}
#header div#apply_header { height: 123px; background: #fff}
#header div#practice_header { height: 123px; background: #fff}
#header div.header_img h1{font-size: 4.3em; margin: 10px 0 0; height: 100%; top: 0; }
h2{font-size: 2.4em;}
h3{font-size: 2em;}

#logo, 
#search,
#right_bar,
#mainnav,
#bulletin_nav,
#testacomm_nav
{display:none;}
#footer
{ 
	background: #ccc;
	border-top: 1px solid #aaa;
	display:none;
}
p, .note_left h4, .note_right h4, li, blockquote, table tr td, table tr th, h4
{
    font-size: 1.2em;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4{font-size:1.4em;}
#dropshadow{display:none}
#footer p
{
    padding :0 30px; margin: 0 0 0 ;
    text-align: right;
    font-size: .65em;
    color: #333;
}

#breadcrumbs_ul, .xbreadcrumbs{display:none;}
#footer hr
{
    color: #999;
    margin: 10px 0 0;
	padding: 0;
	height: 1px;
	clear:left;
}

 ul.footernav    { padding: 0; margin: 0 30px; text-align:right; }
 ul.footernav li { display: inline; list-style-type: none; margin: 0 auto; padding: 0; color: #CCC;}
 ul.footernav li a
{
	float:none;
    text-decoration: none;
    font-size: .74em;
    text-align: center;
    padding : 0 ; margin: 0 -2px 0;
	color: #333;
	
}
 ul.footernav li a:hover
{
	text-decoration: underline;
}
.footernav p
{
	clear:right;
	font-size: .75em;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0;
}
.decoration_right,
.decoration_left{display:none;}
