/* General Styles for WFCCP - October 2006 - CP */


/* defaults, globals, and miscellaneous
==============================================================================*/


*, span, form { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	font-family: arial, san-serif, Verdana;
	font-size: 12px;
	text-align: center;
	background: white url(../images/layout/back.jpg) repeat-x;
	/*	line-height: 1.3em;   */
	}
hr {
	display: none;
	}
img {
	border: 0; /* removes border in case images get have anchor around them */
	}
a 	{
	text-decoration: none;
	color: #EE3326;
	}
	a:hover {
		color: #EE3326;
		}
p { 
	font-size: 100%;
	color: black;
	padding: 5px 0;
	margin: 0;
	}
ul 	{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
li	{
	margin: 0;
	padding: 0; 
	font-size: 100%;
	}
h3 	{
	margin-top: 10px;
	color: #ee3326;
	font-weight: bold;
	font-size: 12px;
	}
h2	{
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding-bottom: 5px;
	}
.clear {
	clear: both;
	}
	
.emphasis {
	color: #ee3326;
	font-weight: bold;
	font-size: 14px;
	}
	
/* Header of page
==============================================================================*/

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 760px;
	vertical-align: top;
	background: url(../images/layout/wfccp_background.jpg) no-repeat;
}
	
	
	
/* Main logo
==============================================================================*/

#oneoff h1 {
	position: relative;
	height: 145px;
	}
	
	#oneoff h1 a {
		display: block;
		position: absolute;
		top: 36px;
		left: 20px;
		width: 330px;
		height: 59px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../images/layout/wfccp_logo.gif) no-repeat;
		}
	#oneoff h1 a:hover {
		text-decoration: none;
		background: url(../images/layout/wfccp_logo.gif) no-repeat;
		}		
	
/* main site navigation
==============================================================================*/
#nav {
	width: 255px;
	margin: 0;
	list-style: none;
	}
		
#nav li {
	margin: 0;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
	
	#top {
		height: 34px;
		width: 255px;
		background: url(../images/layout/nav/nav_01.gif) no-repeat;
		text-indent: -5000px;
		overflow: hidden;
		}
	#bottom {
		width: 255px;
		height: 46px;
		background: url(../images/layout/nav/nav_16.gif) no-repeat;
		text-indent: -5000px;
		overflow: hidden;
		}
		
	#spacer {
		width: 255px;
		height:30px;
		text-indent: -5000px;
		overflow: hidden;
		background: white;
		}

#nav li a {
	width: 255px;
	display: block;
	/*height: 30px;*/
	text-indent: -5000px;
	overflow: hidden;
	}
	
	#navbut01 {
		width: 255px;
		height: 34px;
		background: url(../images/layout/nav/nav_01.gif) no-repeat;
		}
	#navbut02 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_02.gif) no-repeat;
		}
	#navbut03 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_03.gif) no-repeat;
		}
	#navbut04 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_04.gif) no-repeat;
		}
	#navbut05 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_05.gif) no-repeat;
		}	
	#navbut06 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_06.gif) no-repeat;
		}
	#navbut07 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_07.gif) no-repeat;
		}
	#navbut08 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_08.gif) no-repeat;
		}
	#navbut09 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_09.gif) no-repeat;
		}													
	#navbut10 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_10.gif) no-repeat;
		}													
	#navbut11 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_11.gif) no-repeat;
		}		
	#navbut12 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_12.gif) no-repeat;
		}
	#navbut13 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_13.gif) no-repeat;
		}	
	#navbut14 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_14.gif) no-repeat;
		}	
	#navbut15 {
		width: 255px;
		height: 30px;
		background: url(../images/layout/nav/nav_15.gif) no-repeat;
		}												
		
		
#nav li a:hover, #nav li a.active {
	background-position: -255px 0;
	}	


/* Main layout - Content Pages
==============================================================================*/

#contentwrap {
	float: right;
 	width: 475px;
	border: 0 solid black;
	margin-top: 40px;
	/*background: red;*/
	}
	
	#contentwrap p {
		padding-right: 20px;
		text-align: justify;
		}
		
	#contentwrap li {
		margin: 0;
		padding: 3px 0 3px 28px; 
		background: url(../images/bullet01.gif) no-repeat;
		background-position: 10px 4px;
		}
		
	#contentwrap img {
		margin: 0 0 10px 10px;
		}
		
	#contentwrap #staff img {
		margin: 0 10px 0 0;
		text-align: justify;
		}
		
	#contentwrap .standout p{
		color: #ee3326;
		font-weight: bold;
		font-size: 150%;
		}
	
#maincontent hr, #footer hr, #maincontent #featured #latest hr  {
	display: none;
	clear: both;
	}
	

/* page footer
==============================================================================*/

#footer {
	margin: 0;
	height: 115px;
	clear: both;
	width: auto;
	background: url(../images/layout/footer/footerback.jpg) no-repeat;
}

#footer span {
	font-size: 12px;
	font-weight: bold;
	}

#footer #left {
	width: 300px;
	text-align: left;
	height: 100px;
	overflow: hidden;
	}
	
	#footer #left p {
	padding: 15px 0 0 30px;
	margin: 0;
	font-size: 11px;
	}
	
#footer #right {
	float: right;
	width: 300px;
	text-align: right;
	height: 100px;
	overflow: hidden;
	}
	
	#footer #right p {
	padding: 15px 30px 0 0;
	margin: 0;
	font-size: 11px;
	}
	
/* Forms
==============================================================================*/

form p, form h3 {
	position: relative;
}
fieldset {
	margin: 10px 0;
	padding: 5px 10px;
	border: solid 0 transparent;
	background: #F5EFF5;
	}
legend {
	font-weight: bold;
	color: black;
	}
label {
	float: left;
	width: 140px;
	}
input {
	width: 270px;
	font-size: 100%;
	padding: 2px;
	}
select {
	width: 280px;
	font-size: 100%;
	padding: 2px;
	}
input.radio, input.checkbox, input.submit, input.button {
	width: auto;
	}
input.checkbox {
	float: left;
	margin: 0 0 10px 0;
}
textarea {
	width: 280px;
	height: 100px;
	}
input.radio {
	float: left;
	margin-right: 1em;
	}
input:focus, textarea:focus {
	background: #ccc;
	}
.required {
	font-size: 75%;
	color: red;
	}
fieldset.multi, fieldset.multi2 {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	}
.multi h3, .multi2 h3 {
	width: 140px;
	float: left;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: black;
	}
.multi div {
	width: 140px;
	float: left;
	}
.multi2 div {
	width: 280px;
	float: left;
	}
.multi label {
	width: 120px;
	float: right;
	display: inline;
	padding: 0 0 10px 0;
	}
.multi2 label {
	width: 200px;
	float: none;
	display: inline;
	}
.multi p, .multi2 p {
	margin: 4px 0;
	}

.feedback {
	position: absolute;
	margin-left: 300px;
	font-weight: bold;
	color: red;
	padding-left: 20px;
	background: url(../images/icons/warning.gif) no-repeat left top;
}
* html .feedback{
	width: 200px;
	}	