﻿/** Universal CSS On All Master Pages **/

body 
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;	
    border: 0;
	background-image: url('/images/background.jpg');
}

p, h1, h2, h3, ul, li, span, td, div, input, form, select, option, embed, object
{
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: .965em;
}

.pageTitle
{
	margin: 0;
	font-size: 2em;
	padding-bottom: 20px;
	font-weight: bold;
}

A
{
    text-decoration: none;
}

.divClearFloat
{
	float: none;
}

/** CSS Header Area On All Master Pages **/

#divMain_He
{
	width:100%;
}

#tblNavigation_He
{
	width: 100%;
	empty-cells: show;
	border-bottom: solid 2px #000000;
}

#td_tblNavigation1_He
{
	background-color: #0984ee;
}

#td_tblNavigation2_He
{
	width: 994px;
	background-color: #12062e;
}

#td_tblNavigation3_He
{
	background-color: #12062e;
}
	

/** CSS Content Area On All Master Pages **/

#divMain_Cn
{
	margin: 0 auto 0 auto;
	width: 950px;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	background-color: #ffffff;
}
	
/** CSS For Footer **/

.divMain_Ft
{
	width: 100%;
}

.divFootOuter_Ft
{
	width: 980px;
	height: 96px;
	border: solid 2px #de412a;
	margin: 0 auto 0 auto;
	background-color: #000000;
}

.divFootInner_Ft
{
	width: 892px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.divFooterSpacer
{
	height: 20px;
}


/** Footer Divs **/

.divNavigation_Ft
{
	padding-top: 25px;
	width: 446px;
	float: left;
}

.divInfoLogin_Ft
{
	padding-top: 20px;
	width: 446px;
	float: right;
}

/** CSS Footer Navigation **/
.ulFooterNav 
{
	list-style: none;     
	padding:0;     
	margin:0;
	margin-bottom: 5px;
	
}

.ulFooterNav_Heading
{
	display: inline;
	text-transform: uppercase;
	color: #1ffea7;
	font-weight: bold;
}

.ulFooterNav_Link
{
	display: inline;	
}

.ulFooterNav_Link_End
{
	display: inline;
}

.ulFooterNav_Link a
{
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	color: #ffffff;
	border-right: solid 1px #1ffea7;
}

.ulFooterNav_Link_End a
{
	padding-left: 5px;
	text-transform: uppercase;
	color: #ffffff;
}

.pFooter_Copyright
{
	text-align: right;
	color: #1ffea7;
}

.divLogInfo
{
    padding: 20px 5px 10px 5px;
}

