

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
}

/* ----------- Layout and some typography ---------- */
body {
	font: small Verdana, Geneva, Tahoma, sans-serif;
	
	background: #16263e;
	color: #45484b;
	
	line-height: 1.2;
}
td {
	font: small Verdana, Geneva, Tahoma, sans-serif;
}
#outer-wrap {
	background:  url(../images/background.png) repeat-x;
	padding-bottom: 100px;
}
#wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#main-block {
	width: 979px;
	margin: 0 auto;
}
#content-block {
	line-height: 1.8;
	background: #fff url(../images/sidebar-bg.png) 700px top repeat-y;
}
#content {
	width: 600px;
	background: url(../images/content-bg.png) repeat-x;
	float: left;
	padding: 10px 50px 25px 50px;
}
#highlight-box {
	font-size: 1.2em;
	border-top: 1px solid #909191;
	margin-top: 20px;
}
#sidebar {
	width: 279px;
	padding: 30px 0 20px;
	float: left;
	background: url(../images/sidebar-top.png) left top no-repeat;
}
#footer {
	background: url(../images/footer-bg.png) left bottom no-repeat;
	padding-bottom: 10px;
	margin-top: 2px;
	font-size: .75em;
	color: #e1dddd;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}
h1#logo, #quick-links li a {
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
}
h1#logo {
	background: url(../images/logo.png) no-repeat;
	height: 81px;
	position: relative;
	top: 40px;
	margin-left: 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 2.1em;
	margin: 10px 0;
}
h2.page-head {
	position: relative;
	color: #416f0f;
	background: url(../images/page-head-logo.png) no-repeat;
	padding-left: 40px;
	height: 38px;
}
h2.page-head span {
	position: absolute;
	left: 39px;
	top: -1px;
	color: #65a420;
}
h3 {
	color: #909191;
	font-weight: bold;
	font-size: 1.4em;
	margin: 10px 0 5px;
}
#sidebar h3 {
	border-bottom: 1px solid;
	margin: 10px 15px;
	padding: 0 0 5px 15px;
}
p {
	margin: 10px 0;
}
#highlight-box p {
	margin-top: 20px;
}
#highlight-box strong {
	color: #0b3570;
}
#content-block ul {
	margin: 10px 10px 10px 30px;
}
#sidebar ul {
	margin-left: 50px;
}
img {
	border: 1px solid #5e779d;
}
img.float-left {
	margin: 0 10px 10px 0;
}
img.float-right {
	margin: 0 10px 10px 10px;
}
#highlight-box img.float-right {
	border: none;
	margin: 10px 10px 10px 20px;
}
a:link, a:visited {
	color: #234e7e;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
} 
ul#quick-links {
	list-style: none;
	position: absolute;
	right: 70px;
	top: 0;
}
#quick-links li {
	float: left;
}
#quick-links li a {
	float: left;
	display: block;
	width: 99px;
	height: 28px;
}
li#home a {
	background: url(../images/quick-home.png) no-repeat;
}
li#home a:hover {
	background: url(../images/quick-home-hover.png) no-repeat;
}
li#contact a {
	background: url(../images/quick-contact.png) no-repeat;
}
li#contact a:hover {
	background: url(../images/quick-contact-hover.png) no-repeat;
}
li#appointments a {
	background: url(../images/quick-appointments.png) no-repeat;
}
li#appointments a:hover {
	background: url(../images/quick-appointments-hover.png) no-repeat;
}
li#forms a {
	background: url(../images/quick-forms.png) no-repeat;
}
li#forms a:hover {
	background: url(../images/quick-forms-hover.png) no-repeat;
}
ul#main-nav {
	list-style: none;
	background: url(../images/main-nav-bg.png) no-repeat;
	height: 31px;
	padding-top: 90px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #074093;
}
#main-nav li {
	display: inline;
}
#main-nav li a {
	color: #074093;
	text-decoration: none;
	padding: 0 5px;
}
#main-nav li a:hover {
	color: #65a420;
}
#main-nav li.active a {
	text-decoration: underline;
	color: #65a420;
} 
ul#foot-links {
	list-style: none;
	background: #0a336d;
	padding: 5px 0 0 50px;
}
#foot-links li {
	display: inline;
}
#foot-links a:link, #foot-links a:visited  {
	color: #e1dddd;
	text-decoration: none;
}
#foot-links a:hover, #foot-links a:active  {
	text-decoration: underline;
}
.crumbs {
	margin: 0 0 5px 0;
	color: #6d6d6d;
	font-size: .75em;
}
.crumbs a {
	color: #6d6d6d;
}
