/* CSS Document */
html, body
{
	background-color: #EDECE8;
	color: #8E8B79;	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 100%;
	text-align:center;
	background-image: url(../images/master/bgBottom.png);
	background-position: center;
	margin: 0; 
	background-repeat: repeat-y;
	height: 100%;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6
{
	margin:0;
	padding:0;
}
#topGradient
{
	width: 100%;
	height: 100%;
	background-image: url(../images/master/bgMain.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	top: 0;
}
#fullPageContainer
{
	width: 904px;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(../images/master/bgMainContent.png);
}
#pageContainer
{
	position: relative;
	top:auto;
	width: 904px;
	margin:0 auto;
	padding: 0;
	height: 100%;
	min-height: 100%;
	text-align:left;
	background-color:Transparent;
}
img 
{
	border: none;
}
a:visited, a:link, a:hover
{
	color: #3AB5CD;
	text-decoration: none;
}
a 
{
	outline: 0;
}
.containerMain
{
}
#mastercontent
{
	position:relative;
}
.containerContent
{
	padding-bottom:2em;
	text-align:center;
}

#masterheader
{
	background-image: url(../images/master/headerBg.png);
	background-repeat:repeat-x;	
	height: 125px;
	width: 100%;
	top:0;
	left:auto;
}
.headerLeft
{
 /*	float: left; */ 
	max-width: 250px;
	position: absolute; 
}
.headerRight
{
	float: right;
	max-width: 250px;
}
#masterfooter
{
	bottom: 2em;
	width: 900px;
	margin: 0 auto;
}
.containerFooter
{
	margin: 1em;
}
.headerBranding
{
/*	background-image: url(../images/master/branding.png); restyle */
	width: 100%;
	height: 82px;
	background-position: top left;
	background-repeat: no-repeat;
	margin:0;
	padding: 0;
}
.mainTopNavContainer
{
	margin-left: 263px;
}

/*BREADCRUMB*/
.breadCrumb
{
	font-size: 11px;
	color: #6D6B60;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 13px;
	padding-left: 10px;
}
.headerText, .headerTextBeige, .headerTextTeal, .headerTextTealMd, .headerTextTealSm, .headerTextBold
{
	font-family: Tahoma, sans-serif;
}
.headerTextBeige
{
	font-size: 18px;
	color: #555;
}
.headerTextTeal, .headerTextTealMd,  .headerTextTealSm
{
	color: #3AB5CD;
}
.headerTextTeal
{
	font-size: 18px;
}
.headerTextTealMd
{
	font-size: 15px;
}
.headerTextTealSm
{
	font-size: 12px;
}
.headerTextBold
{
	color: #333;
	font-weight: bold;
}
.clearer
{
	clear:both;
	line-height:0;
	height:0;
}
/*Order Process Steps*/
.progressSteps
{
	height: 44px;
	display: inline;
	list-style-type: none;
}
.progressStep, .progressStepNav
{
	display: block;
	float: left;
}
.progressStep
{
	width:100px;
}
.progressStep img 
{
	margin:0 auto;
	display: block;
}
.progressStep div 
{
	text-align: center; font-size: 10px;
}
.infoLabels 
{
	position: relative;
	top: 24px;
	font-size: 10px;
	font-weight: bold;
}
.titlebar 
{
	margin-top:0px;
    margin-right:20px;
    margin-bottom:20px;
    margin-left:20px;
    height:66px;
    position: relative;
}
.steps
{
	position: absolute;
	top:0;
	left: 110px;
}
#prevLabel
{
	width: 150px;
	position: absolute;
	left: -150px;
	text-align: right;
}
#nextLabel
{
	width: 150px;
	position: absolute;
	left: 500px;
	top: -1px;
	text-align: left;
}

#aspnetForm
{
	padding:0;
	margin:0;
}
.headerLogo
{
	float:left; 
	height: 125px;
	padding-left: 20px;
}
.footerDisclaimer
{
	text-align: left;
}
.footerDisclaimer p
{
	font-size: 8pt; 
}

@media print
{
	#masterfooter
	{
		clear:both;
		margin-top:3em;
		position: static;
	}
}
