/****************************************************
Created By: Charley Ruggiero
Date Created: 04/08
Layout CSS File 
****************************************************/

/* Global Reset */

* {margin:0; padding:0; font-weight:normal;}

/* Standard Tags */
body {background:url(/img/brick-doctor-bg-square.jpg) top left repeat; font-family:Verdana, Arial, sans-serif; font-size:12px; background-color:#FFFFFF;}
p {margin:0 0 10px 0;}
a {color:#660000; border:0; text-decoration:underline; outline:none;}
a:hover {color:#990000; border:0; text-decoration:underline; outline:none;}
strong {font-weight:bold;}
h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-wight:normal; color:#660000; padding:0; line-height:20px;}
img {border:none;}

/* Layout */

/* === Header ===*/
#wrapper {background:url(/img/brick-doctor-brick-pattern.jpg) top left repeat-x; margin:0; padding:0;}
#bodyWrapper {margin: auto; width:900px; padding:27px 5px 0 5px;}
#header {height:177px; width:901px; background:url(/img/brick-doctor-logo.png) top left no-repeat;}
#header p {margin:-85px 0 0 320px; font-family:Helvetica, Arial, sans-serif; font-size:22px; font-weight:bold;}
#header img {margin-left:90px;}


#content {width:900px; margin:15px 0 0 0; padding:0; background-color:#FFF9EF; border:1px solid #D5D3BD;}

#nav {position:relative; float:left; width:190px; min-height:540px; height:auto !important; height:540px; padding:10px 5px 10px 13px; font-size:14px; font-family:Arial, Helvetica, sans-serif; background-color:#FFF9EF;}
#nav ul {margin-left:12px; list-style:url(/img/list.png);}
#nav img {padding:20px 0 0 0;}
/*#nav a {color:#660000; text-decoration:underline;}
#nav a:hover {color:#990000; text-decoration:none;}
*/
#ticker {padding:0 10px; width:410px;}
#center {position:relative; float:left; width:400px; margin:0; padding:0 10px 10px 10px; line-height:16px; background-color:#FFFFFF; border-left:1px solid #D5D3BD; border-right:1px solid #D5D3BD;}
#center ul {margin:12px 0 12px 17px; list-style:disc;}
#center ul li {margin:4px 0;}

#featured {position:relative; float:left; width:240px; min-height:540px; height:auto !important; height:540px; padding:5px 5px 13px 12px; margin:0; background-color:#FFF9EF;}
#featured h2 {font-size:18px; font-weight:normal; margin-bottom:10px;}
#featured img {border:1px solid #660000;}

/* === Footer === */
#footer {width:900px; margin-top:25px;}

#delaware {font:10px Arial, Helvetica, sans-serif; text-align:center; color:#888; margin-top:60px; padding-bottom:20px; color:#660000;}
#delaware a {color:#660000; text-decoration:underline;}
#delaware a:hover {color:#222; text-decoration:none;}

#delawarelogo {font-size:10px; width:100%; margin:0 auto; text-align:center;}
a.delawarelink {text-decoration:none; color:#660000;}


/* === Clearfix ===*/

.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 */

/* END */