@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
	color:#666;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

#wrapper {
	width:943px;
	margin:0 auto;
}

#content {
	background:#f5f1d1;

	padding:0 28px;
	width:879px;
}

#logo {
	float:left;
}

#header {
	width:936px;
}

#header h1 {
	float:right;
	color:#FFF;
	width:670px;
	text-align:right;
	font-size:18px;
	font-weight:normal;
	margin:14px 0 -15px;
}

#header h1 span {
	font-size:24px;
}

#header p {
	float:right;
	color:#333;
}

#header p a{
	color:#feeba6;
}

#nav {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	height:42px;
	background:url(images/nav_selected.jpg);
	color:#333;
	line-height:42px;
	border-left:1px solid #585858;
	border-right:1px solid #000;
	border-top:#999;
	text-align:center;
	border-bottom:#999;
}

#nav li a {
	display:block;
	padding:0 15px;
	color:#FFF;
	text-decoration:none;
	background:url(images/nav_back.jpg);
}

#nav li a.selected, #nav li#nav_home a.selected, #nav li#nav_payment a.selected {
	background:none;
	color:#333;
}

#nav li a:hover {
	background:none;
	color:#333;
}

#nav li#nav_payment {
	background:url(images/makeapayment.jpg) right;
	width:174px;
	padding:0;
}

#nav li#nav_payment:hover {
	background:url(images/makeapayment_selected.jpg) right;
}

#nav li#nav_payment a {
	background:none;
}

#nav li#nav_home {
	width:83px;
	background:url(images/home_selected.jpg) left;
	border-left:none;
	padding:0;
}

#nav li#nav_home a{
	background:url(images/home.jpg) left;
}


#nav li#nav_home a:hover {
	background:none;
}

hr {
	background:#f5f1d1;
	color:#f5f1d1;
	border:none;
	margin:14px 0;
	height:1px;
}

.promoBox {
	width:277px;
	margin:-14px auto 14px;
}

.promoBox h1 {
	font-size:21px;
	font-weight:normal;
	width:277px;
	height:58px;
	text-align:center;
	background:url(images/box_header.jpg);
	color:#333;
	padding-top:10px;
	margin-bottom:0;
}

.promoBox div {
	background:url(images/box_background.jpg) #FFF repeat-x;
	border-left:1px solid #d6d5c7;
	border-right:1px solid #d6d5c7;
	width:234px;
	margin:0;
	padding:0 20px;
	font-size:13px;
}

#footer {
	background:url(images/footer_background.jpg);
	width:100%;
	height:42px;
	line-height:42px;
	font-size:12px;
}

#footerLeft {
	float:left;
}

#footerRight {
	float:right;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul li {
	display:inline;
	padding:0 10px 0 5px;
	border-right:1px solid #FFF;
}

#footer ul li.last {
	border-right:none;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p {
	display:inline;
	color:#FFF;
	float:right;
	margin:0;
}

a.button {
	display:block;
	width:124px;
	height:38px;
	line-height:38px;
	color:#FFF;
	background:url(images/button_background.jpg);
	text-decoration:none;
	font-size:14px;
	padding:0 40px 0 10px;
	text-align:center;
	margin:5px auto 0;
	clear:both;
}

a.button:hover {
	background:url(images/button_background_selected.jpg);
}

.button {
	display:block;
	width:124px;
	height:38px;
	line-height:38px;
	color:#FFF;
	background:url(images/button_background.jpg) no repeat;
	text-decoration:none;
	font-size:14px;
	padding:0 40px 0 10px;
	text-align:center;
	margin:5px auto 0;
	clear:both;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

.button:hover {
	background:url(images/button_background_selected.jpg) no repeat;
}


.left {
	float:left;
	
}

.right {
	float:right;
	
}

img.left {
	margin:0 10px 10px 0;
}

img.right {
	margin:0 0 10px 10px;
}

.promo {
	list-style:none;
	margin:0;
	padding:0;
}

.promo li {
	float:left;
	margin-right:22px;
}

.promo li.last {
	margin-right:0;
}

.clear {
	clear:both;
}

.promoBox input {
	width:226px;
	margin:0 0 5px 0;
	border:1px solid #ccc;
	color:#ccc;
	padding:3px;
}

#contentBox {
	width:510px;
	padding:0 30px 20px 30px;
	margin:0;
	color:#333;
	background:#FFF;
	border:1px solid #CCC;
	font-size:13px;
	float:left;
}

#contentBox h1 {
	font-size:21px;
	font-weight:normal;
}
