@CHARSET "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
	color: #333;
}

a, a:visited {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	
#Content {
	width: 640px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Header {
	margin: 10px 0px;
}

#Content img {
	border: none;
}

#Footer {
	clear: both;
}

#footerNav {
	text-align: center;
	margin: 10px 0px;
}

#footerNav ul li{
	display: inline;
	border-right: 1px dotted #333;
	list-style: none;
}

#footerNav ul li.last {
	display: inline;
	border-right: none;
	list-style: none;
}

#footerNav ul li a {
	font-size: 10px;
	font-weight: 800;
	padding: 4px 8px;
}

p.copyright, p.copyright *{
	color: #666;
	font-size: 11px;
	text-align: center;
}

#rateTable {
	font-size: 10px;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
}

#rateTable tr {
	
}

#rateTable th {
	text-align: right;
	background-color: #CCC;
	padding: 2px;
}

#rateTable th.first {
	text-align: left;
}

#rateTable td {
	color: #333;
	text-align: right;
	padding: 2px;
}

#rateTable td.first {
	text-align: left;
}
p.caps {
	text-transform: uppercase;
}

p.note {
	font-style:italic;
}

h4 {
	text-transform: uppercase;
	font-size: 11px;
}
p {
	font-size: 10px;
}

h3 {
	text-transform: uppercase;
	font-size: 12px;
}
#rates {
	font-family: Arial,Helvetica,sans-serif;
}

#rates div {
	margin: 8px 0px;
}
div.leftCol {
	float:left;
	width: 50%;
}

div.rightCol{
	float:right;
	width: 50%;
	height: 278px;
	position: relative;
}
div.leftCol div.iconImage {
	float: left;
}

div.leftCol div.data {
	float: left;
}

div.leftCol div.verticalIcon {
	float: right;
}

#mailContact, #phoneContact, #webContact {
	clear: both;
	height: 90px;
	position: relative;
	margin: 10px 0px;
}

#mailContact div.iconImage {
	position: absolute;
	top: 19px;
	left: 25px;
}
#mailContact div.data {
	position: absolute;
	top: 25px;
	left: 75px;
}

#mailContact div.verticalIcon {
	position: absolute;
	height: 90px;
	right: 0px;
	background-color: #9A9A9A;
	width: 15px;
}


#phoneContact div.iconImage {
	position: absolute;
	top: 25px;
	left: 25px;
}

#phoneContact div.data {
	position: absolute;
	top: 39px;
	left: 75px;
}

#phoneContact div.verticalIcon {
	position: absolute;
	height: 90px;
	right: 0px;
	background-color: #9A9A9A;
	width: 15px;
}

#phoneContact div.verticalIcon img {
	position: absolute;
	top: 8px;
	right: 0px;
}

#webContact div.iconImage {
	position: absolute;
	top: 25px;
	left: 25px;
}

#webContact div.data {
	position: absolute;
	top: 18px;
	left: 75px;
}

#webContact div.verticalIcon {
	position: absolute;
	height: 90px;
	right: 0px;
	background-color: #9A9A9A;
	width: 15px;
}

#webContact div.verticalIcon img {
	position: absolute;
	top: 8px;
	right: 0px;
}

#contactUs {
	font-size: 11px;
}

#contactUs ul {
	padding: 0px;
}

#contactUs li {
	list-style: none;
}
div.clearAll {
	clear: both;
}

div.rightCol p {
	position: absolute;
	width: 295px;
	top: 130px;
	left: 10px;
}

#emailUs h2
{
    margin: 12px 0px;
}

#emailUs form
{
	width: 490px;
	margin: auto;
}

#emailUs label
{
    width: 100px;
    margin: 5px 0px;
}

#emailUs input
{
	width: 200px;
}

#emailUs input:focus, #emailUs textarea:focus, #emailUs input.button:focus
{
	font-weight: bold;
    border: #000 1px solid;
}

#emailUs input, #emailUs textarea
{
    margin: 5px;
    border-left: #999 1px solid;
    border-top: #999 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

input.button, #emailUs input.button
{
    padding: 3px 20px;
    background: #fff;
    margin: auto;
    color: #CC3333;
    border-left: #999 1px solid;
    border-top: #999 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    width: auto;
}

#emailUs div.center 
{
    text-align: center;
}