/*********************************
version:   2.0
author: Robert Akehurst
email:     rob@coursefishing.org
*********************************/

/*
CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/********************************/

body {
	width:100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color:#D8E3D5;
	color:#656565;
	font-size:.81em;
	line-height:1.25em;
}
	
#container {
	background: #FFF url(http://www.coursefishing.org/images/top.jpg) top no-repeat;
	min-width: 965px;
	width: 965px;
	overflow: hidden;
	text-align: left;
	margin: 10px auto;
}

#main {
	background-color: #FFF;
	width: 885px;
	overflow: hidden;
	margin: -2px 40px 0 40px;
	border-top: #A1BC99 solid 5px;
}

#header {
	background-color: #FFF;
	height: 100px;
	width: 850px;
	margin: 15px 0 0 40px;
}

.content {
		float: left;
		width: 268px;
		overflow: hidden;
		padding: 20px 27px 0 0;
}

#nav {
		font-size: 1.15em;
		margin: 20px 0 0 0;
}
	#nav li {
		float: left;
		border-right: 1px solid #A1BC99;
	    	font-weight: bold;
		position: relative;
	}
		#nav li a {
			color: #155B00;
			text-decoration:none;
			padding:7px 18px 8px;
			display: block;
		}
				#nav a.toplevel:hover{
					background-color: #155B00;
					color:#fff;
				}
		
		#nav li ul {
			display: none;
			position: absolute;
			left: auto;
			width:120px;
		}
			#nav li:hover ul, #nav li.over ul {
				display: block;
			}
		
			#nav li ul li {
				display:block;
				padding: 0;
				border:0;
				margin-left:-40px;
				width:120px;
			}
			
			#nav li ul li a {
					display: block;
					width:100%;
					background-color:#A1BC99;
					color:white;
					font-weight: normal;
					font-size:0.9em;
				}
					#nav li ul li a:hover {
						background-color:#155B00
					}

#footer{
	background: #FFF url(http://www.coursefishing.org/images/footer.jpg) no-repeat;
	font-size: 0.85em;
	height: 30px;
	overflow: hidden;
	padding-top: 170px;
}

#footer li{
	display:inline;
	margin: 0 0 0 30px;
}

#footerOuter {
	color:155B00;
	font-size:0.85em;
	text-align:left;
	min-width: 930px;
	width: 930px;
	margin: 0 auto;
	padding:10px 20px 10px 30px;
}


h1 {
	font-size:2.54em;
	font-weight:bold;
	color:#000;
	margin:0 0 15px 0;
	line-height:1.1em;
	letter-spacing:-1px;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:10px 0;
	line-height:1.1em;

}

#header h1, #header h2 {
	margin:0;
}

.heading_container {
	border-bottom: solid 3px #A1BC99;
	overflow: hidden;
}

.main_container {
	margin-top:40px;
	overflow: hidden;
}

h3 {
	font-size:1.08em;
	font-weight:bold;
	margin:0 0 10px;
}

h4 {
	font-size:1em;
	font-weight:bold;
}

h5 {
	font-size:1em;
	font-weight:normal;
}

p {
	margin:0 0 15px;
	line-height: 160%;
}

li {
	list-style:none;
}

a {
	color: #155B00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #155B00;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	color: #A1BC99;
	text-decoration: none;
}

img { 
border: 1px solid #666666; 
}

#cse-search-box {
border-color: #A1BC99;
border-style:solid;
border-width:1px;
padding:10px 5px 10px 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

#cse-search-box input {
margin-top:5px;
margin-right:10px;
height:35px;
}

#cse-search-box label {
}

.boldText{font-weight: bold;}
.alignRight{float: right;}