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

/* --------------- CSS Reset ------------------- */

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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: verdana,tahoma, arial;
}

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;
}

th {font-weight:bold;background:#bdd3f3;}

br 
{
	clear:both;
}
/* --------------- Structure ------------------- */

body
{
	background: white url(../images/angler/body_back.jpg) repeat-x left top;
	height:100%;
	padding-top:29px;
}

#masterWrap
{
	width: 980px;
	margin: 0 auto;
	position:relative;
}
#banner 
{
	background: url(../images/angler/banner_top.jpg) no-repeat;
	width: 980px;
	height: 154px;
}

#bodyWrap
{
	background-color: white;
	position: relative;
	border: 2px solid #cccccc;
	border-top:none;
	min-height:500px;
	padding-top:18px;
	width: 976px;
}
#leftCol
{
	width: 174px;
	float: left;
	padding: 0 15px;
}
#centerCol
{
	width: 535px;
	float:left;
	padding: 0 10px;
}
#rightCol
{
	width: 174px;
	float: left;
	padding: 0 15px;
}
#bottomCorner
{
	background:url(../images/angler/master_wrap_lr.gif) no-repeat;
	width:30px;
	height:31px;
	position:absolute;
	right: -2px;
	bottom: -2px;
}

/* ---------------- Nav ----------------- */
#nav
{
	height: 30px;
	background:#517db9 url(../images/angler/nav_back.gif) repeat-x left top;
	border-right: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	
}
#nav li
{
	float: left;
}
#nav li a:link, #nav li a:visited
{
	display: block;
	border-right: 1px solid #2274de;
	border-left: 1px solid #25518c;
	padding: 7px 10px 5px 10px;
	height:20px;
	color: white;
	text-decoration:none;
	font-size:12px;
	width: auto;
}

#nav li a:hover 
{
	background: #517db9 url(../images/angler/nav_back_over.gif) repeat-x left top;
}
#nav li a:active 
{
	background-image: none;
	background-color:#517db9;
}

#searchBoxWrap
{
	float: right;
	width: 200px;
	text-align:right;
	height:25px;
	padding: 3px 8px 0 0;
}
#searchBoxWrap label
{
	width: 50px;
	display:block;
	float:left;
	color: white;
	padding-top: 3px;
	
	
}
#searchBoxWrap input
{
	float:left;
}
#searchBoxWrap input.searchInput
{
	width: 95px;
	height: 12px;
	margin: 0 5px;
}
#searchBoxWrap a.searchBtnGo
{
	float: left;
	width: 39px;
	height:20px;
	background:url(../images/angler/searchBtnGo.gif) no-repeat;
	display:block;
	
}
#searchBoxWrap a.searchBtnGo span
{
	display:none;
}


/* ---------- Box One ------------ */
.boxOneWrap 
{
	background: white;
	width: 158px;
	border: 2px solid #5992e2;
	position:relative;
	padding: 12px 8px 8px 8px;
	min-height:100px;
	margin: 0 auto;
}
.boxOneWrap .ul
{
	background: url(../images/angler/box1_ul.gif);
	width: 11px;
	height: 12px;
	position: absolute;
	top: -2px;
	left: -2px;
	overflow:hidden;
	
}
.boxOneWrap .lr
{
	background: url(../images/angler/box1_lr.gif);
	width: 11px;
	height: 12px;
	position: absolute;
	bottom: -2px;
	right: -2px;
	overflow:hidden;
	
}

/* ---------- Box Two ------------ */
.boxTwoWrap 
{
  width: 158px;
  border: 2px solid #5992e2;
  position:relative;
  background:#d1e4ff url(../images/angler/box2_back.gif) repeat-x left top;
  padding: 12px 8px 0px 8px;
  margin: 0 auto;
  min-height:200px;
  height: auto !important;
  height: 200px;
	margin-bottom: 10px;
}
.boxTwoWrap .ul
{
  background: url(../images/angler/box2_ul.gif);
  width: 11px;
  height: 12px;
  position: absolute;
  top: -2px;
  left: -2px;
  overflow:hidden;
  
}
.boxTwoWrapBottom
{
  background: url(../images/angler/box2_bottom.jpg) no-repeat;
  width: 178px;
  height: 36px; 
  position: absolute;
  left:-2px;
  bottom: -2px;
}
.boxTwoWrap p
{
  line-height: 16px;
}



/* --------------- Format --------------- */
.baseColor
{
	color: #5992e2;
}

a.surveyBtn
{
	background: url(../images/angler/btn_take_survey.png) 0 -54px no-repeat;
	width: 115px;
	height:54px;
	display:block;
	margin:0 auto;
	text-indent:-9999em;
}
a.surveyBtn:hover
{
	background-position: 0 0;
}
p.surveyBtnText
{
	font-size: 14px;
	text-align:center;
	margin: 5px 8px 24px 8px;
	line-height:16px;
	font-weight: bold;	
}
.boxOneWrap h3, .boxTwoWrap h3, #loginWrap h3
{
	color: #5992e2;
	font-weight: bold;
	border-bottom: 1px solid #5992e2;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
.stdGrid
{
	width: 100%
}
.stdGrid td
{
	padding: 2px 8px;
}
.stdGrid .altRow td
{
	background-color: #bdd3f3;	
}
.stdGrid td.tdTwo
{
	text-align:right;
}
.surveySamplerQuestion
{
	margin-bottom: 8px;
}
.dynFact, .surveySamplerQuestion
{
	line-height: 18px;
}

/* ------------ Content ---------------- */
.content 
{
	margin: 0 10px;
	padding-bottom: 10px;
}
.content h1
{
	font-size: 14px;
	color: #5992e2;
	margin-bottom: 14px;
	font-weight: bold;
	line-height: 18px;
}
.content h1 a
{
  font-size: 14px;
  color: #5992e2;
  margin-bottom: 14px;
  font-weight: bold;
  line-height: 18px;
	text-decoration: none;
}
.content p
{
	line-height: 18px;
	margin-bottom: 14px;
	color: #333333;
}

/* ----------- Login Wrap ----------- */
#loginWrap label
{
	width: 65px;
	display:block;
	float: left;
	line-height:16px;
	font-size:11px;
}
input.loginInput
{
	width: 100px;
	float: left;
	height: 14px;
	margin:0;
	margin-bottom: 5px;
}
#loginWrap p
{
	margin: 8px 0;
	font-size: 10px;
}
#loginWrap p a
{
	font-size: 10px;
}
.loginBtn
{
	margin-left: 65px;
	width: 50px;
	height:20px;
	background:url(../images/angler/login_btn.gif) no-repeat;
	display:block;
	text-indent: -9999em;
}

/* ------------ Home Page --------------- */

.homePageArt
{
	background:url(../images/angler/woman_fishing_pole.jpg) no-repeat;
	width: 195px;
	height: 237px;
	float: left;
	margin: 0 10px 5px 0;
}

/* ------------ Cayce Additions --------------- */

div.flash {  
  text-align: center;
  border: 2px solid #5992e2;
  width: 95%;
  margin: auto;
  margin-bottom: 20px;
  padding: 12px 6px;
  font-weight: bold;
  font-size: 12px;
  background-color: #EFEFEF;
	line-height: 1.2em;
}

table.upload_item td {
  border: 1px solid #5992e2;
}

div.pagination .prev_page {
  float: left;
  display: block;
  border: 2px solid #5992e2;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 5px 10px;
}

div.pagination .next_page {
  float: right;
  display: block;
  border: 2px solid #5992e2;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 5px 10px;
}

div.blog_menu {
  text-align: center;
}

div.blog_menu a {
  display: block;
  height: 80px;
	width: 60px;
  text-decoration:none;
	background: url('../images/angler/blog_menu_icons-angler.png') 0 0 no-repeat;
	float: right;
	margin: 0 5px 10px 5px;
}

