@charset "utf-8";
/* CSS Document */

/* ------- LAYOUT ------- */

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #eaeaea;
	border-left: solid 10px #d4e2cd;
	border-right: solid 10px #d4e2cd;
	}

#header {
	width: 700px;
	}

#left {
	width: 220px;
	margin: 20px 20px 10px 20px;
	float: left;
	}

#right {
	width: 420px;
	margin: 20px 20px 10px 0px;
	float: right;
	}

#single {
	width: 660px;
	margin: 20px 20px 20px 20px;
	}

#footer {
	clear: both;
	background-color: #eaeaea;
	border-top: 1px solid #bdbdbd;
	padding-top: 6px;
	margin: 10px 20px 10px 20px;
	}


/* ------- TAGS ------- */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	}

a:link { 
	text-decoration: none;
	color: #777;
	}

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

a:hover, a:active { 
	text-decoration: underline; 
	color: #777;
	}

img {
	border: none;
	}

p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0px 0px 0px 0px;
	}

p.services {
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0px 0px 16px 0px;
	}

p.services2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bdbdbd;
	}

h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #555;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: normal;
	}

ul {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #444;
	font-weight: bold;
	}

table.xc {
	font: 10px Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #fff;
	border: 1px solid #ddd;
	}


/* ------- TAGS ------- */

.rates {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;
	font-weight: bold;
	}

.footertext {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;
	}

.located {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #bdbdbd;
	}

.bold {
	font-weight: bold;
	}

.elevenbold {
	font-size: 11px;
	font-weight: bold;
	}

.phonenumber {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #444;
	letter-spacing: 1px;
	font-weight: bold;
	}
