﻿/* Layout */
#container
{
	width: 100%;
	height: 100%;
}
#headerTop
{
	background-image: url(images/header-top.gif);
	background-repeat: repeat-x;
	height: 84px;
	min-width: 1105px;
	width: 100%;
	border-bottom: #000000 solid 3px;
	background-color: #006699;
}

#leftNav
{
	width: 205px;
	left: 0px;
	float: left;
}

#mainContent
{
	width: 870px;
	background-color: #ffffff;
	left: 205px;
	float: left;
	position: absolute;
	top: 87px;
	min-height: 800px;
	padding-bottom: 30px;
	padding-left: 30px;
}





/* Header */

#headerTagLine
{
	color: #FFFFFF;
}

#headerPhotos
{
	background-image: url(images/scoreDM-header-photos.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 10px 0 0 0;
	padding: 10px 230px 0 0;
	height: 64px;
	float: right;
	width: 350px;
	text-align: right;
}

.headerPhotos2
{
	margin: 10px 0 0 0;
	padding: 10px 230px 0 0;
	height: 64px;
	float: right;
	width: 350px;
	text-align: right;
}

#headerLogo
{
	background-position: left; /*background-image: url(images/header_logo.gif);*/
	background-repeat: no-repeat;
	height: 84px;
	z-index: 1;
}


/* Left Navigation */

#leftNav_Photo
{
	background-image: url(               'images/left-nav-upper.jpg' );
	height: 160px;
}

.leftNav_hr
{
	background-color: #C0C0C0;
	height: 1px;
	z-index: 1;
}

.leftNav_ul
{
	list-style-image: url(                 'Images/leftnav-arrow.gif' );
	color: #003366;
}

.leftNav_gold
{
	color: #CC9966;
}

.leftNav_li
{
	list-style-type: none;
}


/* Screen Positioning */
.floatRight
{
	float: right;
	padding-left: 3px;
}

.floatLeft
{
	float: left;
	padding-left: 3px;
}



/* General Formatting */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	margin: 0;
	font-size: 12px;
	height: 100%;
	background-color: #003366;
}


li
{
	padding-bottom: 20px;
	font-weight: bold;
}

.li_PadBottom5
{
	padding-bottom: 5px;
}


a:hover
{
	text-decoration: underline;
}

a
{
	text-decoration: none;
	color: #003366;
}



.submitButton
{
	border: 1px solid #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	color: #FFFFFF;
	text-align: right;
}


.header1
{
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.header2
{
	background-color: #C0C0C0;
	font-weight: bold;
}

.altRow
{
	background-color: #E9E9E9;
}

hr
{
	background-position: 1px;
	background-color: #003366;
	float: left;
}

.wrapper
{
	width: 100%;
	height: 155%;
}

.photoPadding, .photoPadding2
{
	margin: 3px;
	border: 3px outset #ffffff;
}


.photoPadding2
{
	padding: 12px 12px 12px 12px;
	background-color: #003366;
}


.federalPhoto
{
	background-repeat: no-repeat;
	background-image: url(               'images/Federal-Building-Small.jpg' );
	height: 120px;
	width: 250px;
}

.message
{
	font-weight: bold;
	color: #FF0000;
}

/* Footer */
.footer
{
	font-size: 12px;
	text-align: center; /*position: relative; 	top: 100px;  	top: 625px;  	 margin-top:200px;	*/
	width: 900px;
	position: static;
	float: left;
	margin-top: 100px;	
}
