/*--- styles ---*/

#wrapper {
	width:820px;
	margin:0 auto;
	background: url(../images/tile.gif) top left repeat-y;
	position:relative;
}

#content {
	width:780px;
	margin-left:13px;
	border-left:1px solid white;
	border-right:1px solid white;
}

#header {
	background:url(../images/header.jpg) top left no-repeat;
	height:166px;

}


#header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CCCCCC;
}


#title-container {
	width:500px;
	padding:18px 0 0 26px;

}


#title-container h1, #title-container h2, #title-container p {
	margin-left:142px;
	width:440px;
}


#title-container h1{
/*	border:1px solid red;*/
	padding-top:26px;
}


#title-container img {
	float:left;

}


ul#logos-container{
	float:right;
	margin-top:-148px;

}


ul#logos-container li {
	float:left;
}


ul#logos-container li.naf {
	background:url(../images/logo_naf.gif) top left no-repeat;
	width:92px;
	height:39px;
	padding-right:28px;

}


ul#logos-container li.naf a {
	width:92px;
	height:39px;
	display:block;
}


ul#logos-container li.pf {
	background:url(../images/logo_pf.gif) top left no-repeat;
	width:65px;
	height:39px;
	padding-right:9px;
}


ul#logos-container li.pf a {
	width:65px;
	height:39px;
	display:block;
}


ul#logos-container a span{
	visibility:hidden;
}

/*--- textarea styles ---*/

#textarea {
	margin:20px 27px 10px 27px;
	
}


#textarea hr {
	border-top: 1px solid #cccccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color:none;
	color:#fff;
	padding-bottom:25px;
	height:1px;
}


.description {
	color:#333;
	font-size:109.1%;
	padding:0 23px 10px 0;
	width: 530px;
	float:left;
	border-right:1px solid #ccc;

}


.description p {
	color:#333;
	font-size:100%;
	padding-bottom:10px;
}


.sidebar {
	font-size:11px;
	color:#333;
	position:relative;
	width:160px;
	float:right;
}


.sidebar p {
	margin-right:6px;
	float:right;
	width:150px;
}


.inline {
	float:left;
    border:1px solid #666;
	margin:0 10px 4px 0;
}

.center {
	margin:0 20%;
	padding:10px 0;
}


/*--- footer styles ---*/


#footer {
	background-color:#6699cc;
	color:#fff;
	font-size:95.5%;
	padding:6px 8px 160px 8px;
	margin-top:20px;
}


/*--- clearfix ---*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
















