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

/* 

   Created by Frank Stallone
   Stallone Designs
   E-mail: iamfrankstallone@gmail.com 
   
 */

html, body {
	height: 100%;
}
body {
	background: #FFF url(images/body-bg.png) repeat-x top left;
}
.clearbar {
	clear: both;
}
h1 {
	font-family: Georgia, serif;
	font-size: 41px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}
h1#branding {
	background:url(images/header.png) no-repeat top left;
	height: 150px;
	width: 900px;
	text-indent: -9999px;
}
h2 {
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin: 20px 0 0 0;
}
h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin: 20px 0 0 0;
}
#header {
	margin:0 auto;
	width: 900px;
	height: 200px;
	overflow: hidden;
}
ul#topnav {
	width: 900px;
	overflow:hidden;
	list-style: none;
	display: inline;
}
ul#topnav li {
	float:left;
	width: auto;
	display: inline;
}
/* Navigation Sprite */

a.home, a.services, a.online-forms, a.resources, a.directions, a.contact {
	font-family: Georgia, serif;
	font-size: 24px;
	color: #fff;
	padding: 10px 0 0 0;
	display: block;
	height: 50px;
	background: url(images/navigation.png) no-repeat;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
}
a.home:hover, a.services:hover, a.online-forms:hover, a.resources:hover, a.directions:hover, a.contact:hover {
	color: #000;
}
a.home {
	width: 110px;
	background-position: 0px 0px;
}
a.home:hover {
	width: 110px;
	background-position: 0px -50px;
}
a.services {
	width: 140px;
	background-position: -110px 0px;
}
a.services:hover {
	width: 140px;
	background-position: -110px -50px;
}
a.online-forms {
	width: 200px;
	background-position: -250px 0px;
}
a.online-forms:hover {
	width: 200px;
	background-position: -250px -50px;
}
a.resources {
	width: 160px;
	background-position: -450px 0px;
}
a.resources:hover {
	width: 160px;
	background-position: -450px -50px;
}
a.directions {
	width: 170px;
	background-position: -610px 0px;
}
a.directions:hover {
	width: 170px;
	background-position: -610px -50px;
}
a.contact {
	width: 120px;
	background-position: -780px 0px;
}
a.contact:hover {
	width: 120px;
	background-position: -780px -50px;
}
/* Presentational Markup */

#wrapper {
	width: 900px;
	background: #FFF url(images/wrapper-bg.png) repeat-y 50% 0;
	margin:0 auto;
	overflow: auto;
}
#content {
	width: 600px;
	float: left;
}
#sidebar {
	float: left;
	width: 300px;
}
#footwrap {
	width: 100%;
	background: #001a21;
	height: 200px;
}
#footer {
	width: 900px;
	margin:0 auto;
	padding: 20px 0 0 0;
}
.seperator {
	background: url(images/seperator.png) top left no-repeat;
	height: 25px;
	margin: 0 0 15px 0;
}
#callnow {
	background: url(images/call2action.png) top left no-repeat;
	height: 105px;
	margin-bottom: 10px;
}
/* #Typefaces */

#content, #content p, #sidebar p, #sidebar li, ul#sitemap li a {
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
#content a, #content a:visited, #content a:active {
	color: #1a4411;
	text-decoration: underline;
}
#content a:hover {
	color: #72986a;
	text-decoration: none;
}
#content p {
	padding: 10px;
}
#content p.first {
	font-weight: bold;
}
/* Sidebar Specific */

#sidebar ul.vcard, #sidebar p {
	padding: 0 0 10px 65px;
	color: #4d4d4d;
	line-height: 1.2em;
}
#sidebar ul li h3 {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #2e2d2d;
	line-height: .9em;
	text-align: center;
	padding: 0;
}
#sidebar ul li h3:before {
	padding: 40px 0 0 0;
}
#sidebar ul li h3.big {
	font-size: 24px;
}
#sidebar ul li h4 {
	color: #b2b2b2;
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-align: center;
	padding: 0;
}
#sidebar ul li.name {
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	margin: 0 0 15px 0;
}
#sidebar ul li.big {
	font-size: 18px;
	margin-bottom: 10px;
}
#sidebar .type {
	font-weight: bold;
}
#sidebar .type:after {
	content: ": ";
}
/* #Experience */

#action {
	float: right;
	width: 600px;
	background: #fffec7;
	border-bottom: 3px solid #bebd93;
	padding: 15px 0;
	margin: 20px 0;
}
#action > p {
	font-family: Georgia, serif;
	font-size: 26px;
	padding: 0 0 0 10px;
	font-style: italic;
	margin: 0;
}
/* #footer */

ul#footlinks {
	display: inline;
	margin: 0 0 0 55px;
}
ul#footlinks li {
	display: inline;
}
ul#footlinks li a {
	color: #e9e9e9;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 0px 5px;
}
ul#footlinks li a:hover {
	color: #a7a7a7;
	text-decoration: none;
}
ul#footlinks li:after {
	content: " | ";
	color: #e9e9e9;
}
ul#footlinks li:last-child:after {
	content: "";
}
#footer .disclaimer {
	font-family: Verdana, sans-serif;
	color: #e9e9e9;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-top: 100px;
}
#footer .disclaimer img {
	float:right;
}
#footer .disclaimer a, #footer .disclaimer a:visited, #footer .disclaimer a:active {
	color: #fff;
	text-decoration: underline;
	margin: 0;
}
#footer .disclaimer a:hover {
	color: #d6d6d6;
	text-decoration: none;
}
#footer address {
	color: #e9e9e9;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 0px 5px;
	margin: 5px 0 0 120px;
}
/* Google Maps */

.googledir {
	color: #000;
	font:11px Verdana, sans-serif;
}
.googledir a {
	color: #77121a;
	font:11px Verdana, sans-serif;
	text-decoration: underline;
}
.googledir a:hover {
	color: #77121a;
	font:11px Verdana, sans-serif;
	text-decoration: none;
}
.googledir td {
	color:#000;
}
#directions {
	font:11px Verdana, sans-serif;
	color:#000;
	padding: 0;
	margin: 0;
}
#directionsInput {
	font:11px Verdana, sans-serif;
	padding: 5px 0 0 10px;
}
#fromAddress {
	font:11px Verdana, sans-serif;
}
#directionsLocale {
	padding: 10px 0 0 10px;
	color:#000;
}
#locale {
	font:11px Verdana, sans-serif;
}
#directionsSubmit {
	padding: 10px 0 10px 10px;
	font:11px Verdana, sans-serif;
}
#map {
}
#addressNotFound {
}
/*
ul#sitemap {
	margin: 10px 0 0 20px;
	}

ul#sitemap li {
	background: url(images/bullet.png) no-repeat 0 50%;
	padding: 0 0 5px 20px;
	}
*/
ul.list {
	margin: 10px 0 0 20px;
}
ul.list li {
	background: url(images/bullet-trans.png) no-repeat 0 50%;
	padding: 0 0 5px 20px;
	vertical-align: middle;
}
ul.resources {
	margin: 10px 0 0 20px;
}
ul.resources li {
	background: url(images/information-trans.png) no-repeat 0 50%;
	padding: 0 0 5px 20px;
	vertical-align: middle;
}

