body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	FONT-FAMILY: 'Arial';
	/*background: #FFFFFF url(images/bg.jpg); */
	background: #FFFFFF url(images/BG.jpg) repeat-x fixed 0 0px;
	background-position: top;
}
.content{
	vertical-align: top;
	text-align: left;
	background: #FFFFFF url(images/contentbg.gif); 
	background-repeat: no-repeat; 
	background-position: middle; 
	font-size: 9pt; 
}

table {
	font-size: 9pt; 
}
.smalllink{
	font-size: 6.5pt;
}
a:link {
	text-decoration: none;
	color: #188CB6;
}
a:visited {
	text-decoration: none;
	color: #188CB6;
}
a:hover {
	text-decoration: none;
	color: #65B7BE;
}
a:active {
	text-decoration: none;
}
h4
{
	color: #ED7E64;
	font-size:14pt;
	font-style: italic;
}
.bottomnav{

	background: #ED7E64;
	text-align: center;
	font-size: 7pt;
	vertical-align: middle;
	color: #865246;
}
a:visited.bottomnav, a:link.bottomnav, a:hover.bottomnav{
	text-decoration: none;
	color: #FFFFFF;
}
.num{
	font-weight: bold;
	vertical-align: top;
}
.img3
{
	/*border: 1px solid #206872; */
	border: 4px double #206069;
}
.img2
{
	/*border: 5px double #EC7E65; */
	border: 4px double #206069;
}
.img1
{
	/*border: 1px solid #206872; */
	border: 4px solid #C4E2E4;
}
.members
{
	font-size: 8pt;
	padding-left: 10px;
}
HTML {
   overflow: -moz-scrollbars-vertical;
}
input, textarea{
	font-family: arial;
	font-size: 9pt;
	background-color: #F5F9FA;
	border: 1px solid #CEDFE9;
}


/*************** CREW FINDER ***************/


#crewlink2 {
	width:147px;
	}
#crewlink2 a {
	display: block;
	width:147px; 
	height:100px; 
	background-image:url(images/pfhcb-btn.gif);
	background-position:top;
	}
#crewlink2 a:hover {
	background-image:url(images/pfhcb-btn.gif); 
	background-position:bottom;
	}
#crewlink2 span {
	display:none;
	}

#crewintros{
	background-color: #EEF4F6;
	padding: 10px;
	margin: 10px;
}


#introbuttons a{
	display: block;
	height: 52px;
	width: 186px;
	background-image: url('http://pfhcb.sc104.info/old/images/crewfinder/introbtns.jpg');
	float: left;
}
#introbuttons span{
	display: none;
}
#introbuttons a.hire{
	background-position: 186px 0px;
}
#introbuttons a.hire:hover{
	background-position: 186px 52px;
}
#introbuttons a.work{
	background-position: 0px 0px;
}
#introbuttons a.work:hover{
	background-position: 0px 52px;
}


a.ovalbutton{
background: transparent url('images/btn-left.gif') no-repeat top left;
display: block;
float: right;
font: normal 12px Arial; /* Change 13px as desired */
line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 25px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
margin-right: 20px;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #fff; /*button text color*/
font-weight: bold;
}

a.ovalbutton span{
background: transparent url('images/btn-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
}

.buttonwrapper{ 
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; 
	/* See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

h5{
	color: #ED7E64;
	font-size:11pt;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 25px;
	padding-top:2px;
	margin-bottom:5px;
}

h5.work{
	background-image: url('images/icon-paper.gif');
}

h5.hire{
	background-image: url('images/icon-people.gif');
}
h5.archive{
	background-image: url('images/icon-archive.gif');
}

#pfhcb{
	border: 1px solid #098FB5;
	background-color: #fff;
}

#pfhcb .head{
	background-color: #098FB5;
	color: #fff;
	font-weight: bold;
}

#pfhcb .row2{
	background-color: #EEF4F6;
}
#postinfo{
	border: 1px solid #CEDFE9;
	background-color: #fff;
}
#postinfo td{
	padding: 8px;
}
.smallnote{
	font-size: 8pt;
	color: #333;
	}
#charcount{
	font-size: 7.5pt;
	float: right;
	color: #666;
}
#charcount input{
	border: 0px solid #fff;
	background-color: #fff;
	font-size: 7.5pt;
	text-align: right;
	color: #666;
}



/* MAIN NAVIGATION ----------------------------------------- */

div#Navigation{}
div#Navigation{float:left;width:147px}
#Navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 141px;
	border-top:3px solid #036987;
	border-right:3px solid #036987;
	border-left:3px solid #036987;
	background-color:#098FB5;
	}

#Navigation ul li {
	position: relative;
	line-height: 23px;
	width:141px;
	border-bottom:3px solid #036987;
	}
#Navigation li ul {
	position: absolute;
	left: 132px;
	top: 0;
	display: none;
	background-color:#99D0DE;
	width:226px;
	z-index:5;
	}
#Navigation li ul li {
	width:226px;
	color:#000000;
	}
#Navigation li ul li a:hover{
	background-color:#FFF;
	color:#000000;
	}
	#Navigation li ul li a{
		color:#000000;
	}
#Navigation ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 23px; 
	font-size:12px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	padding: 0 0 0 10px;
	}
	#Navigation ul li a:hover { 
	color: #fff;
	font-weight:bold;
	background-color:#ED7E64;
	}
.current	{
background-color:#ED7E64;}
#Navigation ul li ul li .current {
background-color:#FFF;}


#Navigation li:hover ul, li.over ul { 
	display: block; }
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */