/*
Copyright: GreatBizTools, LLC
$Id: screen.css 1339 2009-02-13 21:40:36Z peterfarrell $

Notes:
*/
@charset "UTF-8";
/* CSS Document */

html {
	background:  #2d2d2d;
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font: 0.75em/1.5em Arial, Helvetica, sans-serif; /* the font size in EM */
	background-color: #2d2d2d;
	background-image: url(/img/horizHeaderBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #dddddd;
}

body.home {
	background-image: url(/img/horizHeaderBG_home.jpg);	
}

h1 { font-size: 175%; margin: 1em 0 0.25em 0; color: #ffffff;}
h2 { font-size: 150%; margin: 1em 0 0.25em 0; color: #ffffff;}
h3 { font-size: 125%; margin: 1em 0 0.25em 0; color: #ffffff;}
h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 0.25em 0;
	 color: #ffffff;
}

table {
	width: 100%;
}

table td {
	vertical-align: top;
}

form {
	margin: 0px;
	padding: 0px;	
}

a {
	color: #5db8e1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	text-decoration: none;
}

img {
	border: 0;
}

.strike { text-decoration: line-through; }
.small { font-size: 0.9em; }
.center { text-align: center; }
.right { float: right; }
.left { float: left; }
.highlight { color: #FD4000 }
ul.noIndent {
	padding: 0px;
	margin: 2px 8px 8px 20px;
}

ul.none {
	list-style: none;
	margin: 2px 8px 8px -5px;
}

input {
	color: #fff;
	background-color: #424242;
	border: 1px solid #424242;
	padding: 2px;
}

input.button {
	border-top: 1px solid #424242;
	border-right: 1px solid #244963;
	border-bottom: 1px solid #244963;
	border-left: 1px solid #424242;
	background-color: #5db8e1;
	padding: 2px;
}

input.button:hover {
	color: #244963;
	cursor: pointer;
}

#pageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Navigation */
#nav{
	height: 33px;
	overflow: hidden;
	float: right;
	position: relative;
}

#footer {
	clear: both;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer hr {
	border: none;
	border-top: 1px solid #424242;
	margin: 0;
	padding: 0;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	background: url(/img/navTab.jpg) no-repeat;
	display: block;
	text-align: center;
	width: 123px;
	float: left;
	line-height: 29px;
	margin-left: 3px;
	font-weight: bold;
	height: 31px;
}

#nav a:hover{
	background: url(/img/navTabOver.jpg) no-repeat;
}

#nav a.selected{
	background: url(/img/navTabHilight.jpg) no-repeat;
}

#nav ul, #nav li{
	display: inline;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav li {
}

#nav ul {
	position: relative;
}

#side {
	float: right;
	width: 245px;
}

#side div {
	margin-bottom: 10px;
}

.sideModule {
	background: url(/img/sideModuleBg.jpg) repeat-x;
	border: 1px solid #424242;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.sideModule ul {
	padding: 0px;
	margin: 2px 8px 8px 20px;
}

.sideModule ul img {
	vertical-align: middle;
}

.sideModule ul.none {
	list-style: none;
	margin-left: 5px;
}

.sideModule h3 {
	margin: 0px;
	height: 35px;
	font-family: Georgia, Times, serif;
	background: url(/img/sideModuleHR.gif) bottom no-repeat;
	padding-bottom: 3px;
	text-align: center;
	font-size: 150%;
	margin-bottom: 6px;
	font-weight: normal;
}

#side div p {
	font-size: 12px;
	margin: 12px 0px 12px 10px;
	padding: 0px;
}
/***********************/

#content{
	clear: right;
	padding-top: 20px;
	position: relative;
}

#main {
	width: 640px;
	min-height: 450px;
}

#main table {
	border: 0;
}

#main table tr.shade {
	background-color: #424242;
	margin: 0;
}

#main table td {
	border: 1px solid #424242;
	padding: 5px;
}

#main table td p {
	margin: 0;
}

#main table td.title {
	background-color: #5db8e1;
	border: 1px solid #244963;
	vertical-align: middle;
}

#main table td.title h3, #main table td h4 {
	margin: 0;
}

#main table td.title p {
	color: #244963;
}

#main table td.title a {
	color: #244963;
}

body .splash {
	position: absolute;
	width: 900px;
	top: 142px;
	right: 0;
}

body .splash div {
	float: left;
	margin: 0;
	padding: 0;	
}

body .splash div img {
	display: block;	
}

hr {
	border: 0;
	border-top: 1px solid #424242;
}

.box {
	background-color: #2D2D2D;
	width: 640px;
	background: url(/img/box_panel.jpg) no-repeat top;
	padding-top: 2px;
	margin: 20px 0 0 0;
}

.boxContent{
	padding: 0 35px;
}

h1.top, h2.top, h3.top, h4.top { margin-top: 0; }

.photo {
	background-color: #000;
	padding: 4px 4px 0px 4px;
	border: 1px solid #000;
	margin: 12px;
}

#logoContainer {
	width: 900px;
}
