

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
margin: 0;
padding: 0;
font-family: Arial, Georgia, 'Times New Roman', Palatino, serif;
color: #000;
font-size: 84%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #9e2206;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
color:#292958;
background-color: transparent;
text-align: center;
margin-top: 8px;
font-size: 22px;
font-family: Arial, Verdana, 'Trebuchet MS', Helvetica, sans-serif;
border-bottom: 0 solid #8f8fb3;
}


h2 {
font-family: Arial, Verdana, 'Trebuchet MS', Helvetica, sans-serif;
background-color: transparent;
font-size: 18px;
color:#292958;
text-align: center;
}

h3 {
font-family: Arial, Verdana, 'Trebuchet MS', Helvetica, sans-serif;
background-color: transparent;
font-size: 16px;
color:#292958;
}

h3.bg {
background-color: #e3e8ee;
color:#292958;
font-size: 16px;
padding:3px;
}

h4 {
	color:#9e2206;
	background-color: transparent;
	font-size: 14px;
}

h4.bg {
	color:#9e2206;
	background-color: #f9ebdd;
	font-size: 14px;
	padding:2px;
}


blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #9e2206; 
text-decoration: underline;
}

a:visited {
color: #630000;
text-decoration: underline;
}

a:hover {
color: #630000;
text-decoration: underline;
}

a:active {
color: #9e2206; 
text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 980px;
border: 0px solid black;   /* black, headlines and borders */
}

#Header {
position: relative;
height: 130px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 210px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
padding: 20px 20px 20px 20px;
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -980px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 209px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -210px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 12px 0;
border-top: 0px solid #f0f5fb;
}

.Liner {
padding: 0;
}

.Liner-left-nav {
padding: 0 0 10px 0;
top:15px;
position:relative;
}

.Liner-content-col {
	margin-top:-20px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0 100px;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
/*background-image: url(../image-files/background.jpg);*/
background-repeat: repeat-y;
}

#Header {
/*background-image: url(../image-files/header.png);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;*/
}

#ContentWrapper {
/*background-image: url(../image-files/content.jpg);*/
background-repeat: no-repeat;
background-color: transparent;
margin-top:-50px;
}

#NavColumn {
/*background-image: url(../image-files/nav-col-top.png);*/
/*background-repeat: no-repeat;*/
background-color: transparent;
text-align: center;
margin-top:-50px;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
text-align: center;
margin-top:-50px;
}

#Footer {
background-image: url(../image-files/footer.png);
background-repeat: no-repeat;
background-color: transparent;
background-position: bottom;
text-align: center;
font-size: 85%;
color: #333;
margin: 0px 0px 10px 0px;
height:86px;
}

#NavColumn {
font-size: 90%;
color: #708090;
text-align: right;
}

#ExtraColumn {
font-size: 90%;
color: #708090;
text-align: left;
width:209px;
}

#ExtraColumn .Liner {
padding: 0;
top:0px;
position:relative;
}


/* ------ Section 4 - Left Column Navigation ------ */
/*#NavColumn h4 {
font-size: 90%;
color: #708090;
margin-top: 115px;
text-align: right;
}*/

.Navigation {
width: 100%;
font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
background-color: transparent;
}

.left-col-box-top {
	background: url(../image-files/nav-col-top.png) no-repeat;
	position:relative;
	height:20px;
}

.left-col-box-side {
	background: url(../image-files/nav-col-side.png) repeat-y;
	border-top:none!important;
}

.left-col-box-bot {
	background: url(../image-files/nav-col-bot.png) no-repeat;
}

/* -- Nav Headers -- */

.Navigation h4 {
background: url(../image-files/nav-col-side.png) repeat-y;
padding-right:50px;
padding-bottom:10px;
font-size: 110%;
color: #9e2206;
margin:0;
position:relative;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 20px 1px 5px;
margin: 0;
}

.Navigation li {   
border: none;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color:  #708090;
display:block;    /*  this makes the whole box highlight rather than just the text */
padding: 3px 8px 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #999;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 8px 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color:#630000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 8px 3px 4px;
background: url(../image-files/nav-hover.png)left no-repeat;   
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
margin-top:0px;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #990000;
}


/* -- Horizontal Text NavBar -- */

.top-links {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 85%;
}

.top-links ul {
list-style-type: none;
top:57px;
padding: 0 5px 0 0;
position:relative;
right:285px;
float:right;
}

.top-links ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.top-links a:link {
color: #f0dbc0;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.top-links a:visited {
color: #f0dbc0;
text-decoration: none;
}

.top-links a:hover {
color: #f0dbc0;
text-decoration: underline;
}

.top-links a:active {
color: #f0dbc0;
text-decoration: none;
text-align: center;
}

.top-search {
	position:relative;
	left:712px;
	top: -170px;
	margin-right:712px;
	margin-left:7px;
}

.top-search-google {
	position:relative;
	top:5px;
}


.ExtraNav {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal!important;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #f0dbc0;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #f0dbc0;
text-decoration: none;
}

.ExtraNav a:hover {
color: #f0dbc0;
text-decoration: underline;
}

.ExtraNav a:active {
color: #f0dbc0;
text-decoration: none;
text-align: center;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 100px;
left: 140px;
}

#Header .ExtraNav ul { 
margin: 0;
height:30px;
}

#Header .ExtraNav ul li {
display: inline;
background: url(../image-files/menu-button-r.png)top right no-repeat;
background-color: transparent;
height:30px!important;
top:-13px;
text-align: center;
float:left;
}

#Header .ExtraNav a {
	background: url(../image-files/menu-button-l.png) top left no-repeat;
	float:right;
	padding:7px 8px;
	color: #f0dbc0;
	font-weight:bold;
}

#Footer .ExtraNav {
margin: 0px auto;
background-color: transparent;
}

#Footer .ExtraNav ul{
position: relative;
top: 5px;
right: 0px;
}



/* ------ Section 6 - Boxes and buttons ------ */

.CalloutBox {
width:550px;
margin: 18px auto 24px -5px;
padding: 4px;
color: black;
}

.CalloutBox-table {
    border:none;
    margin:0;
    padding-right:14px;
    top:-5px;
    position:relative;
}

.CalloutBoxTop {
	background: url(../image-files/callout-box-top.png) no-repeat;
}

.CalloutBoxSide {
	background: url(../image-files/callout-box-side.png) repeat-y;
}

.CalloutBoxBottom {
	background: url(../image-files/callout-box-bot.png) no-repeat;
	background-position: bottom;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #E1F2F2;
width: 24%;
border: 1px dotted #990000;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #333;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: white;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseTopStrip {
	background: url(../image-files/adsense-bg.png) no-repeat;
	height:41px;
	position:relative;
	top:3px;
	width:580px;
	left:-15px;
}

.AdSenseTopStrip-text {
	position:relative; 
	top:13px;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 12px 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 12px 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 12px auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: transparent;
width: 90%;
border-top: 1px solid #990000;
border-bottom: 1px solid #990000;
margin: 0 auto 12px auto;
padding: 4px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 179px;
background-color: transparent;
margin:-12px 0 0 0;
font-size: 100%;
font-weight: bold;
color: #990000;
line-height: 120%;
text-align: center;
position:relative;

}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

#ContentColumn ul { 
list-style-type: none; 
padding-left: 0; 
margin-left: 10px; 
} 

#ContentColumn li { 
background: url(../image-files/bullet.png) left top no-repeat; 
padding-left: 15px; 
padding-bottom: 5px; 
}

#ContentColumn ul.blue { 
list-style-type: none; 
padding-left: 0; 
margin-left: 10px;
list-style-position: inside;
background-color: transparent 
} 

#ContentColumn ul.blue li { 
background: url(../image-files/bullet-blue.png) left no-repeat; 
padding-bottom:0;
padding-left:15px; 
background-color: transparent;
line-height:1.30em;
}

/* right Column styles */

p.share {
	padding:5px 5px 5px 7px;
	margin-bottom:0;
	position:relative;
	top:-3px;
}

.right-col-box-top {
	background: url(../image-files/extra-nav-col-top.png) no-repeat;
	position:relative;
	height:20px;
	top:16px;
}

.right-col-box-side {
	background: url(../image-files/extra-nav-col-side.png) repeat-y;
	position:relative;
	top:16px;
	bottom:0;
	margin-bottom:20px;
}

.right-col-box-bot {
	background: url(../image-files/extra-nav-col-bot.png) no-repeat;
	position:relative;
	top:-4px;
}

div.special-text {
	position: relative; 
	top: 25px;
	margin-bottom:-20px;
}

.right-special-text-top {
	background: url(../image-files/extra-nav-col-top.png) no-repeat;
	position:relative;
	height:20px;
	top:-6px;
}

.right-special-text-side {
	background: url(../image-files/extra-nav-col-side.png) repeat-y;
	position:relative;
	top:-30px;
	bottom:0;
	margin-bottom:0px;
}

.right-special-text-bot {
	background: url(../image-files/extra-nav-col-bot.png) no-repeat;
	position:relative;
	top:-42px;
}

h4.special-text-title {
	color:#9e2206;
	text-align:center;
	border-bottom:1px dotted gray;
	margin-left:25px;
	margin-right:25px;
	background-color:transparent!important;
}

h4.special-text-title-bg {
	color:#9e2206;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	background-color:#f9ebdd!important;
}
h4.special-text-title-bg-red {
	color:#FFFFFF; /*white*/
	text-align:center;
	margin-left:15px; 
	margin-right:15px;
	margin-top:-8px;
	background-color:#CC0000!important; /* red background */
}

h4.special-text-title-bg-search {
	color:#FFFFFF; /*white*/
	margin-left:15px; 
	margin-right:15px;
	margin-top:-4px;
	background-color:#CC0000!important; /* red background */
}



/* Footer stlyes and formatting */
p.above-bottom-nav {
	color:#f0dbc0;
	background-color: transparent;
	position:relative; 
	top:10px;
}

.above-bottom-nav-list {
	position:relative; top:15px;
	color: #f0dbc0;
	background-color: inherit;
}

.bottom-navigation-list {
	position:relative; top:-3px;
	color:#f0dbc0;
	background-color: transparent;
}

p.below-bottom-nav {
	color:#f0dbc0;
	background-color: transparent;
	position:relative;
	top:-5px
}

p.copyright {
	color:#f0dbc0;
	position:relative;
	background-color: transparent;
	bottom:10px;
}

/* -- Quinstreet search widget -- */
#SearchWidget 	{width:160px; height:140px; 
				font-family:Arial, Helvetica, sans-serif;text-align:center;}
#SearchWidget h2{margin:0; padding:2px; text-indent:5px; background-color:#003399; color:#ffffff; border-bottom:1px solid #efefef; font-size:14px;text-align:left; }
#SearchWidget form	{padding:0px 0; margin:0 auto;}
#SearchWidget fieldset 	{width:98%; border:none; margin:0 auto; padding:4px 0 0 0; text-align:left;}
#SearchWidget select{width:100%; font-size: 11px;}
#SearchWidget label {width:42%;margin-right:1%; font:bold 11px Arial, Helvetica, sans-serif; font-size:11px; }
#SearchWidget .textfield {width:57%; font-size:12px;  }
#SearchWidget fieldset#searchbutton {text-align:center;}
#SearchWidget #searchbutton input  {width:60%; margin: 2px auto 0 auto; padding:2px 0; text-align:center; font-size:14px; font-weight:bold; color:#fff; background-color:#CC0000; border:1px outset #CC0000; cursor:hand;}




