

/* ------ 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: #590912; /*maroon */
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 4px;
margin-bottom:8px;
}

h1 {
color:#590912; /* maroon */
background-color: transparent;
text-align: center;
margin-top: 4px;
font-size: 24px;
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: 20px;
color:#3a4e63; /* blue */
text-align: center;
font-weight: bold;
}

h3 {
font-family: Arial, Verdana, 'Trebuchet MS', Helvetica, sans-serif;
background-color: transparent;
font-size: 18px;
color:#3a4e63; /*blue*/
font-weight: bold;
}

h3.bg {
background-color: #e3e8ee; /* light blue background */
color:#3a4e63; /*blue */
font-size: 18px;
padding:3px;
font-weight: bold;
}

h3.bg-dk-blue {
background-color: #3a4e63; /* dark blue background */
color:#e3e8ee; /* light blue */
font-size: 18px;
padding:3px;
font-weight: bold;
}

h4 {
	color:#590912; /*maroon*/
	background-color: transparent;
	font-size: 14px;
}

h4.bg {
	color:#590912; /*maroon*/
	background-color: #f9ebdd; /*light red background */
	font-size: 14px;
	padding:3px;
}

h4.bg-blue {
	color:#590912; /*maroon*/
	background-color: #e3e8ee; /*light blue background */
	font-size: 14px;
	padding:3px;
}


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: #3768CE;  /*blue*/
text-decoration: underline;
}

a:visited {
color: #cd853f; /*gold*/
text-decoration: underline;
}

a:hover {
color: #cd853f; /*gold*/
text-decoration: underline;
}

a:active {
color: #590912; /*maroon*/
text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 980px;
border: 0px solid black;   /* black, headlines and borders */
}

#Header {
position: relative;
height: 130px;
border-bottom: 1px dotted #590912;
}

#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)  */
font-size: 90%;
color: #590912;
background-color: transparent;
text-align: right;
margin-top:0px;
}

#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) */
font-size: 90%;
color: #590912;
text-align: left;
background-color: transparent;
margin-top:0px;
}

#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:-10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
/*background-image: url(../image-files/background.jpg);*/
background-repeat: repeat-y;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
text-align: left;
font-size: 90%;
color: #590912;
margin: 0px 0px 10px 0px;
}

#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:25px;
}

.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;
	padding-bottom:20px;
}

/* -- Nav Headers -- */

.Navigation h4 {
background: url(../image-files/nav-col-side.png) repeat-y;
padding-right:35px;
padding-bottom:5px;
font-size: 110%;
color: #590912; /*maroon*/
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:  #3a4e63; /*blue*/
display:block;    /*  this makes the whole box highlight rather than just the text */
padding: 2px 8px 2px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #cd853f; /*gold*/
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 8px 2px 4px;
text-decoration: none;
}

.Navigation a:hover {
color:#590912; /*maroon*/
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 8px 2px 4px; 
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
margin-top:0px;
background-image: url(../image-files/hr.png);
background-position: bottom;
background-repeat: no-repeat;
padding-bottom:3px;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #590912; /*maroon*/
}


/* -- 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: -138px;
	margin-right:712px;
	margin-left:7px;
}

.top-search-google {
	position:relative;
	top:3px;
}

.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; /*light red */
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #f0dbc0; /*light red*/
text-decoration: none;
}

.ExtraNav a:hover {
color: #f0dbc0; /*light red*/
text-decoration: underline;
}

.ExtraNav a:active {
color: #f0dbc0; /*light red*/
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; /*light red*/
	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 ------ */
ul.degree-list {
	margin:3px!important;
}

ul.degree-list li {
	padding-top:0!important;
	padding-bottom:3px!important;
}

.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;

}

.rss-inside-box {
	border: 1px dotted #590912; /*maroon*/
	margin:12px 15px 0 15px;
	padding-bottom:10px;
}

/* ------ 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/custom-bullet.gif);
background-position: 0 5px;
background-repeat:  no-repeat; 
padding-left: 15px; 
padding-bottom: 5px; 
}

#ContentColumn ul.custom-bullet { 
list-style-type: none; 
padding-left: 0; 
margin-left: 10px;
list-style-position: inside;
background-color: transparent;
} 

#ContentColumn ul.custom-bullet li { 
background: url(../image-files/custom-bullet.gif);
background-position: 0 5px;
background-repeat:  no-repeat; 
padding-bottom:0;
padding-left:15px; 
background-color: transparent;
line-height:1.25em;
}

/* 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:25px;
	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;
	padding-bottom:20px;
	
}

div.special-text {
	position: relative; 
	top: 25px;
	margin-bottom:-20px;
}


.special-text-title {
	color:#CC7854; /*blue*/
	text-align:center;
	border-top:1px dotted gray;
	border-bottom:1px dotted gray;
	margin-left:25px;
	margin-right:25px;
	background-color:transparent!important;
}

.special-text-title-bg {
	color:#FFFFFF; /*blue*/
	text-align:center;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	margin-left:15px;
	margin-right:15px;
	margin-top:-5px;
	background-color:#D69378!important; /* light blue background */
}

.special-text-title-bg-red {
	color:#FFFFFF; /*white*/
	text-align:center;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin-left:15px;
	margin-right:15px;
	margin-top:-5px;
	background-color:#CC0000!important; /* red background */
}

.special-text {
	color:black;
	background-color: inherit;
}


/* Footer stlyes and formatting */
p.above-bottom-nav {
	color:#f0dbc0;
	background-color: transparent;
	position:relative; 
	top:10px;
}
.above-bottom-nav-list {
	position:relative; 
	top:20px;
	color: #f0dbc0;
	background-color: inherit;
}


.bottom-navigation-list {
	position:relative; 
	top:20px;
 	padding-top:3px;
	color:#f0dbc0;
	background-color: transparent;
}

p.below-bottom-nav {
	color:#f0dbc0;
	background-color: transparent;
	position:relative;
	top:13px;
}

p.copyright {
	color:#590912;
	position:relative;
	left:110px;
	background-color: transparent;
	top:5px;
}

/* Footer table */
.footer-table {
	background-image: url(../image-files/footer-table-top-border.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding:0 10px;
	width:100%;
    padding-left:30px; 
}

.footer-table td {
	padding-top:10px;
	text-align: left;
}

.footer-table td h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #3a4e63;
	background-color: inherit;
	font-weight: bold;
}

.footer-table ul {
	margin-top:5px;
	margin-bottom:5px;
	list-style: none;
	padding-left: 0;
}

.footer-table ul li {
	line-height:1.25em;
}

.footer-table a {
	color:#4d6586;
	background-color: inherit;
	text-decoration:none;
}

.footer-table a:visited {
	color: #a0625f;
	background-color: inherit;
	text-decoration: none;
}

.footer-table a:hover {
	color:#4d6586;
	background-color: inherit;
	text-decoration: underline!important;
}

/* call to action with image only and custom text */
.cta-special-text a {
	text-decoration: none!important;
	font-weight: bold!important;
	font-size: 1.25em!important;
}

.cta-special-text a:hover {
	text-decoration: none!important;
	font-weight: bold!important;
}

.cta-special-text-small a {
	text-decoration: none!important;
	font-weight: bold!important;
	font-size: 1em!important;
}

.cta-special-text-small a:hover {
	text-decoration: none!important;
	font-weight: bold!important;
}

.ReminderBox-large {          
background-color: #f9ebdd;
width: 45%;
border: 1px dotted #990000;
margin: 0 0 12px 18px;
float: left;             /* adding float enables text to flow around it */
color: #333;
}

.ReminderBox-large h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: white;
}

.ReminderBox-large p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}


/* -- 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:5px 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;}



/* -- Quinstreet search widget (big one)-- */
#search2 {width:400px; margin-left: auto; margin-right: auto; height: 165px; font-family:Trebuchet MS, Verdana, Arial; font-size:13px; background-color:#FFB66C;}
#search2 h2 {width:400px; font-size:16px; background-color:#881F1F; color:#FFFFFF; margin:0px;  text-indent:5px;}
#search2 form       {margin:10px 0px 10px 10px; *float:left; }
#search2 #left      {width:130px; margin:0px; float:left; }
#search2 #right     {width:200px; margin:0px; float:left; }
#search2 fieldset   {padding:5px 0px 0px 0px; margin: 0px; border:none; }
#search2 select 	{width:195px; font-size:12px;}
#search2 label      {clear:both; color:#000000; font-weight:bold;}
.searchtextfield          {width:115px; font-size:12px;}
.searchbutton  	{font-weight:bold; color:#FFFFFF; background-color:#993300; border:1px solid #993300;}

/* -- Quinstreet search widget medium size top left -- */
#SearchWidget1 	{width:300px; height:250px; margin-left: auto; margin-right: auto;
				font-family:Trebuchet MS, Verdana, Arial; font-size:14px; background-color:#FFB66C;}
#SearchWidget1 h2{width:300px; margin:0; padding:5px 0px 5px 0px; background-color:#881F1F; color:#ffffff; font-size:16px;text-align:center; }
#SearchWidget1 form	{padding:5px 5px; margin:0 auto;}
#SearchWidget1 fieldset 	{width:70%; border:none; margin:0 auto; padding:15px 20px 0px 20px;}

/* order of padding - top,right,bottom,left.
 10px 20px : This format will set the padding for top and right. Bottom will take the top padding value (10px) and left will take right paddings value(20px). -- */

#SearchWidget1 select{width:100%; font-size: 14px;}
#SearchWidget1 label {width:42%;margin-right:1%; font:bold 11px Arial, Helvetica, sans-serif; font-size:11px; }
#SearchWidget1 .textfield {width:57%; font-size:12px;  }
#SearchWidget1 fieldset#searchbutton {text-align:center;}
#SearchWidget1 #searchbutton input  {width:60%; margin: 2px auto 0 auto; padding:2px 0; text-align:center; font-size:14px; font-weight:bold; color:#FFFFFF; background-color:#993300; border:1px outset #993300; cursor:hand;}
