@charset "utf-8";
/* CSS Document */
body  {
	/* font-size:69%; */
	font-family: Verdana,Tahoma, Arial ;
	background: #FFFFFF;
	color: #335f6a;
}






.aligntop{
	vertical-align:top;
}

/******************************/
/*        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  {
	margin-top:20px;
	margin-bottom:0px;
}

p.schedule  {
	margin-top:5px;
	margin-left:10px;
}

/******************************/
/*       TEXT STYLES          */
/******************************/
.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;
}






/******************************/
/*       FORM STYLES          */
/******************************/

#email_recipient {
	visibility :hidden;
}





/******************************/
/*    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          */
/******************************/






/*******************************/
/*        MAIN BANNER          */
/*******************************/

/* Primary navigation          */
#tier1Container
{
	background-color:#1A4F5E;
	height:1.6em;
	width: 100%;
	margin:0px;
	padding:0px;
}
#tier1Navigation{
	width:780px;
	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 {
	text-align:center;
	width:100%;
	height:75px;
/*	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;
}



/***  EXTRAS    ***/


.cntInfo, .cntError, .cntAlert, .cntSubTitle, .cntSubMenu {
        padding: 4px;
        margin: 0;
        margin-bottom: 5px;
        border: 1px solid #eaeaea;
        background-color: #fff;
}
.cntInfo p, .cntError p, .cntAlert p {
        padding: 0;
        padding-bottom: 5px;
}
.cntInfo {
        background: #FAFAF8 url(img/shade.info.gif) 0 0 repeat-x;
}

.cntInfo .cntForm {
    white-space: nowrap;
}

.cntError {
     background-color: #ffc;
     border-color: #930;
     font-size: 10px; /* make box not wrap */;
     white-space: nowrap;
     position: relative;
     left: 5px;
}
.cntAlert {
    background-color: #d3e4ff;
    border-color: #36c;
}
.cntSubTitle {
    border: 0;
    border-top: 1px solid #dadada;
    background: url(img/shade.subtitle.gif) 0 2px repeat-x;
}
.cntSubMenu {
    border: 0;
    border-top: 1px solid #dadada;
    background: url(img/shade.menu.gif) 0 2px repeat-x;
}
    
/*</group>*/

/*<group=top sellers>*/

.bestouter {
    width:  600px;
    height: 100px;
}

.bestinner {
    float: left;
    height:160px;
    width: 120px;
    border-style: solid;
    border-width: 1px;
    margin: 10px;
    background: #dfeefe;
}

.besttitle {
    heioght: .5em;
    text-align: center;
    background: #5e8bc4 0px;
    text-transform: none;
    white-space: nowrap;
    font-size: 1em;
    font-weight: bold;
}

.bestimage {
    margin-top:  10px;
    height: auto;
}

.bestimage img {
   height: 120px;
   vertical-align: middle;
   margin-left:  auto;
   margin-right: auto;
   display:  block;
}

.besttitle a:link {
    text-decoration: none;
}

.besttitle a:hover {
    text-decoration: underline;
}

/*</group>*/

.spacer {
    margin-top: 20px;
}
.controlBar {
    background-color: #d3e4ff;
    /* background: #fff url(img/control.bg.gif) 0 100% repeat-x; */
    border: 1px solid #CAC4B6;
    color: #333;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    height: 34px;
    clear:  left;
    text-align: left;
    text-indent: 1px;
}

.controlBar .buttonbox {
    float: right; 
    width: 50%; 
    text-align: left; 
    padding: 3px 3px;
}


.controlBar .button {    
   float: right; 
   width: 30px; 
   /* border: 1px solid #d3e4ff; */
}

.controlBar .message {
    padding: 3px 6px;
    vertical-align: bottom;
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
}

.controlBar option {
        font-size: small;       
}

.dvdtable {    
    width:  99%;
}

.dvdtablehead {
    text-align: left;
}

.dvdtableodd{
	background:#edf4f9;
	border-bottom: 1px solid blue;
}
.dvdtableeven{
	background:#edf4f9;
}
.dvdtablecol{
	border-left: 1px solid blue;
}
.dvdtablecolheader{
	background:#5a76f3;
}
.dvdtablecolfooter{
	background:#5a76f3;
}

.results {
        /*clear: left;
        float: left;
        */
        border-bottom: 1px solid #eaeaea;
}
#searchSummary a {
        color: #2C5298;
        text-decoration: none;
}
#searchSummary a:hover {
        text-decoration: underline;
}

/* Box */

.box {
        text-align: left;
        border: 1px solid #aaa;
        margin-bottom: 20px;
        width: 170px;
}
.boxHeader {
        background: #f6f5e7 url(img/box.hdr.bg.yellow.gif) repeat-x;
        padding: 5px 10px;
}
.boxHeader h3 {
        font-weight: bold;
        padding: 0px;
        color: #333;
}
.boxContent {
        background: #fff url(img/shade.gif) repeat-x;
        border-top: 1px solid #aaa;
        padding : 10px;
}
.boxFooter {
        text-align: center;
        padding-bottom: 10px;
}

/* Forms */
.required, .warning {
        font-weight: bold;
        color: #900;
}

/*<group=menu>*/

.menu {
        background: #619ad9 url(img/menu.bg.gif) 0 100% no-repeat;
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 12px;
}
.menu dt {
        color: #fff;
        font-weight: bold;
        padding: 7px 6px 5px 16px;
        border-bottom: 2px groove #6AA9EE;
}
.menu dd {
        background-color: #DDEEFF;
        border-top: 1px solid #F9FBFD;
        border-bottom: 1px solid #3B7FBD;
        border-left: 1px solid #C1C1C1;
        border-right: 1px solid #C1C1C1;
        padding: 6px;
}


.menu input {
        width: 156px;
}
.menu select {
        width: 165px;
}
.menuHeader {
    background: #619ad9 url(img/menu.top.bg.gif) 0 0 no-repeat;
    border-bottom: 1px solid #000;
}
.menuSection {
    color: #2C5298;
    padding-bottom: 4px;
}
.menuSection dt {
    color: #2C5298;
    font-size: small;
    border: 0;
    padding: 0;
    font-weight: bold;
}
.menuSection dd {
        color: #2C5298;
        font-size: 85%;
        padding: 0;
        padding-left: 4px;
        border: 0;
}
.menuSection a {
        color: #2C5298;
        text-decoration: none;
}
.menuSection a:hover {
        text-decoration: underline;
}

.menuFooter a {
    /* color: #2C5298; */
    text-decoration: none;
}
.menuFooter a:hover {
    text-decoration: underline;
}

.menuForm dd, .menuForm dt {
    border: 0;
    padding: 0;
}

.menuForm dt {
    color: #2C5298;
    font-size: 12px;
}
.menuForm dd {
    padding-bottom: 5px;
}

/* Menu */

/* Menu */
    
/*</group>*/
.formButton {
        background: #eaeaea url(img/btn.bg.gif) 0 0 repeat-x;
        border-style: ridge; 
}

/*<group=Status Box>*/

#status {
        float: right;
        padding: 5px 10px;
        text-align: right;
}
#status dl {
        list-style: none;
        background-image: url(img/status.bg.gif);
}
#status dt {
        display: none;
}
#status dd {
        color: #fff;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        padding: 2px 4px;
        line-height: normal;
        border: 1px solid #003080;
}

/* Status Box */
    
/*</group>*/



.orderBox {
    clear: both;
    position: relative;
    top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 10px;

}

/*<group=product page>*/
.productbox {    
    margin-left:  40px;
}

.productimage {   
    float: left;
    margin-right: -30px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.productimage img {
    position: relative;
    left: -30px;
}
    

.logo {
	text-align: center;
}

.logo img {
	width: 120px;
}

.productinfo {
   
}



/*</group>*/

