@charset "utf-8";
/* CSS Document */

/***************** Main **************/
* {font-size: 100%; padding: 0; margin: 0;}/*don't change this*/
body{font:0.8em Verdana, Geneva, sans-serif; margin:0; padding:0; color:#333; background:#f4f1fa url(../images/background.jpg) repeat-x; text-align:center; min-height:100%;}
#container{margin:2% auto; width:800px; position:relative; background-color:#fff; border: solid 5px #182568;}/*centers main content*/
#contentwrapper{}
#content{width:770px; padding:10px 0 10px 20px; color:#333; background-color:#fff; float:left; letter-spacing:.2em;}
#minheight {height:350px; width:1px; float:right;}/*the minimum height div forces the container to expand to fit the height of this element. It is a cross-platform solution to the minimum height demand*/
.topsentence{font-size:.8em; color:#999; text-align:center; margin-top:3px;}
.clear {clear:both;}
/***************** Headers *****************/
h1 {font-size: .95em; color:#000;}


/***************** Basic Links *****************/
a:link, a:visited{color:#0f1d4e; text-decoration:underline;}
a:hover{color:#000; text-decoration:underline;}
a:active, a:focus{outline:none;}

/***************** Menu *****************/
/*style containing menu div*/
#menu {background:#FFF; border:1px solid #AAA; height:auto; padding:0; position:absolute; z-index:100; top:150px; left:110px;}
/*style first tier ul, li, a - if you do not redefine these styles later in CSS they will apply to all tiers within the navigation*/
#menu ul {margin:0; padding: 0; background:white; border:1px solid #CCC;}
#menu ul a {display: block; width: 8em; border: 1px solid #CCC;}
#menu ul li a {display: block; padding:0.25em 0 0.25em 0.5em; text-decoration:none;}
#menu ul li {position:relative; list-style:none; margin:0; float:left;  }
#menu ul a:hover {background: #EBB;}
#menu ul li.submenu {background:url(submenu.gif) 85% 50% no-repeat;}
#menu ul li:hover, #menu ul li.sfhover{background: #EDD;}
/*style second tier ul*/
#menu ul li ul {position: absolute;  display:none; background: #EBB; width:8em;}/*Make sure to include a width on your submenu - to display properly in IE7*/
#menu ul ul a { background:#FFFFFF;}
#menu ul ul a:hover {background:#EBB;}
/*style third tier ul*/
#menu ul li ul ul {margin: -1em 0 0 6em;}
a.active {background:#CCCCCC;}
/*DO NOT DELETE ..... THIS SECTION TRIGGERS THE DISPLAY AND HIDE OF THE SUBMENUS.......DO NOT DELETE*/
#nav li:hover ul ul, #nav li.sfhover ul ul {display:none;}
#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul {display:block;}

/***************** Footer *****************/
ul#footer {display:block; margin:5px auto 0pt; padding:0pt; width:800px;}
ul#footer li {background:transparent url(http://www.bigforkweb.com/BWDstandards/image/bullet.gif) no-repeat scroll left center; display:inline; float:right; font-size:0.75em; list-style-image:none; list-style-position:outside;
list-style-type:none; padding:0pt 10px 0pt 17px;}
ul#footer li a:link, ul#footer li a:visited{color:#c00; text-decoration:none;}
ul#footer li a:hover{color:#000; text-decoration:underline;}
ul#footer li.copyright {background-image:none; float:left; padding:0pt;}
ul#footer li.footerHome {background-image:none;}

/***************** Credit *****************/
#credit {clear:both; font-size:0.7em; padding:70px 0pt 20px; text-align:center;}
#credit a:link, #credit a:visited {color:#fff; text-decoration:none;}
#credit a:hover {color:#fff; text-decoration:none;}
