body {
	background-image:url('../img/bg.jpg');
	background-repeat:repeat;
	background-position:center;
}

body p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.top {
	background-image:url('../img/top7.png');
	background-position:center;
	background-repeat:no-repeat;
	height: 70px;
}

.middle {
	background-image:url('../img/middle4.png');
	background-position:center;
	background-repeat:repeat-y;
}

.bottom {
	background-image:url('../img/bottom2.png');
	background-position:center;
	background-repeat:no-repeat;
	height: 74px;
}

.column {
	margin-left: 20px;
	margin-right: 20px;
}

.logo {
	text-align: right;
	padding-top: 12px;
}

.navigation {
	height: 130px;
}

.menu {
	padding-top: 6px;
	height: 45px;
	float: left;
	list-style-type: none;
	text-align: center;
}

.menu a {
	color: #ffffff;
}
   
.menu ul {
	font-size: 14px;
	margin-top: 6px;
}

.menu li {
	display: inline;
	list-style-type: none;
	padding-right: 2px;
	padding-top: 5px;
	text-align: center;
}

.menu-sprite {
	background:url(../img/menu_sprite.png);
	background-repeat: no-repeat;
}
       
.menu-s {
	width:63px;
	background-position:-2px -30px;
}

.menu-l {
	width:108px;
	background-position:-65px -30px;
}

.menu-m {
	width:90px;
	background-position:-173px -30px;
}

.menu-xl {
	width:142px;
	background-position:-263px -30px;
}


.menu-s:hover, .menu-s.active {
	padding-top: 28px;
	background-position:-2px -7px;
}

.menu-l:hover, .menu-l.active {
	padding-top: 28px;
	background-position:-65px -7px;
}

.menu-m:hover, .menu-m.active {
	padding-top: 28px;
	background-position:-173px -7px;
}

.menu-xl:hover, .menu-xl.active {
	padding-top: 28px;
	background-position:-263px -7px;
}

.nav-items {
	float: right;
}

.top-ad {
	margin: 10px 0 0 0;
}

.caption {
	text-align: center;
	margin-top: -5px;
}

.push10 {
	margin-left: 10px;
}

.push15 {
	margin-left: 15px;
}

.push23 {
	margin-left: 23px;
}

.push20 {
	margin-left: 20px;
}

.pull10 {
	margin-right: 10px;
}

.top10 {
	margin-top: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: .9em;
}

.leader {
	margin-bottom: 0;
}

.link-area {
	width: 650px;
}
.footer-text {
	margin-top: 55px;
	font-size: 12px;
	line-height: 14px;
	color: #dbd2ab;
}

.footer-text a {
	color: #dbd2ab;
	text-decoration: underline;	
}

.alert a {
	color: #b18835;
	text-decoration: underline;
}

.alert {
	margin-bottom: 0px;
}

.ad-wrap-right {
	display:block;
	float:right;
	margin: 8px 0 0 8px;
}

.ad-content {
	text-align: center;
}

.ad-wrap-left {
	display:block;
	float:left;
	margin: 8px 8px 0 0;
}

.image-wrap-left {
	display:block;
	float:left;
	margin: 15px 13px 1px 0px;
	text-align: center;
}

.image-wrap-right {
	display:block;
	float:right;
	margin: 15px 0px 0px 13px;
	text-align: center;
}

.image-wrap-right p, .image-wrap-left p {
	font-size: .9em;
	line-height: .9em;	
	margin-top: 2px;
}

.card-pane {

}

.card-row {
	width: 790px;
	margin-left: 3px;
	margin-right: auto;
}

.card-row ul {
	background-image:url('/img/scroll-image.png');
	background-position:center center;
	background-repeat:no-repeat;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 0 8px;
}

.card-row ul li {
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	text-decoration: none;
}

.form-center {
	margin: 0 auto;
}

.form-wrap {
	width: 422px;
}

.form-top {
	background-image:url('../img/form-top.png');
	background-position:center;
	background-repeat:no-repeat;
	height: 19px;
}

.form-middle {
	background-image:url('../img/form-middle.png');
	background-position:center;
	background-repeat:repeat-y;
	width: 422px;
	margin: 0 auto;
}

.form-end {
	background-image:url('../img/form-end.png');
	background-position:center;
	background-repeat:no-repeat;
	height: 17px;
	margin-top: -12px;
	margin-bottom: 10px;
}

.form-inner {
	margin-left: 20px;
	margin-right: 20px;
}

.form-inner p, .form-inner h2, .form-inner h3, .form-inner h4 {
	margin: 0;
} 

.form-inner form {
	margin: 0;
	padding: 10px 0 20px 0;
}

.auburn {
	color: #c63b1d;
}

.sidebar {
	width: 300px;
	display:block;
	float:right;
	margin: 8px 0 0 8px;
}