@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C8DBF9;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
}
div#wrapper {
	position: absolute;
	width: 760px;
	top: 5px;
	left: auto;
	right: auto;
	padding-bottom: 80px;
}
h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 400px;
	position: relative;
	top: 30px;
}
h1   span {
	display: none;
}
h2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 500px;
	background-image: url(../images/logoSubHeading.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 245px;
}
h2 span {
	display: none;
}
p#telephone {
	position: absolute;
	left: 415px;
	font-weight: bold;
	width: 300px;
	text-align: center;
	top: 30px;
}

h3 {
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}




ul#mainNav {
	width: 760px;
	list-style-type: none;
	background-image: url(../images/tabs_orange_none.gif);
	background-repeat: no-repeat;
	height: 31px;
	background-position: center top;
	position: absolute;
	padding: 0px;
	top: 55px;
	margin: 0px;
}
ul#mainNav #tab1 {
	position: absolute;
	height: 32px;
	width: 79px;
	left: 400px;
}
ul#mainNav #tab2 {
	position: absolute;
	height: 32px;
	width: 79px;
	left: 472px;
}
ul#mainNav #tab3 {
	position: absolute;
	height: 32px;
	width: 79px;
	left: 542px;
}
ul#mainNav #tab4 {
	position: absolute;
	height: 32px;
	width: 79px;
	left: 611px;
}
ul#mainNav #tab5 {
	position: absolute;
	height: 32px;
	width: 79px;
	left: 680px;
}


ul#mainNav li a {
	display: block;
	height: 28px;
	width: 79px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	text-indent: 8px;
	font-weight: bold;
	padding-top: 4px;
}
ul#mainNav li a:hover {
	background-image: url(../images/tabs_orange_over.gif);
	background-repeat: no-repeat;
	font-size: 12px;
}

div#content {
	width: 350px;
	padding-top: 30px;
	padding-right: 388px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	position: relative;
	top: 17px;
	margin: 0px;
	
}

div#content a {
	color: #999999;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}
div#content ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


div#content li  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	position: relative;
}
.smallPrint {
	font-size: 10px;
}



ul#footer {
	list-style-type: none;
	width: 760px;
	background-image: url(../images/footerBack.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
	font-size: 11px;
	color: #999999;
	margin: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#footer li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul#footer li a {
	color: #999999;
	text-decoration: none;
}
ul#footer li a:hover {
	text-decoration: underline;
}

ul#footer #copywrite {
	margin-left: 65px;
}
ul#footer #validXhtml {
	margin-left: 65px;
}

ul#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#contactContent {
	width: 400px;
	padding-top: 20px;
	padding-right: 338px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	position: relative;
	top: 17px;
	margin: 0px;
}
div#contactContent a {
	color: #999999;
	text-decoration: none;
}
div#contactContent a:hover {
	text-decoration: underline;
}
