@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #e0e6e6;
}
div.access {
	display:none;
}
#wrapper {
	width: 964px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 16px auto 0 auto;
	padding: 13px 13px 50px 13px;
}
#main {
	float:left;
}
img {
	border:0;
}

/*--------------------- Header ---------------------*/

#header {
}

#banner {
	border-bottom: #a4aeb5 solid 5px;
}

/*--------------------- Content ---------------------*/

h1 {
	font-size: 1.4em;
	color: #000000;
	margin: 0;
	padding: 0 0 4px 0;
}
h2 {
	font-size: 1.2em;
	color: #000;
	margin: 0;
	padding: 8px 0 0 0;
}
h3 {
	font-size: 1.2em;
	color: #000000;
	margin: 0;
	padding: 8px 0 4px 0;
}
p {
	font-size: 1.2em;
	color: #51626f;
	margin: 0;
	padding: 4px 0 12px 0;
}
#content li {
	font-size: 1.2em;
	color: #000000;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
#content {
	float: left;
	clear: none;
	position: relative;
	width: 655px;
	text-align: left;
	padding: 20px 30px 20px 25px;
	background: #e0e6e6;
}
.contenthome {
	height: 321px;
}
#base {
	width: 955px;
	color: #FFFFFF;
	clear: both;
}
/*--------------------- Links ---------------------*/

#content a:link, #content a:visited {
	color:#51626f;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#content a.less{font-size:1.2em;}

/*--------------------- Links ---------------------*/

#promos {
	width: 242px;
	float: left;
	padding: 5px 0 0 12px;
}
#promos .header {
	background: url(../_images/promo-header-bg.gif) no-repeat;
	height: 23px;
	font-size: 1.4em;
	font-weight: bold;
	color: #51626f;
	padding: 13px 0 0 15px;
	text-align: left;
}
#promos .seperator {
	margin: 6px 0 0 0;
}
#promos .content {
	height: 124px;
	padding: 15px 0 0 15px;
	text-align: left;
	position: relative;
}

#promos .promobox1 {
	background: url(../_images/promo-1-bg.jpg) no-repeat;
}
#promos .promobox2 {
	background: url(../_images/promo-2-bg.jpg) no-repeat;
}
#promos .promobox3 {
	background: url(../_images/promo-3-bg.jpg) no-repeat;
}
#promos .promobox4 {
	background: url(../_images/promo-4-bg.jpg) no-repeat;
}

#promos .content p {
	color: #fff;
	width: 90px;
	font-size: 1.1em;
	padding: 0;
	font-weight: bold;
}
#promos .content p.blacktext {
	color: #000;
}
#promos .content a:link, #promos .content a:visited {
	display: block;
	width: 36px;
	height: 20px;
	padding: 4px 0 0 7px;
	background: url(../_images/go-btn.gif) no-repeat;
	color: #51626f;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
#promos .content a:hover {
	background: url(../_images/go-btn2.gif) no-repeat;
	color: #000;
	text-decoration: none;
}


/*--------------------- Footer ---------------------*/

#footer {
	width: 990px;
	color: #a4aeb5;
	clear: both;
	font-size: 1.1em;
	text-align: right;
	margin: 0 auto;
	border-top: #a4aeb5 solid 5px;
	padding: 5px 0 10px 0;
}
#footer a:link, #footer a:visited {
	color:#a4aeb5;
	text-decoration: none;
}
#footer a:hover {
	color: #a4aeb5;
	text-decoration: underline;
}

