/*Jug Bay Sport Fishing CSS February 2009
Athabasca Media ---*/



* {
    padding: 0;
    margin: 0;
} 

body {
background: #123312;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
padding: 0;
margin: 0;
color: #555;
line-height: 18px;

}
strong {
color:#33538c;
}
img { border: none; }

h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #999; }

#wrap {
width: 800px;
margin: 20px auto;
border: 2px #ccc;
}

#header {
background: #4E4421 url(../images/header2.jpg) no-repeat;
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
height: 210px;
}
#header h1 {
font-size: 45px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 0 33px;
text-align: left;
color:#fff;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
text-decoration: none;
}
#header h2 {
font-size: 28px;
color: #eee;
padding: 20px 0 0 38px;
text-align: left;
font-weight: 100;
padding-bottom: 15px;
 }

 p {
 margin-top:8px;
 }
#menu {
background: #4E4421 url(../images/mbg.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 30px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
display:block;
padding:0 10px;
text-decoration:none;
color: #fff;
}
#menu li a:hover {
color:#fff;
text-decoration:none;
background: #706537 url(../images/mo.jpg) repeat-x;
}
#menu li a.current {
color:#fff;
text-decoration:none;
background: #706537 url(../images/mo.jpg) repeat-x;
}

/* thumbnail views */

.thumbs img{
position:relative;
padding:1px;
margin:2px 3px 3px 2px;
border:1px solid #33538c;
 

}
#content { 
padding: 0 20px;
background: #fff ;
}

#left {
padding: 10px 0;
width: 580px;
float: left;

font-size: 12px;
text-align: justify;

}
#left a {color: #33538c;text-decoration:none;}
#left a :link{ color: #33538c;text-decoration:none; }
#left a:hover { color:green; }
#left h3 { color:green;border-bottom: 1px dotted green; }
#left ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #444;
text-decoration: none;
text-indent: 8px;
list-style-position: outside;
list-style-image: url(../images/arrow.gif);
list-style-type: circle;
padding: 2px 15px;
margin: 8px;

}

#right{
margin-top:45px;
padding: 10px 0;
width: 160px;
float: right;
border:1px solid #ccc;
}
#right h3 { font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #000; }
#right ul { list-style-type: none; padding: 10px 0 20px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #33538c; font-weight: bold; display: block; text-decoration: none; font-size: 14px;  }
#right ul li a:hover { color : #00cc00; }

#footer {
font-size: 14px;
color: #000;
text-align: center;
height: 30px;
line-height: 30px;
background: #4E4421 url(../images/mbg.jpg) no-repeat;
}
#footer a { 
color: #000;
text-decoration: none;
}
#footer a:hover {
color: #0000ff; 
text-decoration: underline; 

/*jugbay form*/
}
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	align:center;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}
