@charset "utf-8";
/* CSS Document */
body  {
	font-size:69%;
	font-family: Verdana,Tahoma, Arial ;
	background: #FFFFFF;
	color: #000000;
}







/******************************/
/*        HYPERLINKS          */
/******************************/
a{
	color: #336C97;
	text-decoration: none;

}

a:visited {
	color:  #336C97;
	text-decoration: none;
}

a:hover {
	color:  #0085EC;
	text-decoration: underline;
}

.prompt {
	text-align:right;
	background: url(../images/structure/blue_arrow.gif) no-repeat right center;
	padding-right: 6px;
	float:right;
}

p a, li a {
	font-weight:bold;
}


/******************************/
/*       TEXT STYLES          */
/******************************/

/* DEFAULTS */
h2{
	color:#0A479E;
	font-weight:bold;
	font-family:arial;
	font-size:1.4em;
}

h3{
	color:#0A479E;
	font-weight:bolder;
	font-family:arial;
	font-size:1.1em;
}

h4{
	color:#6389A0;
	font-weight:bolder;
	font-family:arial;
	font-size:1.1em;
	margin:.2em;
	margin-bottom:.1em;
	margin-top: 1.5em;
}

p{
/*	text-align:justify; */
	margin-top:.5em;
	margin-bottom:1.5em;
}

p.compact, ol.compact, ul.compact {
	margin-top:.5em;
	margin-bottom:.5em;
}


ul{
	list-style:square;
}

img{
	border:0px;
}



.left_align{
	float:left;
	margin-right: 1.5em;
	border:none;
}
.right_align{
	float:right;
	margin-left: 1.5em;
	border:none;
}
.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Homepage header. */
.header_home{
	font-size:1.2em;
	font-weight:bold;
	background: url(../images/structure/brown_square.gif) no-repeat left center;
	padding-left: 12px;
	color:#404040;
	border-bottom: 1px solid #6389A0;
	border-top: 1px solid #6389A0;
}

/* Formatting first used on public course schedules
 * Reduces the vertical spacing between headers and paragraphs, and introduces a left margin
*/

h3.schedule  {
	border-top: 1px solid #6389A0;
	border-bottom: 1px solid #6389A0;
	margin-top:60px;
	margin-bottom:10px;
	padding-left:20px;

}

h4.schedule  {
	margin-top:20px;
	margin-bottom:0px;
	margin-left:20px;
}

p.schedule  {
	margin-top:5px;
	margin-left:30px;
}

.home_pane{
	margin: 0.5em;
	width:46%;
	height:13em;
	border-bottom: 1px solid #606060;
	float:left;
	color:#202020;
}

.service_pane{
	width:90%;
	border-bottom: 1px solid #606060;
	padding-top:1em;
	padding-bottom:1em;
	float:left;
}
.service_pane p{
	display:block;
	color:#202020;
	margin-top:0px;
}
.service_pane h3{
	color:#606060;
}

/* Can be used to limit the width of an area dominated by text */
div.text_dominant_layout {
	display:block;
	width:48em;

}

/* Can be used to definate a section, deliniated by trailing whitespace */
div.section {
	display:table;
	margin-bottom:1.5em;
}


div.faq {
	border: 1px solid #CCCCCC;
	background: #E4ECEF;
	margin-bottom:1em;
	padding:0px;

}

div.faq h4 {
	color: #ffffff;
	background: #016B7E;
	border-bottom: 1px solid #BBBBBB;
	font-size:1.1em;
	display:block;
	margin-top:0em;
	padding-left: 1em;
	padding-top:0.5em;
	padding-bottom:0.5em;

	width:inherit;
}

div.faq h4:first-letter{
	color:#ffcc00;
	font-weight:bold;
}

div.faq p{
	margin-left: 1em;
	margin-right: 1em;
}

div.faq p.answers:first-letter{
	font-weight: bold;
}





div.twoColDiv {
	float:left;
	width:40%;
	margin:1em;
}

/* list block tags in two columns */
.twoColList li {
	margin-left:2%;
	margin-right:2%;
	width:42%;
	float:left;
}

.threeColList li {
	margin-left:2%;
	margin-right:2%;
	width:28%;
	float:left;
}




.figure_block {
	float: right;
	display:table;
	text-align:center;
	margin: 0px 2em 2em 2em;
	background-color: #F0F0F0;
	padding: 10px 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

.figure_block_centered {
	float: none;
	display:table;
	text-align:center;
	margin: 0px auto 2em auto;
	background-color: #F0F0F0;
	padding: 10px 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}
.figure_block img, .figure_block_centered img{
	border-top: 1px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #555;
}

.figure_block p, .figure_block_centered p{
	text-align:center;
	color:#404040;
	font-size:0.8em;
}


.datagrid, .datagrid tr, .datagrid tr td, .datagrid tr th {
	border-color:#6389A0;
}


/* References */
.reference {
	font-family:sans-serif;	
	line-height:1.5em;
	list-style-image:none;
	margin:0.3em 0 0 3.2em;
	padding:0;
	font-size:90%;
}

.reference_tag {
	background-color:#DDEEFF;
	line-height:1em;
	font-family:sans-serif;	
}

.reference_return {
	line-height:1em;
	font-family:sans-serif;		
}


/******************************/
/*       FORM STYLES          */
/******************************/

#email_recipient {
	visibility :hidden;
}


.textBox {
	width:220px;
	}


/******************************/
/*    SIDEBAR NAVIGATION      */
/******************************/
#sidebar_navigation h2, .sidebar_navigation h2 {
	font-weight:bold;
	background:#6389A0;
	color:#FFFFFF;
	margin:0px;
	padding: 3px 7px;
	width:inherit;
	font-size:1em;

}
#sidebar_navigation ul, .sidebar_navigation ul {
	font-weight:normal;
	margin:0px;
	padding:0px;
	width:100%;

}
#sidebar_navigation ul li, .sidebar_navigation ul li {
	font-weight:normal;
	height:100%;
	overflow:visible;
	list-style:none;
	padding-left:6px;
	margin: 0px;

}



#sidebar_navigation ul li a, .sidebar_navigation ul li a {
	font-weight:normal;
	color:#22546D;
	display:block;
	width:inherit;
	background: url(../images/structure/brown_arrow.gif) no-repeat left center;
	padding: 3px 7px;
	text-decoration:none;

	border-bottom: 1px solid #6389A0;
}



#sidebar_navigation ul li a:hover, .sidebar_navigation ul li a:hover {
	font-weight:normal;
	background: url(../images/structure/blue_arrow.gif) no-repeat left center;
	color: #393939;
	background-color:#D2DDE3;
}
#sidebar_navigation ul li.current, .sidebar_navigation ul li.current {
	font-weight:normal;
	background-color:#D2DDE3;
	color: #393939;
}

#sidebar_navigation ul li ul li a, .sidebar_navigation ul li ul li a {
	font-weight:normal;
	color:#666666;
	background: none;
	padding-left:0px;
}

#sidebar_navigation ul li ul li a:hover, .sidebar_navigation ul li ul li a:hover {
	font-weight:normal;
	background: none;
	color: #393939;
	background-color:#D2DDE3;
}

#sidebar_navigation ul li ul li ul li a, .sidebar_navigation ul li ul li ul li a {
	font-weight:normal;
	color:#666666;
	background: url(../images/structure/brown_square2.gif) no-repeat left center;
	padding-left:7px;
}

#sidebar_navigation ul li ul li ul li a:hover, .sidebar_navigation ul li ul li ul li a:hover {
	font-weight:normal;
	background: url(../images/structure/blue_square2.gif) no-repeat left center;
	color: #393939;
	background-color:#D2DDE3;
}


#rtSidebar ul li a {
	font-weight:normal;
}

#ltSidebar ul li a {
	font-weight:normal;
}

/******************************/
/*       NEWS STYLES          */
/******************************/
#news_container h3{
	color:#990000;
	font-size:1.6em;
	padding-bottom: 5px;
	margin-bottom:1px;
	border-bottom: solid #6389A0 1px;
}
#news_article {
	display:block;
	margin-left:40px;
	margin-right:20px;
}
#article_dateline{
	margin-top:0px;
	color:#6389A0;
	text-align:right;
}
.list_date{
	font-weight:bold;
	color:#606060;
}
.feed{
	margin-top:0px;
	font-weight:bold;
	padding-left:15px;
	background: url(../images/structure/feed_icon.gif) no-repeat left center;
}


/******************************/
/*     IN-PAGE NAVIGATION     */
/******************************/
#in_pageNavigation {
	border-bottom: solid #6389A0 1px;
	margin-bottom:3em;
}

#in_pageNavigation ul {
	list-style:none;
}
#in_pageNavigation ul a, #in_pageNavigation ol a {
	background: url(../images/structure/blue_arrow.gif) no-repeat left center;
	padding: 3px 7px;
}


/******************************/
/*     SERVICE BLOCK          */
/******************************/






/******************************/
/*   INSERT BOX             */
/******************************/

.insertBox {
	margin: 0 auto; /* center for now */
	width: 25em; /* ems so it will grow */
	background: url(../images/structure/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.insertBoxHead {
	background: url(../images/structure/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.insertBoxHead h3 {
	background: url(../images/structure/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.insertBoxBody {
	background: url(../images/structure/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.insertBoxBody p {
	text-align:left;
}






/*******************************/
/*        MAIN BANNER          */
/*******************************/

/* Primary navigation          */
#tier1Container
{
	background-color:#1A4F5E;
	height:1.6em;
	width: 100%;
	margin:0px;
	padding:0px;
}
#tier1Navigation{
	width:980px;
	font-family:arial;
	margin: 0 auto;
}
#tier1Navigation ul
{
	background-color: #1A4F5E;
	height:1.6em;
	color: #FFFFFF;
	margin:0px;
	float:right;
}
#tier1Navigation ul li { display: inline; float:left; }
#tier1Navigation ul li a
{
	padding: 0.2em 1em;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	float: left;
	border-right: 1px #FFFFFF solid;
}
#tier1Navigation ul li a:hover
{
	background-color: #206074;
	text-decoration:underline;
}



/* Banner */
#logo_banner {

	width:100%;
	height:150px;
/*	background-color:#1A4F5E;	*/
	background-image:url(../images/structure/header_home_left_fade_green1.jpg);
}



/* Secondary navigation */
#tier2Container
{
	width: 98.3em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	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. */
}
#tier2Navigation
{
	font-family:arial;
	height:1.6em;
	margin:0px;
	padding:0px;
	float:left;
}
#tier2Navigation ul
{
	height:inherit;
	width: 81.65em;
	background-color: #6389A0;
	color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
}
#tier2Navigation ul li { display: inline }
#tier2Navigation ul li a, #tier2Navigation ul li span
{
	color:#FFFFFF;
	padding: 0.2em 1em;
	font-weight:bold;
	text-decoration: none;
	float: left;
	border-right: 1px #000000 solid;
	border-left: 1px #FFFFFF solid;}
#tier2Navigation ul li a:hover
{
	background-color: #83A1B4;
	text-decoration:underline;
}
.tier2fade
{
	margin:0px;
	padding:0px;
	border: 0px;
	float:left;
	height:1.6em;
 	width:8.3em;
	overflow:hidden;
}

#tier2NewsScroller
{
	width: 37em;
	height:1.2em;
	border: 1px dashed black;
	padding-top:0px;
	padding-bottom: 0.2em;
}
#tier2NewsScroller div div a, #tier2NewsScroller div div span {
	border:none;
	width: 39em;
}



#footer {
	color:#606060;
}

#footer a.inline{
	font-weight:normal;
	color:#22546D;
	padding-left:0.5em;
	padding-right:0.5em;
	border-right: 1px solid #606060;
}

a.valid_css,  a.valid_xhtml,  a.valid_html{
	font-weight:normal;
	display:block;
	height:20px;
	width:57px;
	margin-left:1em;
	margin-right:1em;
	float:left;
/*	background-image:url(../images/structure/valid-referer-gs.png); */
}

a:hover.valid_xhtml,  a:hover.valid_html{
/*	background-image:url(../images/structure/valid-referer.png); */
}
a.valid_css{
	background-image:url(../images/structure/valid-css-gs.png);
}
a:hover.valid_css{
	background-image:url(../images/structure/valid-css.png);
}
a.valid_xhtml{
/*	background-image:url(../images/structure/valid-xhtml10-gs.png); */
}
a:hover.valid_xhtml{
/*	background-image:url(../images/structure/valid-xhtml10.png); */
}
a.valid_html{
/*	background-image:url(../images/structure/valid-html401-gs.png); */
}
a:hover.valid_html{
/*	background-image:url(../images/structure/valid-html401.png); */
}



/******************************/
/*        COLORS              */
/******************************/
.block_dark{
	color:#FFFFFF;
	background:#1A4F5E;
}

.block_light{
	color:#FFFFFF;
	background:#6389A0;
}