@import url("core.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6c4a1e;
	text-decoration: none;
	font-size:13px;
	text-align:center;
	background-color:#98caff;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:124px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearspace {
	clear:both;
	height:1px;
	line-height:1px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:26px;
	font-weight: bold;
	color:#b4162c;
	padding:15px 0 28px 0;
}
h2 {
	color:#6c4a1e;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	line-height:18px;
}
h3 {
	color:#b4162c;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	color:#b4162c;
	text-decoration:underline;
}
a:visited {
	color:#707070;
	text-decoration:underline;
}
a:hover {
	ccolor:#b4162c;
	text-decoration:none;
}
p {
	margin:0px;
	line-height: 20px;
	padding: 0px 0px 15px 0px;
}
#outerwrapper {
	background-image:url(../images/outer-wrapper-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px auto;
	background-position:center top;
}
	#wrapper {
		width:970px;
		text-align:left;
		padding:0px;
		margin:0px auto;
	}
		#header {
			background-image:url(../images/header.png);
			background-repeat:no-repeat;
			height:240px;
		}
			#logo {
				position:absolute;
				width:329px;
				height:1px;
				padding-top:88px;
				margin:100px 0 0px 190px;
				overflow:hidden;
			}
			#right-link {
				margin:65px 154px 0 0;
				float:right;
				width:155px;
				height:35px;
				background-image:url(../images/spacer.gif);
			}
#mainsection {
	/*background-image: url(../images/content-bg.png);*/
	background-image: url(../images/content-middle.png);
	background-repeat:repeat-y;
	padding:12px 0px 0 17px;
}
	#main-top {
		background-image:url(../images/content-top.png);
		height:8px;
		display:block;
		width:970px;
		font-size:1px;
	}
	#subnav {
		width:174px;
		float:left;
	}
		#cta {
			width:173px;
		}
		#cta li {
			list-style-type:none;
		}
		#cta li a {
			display:block;
			width:173px;
		}
		#cta-sigup {
			background-image:url(../images/sign-up-cta.jpg);
			height:1px;
			padding-top:45px;
			overflow:hidden;
			background-repeat:no-repeat;
		}
		#cta-sigup:hover {
			background-position:-173px -0px;
		}
		#cta-pled {
			background-image: url(../images/pledge-cta.jpg);
			height:1px;
			padding-top:38px;
			overflow:hidden;
			background-repeat:no-repeat;
		}
		#cta-pled:hover {
			background-position:-173px -0px;
		}
		#cta-login {
			background-image: url(../images/log-in-cta.jpg);
			height:1px;
			padding-top:30px;
			overflow:hidden;
			background-repeat:no-repeat;
		}
		#cta-login:hover {
			background-position:-173px -0px;
		}
		#cta-tell {
			background-image: url(../images/tell-a-friend-cta.jpg);
			height:1px;
			padding-top:22px;
			overflow:hidden;
			background-repeat:no-repeat;
		}
		#cta-tell:hover {
			background-position:-173px -0px;
		}
		#cta-book {
			background-image: url(../images/book-lanes-cta.jpg);
			height:1px;
			padding-top:22px;
			overflow:hidden;
			background-repeat:no-repeat;
		}
		#cta-book:hover {
			background-position:-173px -0px;
		}
		#cta-devider {
			background-image:url(../../images/cta-seperator.jpg);
			height:7px;
			display:block;
			background-repeat:no-repeat;
			width:173px;
		}
		#cta-end {
			background-image: url(../images/cta-bottom.jpg);
			height:16px;
			width:173px;
			background-repeat:no-repeat;
		}
	#sub-nav {
		float:left;
		width:160px;
		font-size:12px;
		color:#b4162c;
		font-weight:bold;
		padding-top:8px 0 10px 0;
	}
	#sub-nav ul { padding:0px;}
	
	#sub-nav li {
		background-image:url(../images/top-line.png);
		background-repeat:no-repeat;
		background-position:top;
		list-style-type:none;
		display:block;
		zoom:1;
	}
	#sub-nav li.firstlink {
		background-image:none;
	}
	#sub-nav li a {
		background-image:url(../images/subnav-buttet.png);
		text-decoration:none;
		background-repeat:no-repeat;
		background-position:0 9px;
		color:#b4162c;
		padding:7px 0 11px 18px;
		display:block;
	}
	#sub-nav li .first {
		background-image:none;
	}
	#sub-nav li a:hover {
		text-decoration:underline;
	}
	#sub-nav li ul {
		padding-left:33px;
		width:128px;
	}
	#sub-nav li li {
		background-image:none;
	}
	#sub-nav li li a {
		padding:6px 0 6px 0;
		display:block;
		color:#6c511e;
		font-weight: normal;
		background-image:none;
	}
	#sub-nav li li a:hover, #sub-nav li li a.active {
		color:#b4162c;
		text-decoration:none;
	}
#content {
	width:438px;
	float:left;
	min-height:233px;
	margin:0 45px 40px 46px;
}
	#right-imagesection {
		width:243px;
		float:left;
	}
#footer {
	background-image:url(../images/footer-bg.png);
	height:102px;
	background-repeat:no-repeat;
}
	#line {
		width:704px;
		float:right;
		margin-right:30px;
		color:#6c611e;
		border-top:1px solid #6c611e;
		margin-top:13px;
		font-size:11px;
		padding-top:22px;
	}
	#left {
		float:left;
	}
	#right {
		float:right;
	}
	#footer a {
		color:#6c611e;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
