body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	background-color: #FFF;
	margin: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #7F0009;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1D1D4;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #7F0009;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 20px;
	height: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
img {
	border:0px;
}
#headercontainer {
	background-image: url(images/tile-header.jpg);
	height: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#header {
	background-image: url(images/header.png);
	height: 180px;
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-position: 269px;
}
#logo {
	height: 180px;
	width: 268px;
	float: left;
}



#headernumber {
	background-image: url(images/header-number.jpg);
	height: 87px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFEFB;
	text-align: right;
	width: 237px;
	float: right;
	line-height: 25px;
	clear: right;
	padding-top: 20px;
	padding-right: 20px;
}
#headerbutton {
	float: right;
	height: 73px;
	width: 257px;
}

#menucontainer {
	background-image: url(images/tile-menu.jpg);
	height: 40px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu {
	font-size: 14px;
	font-weight: bold;
	color: #313131;
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#bodycontainer {
	background-image: url(images/tile-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contentcontainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



#breadcrumb {
	height: 32px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
	color: #C33337;
	background-image: url(images/breadcrumb.png);
	background-repeat: no-repeat;
	padding-left: 280px;
	clear: both;
}
#breadcrumb a {
	color: #848688;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
}
#breadcrumb a:hover {
	color: #7F0009;
	text-decoration: none;
}
#body {
	background-image: url(none);
}

#body a, #sidebar a {
	font-weight: bold;
	color: #7F0009;
	text-decoration: none;
}
#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#content {
	float: right;
	width: 720px;
	min-height: 300px;
	line-height: 18px;
}
#sidebarcontainer {
	float: left;
}


#sidebar  {
	min-height: 200px;
	width: 208px;
	color: #333;
	margin-left: 24px;
	background-image: url(images/sidebar.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 15px;
	float: left;
}
#sidebarbottom {
	background-image: url(images/sidebar-bottom.png);
	width: 227px;
	margin-left: 24px;
	height: 17px;
	float: left;
}
.clear {
	clear: both;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	color: #333;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 31px;
	line-height: 34px;
}
#sidebar ul li a:hover {
	background-color: #F3F3F3;
}
#sidebar h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/h5.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	background-position: right top;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#footercontainer {
	background-image: url(images/tile-footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
	clear: both;
}



#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	height: 25px;
	padding-top: 7px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
}

#cities {
	font-size: 12px;
	text-align: center;
	color: #333;
	padding-top: 5px;
	padding-right: 15%;
	padding-left: 15%;
	padding-bottom: 10px;
	background-color: #FBFBFB;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	background-position: top;
}
#cities a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#cities a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.point1, .point2, .point3 {
	height: 200px;
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.point1 {
	background-image: url(images/point-1.jpg);
}
.point2 {
	background-image: url(images/point-2.jpg);
}
.point3 {
	background-image: url(images/point-3.jpg);
}
.font24 {
	font-size: 24px;
}
.font18 {
	font-size: 18px;
}
.aligncenter{text-align:center;}
.alignleft{text-align:left;}
.alignright{text-align:right;}
.news {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 35px;
	font-size: 14px;
}
.fontcalltoday {
	font-size: 18px;
	color: #848688;
}
.quotestart {
	background-image: url(images/quote-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	float: left;
	height: 25px;
	width: 25px;
	font-size: 8px;
	color: #FFF;
}
.quoteend {
	background-image: url(images/quote-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 25px;
	width: 25px;
	font-size: 8px;
	color: #FFF;
	float: right;
	margin-top: -20px;
	margin-right: 20px;
}
.h1subtitle {
	font-size: 16px;
	color: #848688;
	font-style: italic;
}
#content h2 a {
	color: #FFF;
}

