body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	background: #d9d9d8 url(../images/bg.png) top left repeat-x;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

#container {
	margin: 20px auto 0 auto;
	width: 962px;
}

/* HEADER */
#header {
	width: 962px;
	height: 91px;
	background: #a70240 url(../images/header-bg.png) top left no-repeat;
	color: #fff;
	position: relative;
	top: 0; left: 0;
}

#header h2, #header h2 span {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 288px;
	height: 39px;
}

#header h2 {
	top: 28px;
	left: 118px;
}

#header h2 span {
	background: #a70240 url(../images/header-text.png) top left no-repeat;
}

#header div {
	position: absolute;
	top: 22px; right: 28px
}

#header p {
	font-size: 17px;
	line-height: 1.2em;
}

#header p.telephone {
	font-size: 25px;
	line-height: 1.2em;
	font-weight: bold;
}

/* TOP NAVIGATION */
#navigation {
	margin-bottom: 30px;
}

#navigation, #navigation a {
	height: 36px;
}

#navigation li {
	float: left;
	border: 1px solid #fff;
	border-bottom: none;
	border-top: none;
	background: url(../images/nav-bg-hover.png) top left repeat-x;
}

#navigation a {
	display: block;
	background: url(../images/nav-bg.png) top left repeat-x;
	width: 135px;
	color: #4d4d4d;
	overflow: hidden;
	line-height: 36px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#navigation .first {
	border-left: none;
	background-image: url(../images/nav-bg-first-hover.png);
}

#navigation .first a {
	width: 137px;
	background-image: url(../images/nav-bg-first.png);
}

#navigation .last { 
	border-right: none;
	background-image: url(../images/nav-bg-last-hover.png);
}

#navigation .last a {
	width: 138px;
	background-image: url(../images/nav-bg-last.png);
}

#navigation a:hover, #navigation a.selected {
	text-decoration: none;
	background: transparent none;
	color: #e5e5e5;
}

/* LEFT HAND SUB-NAVIGATION */
#sub_navigation {
	float: left;
}

#sub_navigation li {
	padding-bottom: 6px;
}

#sub_navigation, #sub_navigation a {
	width: 131px;
}

#sub_navigation a {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	height: 28px;
	overflow: hidden;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	text-indent: 12px;
}

#sub_navigation a.orange { background-image: url(../images/sub-nav-orange.png); }
#sub_navigation a.green { background-image: url(../images/sub-nav-green.png); }
#sub_navigation a.blue { background-image: url(../images/sub-nav-blue.png); }
#sub_navigation a.red { background-image: url(../images/sub-nav-red.png); }
#sub_navigation a.black { background-image: url(../images/sub-nav-black.png); }

/* MAIN CONTENT */
#content {
	float: right;
	width: 800px;
	position: relative;
	top: 0; left: 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

h1 {
	font-size: 38px;
	line-height: 1.1em;
	font-weight: bold;
	color: #a70240;
	margin-bottom: 15px;
}

.sub_heading {
	font-size: 17px !important;
	line-height: 1.2em !important;
	font-weight: bold;
	padding-bottom: 6px;
	margin-top: 0 !important;
}

/* FOOTER */
#footer {
	clear: both;
	padding: 40px 0 20px 12px;
	font-size: 11px;
	line-height: 1.2em;
}

/* POPUPS */
#popup {
	padding: 22px 0 0 22px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 480px;
	height: 287px;
}

#popup.orange { background-image: url(../images/popup-orange.png); }
#popup.green { background-image: url(../images/popup-green.png); }
#popup.blue { background-image: url(../images/popup-blue.png); }
#popup.red { background-image: url(../images/popup-red.png); }
#popup.black { background-image: url(../images/popup-black.png); }

#popup h1, #popup p {
	color: #fff;
}

#popup p {
	font-weight: bold;
	margin-top: 1.2em;
}

#popup .body {
	width: 360px;
}