.buttonR, .buttonG {
	position:relative;
	height:33px;
	width:70%;
	margin:12px auto;
	border:0;
	font-size:12px;
	background-position:right;
}
.buttonR {background-image:url(../images/buttons/red-button-right.gif);}
.buttonG {background-image:url(../images/buttons/gold-button-right.gif);}

.buttonR a, .buttonG a{
	display:block;
	color:#FFFFFF !important;
	padding:9px 0 9px 0;
	width:100%;
}
.leftR, .leftG {
	float:left;
	width:13px;
	height:33px;
	background-repeat:no-repeat;
}
.leftR{background-image:url(../images/buttons/red-button-left.gif);}
.leftG{background-image:url(../images/buttons/gold-button-left.gif);}

.midR, .midG {
	float:left;
	width:86%;
	height:33px;
	background-repeat:repeat-x;
	text-align:left;
}
.midR{background-image:url(../images/buttons/red-button-mid.gif);}
.midG{background-image:url(../images/buttons/gold-button-mid.gif);}

.rightR, .rightG {
	float:left;
	width:24px;
	height:33px;
	background-repeat:no-repeat;
}
.rightR{background-image:url(../images/buttons/red-button-right.gif);}
.rightG{background-image:url(../images/buttons/gold-button-right.gif);}

#homepageBanner{
	background-image:url(../images/home-banner-img.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fafbfb;
	border:1px solid #dadada;
	margin:0 20px;
	padding-bottom:35px;
}

ul#headerBanner{
	float:right;
	font-size:12px;
	color:#fff;
	margin:8px 2% 0 0;
}

ul#headerBanner li{
	background-image:url(../images/campensation-button.gif);
	margin:12px 0 0 0;
}

ul#headerBanner li a{
	color:#fff;
	display:block;
	width:220px;
	height:32px;
	padding:12px 0 0 0;
}

ul#headerBanner li a.topHome{
	padding-left:3px;
}

#title-text-home{
	display:inline-block;
	font-size:22px;
	width:222px;
	text-align:center;
	margin-left:2%;
	margin-right:0;
}

#title-left {
	width:2px;
}

.title-width {
	width:98%;
}