@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }

body {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin:0;
   	padding:0;
	height:100%;
}

/* old color 005A80*/

a:link {
	text-decoration:underline;
	color:#990000;
	font-weight:bold;
}
a:visited {
	text-decoration:underline;
	color: #990000;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color: #990000;
	font-weight:bold;
}
a:active {
	text-decoration:underline;
	color: #990000;
	font-weight:bold;
}

#search-form {
	padding-bottom:1px;
}

#main {
	min-height:100%;
	position:relative; 
	height: 100%;
	height:auto;
	margin-top:25px;
}

#header {
    background: url(images/header-home.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}
#header-podiatry {
    background: url(images/header-podiatry.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}
#header-forms {
    background: url(images/header-forms.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}
#header-faq {
    background: url(images/header-faq.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}
#header-fine {
    background: url(images/header-fine.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}
#header-services {
    background: url(images/header-services.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}
#header-products {
    background: url(images/header-products.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}
#header-directions {
    background: url(images/header-directions.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}
#header-clarendon {
    background: url(images/header-clarendon.jpg) no-repeat;
	height:250px; 
	width:800px;
	padding-bottom:20px;
}

#site-name {
	padding-right:107px;
}

#site-name a:link {
	text-decoration:none;
	color: #990000;
	font-weight:lighter;
}
#site-name a:visited {
	text-decoration:none;
	color: #990000;
	font-weight:lighter;
}
#site-name a:hover {
	text-decoration:none;
	color: #990000;
	font-weight:lighter;
}
#site-name a:active {
	text-decoration:none;
	color: #990000;
	font-weight:lighter;
}

.container {
    width: 800px;
    margin: 0 auto; 
	padding-bottom:60px;
}

h1 {
    font-size: 20px;
    color: #990000;
    font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Futura, "Trebuchet MS", "Gill Sans";
}

h2 {
    font-size: 15px;
    color: #990000;
    font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Futura, "Trebuchet MS", "Gill Sans";
}

h3 {
    font-size: 15px;
    color: #990000;
    font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Futura, "Trebuchet MS", "Gill Sans";
}

h4 {
    font-size: 13px;
    color: #990000;
    font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Futura, "Trebuchet MS", "Gill Sans";
}

p {
    font-size: 13px;
    color: #222222; 
	font-weight: normal;
	padding-bottom:10px;
	padding-top:5px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}



.small-font {
    font-size: 11px;
    color: #222222; 
	font-weight: bold;
	padding-bottom:10px;
}

.quick-links {
	color:#222222;
	font-weight:normal;
}

.quick-links a:link {
	color:#222222;
	font-weight:normal;
}
.quick-links a:visited {
	color:#222222;
	font-weight:normal;
}
.quick-links a:hover {
	color:#222222;
	font-weight:normal;
}
.quick-links a:active {
	color:#222222;
	font-weight:normal;
}

/* MENU */

#current-page {
	
}

ul.topnav {
	list-style: none;
	padding-top: 30px;
	margin: 0;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height:50px;
	padding-left:0px;
	font-family:Futura, "Trebuchet MS", "Gill Sans";
}

ul.topnav img{
	margin-top:-10px;
	/*padding-top:5px;*/
	border:none;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	border-right:1px solid #eee;
}
ul.topnav li a{
	font-size: 15px;
	color:#990000;
	padding: 0px 25px 0px 25px;
	display: block;
	text-decoration: none;
	float: left;
	font-weight:lighter;
}
ul.topnav li a:hover{
	
}
ul.topnav li span {
	width: 17px;
	height: 50px;
	float: left;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;}

ul.subnav li a{
	font-size: 12px;
	padding:0;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; 
	top: 50px;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 173px;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #eee;
	clear: both;
	width: 173px;
	line-height:30px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 163px;
	background: #ffffff;
	padding-left: 10px;
	line-height:30px;
}
html ul.topnav li ul.subnav li a:hover {
	background: #ffffff;
	text-decoration:underline;
}

ul.menu1 a:hover {
	background:#CC0000;
}

/* DIVIDER */

#holder {
    float: left;
	width: 590px;
	padding-top:10px;
	background:url(images/divider.jpg) repeat-y;
}


/* CONTENT */

#content {
    width: 550px;
}

/* HOME GALLERY */

.home-preview{
	position: relative;
	width:275px;
	float:left;
	padding-top:5px;
	float:left;
}

.home-preview p{
    font-size: 12px;
}

.text-preview {
	/*width:260px;*/
	height:70px;
}

.image-container{
	position: relative;
	float:left;
	padding-top:5px;
	width:410px;
}

.thumbnail img{
	margin: 0 0 0 0;
	width:90px;
	height:70px;
	padding-right:10px;
}

/* SIDEBAR */

#sidebar {
    float: left;
	margin-left: 0px;
	width: 210px;
	padding-top:20px; 
}

ul.links {
	list-style: none;
}

ul.links li {
	font-size:12px;
	color:#990000;
	font-weight:bold;
	text-decoration: underline;
}

#sidebar a:link {
	text-decoration:underline;
	color: #990000;
	font-weight:bold;
}
#sidebar a:visited {
	text-decoration:underline;
	color: #990000;
	font-weight:bold;
}
#sidebar a:hover {
	text-decoration:underline;
	color: #990000;
	font-weight:bold;
}
#sidebar a:active {
	text-decoration:underline;
	color: #990000;
	font-weight:bold;
}

#sidebar img {
	padding-bottom:10px;
	padding-top:10px;
}

#sidebar p {
	font-size:12px;
}

li {
    font-size: 15px;
    color: #990000;
    font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Futura, "Trebuchet MS", "Gill Sans";
}


/* FOOTER */

#footer {
	position:absolute;
   	bottom:0;
   	width:100%;
   	height:30px;
}

.footer-container {
    width: 800px;
    margin: 0 auto;
}

.footer-container p{ 
	color: #990000;
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
}



