* {
	margin: 0;
	padding: 0;
}
body {
	background: #e5e5e5 url(images/body-background.gif) repeat-x top left;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #555555;
	font: 100% "Lucida Grande", Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #4eab9e;
	text-decoration: underline;
}
a:active, a:hover {
	color: #2a8679;
	text-decoration: underline;
}
/* Clear */

#outerWrap:after, #innerWrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#outerWrap, #innerWrap {
	display: inline-block;
}
#outerWrap, #innerWrap {
	display: block;
}
#outerWrap {
	background:url(images/outerWrap-background.gif) no-repeat top left;
	text-align: left;
	margin: 0 auto;
	width: 1024px;
	height: 300px;
}
#innerWrap {
	margin: 0 auto;
	width: 960px;
}
#header {
	float: left;
	width: 960px;
	padding: 22px 0 20px 0;
}

#footer {
	float: left;
	display: inline;
	text-align: center;
	width: 900px;
	height: 100px;
}

#footer p {
	font-size: 12px;
	margin: 40px 0 0;
	color: #555555;
}


#logo {
	float: left;
	display: inline;
	padding-right: 10px;
}
#nav {
	float: left;
	padding-left: 10px;
	height: 50px;
}
#nav ul {
	margin: 0;
	padding-top: 1.8em;
}
#nav li {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Sans-serif;
	list-style-type: none;
	text-transform: uppercase;
	display: inline;
}
#nav li a {
	font-size: 1.2em;
	color: #555555;
	padding:1em .6em;
}
#nav li a:hover {
	color: #4eab9e;
}
#sidebar1 {
	float: left;
	width: 411px;
}

#appointment {
	background: #fff;
	margin-left: 20px;
	width: 300px;
	padding: 10px;
	border: 1px solid #000;
}

#mainContent img {
	float: left;
	width: 160px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 1em;
}

#mainContent {
	float: left;
	width: 492px;
	margin-left: 15px;
	margin-right: 15px;
	background: #fff;
}
#mainContent h1.first {
	background: #fff;
}
#mainContent h1, #mainContent h4 {
	padding: .3em 0 0 .4em;
}

#mainContent h4 {
	padding: .3em 0 0 .8em;
	color: #333;
}
#mainContent p {
	padding: 1em;
	line-height: 22px;
}
#mainContent p.last {
	padding: 1em 1em 0 1em;
	text-indent: -999999px;
}
#colWrap {
	border-top: 3px solid #4eab9e;
	float: left;
	width: 411px;
	margin-top: 4px;
	background: #d8d8d8;
}
#colWrap h3 {
	text-transform:uppercase;
	border-bottom: 1px dashed #a3a3a3;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.col1, .col2 {
	margin: 8px 0;
	float: left;
	width: 180px;
	height: 250px;
	padding: 2px 9px 2px 12px;
	border-right: 1px solid #a3a3a3;
}
.col2 {
	border: 0;
}

.col2 ul, .col2 ul li {list-style-type: none; margin: 0; padding:0; line-height: 22px; color: #555555;}
.col1 p {
	color: #555555;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding-bottom: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
h3 {font-size: 1.1em;}
p {
	font-size: .8em;
	padding-bottom: .75em;
	line-height: 1.5em;
}
ul {
	font-size: .8em;
	margin-left: .5em;
	padding-left: 1.5em;
}

.color {
	color: #4eab9e;
}