body {
	font-family:georgia, 'Times New Roman', times, helvetica, sans-serif;
	font-size:.85em;
	line-height:1.3em;
	color:#555;
	background:#fff1ed;
	margin:0;
	padding:0;
}

/*h1,h2,h3,h4,h5,h6 {
	color:#333;
}
*/
h1 {
	font-size:1.8em;
	line-height:1.1em;
	margin-top:0;
}
h2 {
	font-size:1.3em;
	line-height:1.1em;
}
input,
select,
textarea {
	font-family:arial, helvetica, sans-serif;
	border:1px solid #ccc;
}
input.styled {
	width:97%;
	border:1px solid #ccc;
}
input.bttn {
	background:#e5e5e5;
	border:1px outset #ccc;
}
a, a:link, a:active, a:visited {
	color:#ff002e;
}
a:hover {
	color:#c50024;
}
div#main {
	width:733px;
	margin:0 auto;
}
div#container {
	background:url(/img/container-bg.gif) top left repeat-y;
	padding:0 7px;
}
form {
	margin:0;
}
#header,
#sub-header {
	padding:0;
	position:relative;
	height:273px;
	background:url(/img/header.gif) top left no-repeat;
}
#sub-header {
	height:137px;
	background:url(/img/sub-header.gif) left 6px no-repeat;
	margin: 0 5px 0 6px;
	padding-top:6px;
}

#sub-header #site-logo {
	position:absolute;
	top:25px;
	left:40px;
}
#header #site-logo {
	position:absolute;
	top:40px;
	left:60px;
}
#header #feature-image {
	position:absolute;
/*
	right:10px;
	top:10px;
*/
	right:0;
	top:0;
	width: 720px;
	height: 273px;
}
#header h1,
#sub-header h1 {
	position:absolute;
	left:-9999px;
}
ul#nav {
	background:url(/img/nav-bg.gif) top left repeat-x #656565;
	height:31px;
	margin:0 4px 0 6px;
	padding:0 10px;
	list-style:none;
}
ul#nav li {
	float:left;
	margin-right:15px;
	padding:0 0 0 20px;
	background:url(/img/nav-sep.gif) left center no-repeat;
	line-height:30px;
	
}
ul#nav li.first {
	padding:0;
	background:transparent;
}
ul#nav li a {
	color:#fff;
	text-decoration:none;
}
ul#nav li a:hover {
	color:#ffeff1;
}
div#page-content,
div#sub-page-content {
	margin:0 4px 0 6px;
	padding:10px 0 70px 10px;
	background:url(/img/page-bg.jpg) top left no-repeat;
	position:relative;
}
div#sub-page-content {
	padding-bottom:5px;
	background:url(/img/top-gradient.gif) top left repeat-x;
}
div#sub-content-bg {
	background:url(/img/big-corner.gif) bottom right no-repeat;
}
div#page-content img.corner {
	position:absolute;
	bottom:5px;
	right:0;
}
div.main-content {
	float:left;
	width:375px;
	padding-right:20px;
}
div.secondary-content {
	float:left;
	width:268px;
	border-left:1px solid #ccc;
	padding-left:20px;
}
img.title {
	margin:10px 0;
	display:block;
}
ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
ul li {
	background:url(/img/bullet.gif) left center no-repeat;
	padding:3px 16px;
}
#footer {
	font-size:11px;
	color:#ca626f;
	padding:0 10px 30px;
}

#sub-page-navigation {
	border:1px solid #ccc;
	background:#fff;
	padding:10px;
	margin-bottom:20px;
}

#sub-page-navigation a {
	display:block;
	padding:0 0 7px;
}

#sub-navigation {
	width:200px;
	float:left;
}
#sub-content {
	float:right;
	width:450px;
	padding:0 20px;
}
#sub-content-appt {
	position: relative;
	float:right;
	right: 75px;
	width:450px;
	padding:0 20px;
}
h2.news-headline {
	font-size:16px;
	line-height:22px;
	margin:0;
	padding:0;
}
p.leadin,
p.date {
	font-size:11px;
	line-height:14px;
	padding:0;
	margin:0;
}
div.news-entry {
	padding:10px 0 10px;
	border-bottom:1px solid #ccc;
}
p.date {
	color:#999;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */