﻿/*------------------------------------------------------------------------------------------------
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: #2D73B9; text-decoration: none; }
a:hover { text-decoration: underline; color: #2D73B9; } 
.nav_link { font-weight: bold; color: #2D73B9 !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: 100%; height: 24px; overflow:visible;}

