@charset "UTF-8";
/* CSS Document */

body { color: #666; font: 14px/24px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }
#container { margin: 0 auto; text-align: left; width: 960px; }
ol, ul { list-style: none; }

/*  Sub-Page Navigation
============================================= */
#nav { background: url(../images/subPages/navBck.jpg) no-repeat; height: 47px; margin: 0; position: relative; left: 2px; }
#nav ul { margin: 0; padding: 0 20px; }
#nav li { line-height: 44px; list-style: none; }
#nav li.main { float: left; padding: 0 20px 0 0; }
#nav li.sub { float: right; padding: 0 0 0 2px; }
#nav a { padding:3px 8px 3px 7px; color: #f3f3f3; font-size: 14px; text-decoration: none; }
#nav a:hover { padding:2px 7px 3px 6px; background:#7cab3c; color: #FFF; border:1px solid #608a26; border-right:1px solid #70963c; border-bottom:none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px; }
#nav li.sub a { font-size: 11px; }
#nav #current a { padding:2px 7px 3px 6px; background:#7cab3c; color: #FFF; border:1px solid #608a26; border-right:1px solid #70963c;border-bottom:none;
	-webkit-border-radius:8px;
	-moz-border-radius:8px; }
#nav #current a:hover { cursor:default;}
