/**************************************************************************/
/*                         PAGE / GENERAL                                 */
/**************************************************************************/

* {
    margin: 0;
    padding: 0;
}

a:link, a:active {
    color: #0060BF;
}

a:visited {
    color: #0060BF;
}

a:hover {
    text-decoration: none;
}

html {
    background: transparent;
    height: 100%;
}

body {
    /*background-attachment: fixed;*/
    background-color: #FFFFFF;
    background-position: top center;
    background-repeat: repeat-y;
    color: #333;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 75%;
    line-height: 1.4em;
    /*text-align: center;*/
}

.clearer {
    clear: both;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: -1px;
}

.hidden {
    left: -10000px;
    position: absolute;
}

#header {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 800px;
}

#header .logo {
	display: inline;
	float: left;
}

#header .name {
	margin-left: -15px;
	margin-top: 75px;
}

#contact {
	background: #F2F2F2;
	display: inline;
	float: right;
	font-size: 110%;
	height: 110px;
	padding: 20px;
	_padding: 16px 20px;
	text-align: center;
	width: 200px;
}

#contact .phone {
	color: #888;
}

#contact strong {
	color: #404040;
	display: block;
	font-size: 140%;
	margin-bottom: 2px;
}

#contact span {
	display: block;
}

#contact .address {
	color: #888;
	margin-top: 0.5em;
}

#contact .hours {
	font-size: 110%;
	margin-top: 0.5em;
}

#navigation {
	background: url(../images/nav_bg.png) bottom left repeat-x;
	height: 60px;
	margin-top: -11px;
	width: 100%;
}

#navigation .nav {
	margin: 0 auto;
	width: 800px;
	padding: 20px 0 30px 200px;
}

.nav li {
/*	background: #666;*/
	display: inline;
	list-style: none;
	margin: 0 27px;
}

.nav li a {
/*	background: #999;*/
	color: #FFF;
	font-size: 135%;
	text-decoration: none;
}

.nav li a:hover {
/*	background: #666;*/
/*	color: #ccc;*/
	text-decoration: underline;
}

#content {
	font-size: 105%;
	margin: 25px auto;
	width: 800px;
}

#main {
	margin: 0;
}

.intro {
	color: #666;
	font-size: 135%;
	line-height: 125%;
}

p {
	margin-top: 1em;
}



.first {
	margin-top: 0;
}

h1, h2, h3, h4 {
	color: #222;
	font-weight: normal;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 150%;
}

hr {
	color: #FFF;
	border: 0;
	border-bottom: 2px dotted #CCC;
	height: 0;
	margin: 2.5em 0;
}

img {
	border: 0;
}

img.icon {
	margin-left: 2px;
	vertical-align: bottom;
	_vertical-align: middle;
}

a.yelp {
	font-size: 115%;
	text-decoration: none;
}


