.homeNavigationWrapper {
	font-size: 20px;
	padding-top: 24px;
	font-weight: bold;
}

/* @group navigation */

.navigationWrapper ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.navigationWrapper li{
	display:inline;
}

.navigationWrapper a.rightLink {
	float: right;
	text-align: center;
	text-decoration:none;
	color:#FFFFFF;
	background: url(../images/nav-tab-bg.png) repeat-x;
	padding:12px 30px;
	margin-right: 0px;
}

.navigationWrapper p {
	float: left;
	text-align: center;
	text-decoration:none;
	color:#FFFFFF;
	background: url(../images/nav-tab-bg.png) repeat-x;
	padding:12px 30px;
	margin: 0px 4px 0px 0px;
}
.navigationWrapper a {
	float: left;
	text-align: center;
	text-decoration:none;
	color:#FFFFFF;
	background: url(../images/nav-tab-bg.png) repeat-x;
	padding:12px 30px;
	margin-right: 4px;
}
.navigationWrapper a:hover{
	background: #9CB058;
	color: #000;
}
.navigationWrapper a.current, .navigationWrapper p.current {
	color: #000000;
	background: #9CB058;
	font-weight: bold;
}

.navigationWrapper a:active{
	background: #c7e071;
	color: #000;
}

/* @end */
/* @group home */

.homeNavigationWrapper ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.homeNavigationWrapper li{
	display:inline;
}

.homeNavigationWrapper a {
	float: left;
	text-align: center;
	text-decoration:none;
	color:#FFFFFF;
	background: url(../images/navbtn-bg.png) repeat-x;
	padding:20px 38px;
	margin-right: 10px;
	font-size: 20px;
}
.homeNavigationWrapper a:hover{
	background: url(../images/navbtn-hover-bg.png) repeat-x;
	color: #000;
}
.homeNavigationWrapper a:active {
	background: url(../images/navbtn-active-bg.png) repeat-x;
	color: #000;
}
.homeNavigationWrapper a.current{
	color: #000000;
	background: #9CB058;
	font-weight: bold;
}
a.littleButton {
	display: inline-block;
	padding: 5px 10px;
	background: #9CB058;
	color: #FFFFFF;
	text-decoration: none;
}

a.littleButton:hover {
	background: #c7e071;
	color: #000000;

}
p.footerText a {
	color: #666666;
}
p.footerText a:hover {
	color: #999999;
}
.green-line {
	width: 100%;
	height: 200px;
	background: url(../images/green-line.jpg) no-repeat 50% 0;
}





/* @end */
/* @group div classes */

body {
	background: #000000;
	font-family: Arial, Sans-serif;

	
}
.hidden {
	display: none;
}
.floatClear {
	clear: both;
}
.bodyWrapper_billing {
	width: 600px;
	margin: 0px auto 0px auto;
}
.bodyWrapper {
	width: 900px;
	margin: 0px auto 0px auto;
}
.homeBodyWrapper {
	width: 1000px;
	margin: 10px auto 0px auto;

}
.header {
	text-align: center;
	height: 175px;
	width: 100%;
	background: url(../images/logo_s.jpg) no-repeat 50% 50%;
}
.header_billing {
	text-align: center;
	padding-top: 100px;
	height: 50px;
	color: #999;
	width: 100%;
	background: url(../images/logo_billpay.jpg) no-repeat 50% 50%;
}
.header_home {
	text-align: center;
	height: 150px;
	width: 100%;
	margin-top: 0px;
	background: url(../images/logo.jpg) no-repeat 50% 0;
}
.navigationWrapper {
	font-size: 14px;
	padding-top: 14px;
	font-weight: bold;
}
.bodyContentWrapper {
	background: #9CB058;
	min-height: 100px;
	padding: 10px 10px 30px 10px;
}
.centeredContent {
	text-align: center;
}
.footer {
	text-align: center;
	padding-top: 10px;
}
.contactLeftCol {
	width: 390px;
	margin: 0px 10px;
	padding: 5px 10px 10px 10px;
	float: left;
	background: #FFF;
}
.contactRightCol {
	width: 390px;
	margin: 0px 10px 20px 10px;
	padding: 5px 10px 10px 10px;
	float: right;
	background: #b7c98c;

}

/* @end */

/* @group text */
h1.companyName {
	font-family: "Georgia", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 48px;
	margin-top: 50px;
	margin-bottom: 0px;
	line-height: 48px;
}
h2.companySlogan {
	font-family: Arial, san-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CCCCCC;
}

h1.companyName_home {
	font-family: "Georgia", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 60px;
	margin-top: 50px;
	margin-bottom: 0px;
	line-height: 48px;
}
h2.companySlogan_home {
	font-family: Arial, san-serif;
	font-size: 30px;
	font-weight: normal;
	color: #CCCCCC;
}
h2.phone {
	text-align: center;
	font-size: 28px;
}
h3 {
	font-size: 24px;
	margin-bottom: 14px;
}
h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 20px;
}
p.footerText {
	font-size: 10px;
	color: #666666;
	margin: 5px 0px;
	}
p.addressText {
	margin: 5px;
}
p.smallText {
	margin: 5px;
	font-size: 12px;
}
p.homeText {
	text-align: center;
}
/* @end */

/* @group contactform */

.contactForm {
	text-align: left;
	font-size: 12px;
	padding: 0px 20px;
}
.textField {
	font-size: 14px;
	padding: 6px;
	margin-bottom: 20px;
}
.textField1 {
	font-size: 14px;
	padding: 6px;
	margin-bottom: 20px;
	border: 2px solid #660000;
	background: #FFEEEE;
}
.textArea {
	font-size: 12px;
	margin-bottom: 20px;

}
.dropMenu {
	font-size: 14px;
	width: 300px;
	margin-bottom: 20px;
}
.dropMenu1 {
	font-size: 14px;
	width: 300px;
	margin-bottom: 20px;
	border: 2px solid #660000;
	background: #FFEEEE;
}
label {
	font-weight: bold;
	line-height: 14px;
	margin-left: 2px;
	text-align: left;
}
.lightExample {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}
.submitButton {
	font-size: 14px;
	padding: 10px;
	text-align: center;
}
label.check  {
	font-weight: normal;
}

.formError {
	background: #990000;
	color: #FFFFFF;
	padding: 15px;
	margin: 10px 10px;
	font-size: 12px;
}
.formConfirmation {
	margin: 10px 15px 100px;
	padding: 10px;
	background: #b7c98c;
	font-size: 12px;
	font-weight: bold;
}
/* @end */

/* @group photopage */
td {
	width: 150px;
	padding: 10px 12px;
	text-align: center;
}
img {
	border: 1px solid #EEEEEE;
	padding: 3px;
	background: #FFFFFF;
}

/* @end */

/* @group billPay */
.billingContentWrapper {
	border: 20px solid #9CB058;
	background: #FFF;
	font-size: 13px;
	text-align: left;
	padding: 0px 50px;
}

.billingContent {
	text-align: left;
}
.billingContent p {
	line-height: 20px;
}

.billingContent p {
	line-height: 20px;
}
.textField_billing {
	font-size: 12px;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 0px;
}
table, tr, td {
	text-align: left;
}
table.billingForm {
	margin-left: 20px;
}
h3 {
	font-size: 16px;
	padding: 10px 0px;
	margin-bottom: 0px;
}
.billingContentWrapper div.active {
	float: left;
}
.tabContent {
}
/* @end */