@charset "UTF-8";
/* CSS Document */

body  {
	font: 11px Verdana, Trebuchet, sans-serif;
	line-height: 1.5em;
	background: #0E2351;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0 0 .3em 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #1B429A;
	}
h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 1em;
	}
h2 {
	font-size: 1.3em;
	}
h3 {
	font-size: 1.2em;
	color: #1B429A;
	}
h4 {
	font-size: 1.1em;
	color: #000000;
	}
h5 {
	padding: 0;
	margin: 1.5em 0 .5em 0;
	font-family: Verdana, Trebuchet, sans-serif;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #F58026;
	}
p {
	padding: 0;
	margin: 0 0 1.2em 0;
	}
p.nospace {
	padding: 0;
	margin: 0;
	}
p.intro {
	font-size: 1.1em;
	line-height: 2em;
	}
.editornote {
	font-style: italic;
	color:#66CC00;
	}
p.emphasize-small {
	font-size: 0.8em;
	font-style: bold;
	color:#0066CC;
	line-height: 0.95em;
	}
p.emphasize-medium {
	padding: 0;
	margin-top: -15px;
	margin-bottom: -5px;
	font-size: 1.0em;
	font-style: bold;
	color:#0066CC;
	}
p.emphasize-large {
	font-size: 1.8em;
	font-style: bold;
	color:#0066CC;
	line-height: 2.0em;
	}
div#mainContent a {
	color: #1B429A;
	text-decoration: none;
	font-style: italic;
	}
a:hover {
	color: #F58026;
	}
.italic {
	font-style: italic;
	}
.bold {
	font-weight: bold;
	}
.orange {
	color: #F58026;
	}
.red {
	color: #C41230;
	}
.aqua {
	color: #00A1B1;
	}
.dkblue {
	color: #1B429A;
	}
.FRS #page { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../Images/PageBG.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* HEADER STYLES START HERE */
.FRS #header {
	height: 160px; 
	background-image: url(../Images/HeaderBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0; 
	padding: 0 5px 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
div#corp_menu {
	margin: 0 0 0 430px;
	} 
div#corp_menu a {
	margin: 0 5px;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	} 
div#corp_menu a:hover {
	color: #1B429A;
	} 
.FRS #header #HeaderLogo {
	padding: 5px 20px 0 0;
	}
.FRS #header h3#tagline {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* HEADER STYLES END HERE */

.award {
padding-left: 10px;
}

.FRS #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0; /* padding keeps the content of the div away from the edges */
}


/* SECTION MENU STYLES BEGIN HERE */
.FRS #sidebar1 ul.section_menu {
	margin: 30px 0 0 0;
	padding: 0;
	width: 200px;
	} 
.FRS #sidebar1 ul.section_menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #BCC7D0;
	list-style-type: none;
	} 
.FRS #sidebar1 ul.section_menu li.redbox {
	background: url(../Images/redbox.gif) no-repeat scroll;
	background-position: bottom left;	
	} 
.FRS #sidebar1 ul.section_menu li.aquabox {
	background: url(../Images/aquabox.gif) no-repeat scroll;	
	background-position: bottom left;	
	} 
.FRS #sidebar1 ul.section_menu li.orangebox {
	background: url(../Images/orangebox.gif) no-repeat scroll;	
	background-position: bottom left;	
	} 
.FRS #sidebar1 ul.section_menu li.dkbluebox {
	background: url(../Images/dkbluebox.gif) no-repeat scroll;	
	background-position: bottom left;	
	} 
.FRS #sidebar1 ul.section_menu li a {
	display: block;
	margin: 0 0 0 30px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.2em;
	line-height: 2em;
	color: #1B429A;
	text-transform: none;
	text-decoration: none;
	} 
.FRS #sidebar1 ul.section_menu li a:hover {
	color: #1B429A;
	} 
.FRS #sidebar1 ul.section_menu li.submenu_item {
	border-bottom: none;	
	} 
.FRS #sidebar1 ul.section_menu li ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #BCC7D0;
	} 
.FRS #sidebar1 ul.section_menu li ul li.redarrow {
	list-style-image: url(../Images/Arrow_red.gif);	
	} 
.FRS #sidebar1 ul.section_menu li ul li.bluearrow {
	list-style-image: url(../Images/Arrow_dkblue.gif);	
	} 
.FRS #sidebar1 ul.section_menu li ul li.orangearrow {
	list-style-image: url(../Images/Arrow_orange.gif);	
	} 
.FRS #sidebar1 ul.section_menu li ul li.aquaarrow {
	list-style-image: url(../Images/Arrow_aqua.gif);	
	} 

.FRS #sidebar1 ul.section_menu li ul li a {
	display: block;
	margin: 0;
	padding: 3px 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #1B429A;
	text-transform: none;
	text-decoration: none;
	}
.FRS #sidebar1 ul.section_menu li ul li a:hover {
	color: #F58026;
	}
 
/* SECTION MENU STYLES END HERE */
	

.FRS #sidebar1 h5 {
	width: 130px;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	background-color: #BCC7D0;
	color: #FFFFFF;
	font-size: .9em;
	text-transform: uppercase;
	line-height: 1.8em;
	}
/* SIGN-IN MENU STYLES BEGIN HERE */
.FRS div#SignIn {
	margin: 30px 0;
	}
.FRS #sidebar1 ul.sign-in_menu {
	margin: 0 0 0 15px;
	padding: 0;
	width: 145px;
	} 
.FRS #sidebar1 ul.sign-in_menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #BCC7D0;
	list-style-type: none;
	} 
.FRS #sidebar1 ul.sign-in_menu li a {
	margin: 0 5px;
	font-size: .9em;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	} 
.FRS #sidebar1 ul.sign-in_menu li a:hover {
	color: #1B429A;
	} 
/* SIGN-IN MENU STYLES END HERE */

/* SIDEBAR 2 STYLES BEGIN HERE */
.FRS #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
}
.FRS #sidebar2 div.side2div {
	margin: 20px 0;
	}
.FRS #sidebar2 h5 {
	width: 120px;
	margin: 0 0 5px -14px;
	padding: 0 0 0 15px;
	background: url(../Images/h5_bg.gif) repeat-y scroll;
	color: #1B429A;
	font-size: .9em;
	text-transform: uppercase;
	line-height: 1.8em;
	}
.FRS #sidebar2 p {
	font-size: .9em;
	line-height: 1.5em;
	coloor: #666666;
	}
.FRS #sidebar2 div#NewsFlash a {
	color: #1B429A;
	text-decoration: none;
	font-style: italic;
	}
.FRS #sidebar2 div#NewsFlash a:hover {
	color: #F58026;
	}

.FRS #sidebar2 p.quote {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	}
.FRS #sidebar2 p.quote_credit {
	font-size: .9em;
	text-align: left;
	color: #1B429A;
	}
.FRS #sidebar2 ul#resources_menu {
	margin: 0;
	padding: 0;
	width: 120px;
	} 
.FRS #sidebar2 ul#resources_menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	list-style-type: none;
	} 
.FRS #sidebar2 ul#resources_menu li a {
	margin: 0 5px;
	font-size: .9em;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	} 
.FRS #sidebar2 ul#resources_menu li a:hover {
	color: #1B429A;
	} 

/* SIDEBAR 2 STYLES END HERE */


.FRS #mainContent { 
	margin: 0 175px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
h5#page_identity {
	margin: 0 0 15px 0;
	}
div#Certifications {
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #B9D2FF;
	}
p.cert_italic {
	margin-top: 5px;
	font-size: .9em;
	font-style: italic;
	}
.FRS div#spacer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../Images/FooterBG.gif) no-repeat scroll;
	height: 45px;
}
ul.checklist_orange {
	list-style-image:url(../Images/Check_orange.gif);
	} 
ul.checklist_blue {
	list-style-image:url(../Images/Check_dkblue.gif);
	} 
ul.checklist_aqua {
	list-style-image:url(../Images/Check_aqua.gif);
	} 
ul.checklist_red {
	list-style-image:url(../Images/Check_red.gif);
	}
	
ul.bulletlist_orange {
	list-style-image:url(../Images/Bullet_orange.gif);
	} 
ul.bulletlist_blue {
	list-style-image:url(../Images/Bullet_dkblue.gif);
	} 
ul.bulletlist_aqua {
	list-style-image:url(../Images/Bullet_aqua.gif);
	} 
ul.bulletlist_red {
	list-style-image:url(../Images/Bullet_red.gif);
	}

ul.news_list {
	list-style-image:url(../Images/Bullet_dkblue.gif);
	} 
ul.news_list li {
	margin: 0 0 10px 0;
	}

img.fltrt {
	float: right;
	}
img.page-top {
	margin: 0 0 10px 0;
	}
	
/* CLASS TABLE STYLES START HERE */
table.coursetable {
	font-size: .9em;
	border-collapse: collapse;
	}
table.coursetable tr td {
	padding: 3px;
	vertical-align: text-top;
	line-height: 1.2em;
	}
tr.firstrow {
	font-weight: bold;
	}
tr.secondrow {
	border-bottom: 1px solid #999999;
	margin: 0 0 6px 0;
	}	
td.col1 {
	width: 7em;
	}	 
td.col3 {
	width: 8em;
	}

/* FORMS STYLES START HERE */
table#choices tr td  {
	border-bottom: 1px solid #999999;
	margin: 0 0 6px 0;
	}

/* FOOTER STYLES START HERE */
.FRS #footer { 
	padding: 0 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FFFFFF;
	text-align: center;
} 
.FRS #footer h3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p.mouse {
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.1em;
	color: #999999;
	}
div#text_menu {
	margin: auto;
	} 
div#text_menu a {
	margin: 0 5px;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: underlines;
	color: #999999;
	} 
div#text_menu a:hover {
	color: #1B429A;
	} 
/* FOOTER STYLES END HERE */


.FRS #editContent { 
	margin: 0 175px 0 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* this is for hover text */
a.info{
    position:relative; /*this is the key*/
    z-index:24;
	background-color:#EEE;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#FFF}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em;
	left: 2em;
	padding: 0.5em;
	width: 40em;
    border: 3px solid #333377;
    background-color: #fefefe;
	color: #000;
    text-align: left;
}

<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.FRS #sidebar1 { width: 200px; }
.FRS #sidebar2 { width: 150px; }
<![endif]-->

<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.FRS #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.FRS #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
