﻿/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 RESET
	 FORM STYLES
	 MISC STYLES
	 
	 ....................................... */
	 
/* =RESET
   ....................................... */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 12px normal Arial, Helvetica, sans-serif;
	color: #80C8D8;
	background: #010A2A url(../fw/bg_body.jpg) repeat-x 0px 0px;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0;
	font-size: 1em;
}/* font-size must be reset here or all embedded tables will have increasingly smaller text */
table th,
table td {
	text-align: left;
}
img {
	border: 0;
}
hr {
	height: 1px;
	border: none;
	color: #C8AA7F;
	background-color: #C8AA7F;
	margin: 10px 0 10px 0;
	padding: 0;
	display: block;
}

/* =FORM STYLES
   ....................................... */
form { 
	margin: 0;
}
input, select, textarea, textbox {
	vertical-align: middle;
	color: #000;
	padding: 1px;
}

/* =MISC STYLES
   ....................................... */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
div.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0%;
	padding: 0;
	margin: 0;
}/* Used to stop floating elements in parent div from breaking boundary of parent div */
.borderAll {
	padding: 3px;
	border: 1px solid #BDA075;
}

h1 {
	font: 16px bold Arial, Helvetica, sans-serif;
	color: #FFF;
}

h2 {
	font: 12px bold Arial, Helvetica, sans-serif;
	color: #FFF;
}

/***********************
		LINKS
***********************/
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

/***********************
		CONTAINERS
***********************/
td.headerRight {
	background: url(../fw/bg_headerRight.jpg) repeat-x 0px 0px;
}
td.pageLeft {
	background: url(../fw/bg_pageLeft.jpg) no-repeat 100% 8px;
}
td.pageRight {
	background: url(../fw/bg_pageRight.jpg) no-repeat 0px 8px;
}
.navcontainer {
	width: 626px; /* Change to 685px when Learning Center link is live */
	height: 41px;
	float: right;
	margin:1px 0 0 0;
	padding-left:0px;
}
.bodycontainer {
	margin: 0 auto;
	width: 964px;
	background: url(../fw/bg_contentContainer.jpg) no-repeat 0px 8px;
}
div.innerContainer {
	background: url(../fw/bg_contentContainer_inner.jpg) no-repeat 0px 8px;
}
.content,
.homeContent {
	width: 600px;
	min-height:555px;
	height:auto !important;
	height:555px;
	float:right;
	padding: 20px 68px 0 0;
}
.homeContent {
	min-height: inherit;
	height: auto !important;
}
.content h2 {
	margin: 25px 0 5px 0;
	padding:0;
	text-transform:uppercase;
	font: 11px bold Arial, Helvetica, sans-serif;
}
.flash {
	width:741px;
	height:443px;
	margin:0 6px 0 0;
	float:right;
}
.right {float:right;}
.left {float:left;}
.clear {clear:both;}


/************************
		HEADER
************************/
.header {
	width:964px;
	margin: 0 auto;
	height: 120px;
}
.logo {
	margin-top: 22px;
	border: none;
	float:left;
	width: 241px;
	height:65px;
	display:block;
}
	
/***********************
		LEFT NAV
***********************/
.leftnav {
	padding:30px 0 0 10px;
	float:left;
	width: 206px;
}
.leftnav ul {
	list-style:none;
	padding:20px 0 0 0;
	margin:0;
}
.leftnav li {
	margin-top:4px;
	padding:0;
}
.leftnav li a{
	color:#80C8D8;
}
.leftnav li a:visited{
	color:#80C8D8;
}	
.leftnav li a:hover{
	color:#80C8D8;
}	
.leftnav li a:active{
	color:#80C8D8;
}							
.leftnavHeader {
	margin-bottom:-5px;
	}
	
/**************************
		BREADCRUMBS
**************************/
.breadcrumbs {
	margin:8px 0 0 40px;
	line-height:2em;
}
.arrow {
	font: 14px bold Georgia, "Times New Roman", Times, serif;
	margin:0 2px;
}	
a.selected:link {
	color:#80C8D8;
}
	
/***********************
		FOOTER
***********************/
.footerbox {
	width:100%;
	/*height:63px;*/
	background-color: #081F47;
	border-top: 1px solid #143C6E;
	color:#80C8D8;
	margin-top:30px;
	position:absolute;
	text-align:center;
}	
a.footer:link {
	background: url(../fw/footer-text-divider.jpg) center right no-repeat;
	color:#80C8D8;
}

.copyrightbox {
	position:relative;
	display:block;
	background-color: #081F47;
	color:#80C8D8;
	margin:8px auto;
	width:950px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	/*position: absolute;*/
}	
a.copyrightbox:link {
	color:#80C8D8;
}

.copyrightbox a{
	color:#80C8D8;
}

#menu {
	margin-left:250px;
}
ul#menu {
	width:780px;
	margin:8px auto;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:40px;
	font-size:12px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background: url(../fw/footer-text-divider.jpg) no-repeat center right;
	line-height:2.2em;
}
ul#menu li.lastFooter {
	background: none;
}
ul#menu li a {
	display:block;
	float:left;
	color:#80C8D8;
	text-decoration:none;
	padding:10px 9px 0 6px;
	height:40px;
}
ul#menu li a:hover {
	text-decoration:underline;
}
