.container {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 1000px;
}
.top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 172px;
	width: 1000px;
}
.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 172px;
	width: 272px;
}
.top-login {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 172px;
	width: 650px;
	text-align: right;
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 12px;
	font-weight: bold;
	color: #BD3E2C;
	text-decoration: underline;
}
.navbar {
	background-image: url(../images/navbar.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 55px;
	width: 1000px;
}
.scrollable {
	margin: 0px;
	clear: left;
	float: left;
	height: 252px;
	width: 1000px;
	background-image: url(../images/scrollable-back.png);
	background-repeat: repeat-x;
	padding-bottom: 25px;
}
.content-container {
	background-color: #E9E9DF;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 100%;
	width: 100%;
}
.content {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 1000px;
}
.content-left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 625px;
}
.content-middle {
	background-image: url(../images/mid-content-back.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 357px;
}
.right-content {
	margin: 0px;
	float: left;
	height: auto;
	width: 330px;
	padding-bottom: 18px;
}
.right-content-middle {
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 325px;
	border: 1px solid #CDCC02;
	margin-top: 10px;
}
.right-content-bottom {
	background-image: url(../images/right-content-bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 18px;
	width: 330px;
	background-position: left top;
}
.right-text {
	color: #000;
	margin: 0px;
	clear: left;
	float: left;
	width: 275px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 30px;
}
.footer {
	background-image: url(../images/bottom-back.png);
	background-repeat: repeat-x;
	padding: 0px;
	clear: left;
	float: left;
	height: 86px;
	width: 100%;
	margin-top: 15px;
	background-color: #FFF;
}
.bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 86px;
	width: 298px;
}
.bottom-container {
	margin: auto;
	height: auto;
	width: 1000px;
}
.bottom-text {
	margin: 0px;
	height: 66px;
	width: 680px;
	padding-top: 15px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	float: left;
}
.bottom-left-text {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFF;
	padding-top: 35px;
	padding-left: 65px;
	width: 230px;
	height: 49px;
}
.boxc {
	padding: 20px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
 /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 152px; /*Width of top level menu link items*/
	padding: 1px 0px;
	text-decoration: none;
	color: #900;
	height:55px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	line-height: 55px;
	text-align: center;
	background-image:url(../images/button2.png);
	background-repeat:no-repeat;
}
.suckertreemenu ul li a:hover{
	display: block;
	width: 152px; /*Width of top level menu link items*/
	padding: 1px 0px;
	text-decoration: none;
	color: #900;
	height:55px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	line-height: 55px;
	text-align: center;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
}	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
.tollfree {
	font-family: "Century Gothic", Century, "Century Schoolbook";
	font-size: 16px;
	line-height: 55px;
	font-weight: bold;
	color: #BD3E2C;
	float: right;
	height: 55px;
	text-align: right;
}
.tollfreetext {
	color: #CC0;
	font-style: italic;
}
.clefttext {
	color: #B53E2D;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
.crighttext {
	color: #CC0;
	font-size: 18px;
	font-variant: small-caps;
}
.footer .bottom-container .bottom-text a{
	color:#CC0;
}
.footer .bottom-container .bottom-text a:hover{
	color:#fff;
}