body {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#container {
	position: absolute;
	top: 0px;
	width: 780px;
	margin-left: 50%;
	left: -390px;
}

#container #header {
	width: 780px;
	height: 150px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 25px 20px;
}

#container #header #logohit {
	margin-top: 20px;
	margin-left: 25px;
	border: none;
	width: 455px;
	height: 105px;
}

#container #navigation #callaction {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	background-image: url(../images/white-pixel80.png);
	border-bottom: dotted 1px #666666;
	margin-bottom: 20px;
}

.emailbutton {
	background-image: url(../images/email.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.telephonebutton {
	background-image: url(../images/telephone.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.mobilebutton {
	background-image: url(../images/mobile.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#container #navigation #callaction h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	letter-spacing: -2px;
	margin: 0px;
	font-size: 1.7em;
	font-weight: normal;
	color: #9e0d11;
}

#container #navigation #callaction p {
	margin-bottom: 1.8em;
	font-size: 0.7em;
	line-height: 1.8em;
	color: #333333;
}

#container #navigation #callaction a {
	display: inline;
	padding: 0px;
	background: none;
}

#container #navigation #callaction #callactionbutton {
	margin-right: 5px;
	width: 16px;
	height: 14px;
}

#container #navigation {
	width: 160px;
	margin-right: 20px;
	float: left;
	padding-bottom: 20px;
}

#container #navigation ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style: none;
}

#container #navigation li {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	text-align: right;
	border-right: solid 5px #ffffff;
	border-bottom: dotted 1px #666666;
	text-transform: capitalize;
	line-height: 1.8em;
}

#container #navigation a {
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	color: #9e0d11;
	padding: 5px;
}

#container #navigation a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
}

#container #navigation li:hover {
	border-right: solid 5px #9e0d11;
}

#container #content {
	background-image: url(../images/white-pixel80.png);
	width: 560px;
	min-height: 400px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}

#container #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	letter-spacing: -2px;
	margin: 0px;
	font-size: 1.7em;
	font-weight: normal;
	color: #9e0d11;
}

#container #content h2 {
	color: #000000;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: capitalize;
}

#container #content p {
	margin-bottom: 1.8em;
	font-size: 0.7em;
	line-height: 1.8em;
	color: #333333;
}

.quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #111111;
	font-size: 1.1em;
}

.tabletext {
	font-size: 0.7em;
	color: #333333;
}

.tableheadings {
	font-size: 0.7em;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border-bottom: solid 2px #000000;
}

.tablecontent {
	font-size: 0.7em;
	color: #333333;
	padding: 5px;
	border-bottom: dotted 1px #000000;
}

.textfield {
	padding: 2px;
	margin: 3px;
	width: 300px;
	color: #000000;
	border: solid 1px #9e0d11;
	font-size: 11px;
	background-color: #FFFFFF;
}

.textarea {
	padding: 2px;
	margin: 3px;
	width: 310px;
	max-width: 550px;
	height: 75px;
	max-height: 125px;
	color: #000000;
	border: solid 1px #9e0d11;
	font-size: 11px;
	background-color: #FFFFFF;
}

.submitbutton {
	padding: 2px;
	width: 150px;
	color: #000000;
	border: solid 1px #9e0d11;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 13px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#container #content a {
	text-decoration: none;
	color: #9e0d11;
	border-bottom: dotted 1px #333333;
}

#container #content a:hover {
	color: #000000;
	border-bottom: solid 1px #9e0d11;
}

#container #content #plist {
	margin: 0px;
	padding-left: 15px;
	font-size: 0.7em;
	line-height: 1.8em;
}

#container #content #imageright {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: solid 1px #000000;
}

#container #content #imageleft {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	border: solid 1px #000000;
}

.flashright {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: solid 1px #000000;
}

#container #footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 0.7em;
	line-height: 1.8em;
	border-top: dotted 1px #333333;
}

#container #footer a {
	text-decoration: none;
	color: #9e0d11;
	border-bottom: dotted 1px #333333;
}

#container #footer a:hover {
	color: #000000;
	border-bottom: solid 1px #9e0d11;
}

