﻿/*------------------------------------------------------------------------------------------------
Default Style Sheet for The Mill at Shady Lea

version:	1.0
author:		Scott Lambert
email:		scott@juntodevgroup.com

** NOTE: Use the CSS Optimizer at www.cssoptimizer.com to remove all comments and reduce file size
prior to uploading to live server. ***

- This is the default style sheet for the Mill at Shady Lea  application.  This sheet contains only the 
simple layout information for the application.  
------------------------------------------------------------------------------------------------*/
/* Default Link Styles
------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:hover { color: #FEF76E; text-decoration: none; }
a:hover { text-decoration: underline; color: #FAF519; } 
.nav_link { font-weight: bold; color: #446BA1 !important; }

/* Sitemap Styles
------------------------------------------------------------------------------------------------*/
#sitemap { position: relative; left: 689px; top: 11px; width: 287px; height: 22px; }


/* Main Navigation (topnav) Styles
------------------------------------------------------------------------------------------------*/
#topnav { z-index: 1; position: relative; width: 993px; height: 24px; background: #9d0912; overflow:visible;}

