﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, h1, h2, h3, h4, h5, h6, blockquote,/* ol, ul, li,*/ dl, dt, dd, td, form, fieldset, a, img, button
{
     margin:0;
     padding:0;
     border:0;
}
body
{
	margin:5px 0 0 0;
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:75%;	
}
p
{
    margin:1em 0;
    line-height:1.2;
}
img
{
    border:1px solid #000000;
}
hr
{
    color:#EE2C2C;
    background-color:#EE2C2C;
}
strong
{
    color:#EE2C2C;
}
/* ***********************************************************************
    Typography
*********************************************************************** */
h1, h2, h3, h4, h5, h6
{
    font-family:Arial, Sans-Serif;
    color:#EE2C2C;
}
h1
{
	margin:0.5em 0;
	font-size:140%;
	font-weight:bold;
	width:500px;
}
#content h1
{
    width:500px;
}
h2
{
	margin:0.5em 0;
	font-size:130%;
	font-weight:bold;
	width:500px;
}
#content h2
{
    width:500px;
}
h3
{
	margin:0.5em 0;
	font-size:120%;
	font-weight:normal;
	width:500px;
}
#content h3
{
    width:500px;
}
h4
{
	margin:0.5em 0;
	font-size:110%;
	font-weight:bold;
	width:500px;
}
#content h4
{
    width:500px;
}
h5
{
	margin:0.5em 0;
	font-size:100%;
	font-weight:bold;
	width:500px;
}
#content h5
{
    width:500px;
}
h6
{
	margin:0.5em 0;
	font-size:80%;
	font-weight:bold;
	width:500px;
}
#content h6
{
    width:500px;
}
.header2
{
	font-family:Arial, Sans-Serif;
	margin:0.5em 0;
	font-size:130%;
	font-weight:bold;
	color:#EE2C2C;
}
.header3
{
    font-family:Arial, Sans-Serif;
    margin:0;
	font-size:120%;
	font-weight:normal;
	color:#EE2C2C;
}

/* ***********************************************************************
    Containers
*********************************************************************** */
#wrapper
{
    position:relative;
    width: 965px;
    display:table;
    margin:0 auto;   
    background-image:url(../Images/coursesBtm.gif);
    background-repeat:no-repeat;
    background-position:bottom right;
}
.clearfix:after
{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
 }
.clearfix
{
    display:inline-table; 
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header
{ 
    padding-bottom:4px;
    background-image:url(../Images/courseLine.gif);
    background-repeat:repeat-x;
    background-position:bottom;
}
#crumb
{
    font-size:0.9em;
    float:left;
    clear:both;
    width:100%;
    padding-top:7px;
    margin-bottom:0px; 
    padding-bottom:5px;
}
#content
{
    width:500px;
    float:left;
    margin-top:10px;
    padding-bottom:15px;
}
#leftBar
{
    float:left;
    clear:left;
    width:180px;
    padding-bottom:10px
}
#leftNav
{
    clear:left;
	float:left;
	width:190px;
	margin:10px 45px 10px 0;
	padding-bottom:20px;
}
#areaNav
{
    margin-bottom:10px;
}
#rightBar
{
    width:180px;
    float:right;
    clear:right;
    margin-top:20px;
}
#rtSide
{
    width:182px;
    float:left;
    margin:0 0 20px 45px;
}
#search
{
    padding:10px 5px 10px 8px;
    background-color:#FFE4E4;   
}
#sbox
{
    border:1px solid red;
    width:460px;
    padding:10px;
    margin-top:15px;
    text-align:left;
    background-color:#FFE4E4;
}
.count
{
    width:460px;
    padding:0px 10px 0px 10px;
    margin-top:5px;
    text-align:left;
    border:1px solid red;
    background-color:#FFE4E4;
}
#content #CountPanel p
{
    width:450px;
}
.results
{
    width:460px;
    padding:0px 10px 0px 10px;
    margin-top:5px;
    text-align:left;
    border:1px solid gray;
    background-color:#f7f6f6;
}

#footer
{
    margin:0 auto;
    border-top:3px solid #EE2C2C;
    color:#7C7C7C;
    font-size:80%;
    clear:both; 
    width:965px;
    padding:5px 0 5px 0;
    text-align:center;
}
/* ***********************************************************************
    General Linkage
*********************************************************************** */
#skiptocontent
{
	position:absolute;
	margin-left:-1000px;
}
#header a
{
    background-color:#FFFFFF;
    font-family:'Century Gothic', Arial, sans-serif;
    font-size:15px;
    text-decoration:none;
    color:#333333;
}
#leftBar a:link
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
#leftBar a:visited
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
#leftBar a:hover
{
    color:#000000;
}
#leftBar a:active
{
    color:#000000;
    text-decoration:none;
}
#content a:link
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
    }
#content a:visited
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}
#content a:hover
{
    color:#000000;
}
#content a:active
{
    color:#000000;
    text-decoration:none;
}
#footer a
{
    color:#7C7C7C;
    text-decoration:none;
}
#footer a:hover
{
    color:#000000;
}
/* ***********************************************************************
    Main Navigation
*********************************************************************** */
#mainNav
{
    padding-top:40px; 
}
#mainNav ul
{
    list-style-type:none;
    text-align:right;
    padding:0;
    margin-bottom:0;
}
#mainNav li
{
    display:inline;
    margin:0 2px; 
}
#mainNav li a
{
    padding:0px 3px;
    color:#666666;
    background-color:transparent;
    text-decoration:none;
     height:38px;
}
.college:hover
{
    border-bottom:7px solid #1874CD;
}
.courses
{
    border-bottom:7px solid #EE2C2C;
}
.students:hover
{
    border-bottom:7px solid #EE7621;
}
.he:hover
{
    border-bottom:7px solid #008080;
}    
.emp:hover
{
    border-bottom:7px solid #8048C4;
}
.inter:hover
{
    border-bottom:7px solid #008000;
}
/* ***********************************************************************
    Breadcrumb
*********************************************************************** */
.pathSeparator
{
    color:#333333;
}
.currentNode
{
    color:#EE2C2C;
    font-weight:bold;
    text-decoration:none;
}
.node
{
    color:#333333;
    text-decoration:none;
}
.rootNode
{
    color:#333333;
    text-decoration:none;
}
/* ***********************************************************************
    Left Area Navigation
*********************************************************************** */
#areaNav
{
	clear:left;
	float:left;
}
#areaNav ul
{	
	list-style:none;
	width:180px;
	margin:0;
	padding-left:0;
}	
#areaNav li
{
	margin-top:-2px;
	width:180px;
	color:#EE2C2C;
	display:block;
	text-decoration:none;
	border:1px solid #EE2C2C;
	background-color:#FFE4E4;
}
#areaNav li a
{
    font-size:90%;
	width:170px;
	color:#EE2C2C;
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
}		
#areaNav li a:hover
{
	background-color:#EE2C2C;
	color:#FFFFFF;
	text-decoration:none;
}
.selected { background-color:#000000; }

/* ***********************************************************************
    High Contrast
*********************************************************************** */
#standard
{
    display:none;
}
.conNav
{
    display:none;
}
.ch
{
    display:none;
}
#headerContrast
{
    display:none;
}
/* ***********************************************************************
    Images
*********************************************************************** */
.logo
{
    padding-top:8px;
    float:left;
    border:none;
}
.cImage
{
    text-align:center;
    float:none
}
.rImage
{
    float:right;
    clear:right;
    margin:10px 0 10px 15px;
}
.nbImage{
    border:none;
} 
#rtSide img
{
    border:1px solid #000000;
    margin-bottom:20px;
}
.courseLogo
{
    float:right;
    border:none;
    margin-left:10px;
}
/* ***********************************************************************
    Lists
*********************************************************************** */
#content ul
{
    width:500px;
    list-style-type:none;
    margin-left:0;
    padding-left:0;
    margin-top:8px;
}
#content li
{
    padding-left:22px;
    padding-bottom:4px;
    background-image:url(../Images/courseBullet.gif);
    background-repeat:no-repeat;
    background-position:0 0.5em;
}
#content ol
{
    margin-left:12px;
    padding-left:12px;
}
#content ol li
{
    padding-left:0px;
    padding-bottom:4px;
}
.insideList
{
    margin-left:80px;
}

/* ***********************************************************************
    General
*********************************************************************** */
#strapline
{
    font-family:'Century Gothic', Arial, sans-serif;
    font-size:12px !important;
    float:right;
    color:#235CAB;
    padding-top:10px;
}
.headerCon
{
    font-family:'Century Gothic';
    font-size:15px;
    color:#333333;
    float:right;
}
.headerCon img
{
    padding-left:10px;
}
.bold
{
    font-weight:bold;
    color:#EE2C2C;
}
.boldBlk
{
    font-weight:bold;
    color:#000;
}
.searchBox
{
    font-size:12px;
}
.searchButton
{
    font-size:12px;
}
#content #sbox p
{
    width:450px;
}
.csb
{
    width:360px;
}
.csbWatermark
{
    color:Gray;
    width:360px;
}
.twenty
{
    margin-top:20px;
}
div.rows
{
  clear:both;
  padding-top:4px;
}
div.rows span.label
{
  float:left;
  width:80px;
  text-align:right;
  padding-top:5px;
}
div.rows span.formw
{
  float:right;
  width:410px;
  text-align:left;
}
div.row
{
    clear:both;
    padding-top:24px;
    width:500px;
}
div.row span.text
{
    float:left;
    width:285px;
    padding-top:5px;
}
div.row span.pic
{
    float:right;
    width: 200px;
    margin-left:5px;
}
#content hr
{
    width:490px;
    text-align:left;
    margin-left:0px;
}
#content p
{
    width:490px;
}
#leftBar p
{
    width:180px;
    margin:0;
    text-align:justify;
}
#rightBar p
{
    width:180px;
    margin:0;
    text-align:justify;
}
.crumbitem
{
    color:#333333;
    text-decoration:none;
}
.crumbPage
{
    color:#EE2C2C;
    font-weight:bold;
}
.hs
{
    display:none;
}
/* ***********************************************************************
    Course Details Specific
*********************************************************************** */
#coursePage
{
    float:left;
}
#coursePage a
{
    text-decoration:none;
}
#coursePage .bold
{
    font-weight: bold;
    color:#000000;
}
#coursePage strong
{
    color:#000000;
}
#headerInfo
{
    border-bottom:1px solid #000;
    margin:10px 0;
    padding-bottom:10px;
    width:720px;
}
.titleLabel
{
    color:Black;
    font-size:25px !important;
    font-weight:bold;  
}
#courseTitle
{
    font-size:140%;
    margin-top:15px;
}
#ltCol
{
    float:left;
    width:345px;
    margin-bottom:15px;
}
#rtCol
{
    float:left;
    width:345px;
    margin:0 0 15px 10px;
    padding-left:20px;
}
.ltCol
{
    float:left;
    width:345px;
    margin-bottom:15px;
}
.rtCol
{
    float:left;
    width:345px;
    margin:0 0 15px 10px;
}
#pageTitle
{
    width:710px;
    min-height:40px;
    background-color:#1874CD;
    text-align:center;
    padding:10px 5px 10px 5px;
    margin-top:10px;
}
#courseImages
{
    float:right;
}
#coursePage h4
{
    color:#000000;
    margin:0;
}
#coursePage p
{
    margin:0 0 10px 0;
}
#coursePage ul
{
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
}
.courseItem
{
    margin-bottom:10px;
}
#coursePage p.ltitle
{
    width:100%;
    font-family:Verdana, Arail, Sans-Serif;
    font-size:110%;
    font-weight:bold;
    margin:0;
}
.ltitle
{
    width:100%;
    font-family:Verdana, Arail, Sans-Serif;
    font-size:110%;
    font-weight:bold;
    color:#1874CD;
}
.lcontent
{
    font-size:1em;
    font-weight:normal;
}
#prtFooter
{
    display:none;
}
#ltside
{
    width:182px;
    float:left;
    clear:left;
    padding-top:20px;
}
#ltside img
{
    border:1px solid #000000;
    margin-bottom:20px;
}
.rtBox
{
    width: 173px;
    float: right;
    border: 1px solid red;
    background-color: #FFE4E4;
    padding: 5px;
    text-align: center
}
.rtBoxPros
{
    float:right;
    border:1px solid black
}
.clearRight
{
    clear:right;
    margin-top:10px;
}
/* ***********************************************************************
    ASP .NET CSS Friendly Control Adapters
*********************************************************************** */
.AspNet-Menu-Vertical
{
    float:left;
    clear:left;   
    width: 182px;
}
.AspNet-Menu-Selected
{
    background-color:#EE2C2C !important;
    color:#FFFFFF !important;
}

.AspNet-Menu-ChildSelected
{
    background-color:#EE2C2C !important;
    color:#FFFFFF !important;
}

.AspNet-Menu-ParentSelected
{
    background-color:#EE2C2C !important;
    color:#FFFFFF !important;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
ul.AspNet-Menu, 
ul.AspNet-Menu ul {
    width: 182px;
    padding-left:4px;   
}
/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
ul.AspNet-Menu ul {
    
}
/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
ul.AspNet-Menu li
{
    margin-top:-2px;
    color:#EE2C2C;
    display:block;
    border:1px solid #EE2C2C;
    background-color:#FFE4E4;
}
/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    font-size:90%;
    color:#EE2C2C;
    padding: 3px 0 3px 10px;
    text-decoration:none;
}
/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
ul.AspNet-Menu li.AspNet-Menu-Leaf a,
ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}
/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}
/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
ul.AspNet-Menu li:hover, 
ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background-color:#EE2C2C;
}
ul.AspNet-Menu li:hover a, 
ul.AspNet-Menu li:hover span, 
ul.AspNet-Menu li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover a, 
ul.AspNet-Menu li:hover li:hover span, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
ul.AspNet-Menu li:hover li:hover ul a:hover, 
ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: #FFFFFF;
}
ul.AspNet-Menu li:hover ul a, 
ul.AspNet-Menu li:hover ul span, 
ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
ul.AspNet-Menu li:hover li:hover ul a, 
ul.AspNet-Menu li:hover li:hover ul span, 
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: #000000;
}
/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
ul.AspNet-Menu li a:hover,
ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: #FFFFFF;
}
ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}