/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0; 
	padding: 0;
	background-image:url(../img/fishbkg.gif);
	background-repeat:repeat; 
}
#masthead {
	color: #999999;
	background-color: #fff;
	padding: 3px 15px 0 0;
	margin: 0; 
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border:8px solid #fff;
}
#center .content {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	border: 1px solid #000;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer .content ul {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer .content li {
	display:inline;
	padding-right:0.5em;
	color:#999999;
}
#footer {
	background-color: #fff;
	padding: 0px;
	margin: 0;
}
#footer2 {
	color: #000;
	background-color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#masthead p a {
	color: #C13D30;
	font-weight:bold;
}
#center a:link {
	color: #669999;
	font-weight:bold;
}
#center a:visited {
	color: #333333;
	font-weight:bold;
}
#center a:hover {
	color: #000000;
	font-weight:bold;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
a:link {
	color: #999999;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.5em;
	margin: 30px 0 5px 0;
}
h2 {
	font-size: 1.2em;
	margin: 20px 0 5px 0;
}
h3 {
	font-size: 1em;
	margin: 30px 0 5px 0;
}
h4 {
	font-size: 0.85em;
	margin: 20px 0 0 0;
}

p {
	margin: 12px 0;
	margin: 0 0 8px 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0 0 8px 0;
	font-size:0.8em;
}
.profileText {
	color:#424459;
	font-size:0.82em;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	display:block;
}
.newsitem {
	float:left;
	height:130px;
	padding:8px;
	width:174px;
	background-color: #fff;
	margin:5px 0 15px 0;
}
.newsitem h2 {
	font-size:0.9em;
	padding:0 0 4px 0;
	margin:0 0 0 0;
}
.newsitem p {
	font-size:0.8em;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.header {
	float:left;
	width:400px;
}
.logo {
	float:left;
	width:270px;
	padding-top:15px;
}
.banner {
	float:left;
	height:109px;
	position:relative;
	width:360px;
}
.hide {
	display:none;
}
banner h2 {
	float:right;
	padding-right:0;
}
.searchbox {
	clear:both;
	margin-left:480px;
	padding-top:160px;
	width:290px;
}
.searchbox table {
	padding:0;
	margin:0;
	font-size:0.8em;
}

.searchbox tr {
	line-height:2em;
}

.searchbox p {
	margin: 0;
	font-size:1.2em;
}
.searchbox ul {
	margin:0;
	padding:6px 0 12px 30px;
	font-size:0.8em;
}
li {
	margin: 0;
	margin: 0 0 0 0;
}
#searchtagline {
	color:#c13d30;
	float:left;
	font-size:0.9em;
	margin:0 0 10px 20px;
	width:530px;
	line-height:30px;
	font-weight:bold;
}
#newsheader {
	color:white;
	float:left;
	margin:20px 0 0 0;
	padding:5px;
	background-color:#4b8395;
	width:780px;
}
#newsheader h2 {
	padding:0;
	margin:0;
	font-size:1.0em;
}
.linkcontainer {
	margin:10px 0 10px 0; 
	font-size:0.7em;
}
img {
	border:0 none;
}
.btn {
	margin:5px 0 0 0; 
	padding:3px 5px; 
	width:110px !important; 
	-moz-border-radius:4px; 
	border-radius:4px; 
	-webkit-border-radius:4px; 
	background:#c13d30; 
	color:#fff; 
	border:0 !important; 
	cursor:pointer; 
	font-size:1em !important;
	font-weight:bold;
	float:right;
}
.btn:hover, .btn:focus {
	color:#fff; 
	background:#407080;
} 
.btnlink {
	margin:5px 15px 0 0; 
	padding:3px 5px; 
	width:110px !important; 
	-moz-border-radius:4px; 
	border-radius:4px; 
	-webkit-border-radius:4px; 
	background:#c13d30; 
	color:#fff; 
	border:0 !important; 
	cursor:pointer; 
	font-size:0.9em !important;
	float:right;
	text-align:center;
}
.btnlink:hover, .btnlink:focus {
	color:#fff; 
	background:#407080;
} 
#searchnow2 {
	height:30px;
	float:none;
}
#searchnow2 a {
	text-decoration:none;
	font-weight:bold;
}
/*#searchnow {
	height:30px;
	background-color:#FF9900;
	float:none;
}
#searchnow a {
	text-decoration:none;
}*/
.innerimg {
	width:246px;
	height:293px;
	float:right;
	margin:30px 0 0 15px;
	border:none;
}
/*#singlemen {
	background-image: url(/img/menBkg.gif);
	background-repeat:no-repeat;
	width:780px;
	height:255px;
}
#singlemen {
	background-image: url(/img/menBkgMid.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:780px;
	height:187px;
	background-color:#99FF00;
	padding:0;
	margin:0;
	float:none;
}
#singlewomen {
	background-image: url(/img/womenBkgMid.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:780px;
	height:187px;
	background-color:#99FF00;
	padding:0;
	margin:0;
	float:none;
}*/
#singlewomen2 {
	background-image: url(/img/womenBkgMid.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:780px;
	height: 187px;
	min-height: 187px; 
	height:auto;
	padding:0;
	margin:0;
	float:none;
	background-color:#e6d1cf;
}
#singlemen2 {
	background-image: url(/img/menBkgMid.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:780px;
	height: 187px;
	min-height: 187px; 
	height:auto;
	padding:0;
	margin:0;
	float:none;
	background-color:#cfe0e6;
}
#singlewomentop {
	background-image: url(/img/womenBkgTop.gif);
	background-repeat:no-repeat;
	width:780px;
	height:15px;
	background-color:#660066;
	float:none;
}
#singlewomenbtm {
	background-image: url(/img/womenBkgBtm.gif);
	background-repeat:no-repeat;
	width:780px;
	height:15px;
	float:none;
}
#singlementop {
	background-image: url(/img/menBkgTop.gif);
	background-repeat:no-repeat;
	width:780px;
	height:15px;
	background-color:#660066;
	float:none;
}
#singlemenbtm {
	background-image: url(/img/menBkgBtm.gif);
	background-repeat:no-repeat;
	width:780px;
	height:15px;
	float:none;
}
/*#singlewomen {
	background-image: url(/img/womenBkg.gif);
	background-repeat:no-repeat;
	width:780px;
	height:255px;
}
.singlecontent {
	width:610px;
	padding:0px 0 30px 20px;
	font-size: 0.94em;
	line-height:1.1em;
	margin:0;
	float:none;
}
*/
.singlecontent2 {
	width:610px;
	padding:0px 0 10px 20px;
	font-size: 0.94em;
	line-height:1.1em;
	margin:0;
	float:none;
}
.singlecontent2 h2  {
	padding:0 0 10px 0;
	margin:0;
}
.singlecontent2 p  {
	padding:0 0 0 0;
	margin:0;
}
.errorcontainer {
	background-color:#FEEEB3;
	background-image:url(../images/alert_icon.gif);
	background-repeat:no-repeat;
	border:1px solid #FED23B;
	height:auto;
	left:20px;
	margin-bottom:12px;
	padding:5px 5px 5px 50px;
}
.errorcontainer p {
	color:#FF0000;
	margin:0;
	padding-bottom:7px;
	padding-top:7px;
}
.successcontainer {
	background-color:#dceac7;
	border:1px solid #a6ca6f;
	padding:5px 5px 5px 50px; 
	margin-bottom:12px;
	background-image: url(../images/successIcon.gif);
	left:20px;
	background-repeat:no-repeat;
	height: auto;
}
.successcontainer p {
	color:#217d11;
	padding-top:7px;
	padding-bottom:7px;
	margin:0;
}
#terms {
	float:right;
	margin:20px 10px 0 0;
	font-weight:normal;
}
#terms a, #terms a:link, #terms a:hover, #terms a:visited  {
	font-size:0.76em;
	font-weight:normal;
	color:#999999;
}
