﻿@charset "UTF-8";
/* CSS Document */

/* Standard Colors 
Blue: #0066cc
Dark Blue: #0e3e6e
Sky Blue: #68ace5
Gray: #6d7981
Dark Gray: #36424a
Light Gray: #dfe5e6
Red: #ab0823
Orange: #d6492a
Yellow: #da9800
Green: #5f692d
Tan: #f4f0e5
*/

body { 
margin: 0; 
padding: 0; 
font-family: Arial, Helvetica; 
text-align: left;
}

p { font-size: 1em; line-height: 1.2em; padding: 0 0 5px 0; margin: 0;}
h1 { font-size: 1.8em; color: #36424a; padding: 0 0 5px 0; margin: 0;}
h2 { font-size: 1.7em; color: #0e3e6e; font-weight: normal; padding: 10px 0 5px 0; margin: 0;}
h3 { font-size: 1.5em; color: #d6492a; font-weight: normal; padding: 10px 0 5px 0; margin: 0;}
h4 {
	font-size: 1.2em;
	color: #0e3e6e;
	padding: 5px 0 2px 0;
	margin: 0;
}
h5 { font-size: 1em; color: #d6492a; letter-spacing: 1px; font-weight: normal; padding: 7px 0 2px 0; margin: 0;}
h6 { font-size: 1em; color: #36424a; padding: 2px 0 2px 0; margin: 0;}

a:link { text-decoration: underline; color:#0e3e6e; }
a:visited { text-decoration: underline;  color:#0e3e6e; }
a:hover { text-decoration: underline;  color:#d6492a; }
a:active { text-decoration: underline; color:#d6492a;  }

form { padding: 0 0 10px 0; margin: 0; }
input { padding: 0; margin: 0; }
table { font-size: 100%; }


/* ------- Layout ------- */

#wrapper {
	position: relative;
	width: 100%;
	text-align: center;
	font-family: Helvetica; 
	font-size: 68.75%;
	height: auto;
	margin: 0;
	padding: 0;
}

#innerwrap {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 940px;
}

#title {
padding: 0;
margin: 0;
height: 100px;
width: 100%;
background: #0e3e6e;
}

#title h1 {
float: left;
font-size: 36px;
color: #ffffff;
font-weight: normal;
padding: 50px 0 0 38px;
margin: 0;
}


/* ------- Sidebar -------*/
#sidebarwrap {
z-index: 100;
width: 232px; /*--This sets the WIDTH of the menu BACKGROUND-*/
}

#sidebar {
position: absolute;
left: 0;
padding: 0;
margin-bottom: 30px;
margin-left: 14px;
margin-top: 10px;
}

#sidebar ul {
clear: left;
float: left;
width: 232px;
list-style: none;
padding: 0;
margin: 0;
}

#sidebar a {
display: block;
width: 190px; /*--This sets the WIDTH of the first layer menu TEXT--*/
color: #0e3e6e;  /*--This sets the COLOR of the menu TEXT--*/
font-weight: bold;
text-decoration: none;
font-size: 1em;
padding: 5px 0 5px 10px;
}

#sidebar li {
width: 200px; /*--This sets the WIDTH of the first layer menu HOVER-*/
float: left;
line-height: 1em; /*--This sets the HEIGHT of first layer menu items-*/
padding: 0;
}

#sidebar li ul {
position: absolute;
left: -999em;
margin-left: 190px; /*--Set this to match WIDTH of the first layer menu HOVER-*/
margin-right: 0;
margin-top : -2em;
width: 190px; /*--This sets the WIDTH of the second layer menu HOVER-*/
font-weight: normal;
background: #cccdce;  /*--This sets the COLOR of the second layer menu BACKGROUND--*/
}

#sidebar li li {
text-align: left;
margin: 0;
width: 190px; /*--This sets the WIDTH of the second layer menu BACKGROUND--*/
border-bottom: none;
padding: 0;
}

#sidebar li:hover ul, #sidebar li li:hover ul, #sidebar li.sfhovers ul, #sidebar li li.sfhovers ul {
left: auto;
}

#sidebar li:hover, #sidebar li.sfhovers {
background: #cccdce;  /*--This sets the COLOR of the first layer menu HOVER--*/
}

#sidebar li li:hover, #sidebar li li.sfhovers {
background: #68ace5;  /*--This sets the COLOR of the second layer menu HOVER--*/
}

#sidebar h1 {
clear: left;
float: left;
color: #d6492a;
font-size: 1em;
width: 202px;
text-align: left;
display: block;
font-weight: normal;
background: #ffffff;
letter-spacing: 1px;
border-bottom: 1px dotted #d6492a;
margin: 0;
padding: 10px 0 5px 10px;
}

.sidebar-bottom {
border-bottom: 1px dotted #d6492a;
padding: 5px 0 5px 10px;
margin: 5px 0 5px 0; 
}

#side-search {
clear: both;
float: left;
padding-left: 10px;
padding-top: 10px;
width: 200px;
background: #ffffff;
border-top: 1px solid #6d7981;
}


/* ------- Content -------*/
.white { background-color: #FFFFFF; }

#contentwrap {
width: 700px;
min-height: 500px;
_height: 500px;
margin-left: 240px;
//border-right: dotted 1px #d6492a;
}

#col1contentwrap {
float: left;
margin-left: 20px;
_margin-left: 0;
width: 330px;
background-color: #dfe5e6;
//border-right: dotted 1px #d6492a;
min-height: 150px;
_height: 150px;
}

#col2contentwrap {
width: 328px;
background-color: #ffffff;
min-height: 150px;
_height: 150px;
float:left;
clear:right;
}

#content {
margin: 0;
padding: 0;
}

.content ul {
list-style-image: url(../images/bullet.gif);
padding-bottom: 5px;
padding-left: 15px;
_padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}

.content li {
padding-top: 2px;
padding-bottom: 2px;
margin-top: 0;
line-height: 1.5em;
}

.content p {
line-height: 1.5em;
}

.content img {
margin-bottom: 10px;
margin-top: 20px;
}

.featurewrap {
width: 330px;
margin-top: 10px;
}

.featurewrap a:link { text-decoration: underline; }
.featurewrap a:visited { text-decoration: underline; }
.featurewrap a:hover { text-decoration: underline; }
.featurewrap a:active { text-decoration: underline; }

.feature {
padding: 0 20px 10px 20px;
color: #002147;
}


.2ndpagefeature {
font-size: 1.5em;
line-height: 1.7em;
padding: 0 0 5px 0;
margin: 5px;
}

.chart1 {
background-color: #f4e0b2;
font-size: 1.2em;
font-weight: bold;
color: #d6492a; 
padding: 5px; 
margin: 0;
}

.chart2 {
border: 1px solid #f4e0b2;
padding: 5px;
margin: 0;
}
.chart3 {
	padding: 5px;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4e0b2;
	border-right-color: #f4e0b2;
	border-bottom-color: #f4e0b2;
	border-left-color: #f4e0b2;
}
.chart4 {
	padding: 5px;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4e0b2;
	border-right-color: #f4e0b2;
	border-bottom-color: #f4e0b2;
	border-left-color: #f4e0b2;
}
.chart5 {
	background-color: #f4e0b2;
	font-size: 1.2em;
	font-weight: bold;
	color: #d6492a;
	padding: 5px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table h3 {
	color: #0e3e6e;
}


/* ------- Footer -------*/
#footer {
margin: 20px;
padding: 10px 0 10px 240px;
width: 700px;
color: #36424a;
font-size: .85em;
}

#footer2 {
margin: -50px;
padding: 10px 0 10px 240px;
width: 400px;
color: #36424a;
font-size: 1.25em;
}


#footer a { color: #36424a; }

.footnav a { color: #36424a; font-weight: bold; letter-spacing: 1px; padding: 3px; text-decoration: none;}

#footer a:hover, #footer a:active { text-decoration: underline; }
.course-name {
	color: #0e3e6e;
}
.instructions a:link {
	color: #68ace5;
}
.instructions a:visited {
	color: #68ace5;
}
.instructions a:hover {
	color: #d6492a;
}
.instructions a:active {
	color: #d6492a;
}

