*
{  
    margin: 0px;
    padding: 0px;
}
html
{
	overflow: -moz-scrollbars-vertical;
}
body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background:url(../img/creme_browserbg.jpg) repeat 0px 0px;
}
ul
{
	list-style-type:none;
}
h1 {
	color:#f26522;
	font-size:17px;
	font-weight:normal;
	padding-bottom:12px;
}
h2 {
	color:#f26522;
	font-size:12px;
	font-weight:normal;
}
h3 {
	color:#6b523c;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	border-bottom:6px #f26522 solid;
	width:142px;
	padding:30px 0px 2px 21px;
}
h4 {
	color:#6b523c;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	border-bottom:6px #a1b8da solid;
	width:142px;
	padding:20px 0px 2px 21px;
}
p {
	color:#806247;
	font-size:12px;
	line-height:19px;
	padding:0px 0px 20px 0px;
}
.clearer
{
	clear: both;
	height:1px;
	font-size:1px;
}

.container {
	width:727px;
	margin:0px auto;
	background:url(../img/t-content.gif) repeat-y 0px 0px;
}
.header {
	width:727px;
	height:193px;
	background:url(../img/header.jpg) no-repeat 0px 0px;
}
	.header ul {
		height:26px;
		padding:138px 0px 0px 46px;
	}
		.header ul li {
			float:left;
			height:26px;
			padding:0px 0px 0px 0px;
			margin-right:1px;
			font-size:12px;
		}
			.header ul li a {
				color:#e6e9ea;
				display:inline-block;
				text-decoration:none;
				padding:7px 15px 1px 15px;
			}
			.header ul li a:hover {
				border-bottom:4px #e6e9ea solid;
			}
			.header ul li a.select {
				color:#FFF;
				display:inline-block;
				text-decoration:none;
				padding:7px 15px 1px 15px;
				border-bottom:4px #ffffff solid;
			}
			.header ul li a.select:hover {
			}
.contentContainer {
	background:url(../img/bg-content.jpg) no-repeat 0px 0px;
	min-height:351px;
}
	.subNav {
		float:left;
		width:177px;
		padding:0px 26px 0px 3px;
		text-align:center;
	}
		.subNav img {
			padding-top:20px;
		}
		.subNav ul {
			text-align:left;
			font-size:12px;
			padding:10px 0px 0px 0px;
		}
			.subNav li {
				padding-bottom:10px;
			}
				.subNav li a {
					display:block;
					color:#806247;
					text-decoration:none;
					padding:0px 0px 0px 37px;
					background:url(../img/li-subnav.gif) no-repeat 27px 2px;
				}
					.subNav li a span {
						color:#f26522;
					}
				.subNav li a:hover {
					color:#f26522;
					text-decoration:none;
				}
				.subNav li a.select {
					color:#f26522;
					text-decoration:none;
					background:url(../img/li-subnav.gif) no-repeat right 2px;
				}
				.subNav li a.select:hover {
					color:#f26522;
					text-decoration:none;
				}
	.content {
		float:left;
		width:480px;
		padding:28px 35px 0px 0px;
	}
		.content img {
			padding:2px 0px 5px 15px;
		}
		.content p a {
			color:#f26522;
			text-decoration:underline;
		}
			.content p a:hover {
				color:#806247;
				text-decoration:underline;
			}
		.content ul {
			padding-bottom:19px;
		}
			.content ul li {
				font-size:12px;
				color:#747e8d;
				line-height:19px;
				padding:0px 0px 0px 30px;
				background:url(../img/li.gif) no-repeat 10px 4px;
			}
		.content ol {
			padding-bottom:19px;
			padding-left:30px;
		}
			.content ol li {
				font-size:12px;
				color:#747e8d;
				line-height:19px;
				padding:0px;
			}
.gMap {
	height:270px;
	margin-bottom:20px;
	border:1px #a1b8da solid;
}
.footer {
	position:relative;
	width:727px;
	height:107px;
	text-align:center;
	background:url(../img/footer.jpg) no-repeat 0px 0px;
}
	.footer span {
		display:inline-block;
		padding-top:85px;
		font-size:10px;
		color:#FFF;
	}
	.footer img {
		position:absolute;
		top:-92px;
		left:0px;
	}


