﻿body {
	font-size:0.8em;
	font-family:Century, Arial, Helvectica, sans-serif;
	margin:0px;
	background-image:url('../images/body-background.gif');
	background-position:center top;
	background-repeat:repeat-x;
	color:#5E5E5E;
}
a {
	text-decoration:none;
	color:#23BEC9;
}
a:hover {
	text-decoration:underline;
}
p {
	padding:0px 10px 10px 10px;
	margin:0px;
	line-height:23px;
}
strong {
	color:#23BEC9;
}
h1 {
	font-size:1.6em;
	color:#23BEC9;
	padding:0px 10px 10px 10px;
	margin:0px 0px 10px 0px;
	border-bottom:1px #23BEC9 dashed;
	font-weight:normal;
}
h2 {
	font-size:1.5em;
	color:#23BEC9;
	padding:10px 10px 10px 10px;
	margin:10px 0px 10px 0px;
	border-top:1px #23BEC9 dashed;
	border-bottom:1px #23BEC9 dashed;
	font-weight:normal;
}
h3 {
	font-size:1.4em;
	padding:0px 10px;
	margin:0px;
	font-weight:normal;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
img {
	border:none;
}
.narrowTextBox {
	width:150px;
}
.mediumTextBox {
	width:250px;
}
.wideTextBox, .list {
	width:450px;
}
.list .headerStyle td {
	background-color:#3399FF;
	padding:5px;
	color:white;
	font-weight:bold;
}
.list .row:hover {
	background-color:#A4D1FF;
}
.errorMessage, .successMessage {
	padding:5px;
	display:block;
	margin:5px 0px;
	font-weight:bold;
	background-color:#FF8C8C;
}
.successMessage {
	background-color:#8CFF92;
}
.container {
	width:100%;
	float:left;
}
.column {
	float:left;
	position:relative;
}
.clear {
	clear:both;
}
.actions, .pageActions {
	display:block;
	float:left;
	padding:5px;
	border:1px black solid;
	background-color:white;
}
.actions a, .pageActions a {
	color:blue;
}
.formSection {
	background-color:#A4D1FF;
	display:block;
}
.formSection label {
	color:black;
}
#container {
	width:970px;
	margin:0px auto;
}
#header {
	width:970px;
	height:115px;
	position:relative;
	text-align:right;
	font-size:2.2em;
	padding:35px 0px 0px 0px;
	color:#CDCCCC;
}
#header a {
	position:absolute;
	left:0;
	top:25px;
}
#header .tel {
	color:white;
}
#contactForm {
	width:396px;
	height:335px;
	padding:5px 0px 0px 574px;
	background-image:url('../images/form-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	color:#9D9DAB;
	font-size:1.2em;
}
#contactForm p {
	padding:5px 10px;
	margin:0px;
}
#contactForm .formBox {
	background-image:url('../images/textbox-background.gif');
	background-position:center 5px;
	background-repeat:no-repeat;
}
#contactForm .formArea {
	background-image:url('../images/textarea-background.gif');
	background-position:center 5px;
	background-repeat:no-repeat;
}
#contactForm input[type=text], #contactForm textarea {
	width:299px;
	height:28px;
	overflow:auto;
	color:#158E97;
	border:none;
	background:none;
	font-size:1.1em;
	padding:5px 0px 0px 35px;
	font-family:Century, Arial, Helvectica, sans-serif;
}
#contactForm textarea {
	height:115px;
}
#contactForm .submit {
	text-align:right;
}
#contactForm .submit a {
	display:block;
	color:white;
	background-image:url('../images/small-button.gif');
	background-position:center center;
	background-repeat:no-repeat;
	width:144px;
	padding:2px 0px 4px 0px;
	text-align:center;
}
#contentArea {
	width:950px;
	padding:10px;
	font-size:1.3em;
}
#footer {
	width:940px;
	margin:30px 0px 0px 0px;
	padding:10px 20px;
	border-top:3px #23BEC9 solid;
	font-size:1.3em;
}


























