﻿/*******MAIN BODY OF PAGE*******/
html {
     overflow: -moz-scrollbars-vertical;/*always show scrollbars in firefox*/
}
body {
	background-color: menu;
	text-align: center; /* horizontal centering for IE Win quirks*/
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	line-height: 1.5em;
	color: black;/*#fffFFF;*/
	
}

#container {
	width: 1000px;
	background-color: Window;
	color: Black;
	margin: auto;
}
a
{
	color:#9c1f1f;
}
a:hover
{
	color:red;
}

/*******TOP HEADER LINKS*******/
#header_links {
	float: left;
	text-align: left;
	background: silver;
	font-size: 10px;
}
div#header_links ul 
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#header_links li {
	float: left;
}
div#header_links ul a {
	font-family: Lucida Sans, Lucida Grande, Arial;
	
	display: block;
	padding: 0 1.8em;
	line-height: 2.5em;
	text-decoration: none;
	cursor: pointer;
	color:  Black;
	background: url(images/nav_divider.jpg) repeat-y left top;
}
div#header_links ul .first a {
	background: none;
}
div#header_links ul a:hover {
	color:red;
}

/*******MAIN PAGE LINKS**********/
#main_nav {
	width: 1000px;
	height: 20px;
	border-bottom: 5px black solid;
	background: #202020 url(images/mainNavBg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
div#main_nav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1000px;
}
div#main_nav li {
	float: right;
}
div#main_nav  ul a {
	font-family: Lucida Sans, Lucida Grande, Arial;
	font-weight: bold;
	display: block;
	padding: 0 1.5em;
	line-height: 2.1em;
	text-decoration: none;
	cursor: pointer;
	color: #ccc;
	background: url(images/nav_divider.gif) repeat-y left top;
}
div#main_nav ul .first a {
	background: none;
}
div#main_nav ul a:hover {
	background: #9c1f1f;
}

/*******CONTENT OF PAGE**********/
#content 
{
	width:920px;
	font-size:12px;
	text-align:left;
	margin: 20px 40px 20px 40px;
	color: Black;
}

/*******FOOTER**********/
#footer_intro {
	font-size:10px;
	text-align:center;
	width: 1000px;
	height: 30px;
	margin: 15px 0 0 0;
	padding:15px 0 0 0 ;
	background: menu;
}

/*******OTHER**********/
.sc_nav_img {
	border-color:Black;
	border-style:solid;
	border-width:4px;
}
.sc_nav_img_header {
	float:right;
}
td.category {
	font-size:14px;
	height:220px;
	background-position:center;
	background-image: url(images/IntroCategoryBack.png);	
	background-repeat:no-repeat;
}
.title {
	text-align:left;
	vertical-align:text-bottom;
	color:White;
	font-size:22px;
	margin-bottom:10px;
	margin-left:185px;
}
.splash {
	text-align:left;
	vertical-align:text-bottom;
	color:White;
	font-size:22px;
	margin-bottom:10px;
	margin-left:200px;
	padding-right:10px
}
div.splash   a 
{	
	color:White;
	text-decoration:none;
}
div.splash   a:hover
{
	color:red;
	text-decoration:none;
}
/**********PROJECT SUMMARY TABLE***************/
.summaryTable
{
	background-color:Black;	
}
.columnHeader
{
	font-weight:bold;
	font-size:10px;
	width:100px;	
	background-color: menu;
}
.columnValues
{
	font-size:10px;
	width:350px;
	background-color:White;
}