/****************************************************
Created By: Delaware.net
Date Created: 04/08
Layout CSS File 
****************************************************/

/* Standard Tags */
body {background:#a49e87 url(/img/layout/page_bg.jpg) top left repeat-x; margin:0; font:12px Arial, Helvetica, sans-serif;}

a {outline-style:none;} /* Removes dotted lines around links when active */
a:link {color:#233d4f;}
a:visited {color:#233d4f;}
a:hover {color:#3771C5;}

strong {font-weight:bold;}

img {border:none;}

/* Layout */
#wrapper {width:800px; margin:0 auto;}

#header {height:133px; background:url(/img/layout/header.jpg) top left no-repeat; position:relative;}

#subNav {position:absolute; right:0px; top:0px; padding:3px 0 0 0;}
#subNav ul {display:inline; list-style:none; height:15px;}
#subNav ul li {list-style:none; float:left; padding:0 8px; border-right:1px solid #233d4f; height:16px; line-height:12px;}
#subNav ul li.last {border:none;}
#subNav ul li a {font:12px Arial, Helvetica, sans-serif; color:#233d4f; text-decoration:none; text-transform:lowercase;}
#subNav ul li a:hover {text-decoration:underline;}

#logo {width:202px; height:70px; position:absolute; left:40px; top:38px;}
#number {position:absolute; left:362px; top:40px; font:24px Arial, Helvetica, sans-serif; color:#3d5672;}

#mainNav {position:absolute; right:68px; top:100px;}
#mainNav ul {margin:0; padding:0; display:inline; list-style:none;}
#mainNav ul li {float:left; padding:0 10px 0 10px;}
#mainNav ul li a {color:#e6e6e6; font:bold 15px Arial, Helvetica, sans-serif; text-decoration:none;}

#banner {width:799px; height:218px; background:#3d5c72; margin:0 0 0 1px; text-align:center; padding:10px 0 0 0;}
#flash {width:722px; height:202px;}

#content {min-height:415px; background:#ebe7e7 url(/img/layout/content_bg.jpg) bottom left repeat-x; padding:10px 15px;}
#content h3 {font:bold 24px Arial, Helvetica, sans-serif; color:#233d4f; margin:10px 0 0 0;}
/* Homepage Css */
#column_1 {width:238px; float:left; margin:0 0 0 10px;}
#column_2 {width:238px; float:left; margin:0 0 0 25px;}
#column_3 {width:234px; float:left; margin:0 0 0 25px;}

#home_text {min-height:193px;}
#specials {margin:20px 0 0 0;}

#news {min-height:193px;}
#video {width:229px; height:179px; margin:20px 0 0 0;}

#hours {min-height:193px;}
#gmap {margin:20px 0 0 0; width:226px; height:198px;}

#footer {background:url(/img/layout/footer.jpg) center top no-repeat; min-height:33px; padding:10px 0 0 0;}
#footer ul {margin:0 auto; padding:0; width:425px;}
#footer ul li {list-style:none; float:left; padding:0 8px; border-right:1px solid #233d4f; height:16px; line-height:12px;}
#footer ul li.last {border:none;}
#footer ul li a {font:12px Arial, Helvetica, sans-serif; color:#233d4f; text-decoration:none; text-transform:lowercase;}
#footer ul li a:hover {text-decoration:underline;}


#delawarelogo {
	font-size:10px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
a.delawarelink{
	text-decoration:none;
	color:#333333;
}

/*==== HACKS ====*/
.clear {clear:both;}
.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 */