/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#header {
	background-image: url(/images/header_bg.jpg);
	height: 108px;
	background-position: top left;
	background-repeat: repeat-x;
}

#headerContent {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	background-image: url(/images/header_image.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#headerAddress {
	float: right;
	margin-top: 65px;
	color: #666666;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;

}

#headerAddress a {
	color: #666666;
	text-decoration: none;
}

#headerAddress a:hover {
	color: #999999;
}

#navigation {
	height: 35px;
	background-color: #000000;
	background-image: url(/images/navigation_bg.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#navBar {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	background-image: url(/images/navBar_bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#navBar ul {
	list-style-type: none;
	margin: 0px 0px 0px -3px;
	padding: 3px 0px 0px 0px;
}

#navBar li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.homeSub {
	margin: 15px 0px;
	width: 410px;
	padding: 0px 20px;
}

.homeSub h2 {
	color: #653332;
	font-size: 14px;
	margin: 7px 0px 0px 0px;

}

.homeSub p {
	margin: 5px 0px 0px 20px;
	font-size: 10px;
	color: #333333;

}

.homeSub a {
	color: #653332;
	font-weight: bold;
	text-decoration: none;

}

.homeSub a:hover {
	color: #666666;

}

#homeRight {
	float: right;
	border-left: solid 1px #ccc;
}

#homeLeft {
}

#homeContent {
	margin: 0px 21px;
}

#homeContent p {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	color: #333333;
}

#homeContent h1 {
	color: #653332;
	font-size: 16px;
	margin: 7px 0px 0px 0px;
}

#middle {
	width: 927px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

#sectionImage {
	background-image: url(/images/sectionImage_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 922px;
	margin: 0px 0px 0px 2px;
	padding: 15px 26px 0px 26px;
}

#leftSide{
	float: left;
	width: 211px;
	margin-right: 15px;
	padding: 0px;
}

#leftSide h1 {
	color: #653332;
	font-size: 16px;
	margin: 0px 0px 8px 25px;
}

#leftSide img {
	border: none;
}

#subNav {
	margin-left: 1px;
	background-image: url(/images/subNav_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #653332;
}

#subNav ul {
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

#subNav li {
	margin: 5px 0px;
	padding: 0px 10px 0px 20px;
}

#subNav .current {
	background-image: url(/images/selectionArrow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#subNav a {
	color: #653332;
	text-decoration: none;
}

#subNav a:hover {
	color: #666666;
}

#advert {
	width: 211px;
	text-align: center;
	margin: 15px 0px;
}

#rightSide {
	padding-left: 245px;
	margin-right: 20px;
	font-size: 11px;
	color: #333333;
	min-height: 300px;
}

#rightSide h3 {
	color: #653332;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}

#rightSide h2 {
	color: #653332;
	font-size: 14px;
	margin: 0px 0px 5px -20px;
}

#rightSide p {
	margin: 0px 0px 5px 0px;
}

#rightSide a {
	color: #653332;
	text-decoration: none;
	font-weight: bold;
}

#rightSide a:hover {
	color: #666666;
}

#footer {
	background-image: url(/images/footer_bg.jpg);
	height: 100px;
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
}

#footerContent {
	width: 927px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

#footerContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footerContent li {
	display: inline;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	padding-right: 1px;
}

#footerContent a {
	color: #999999;
	text-decoration: none;
}

#footerContent a:hover {
	color: #666666;
	text-decoration: none;
}

#footerContent p {
	color: #666;
	font-weight: bold;
	font-size: 10px;
	margin: 5px 0px;
}

.floatRight {
	float: right;
}

.nudge {
	margin-left: 2px;
}

