﻿
* { margin: 0; }

html, body
{
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 9pt;
	color:#444444;
	font-weight: normal;
	background-color: #d9d9d9;
	font-style: normal;
	background-image: url('/media/img/Site_Master/MainBackground.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.container 
{
    height: auto !important;
    min-height: 95%;
    height: 100%;
    width: 100%;
    margin: 0 auto 0px 0;
}

.content
{
	margin:5px; 
	height:100%;
	padding:10px;
	text-align:left;
	background-color:#fefefe;
}

.header 
{
    top: 0px;
    height: 200px;
}

.footer 
{
    height: 20px;
    font-size:8pt;
    text-align:center;
    color: #ffffff;
    margin-top:10px;
}

#sitetopnav
{
	position:relative;
	top:-175px;
	left:280px;
	color:#bbbbbb;
}
.sitetopnavtext
{
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana;
    font-size: 9pt;
    font-weight: normal;
}

div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin: 0 auto; 
	text-align: left;
}



p
{
    margin-bottom:10px;
}

.InformationText
{
    font-size:8pt;
    color:#666666;
}


a
{
    font-style: normal;
    font-family: Verdana;
    font-weight: normal;
    text-decoration:none;
    color:Navy;
}

h1
{
    font-size: 20px;
    font-weight: bold;
    color:#444444;
    font-style:normal;
    margin-top:2px;
    margin-bottom:15px;
}


h2
{
    font-size: 14px;
    font-weight: bold;
    color:#666666;
    font-style: normal;
    margin-top:10px;
    margin-bottom:5px;
}

h3
{
    font-size: 12px;
    font-weight: bold;
    color:#777777;
    font-style: normal;
    margin-bottom:8px;
}




/* Sign In Panel */
#CustomerLogin
{
	padding:1px;
	width:200px;
	background-color:#ffffff;
	border:solid 1px #bbbbbb;
}


#FrontPageInfo
{
	background-color:#96989b;
	color:#ffffff;
	padding:10px;
	height:133px;
}

#FrontPageInfoHeaderText
{
	font-size:15pt;
	cursor:pointer;
}

#FrontPageInfoInfoText
{
	margin-top:10px;
	padding:5px;
	border-top: solid 1px #ffffff;
}

.FrontPageInfoBlockText
{
	color:#ffffff;
	
}


.BreadCrumbBarFont
{
	font-size:8pt;
	margin-bottom:10px;
}

.SectionHeaderImage
{
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}
