/* resets */
* {margin: 0; padding: 0;}
html {overflow: -moz-scrollbars-vertical;}
dl, ol, ul {list-style: none;}
a img {border: none;}


/* custom fonts */
@font-face {
    font-family: 'BradleyHandITCRegular';
    src: url('/font/bradhitc-webfont.eot');
    src: url('/font/bradhitc-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/bradhitc-webfont.woff') format('woff'),
         url('/font/bradhitc-webfont.ttf') format('truetype'),
         url('/font/bradhitc-webfont.svg#BradleyHandITCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* layout */
body {
	margin: 0 auto;
	padding-bottom: 4em;
	width: 800px;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #c5c5c5;
	}

#header {
	margin-bottom: 36px;
	padding-left: 195px;
	width: 605px;
	height: 224px;
	text-align: center;
	font-weight: bold;
	font-family: 'BradleyHandITCRegular';
	background: url(/img/bg_header.png) top no-repeat;
	}
#header h1 {
	margin-bottom: -.25em;
	font-size: 80pt;
	}
.logo {
	font-family: 'BradleyHandITCRegular';
	}
	#header h1 em,
	span.logo em {
		font-style: normal;
		color: #e52f31;
		}
	#header h1 em {
		font-size: 36pt;
		}
#header p {
	font-size: 30pt;
	}
#header #nav {
	font-size: 18pt;
	}
	#header #nav li {
		padding-left: 50px;
		display: inline;
		}
	#header #nav li:first-child {
		padding-left: 0;
		}
	#header #nav a {
		text-decoration: none;
		color: #000;
		}

#page {
	overflow: hidden;
	}

#aside {
	float: left;
	padding-top: 40px;
	width: 175px;
	}
	#aside li {
		margin-bottom: 40px;
		}
	#aside li.fan {
		margin-bottom: 110px;
		font-weight: bold;
		font-size: 12pt;
		}
	
#content {
	width: 605px;
	float: right;
	}
.services #content {
	margin-right: 24px;
	width: 560px; 
	}
h2 {
	font-size: 16pt;
	}
.home h2 {
	margin-bottom: -1em;
	font-size: 14pt;
	}
	h2 .logo {
		font-weight: bold;
		font-size: 30pt;
		}
.services h2 {
	font-weight: bold;
	}
#content p {
	margin-bottom: 1em;
	font-weight: bold;
	}
	p strong {
		color: #2e5797;
		}
		
#map {
	margin-top: 40px;
	margin-left: -31px;
	}
		
#contact {
	width: 511px;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	}
.home #contact {
	height: 100px;
	padding-top: 484px;
	background: url(/img/home_page.jpg) top no-repeat;
	}
	.directions #contact .phone {
		margin-bottom: .3em;
		}
	#contact a.email {
		display: block;
		text-decoration: none;
		color: #0781d7;
		}
	.directions #contact a.email {
		margin-bottom: .4em;
		}
	#contact .address {
		font-size: 14pt;
		}
		
#offer {
	text-align: center;
	font-weight: bolder;
	font-size: 30pt;
	}
.services p .logo {
	font-size: 24pt;
	font-weight: bold;
	}
.withlogo {
	display: block;
	margin-bottom: -.5em;
	}
	
#montage {
	margin-top: 2em;
	padding: 100px 160px 60px 0;
	width: 435px;
	background: url(/img/montage.png) top right no-repeat;
	}
	
#content .fan {
	overflow: hidden;
	padding-left: 30px;
	width: 335px;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	font-size: 14pt;
	}
#content .fan li {
	float: left;
	}
#content .fan .facebook {
	margin-right: 60px;
	}
#content .fan .mail {
	margin-left: 60px;
	}