/* Cypress Creek Outdoors styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #005027;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
h1 {
	font-size: 24px;
	color: #996600;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #00381B;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #669900;
	font-weight: bold;
}
.boldtitle {
	font-size: 16px;
	color: #015229;
	font-weight: bold;
}
.smallprint{
    font-size:10px;
	}

/* footer styles */
.footer {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #444444;
	text-decoration: none;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #444444;
	text-decoration: none;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #990000;
	text-decoration: underline;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #444444;
	text-decoration: none;
}

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #eeeeee;
  border: 1px solid #333333;
}
.button {
  font             : bold 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #ffffff;
  background-color : #666666;
  border           : 1px solid #222222;
}

.outline {border: 2px solid #ffffff;
}


/* Left Nav */

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	border: none;
	font-size: 11px;
	font-weight: bold;
}

#leftnav li {list-style-type: none; margin: 0 0 0 0px;}

#leftnav li a {
	display: block;
	margin: 4px;
	padding: 4px;
	padding-left: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #C1D0C8;
	width: 100%;
}
html>body #leftnav li a {
	width: auto;
}
#leftnav li a:hover {
	background-image: url(images/Nav-overBG.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #C1D0C8;
	color: #000000;
}
