body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #505252;
}

h1 {font-size:1.562em;}

h2 {font-size:1.25em;}

h3 {font-size:1.125em;}

h4 {font-size:1em;}

p {font-size:0.875em;}

li {font-size:0.875em;}

blockquote {font-size:1em; font-weight: bold;}

cite {font-size:0.75em;}

a {color:#435355; text-decoration:none;}

a:hover {color:#435355; text-decoration:underline;}

#main {
	width: 800px;
	border: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color: #2cafc2;
	
}

#header {
	border-bottom: solid 0px #333;
	padding: 10px;
	background-color: #2cafc2;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
}

#header h1 {
	margin: 5px;
}

#header .business_description {
	text-align:center;
	font-size: 1.125em;
	font-style: italic;
}

#header .phone {
	float: left;
}

#header .email {
	float: right;
}

#header .email a {
	float: right;
	color: #000;
}

#header .email a:hover {
	float: right;
	color: #fff;
}

#footer {
	text-align: center;
	color: #000000;
	border-top: solid 1px #333;
	background-color: #000;
	padding-bottom: 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#footer .copyright {
font-size: 0.75em;
color: #fff;
}

#footer .credit {
font-size: 0.5em;
font-weight: bold;
color: #fff;
}

#footer a {
	color: #2cafc2;
	text-decoration: none;
	font-size: 0.825em;
}

#footer a:hover {
	text-decoration: underline;
}

/* Navigation Lists */

.navigation {
	list-style: none;
	padding: 0;
}

/* Main Navigation */

#contentWrapper .navigation {
	float: left;
	width: 150px;
	background-color: #000;
	margin: 0;
	position: fixed;
	padding-bottom: 100%
	border: 1px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#contentWrapper .navigation li a {
	text-decoration: none;
	color: #2cafc2;
	display:block;
	padding: 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#contentWrapper .navigation li a:hover {
	background-color: #2cafc2;
	color: #fff;
}

/* secondary navigation */

#footer .navigation li{
	display: inline;
	font-size: 0.875em;
	font-weight: bold;
	margin: 10px;
}


/* Content */
#contentWrapper {
	background-color: #fff;
}



#contentWrapper .content {
	float: right;
	width: 570px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}




/* Clear Floats
-----------------------------------------------------*/	
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0; }

.clearfix {
	display: inline-block; }

* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }