

html {
	background: url(../i/bg.gif);
}

body {
	font: normal 12px arial;
	color: #464646;
	text-align: center;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #00538a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 19px;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	color: #9b171c;
	text-transform: uppercase;
}

h3 span {
	font-size: 12px;
	color: #81929c;
	text-transform: capitalize;
}

h4 {
	font-weight: bold;
}

ul.top {
	font: bold 10px arial;
	color: #5a6a74;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 10;
}

ul.top li {
	display: inline;
	margin: 0 1px;
}

ul.top li a {
	color: #5a6a74;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#page-top {
	background: url(../i/page-top.png) no-repeat;
	height: 25px;
}

#page-bottom {
	background: url(../i/page-bottom.png) no-repeat;
	height: 25px;
}

#page-body {
	background: url(../i/page-body.png) repeat-y;
}

#content {
	width: 844px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: left;
}

#header {
	position: relative;
	height: 296px;
}

#header2 {
	position: relative;
	height: 190px;
}

#header2 ul.top {
	right: 190px;
}

#banner {
	padding-top: 32px;
	z-index: 1;
}

#nav {
	height: 37px;
	margin-left: 5px;
}

#nav li {
	float: left;
}

#crumb {
	font-weight: bold;
	color: #81929c;
	padding-top: 10px;
	padding-left: 10px;
}

#crumb li {
	display: inline;
	margin: 0 1px;
}

#left {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-right: 25px;
	padding-left: 8px;
}

#leftnav {
	font-weight: bold;
	margin: 10px 0 0 5px;
	
	background-color: #e8f0fa;
	
}


#leftnav a:link, #leftnav a:visited {
	color: #9b171c;
	text-decoration: none;
	padding-left: 5px;
}
#leftnav a:hover, #leftnav a:active {
	color: #00538a;
	text-decoration: none;
	padding-left: 5px;
}

#leftnav li {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px #666666 dotted;
	
}

ul#leftnav li, ul#nav li {
	list-style: none;
}


#subnav {
	font-weight: normal;
	margin: 5px 0 0 25px;
}

ul#subnav li {
	list-style-type: square;
	
	border: none;
}

#right {
	float: left;
	width: 544px;
	margin-top: 22px;
}

#right h3 {
	margin-bottom: 16px;
	margin-left: -2px;
}

#right h4 {
	margin-bottom: 10px;
}

#right p {
	padding-bottom: 18px;
}

#right ul {
	padding-left: 20px;
	line-height: 19px;
}

#col1 {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-right: 40px;
	padding-left: 8px;
}

#col-wrapper {
	float: left;
	margin-top: 20px;
}

#col2 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#col3 {
	float: left;
	width: 256px;
}

#col1 h3, #col-wrapper h3 {
	margin: 12px 0 16px 6px;
}

#col1 img.photo, #col-wrapper img.photo {
	float: left;
	margin-right: 8px;
}

#col1 p.title, #col-wrapper p.title {
	margin-bottom: 8px;
}

#col1 p.desc, #col-wrapper p.desc {
	padding-left: 3px;
}

#col3 p.title {
	margin-bottom: 12px;
	margin-left: 7px;
}

#col3 ul {
	font-size: 13px;
	margin-left: 20px;
}

#col3 li {
	list-style-type: square;
	color: #9b171c;
	margin-bottom: 10px;
}

#col3 li span {
	color: #464646;
}

#offer {
	background-color: #ffffff;
	padding: 10px 18px 9px 18px;
	margin-top: 35px;
	font-size: 14px;
	border-top: 1px dotted #9b171c;
}

#offer span {
	color: #3e3d3d;
}

#offer .offer {
	font-weight: bold;
	font-size: 15px;
	color: #9b171c;
	text-transform: uppercase;
}

#contact {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #9b171c;
	padding: 7px 10px;
	margin-top: 20px;
}

#contact li {
	display: inline;
	margin: 0 3px;
}

#contact a {
	color: #fff;
}

#contact .divider {
	color: #000;
}

#footer {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 11px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer #copyright {
	float: left;
}

#footer #author {
	float: right;
}

.more {
	text-align: right;
	padding-right: 5px;
	margin-top: 15px;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.clear-me {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.catcher {
	width: 5px;
	visibility: hidden;
}
