﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	text-align: center;
	background: #fff url('../../images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a:visited :hover {
	color: #ccc;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 32px;
	font-family: helvetica, arial sans-serif;
	font-weight: lighter;	
	line-height: 1em;	
	margin: 20px 0 10px;
	color: #787b7b;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #000;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 10px;
	clear: left;
	color: #737373;
}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

input + label {
	display: inline !important;
	font-weight: normal !important;
}

p {
	margin: 0 0 15px 10px;
	color: #000;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#fixed {
	position: relative;
	width: 980px;
	margin: 0;
	padding-top: 490px;
	padding-left: 0px;
	text-align: center;
	margin: 0 auto;
}

#mainContent {
	position:relative;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index:9;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#copy {
	width: 990px;
	padding: 0;
	margin: 0;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	z-index: 10;
}

#copyright {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 100px;
	margin: 0;
	background: url('../../images/footer.jpg');
}

#copyright a {
	color: #191919;
}

#copyright p {
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 11px;
	line-height: 3em;
	color: #000;
}

#logo {
	position: absolute;
	top:  15px;
	left: 0px;
	z-index: 5;	
}


#badge {
	position: absolute;
	top:  130px;
	left: 862px;
	z-index: 10;	
}

#loginbutton {
	position: absolute;
	text-align: right;
	top:  -1px;
	left: 875px;
	width: 85px;
	height: 30px;
	background: url('../../images/key.jpg') no-repeat left center;
	border: 1px solid #c6c6c6;
	z-index: 5;
}

#loginbutton a {
	display: block;
	padding: 5px 10px 0 0;
}

#flash {
	display:none;
}

#menu {
	position: absolute;
	top: 100px;
	left: 0;
	font-size: 15px;
	width: 980px;
	z-index: 5;
}

#menu ul {
	list-style: none;
	width: 980px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
	height: 20px;
}

#menu li a { 
	display: block;
	padding: 0 20px 0 20px;
	color: #7d8080;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.thirdColumn {
	float: left;
	width: 310px;
	margin: 16px 20px 10px 0;
	float: left;
	padding: 5px 0;
}

.thirdColumn ul{
	margin: 0 10px 10px 30px;
}


.thirdColumnDrk {
	width: 250px;
	margin: 16px 0px 10px 0;
	padding: 10px 35px 15px 25px;
	float: left;
	background: #dee2e3 url('../../images/shaded.jpg') no-repeat;
	background-position: left center; 
}

.fourthColumn {
	float: left;
	width: 225px;
	margin: 16px 10px 10px 10px;
	float: left;
	padding: 5px 0;
}

.singleColumn {
	width: 900px;
	margin: 16px 0 10px 20px;
	float: left;
	padding: 5px 0;
}

.date {
font-size: 12px;
font-weight: lighter;
color: #737373;
}


img.floatR {
	float: right;
	margin: 3px 0 5px 10px;
}

img.floatL {
	float: left;
	margin: 3px 20px 5px 0;
} 


.bold {
font-weight:bold;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 0 10px 5px 0;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

.noWrap {
	white-space: nowrap;
}

span.address {
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}

