body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	background-color: #FFF;
	margin: 0px;
	background-position: center top;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #039;
	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: #FBB718;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
img {
	border:0px;
}

#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#headertop {
	height: 110px;
}
#logo {
	float: left;
	height: 110px;
	width: 665px;
}



#headernumber {
	height: 90px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	width: 315px;
	float: right;
	line-height: 25px;
	background-image: url(images/header-number.png);
}
#headerbottom {
	background-image: url(images/header.png);
	height: 126px;
	background-repeat: no-repeat;
}
#headerbutton {
	float: right;
	height: 126px;
	width: 335px;
}
#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#menu ul li {
	display: inline;
	float: left;
	position: relative;
}
#title {
	background-color: #039;
	height: 25px;
	color: #FFF;
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
}

#menu ul li a {
	display:block;
	color: #FFF;
	font-weight:normal;
	font-size: 14px;
	text-decoration:none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	height: 20px;
}
#menu ul li a:hover {
	background-image: url(images/menu-highlight.png);
}
html #menu ul li.active a, html #menu ul li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image: url(images/menu-tab.png);
	background-repeat: repeat-x;
	color: #213A8A;
}
.active {
	background-image: url(images/menu-tab.png);
	background-repeat: repeat-x;
	color: #213884;
}


#breadcrumb {
	height: 17px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-top: 3px;
	color: #FFF;
	background-image: url(images/breadcrumb.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding-left: 5px;
}
#breadcrumb a {
	color: #FFF;
	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: #B23135;
	text-decoration: none;
}
#body {
	background-color: #FFF;
}

#body a, #sidebar a {
	font-weight: bold;
	color: #243E92;
	text-decoration: none;
}

#body a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #FBB718;
	text-decoration: none;
}
#content {
	float: right;
	width: 690px;
	min-height: 300px;
	line-height: 18px;
	margin-right: 10px;
}
#banner {
	text-align: center;
}

#sidebar  {
	min-height: 200px;
	float: left;
	width: 275px;
	color: #333;
	margin-left: 10px;
}
#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/menu-list.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 31px;
	line-height: 34px;
}
#sidebar ul li a:hover {
	background-image: url(images/menu-list.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	width: 250px;
	background-image: url(images/h2-back.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 31px;
	margin-bottom: 5px;
}
#serviceform {
	background-image: url(images/form.jpg);
	height: 401px;
	width: 235px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 5px;
}

#footer {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	background-color: #FBB718;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#bottom {
	height: 50px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
}
.greybox {
	background-color: #EFEFEF;
	border: 1px solid #039;
	padding: 5px;
	color: #000;
}
.font18 {
	font-size: 18px;
	line-height: 20px;
}
.font16 {
	font-size: 16px;
}

.font24 {
	font-size: 24px;
}
.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;
}
.divider    {
	background-image: url(images/divider.png);
	background-position: right 1px;
	background-repeat: no-repeat;
}
.fontcalltoday {
	font-size: 18px;
	color: #003596;
}
.h1subtitle {
	font-size: 16px;
	color: #848688;
	font-style: italic;
}

