/* RESET: =reset
-----------------------------------------------------------------------------------------*/
* {margin: 0; padding: 0;}

/* GENERAL: =general
-----------------------------------------------------------------------------------------*/
body {
	background: #333 url(../_i/body_bg.jpg) top left repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 62.5%;
	padding: 20px 0;
	text-align: center; 
}

/* Clearing a float container w/o source markup */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display:inline-block;}
/* Hides from IE-mac \*/
.clear {display:block;}
* html .clear {height: 1%;}
/* End hide from IE-mac */

.wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 780px;
}

/* HEADER: =header
-----------------------------------------------------------------------------------------*/
#header {
	background: #f1f5ff url(../_i/header_bg4.jpg) bottom right no-repeat;
	padding-top: 10px;
	width: 780px;
}
#header h1 {
	text-indent: -9000px;
	height: 119px;
	padding: 10px 10px 20px 17px;
	width: 154px;
}
#header h1 a {
	background: url(../_i/essa_logo2.gif) top left no-repeat;
	display: block;
	height: 119px;
	width: 154px;
}

/* NAV: =nav
--------------------------------------------*/
#nav {
	float: left;
	list-style: none;
	padding-left: 8px;
	width: 100%;
}
#nav li {
	float: left;
}
#nav li a {
	background-color: #dce7f8;
	border: 1px solid #aac4ec;
	color: #0054a6;
	display: block;
	float: left;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-size: 1.4em;
	margin: 0 2px;
	padding: 4px 15px 3px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {background-color: #fff;}
#home #nav li#home_nav a,
#doctors #nav li#doctors_nav a,
#shop #nav li#shop_nav a,
#services #nav li#services_nav a,
#links #nav li#links_nav a {
	background: #fff;
	border-bottom: 1px solid #fff;
}

/* CONTENT: =content
-----------------------------------------------------------------------------------------*/
#content {
	padding-top: 20px;
}
#content h2 {
	border-bottom: 2px solid #333;
	color: #333;
	font-size: 1.4em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#content h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 1.2em;
	margin-bottom: 3px;
	padding-top: 5px;
}
#content p {
	color: #666;
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 12px;
}
#content ul {
	color: #666;
	font-size: 1.2em;
	line-height: 1.5;
	margin-left: 30px;
	padding-bottom: 12px;
}
#content ul.docs {
	margin-left: 0;
	list-style-type: none;
}
#content ul.docs li {
	background: url(../_i/pdf_icon.jpg) 0 0 no-repeat;
	padding: 7px 0 7px 35px;
}
#content img {
	margin-bottom: 10px;
}
#content img.border {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	padding: 4px;
}
#content img.right {
	float: right;
	margin: 5px 0 auto 10px;
}
#content a {color: #0054a6;}
#content a:hover {text-decoration: none;}

#content a img.map {border: 1px solid #999;}

.col {margin: 0 10px;}
#main.col {
	float: left;
	margin-left: 0;
	width: 475px;
}
#side.col {
	float: right;
	margin-right: 0;
	width: 265px;
}

/* FOOTER: =footer
-----------------------------------------------------------------------------------------*/
#footer {
	background-color: #dce7f8;
	border-top: 1px solid #aac4ec;
	color: #666;
	font-size: 1.2em;
	padding: 10px;
	text-align: center;
}
#footer ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding: 0 10px;
}
#footer a {color: #0054a6;}
#footer a:hover {text-decoration: none;}
