@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;

}

html, body {
    height: 100%;
}

body {
	background-color:#E8EBEF;
	text-align:center;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 135%;

}


#contentWrapper {
	position:relative;
	width:960px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	text-align:left;
	font-size:70%;
}


#header{
text-align:left;
position:relative;
height:140px;

}

#quickNav{
	position: absolute;
	width: 300px;
	top: 0px;
	right: 0px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: right;
	margin-right: 0px;
}

#quickLinks{
}

#search{
	padding-top: 10px;
	text-align: right;
	width: 270px;
	position: relative;
	float: right;
}

#mainNav{
	width:880px;
	position:absolute;
	bottom:0px;
	padding-left:0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 120%;
	text-transform: uppercase;
	text-align:center;
	left: 40px;
}


/* The hover element, dynamically created */
div.ahover {
    position: absolute;
    z-index: 99;
    background: #ccc;
	padding-bottom:6px;
	padding-left:0px;
	padding-right:0px;
	padding-top:6px;
}



#mainNav a {
	position: relative;
	z-index: 100;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
}

#mainNav a:link {
	color:#666666;
	text-decoration: none;
}
#mainNav  a:visited {
	text-decoration: none;
	color: #666666;
}
#mainNav  a:hover {
	text-decoration: none;
	color: #017CAA;
}
#mainNav  a:active {
	text-decoration: none;
	color: #017CAA;
}


.headerLogo {
	padding-top: 15px;
	padding-left: 40px;
	text-decoration: none;
}

#innerContentWrapper{
	padding-top:36px;
}

#leftColumn{
	padding-left:40px;
	width:240px;
	float: left;
}

#loginModule{
	height:190px;
	background-image: url(../images/CustomerLoginModule.jpg);
	background-repeat: no-repeat;
}
#customerLoginForm input {
	margin-bottom: 26px;
}

#customerLoginForm{
	padding-left:18px;
	padding-top:60px;
	width:100px;
}


#subNav {
	padding-top: 20px;
	width: 200px;
	font-size: 100%;
	line-height: 200%;
	font-weight: bold;
}



#rightColumn{
	width:640px;
	margin-bottom: 80px;
	float: left;
}







#panelForm{
	padding-left:480px;
	padding-top:40px;
	width:100px;
}

#panelForm input {
	margin-bottom: 26px;
}

#mainText{
	width:420px;
	float: left;
}

#mainTextAlt{
	width:560px;
	float: left;
}

#mainTextAlt li{
	list-style-type: square;
	padding-left: 10px;
	padding-right: 160px;
	margin-left: 40px;
}

#mainText td{
	font-size: 95%;
	line-height: 125%;
	padding-bottom: 2px;
	padding-top: 8px;
}







#twoColSplit{
	padding-top: 30px;
	width: 420px;
	float: left;
}

#twoColLeft{
	width: 200px;
	padding-right: 20px;
	float: left;
}
#twoColRight{
	width: 200px;
	float: left;
}

#mainTextAlt2{
	width:640px;
	float: left;
}


.colCapules{
	position: relative;
	width: 640px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}


#twoColMainLeft{
	width: 300px;
	position: relative;
}


#twoColMainRight{
	width: 300px;
	padding-left: 40px;
	position: absolute;
	top: 0px;
	margin-left: 300px;
	margin-top: 30px;
}








#rightModules{
	width: 166px;
	position: relative;
	float: right;
}

#footer {
	width: 880px;
	clear: both;
	padding-top: 10px;
	font-size: 100%;
	padding-bottom: 20px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.smallPrint {
	font-size: 80%;
	width: 600px;
	line-height: 150%;
}


h2 {
	padding-top:20px;
	color:#017CAA;
	font-size:110%;
}

h3 {
	padding-top:10px;
	color:#017CAA;
	font-size:100%;
}

h5 {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-variant: normal;
	font-style: italic;
	color: #666666;
}


a:link {
	color: #017CAA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #017CAA;
}
a:hover {
	text-decoration: underline;
	color: #017CAA;
}
a:active {
	text-decoration: none;
	color: #017CAA;
}

