/* Cascading Style Sheet for southpawfishing.com */

/* normalize browsers */
* { padding:0; margin:0; }

/*
 * yellow: ffff33
 * green:  99cc00
 * dblue:  000066
 * lblue:  3399ff
 * white:  ffffff
 * teal:   00ffcc
 */
 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	background: #000066; 
	color: #ffffff;
}

a:link { color: #ffffff; border-bottom: none; text-decoration: none; }
a:active { color: #ffffff; border-bottom: none; text-decoration: none; }
a:visited { color: #ffffff; border-bottom: none; text-decoration: none; }
a:hover { color: #ffff33; border-bottom: none; text-decoration: none; }

#footer a:link { color: #000066; border-bottom: none; text-decoration: none; }
#footer a:active { color: #000066; border-bottom: none; text-decoration: none; }
#footer a:visited { color: #000066; border-bottom: none; text-decoration: none; }
#footer a:hover { color: #3399ff; border-bottom: none; text-decoration: none; }

p {
	padding-bottom: 10px;
	padding-top: 10px;
	text-indent: 10px;
}

li {
	list-style-type: none;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.img_frame {
	border: 5px solid #ffffff;
	margin-left: 30px;
	margin-right: 20px;
}

.indent { text-indent: 10px; }
.yellow { color: #ffff33; }
.bold { font-weight: bold; }

#header_wrap {
	background: url('./images/header_back.jpg') repeat-x;
}

#header {
	margin: 0 auto 0;
	width: 900px;
	height: 200px;
	background-image: url(images/southpaw-fishing-logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#title_tag1 {
	margin: 0px;
	padding: 0px;
	height: 23px;
	border: none;
	display: block;
	font-weight: normal;
	color: #99CC66;
	text-decoration: none;
	text-align: center;
}


.header_logo {
	float: right;
}

#menu {
	width: 900px;
	float: left;
	margin-top: 147px;
}

.menu_item {
	padding-left: 7px;
	padding-right: 7px;
}

#content_wrap {
	background: url('./images/content_background.jpg') repeat-x;
}

#content {
	margin: 0 auto 0;
	width: 900px;
	min-height: 600px;
	/* background: url('./images/content_main.jpg'); */
}

.equipment {
	width: 300px;
	float: left;
}

.home_text {
	width: 570px;
	float: right;
}



#footer_wrap {
	position: relative;
	bottom: 0;
	margin: 0 auto 0;
	padding: 0;
	background: url('./images/ocean_bottom.jpg') repeat;
}

#footer {
	position: relative;
	bottom: 0;
	margin: 0 auto 0;
	width: 900px;
	/* height: 35px; */
	text-align: right;
	color: #000000;
}

.footer_item {
	float: right;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.footer_dir {
	padding-top: 8px;
        padding-left: 10px;
        padding-right: 10px;
}

.imgdiv {
        float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 100px;
	height: 100px;
}

.imgthumb {
        width: 96px;
        height: 65px;
}

.form_left {
        width: 95px;
        float: left;
        padding-bottom: 5px;
        font-size: 13px;
        text-align: right;
        padding-top: 3px;
        padding-right:  10px;
}

.form_right {
        width: 300px;
        float: left;
        padding-bottom: 5px;
}

.contact_input {
        width: 250px;
        height: 20px;
        border: 1px solid #6DCFF6;
}

.contact_text {
        width: 250px;
        height:75px;
        border: 1px solid #6DCFF6;
}

.contact_submit {
        border: 1px solid #6DCFF6;
        background: #ffffff;
}

.contact_submit:hover {
        background: #ccffcc;
}
					
h1 {
        padding-bottom: 20px;
        font-size: 18px;
        border-bottom: #6DCFF6 solid 1px;
}

h2, h3 { padding: 0; margin 0;  font-size: 16px; }

.validate {
        float: left;
        text-align: center;
        color: #222222;
        margin: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 336px;
}

.failed {
        border: 1px solid #ff0000;
        background: #ffccff;
}

.passed {
        border: 1px solid #00ff00;
        background: #ccffcc;
}

.clear { clear: both; }

.admin {
	float:left;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.left_admin {
	float: left;
	width: 100px;
}

.date_admin {
	float: left;
	width: 100px;
	border: 1px solid #ffffff;
	margin-right: 10px;
}

.ta_admin {
	float: left;
	width: 500px;
	height: 300px;
	border: 1px solid #ffffff;
}

.new_report { padding: 5px; margin: 5px; }
