body {
	background: #f4f1d0;
	margin: 0;
	padding: 0;
	font: 1em Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #4d4d4d;
	color: #333;
}

br.c, .clear {
	clear: both; /* clear nav is the most uniformly working than setting content_wrapper to overflow*/
}

a {
	color: #CC6600;
}

form {
	margin: 0;
	padding: 0;
}

/* @common sitewide elements ---------- */
#content .error_message {
	background: #FFCBCB url(/css/img/flash_error.gif) no-repeat 10px center;
	color: #000;
	border: 1px solid #F04141;
	padding: 5px 5px 5px 35px;
	margin-top: 10px;
}

#container {
	text-align: left;
	background: #fff;
	/*border: 4px solid #e2dda9;*/
	padding: 0 3px 3px 3px;
	border: 1px solid #e2dda9;
	
	border-top: 0;
	width: 800px;
	width: 90%;
	min-width: 885px;
	margin: 0 auto;
}

#ribbon {
	display: none;
	height: 13px;
	background: #937312;
}

#header {
	position: relative;
	height: 113px;
	height: 103px;
	height: 116px;
	background: #6d5200 url(/css/img/header_tile.gif) repeat-x top left;
}

#logo {
/*	position: absolute;
	bottom: 0;
	left: 29px;
	width: 196px;
	height: 83px;*/
	
	position: absolute;
	top: 0;
	left: 39px;
	width: 219px;
	height: 88px;
}
#logo a {
	display: block;
	width: 219px;
	height: 88px;
	background: url(/css/img/wapf_logo.gif) no-repeat top left;
	text-decoration: none;
	text-indent: -999px;
}

table#content_wrapper {
/*	background: #f4f3ec;*/
	width: 100%;
	margin: 0;
	padding: 0;
}

td#sidebar {
	vertical-align: top;
	background: #f4f3ec;
	width: 208px;
	margin: 0;
}
td#content {
	font-size: 0.8em;
	vertical-align: top;
	background: #fff;
	height: 350px; /* ie treats this as min-height, other browsers don't really do min-height on td at least it grows*/
}

#inner_content {
	margin: 0 20px;
	padding: 20px 0 35px 0;
}

#inner_content h1 {
	font-size: 1.2em;
	margin: 0 0 16px 0;
	color: #CC6600;
}

#inner_content h2 {
	font-size: 0.9em;/*
		margin: 5px;*/
	color: #DE8022;
	margin-top: 18px;
}

#inner_content h3 {
	/*font-size: 1em;*/
	font-size: 0.9em;
}



/* @sidebar ---------- */


/* @navigation */
#nav {
	font-size: 0.8em;
	margin-top: 33px;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #d5ca66;
}
#nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 4px 21px 4px 15px;
	border-top: 1px dotted #d5ca66;
	background: red;
	background: #f4f3ec; /* ie6 bug needs this otherwise hover area erratic */
	height: 1%; /* specifically for ie6 & ie7 but doesn't really affect other browsers */
}
#nav ul li a:hover {
	background: #fff;
	color: #cc6600;
	outline: none;
	border-top: 1px dotted #d5ca67; /* have to switch to slightly different value: IE7 persistent 'flicker' */
}

/* end of @navigation*/







/* end of @sidebar ---------- */

#footer {
	font-size: 0.7em;
	margin: 8px 0 20px 0;
}



/* @index page */
/* Additional float left/right generic definitions, unbordered */
#inner_content .img-left {
	float: left;
	margin: 0 9px 5px 0;
}

#inner_content .image_left img, #content .image_right img {
	padding: 3px;
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 3px;
}

/* be aware that image float containers are mainly used in directors page but generalised for sitewide use */
#inner_content .image_left {
	float: left;
	width: 158px;
	margin: 0 9px 5px 0;
	font-size: 0.8em;
}

#inner_content .image_right {
	float: right;
	/*images should be 100px wide*/
	width: 158px;
	margin: 0 0 5px 9px;
	font-size: 0.8em;
}
/*end of @index page*/


/* @directors page */
.person {
	margin-top: 15px;
	overflow: auto;
	width: 100%;
}

.person h3 {
	color: #242424;
	margin: 15px 0 5px 0;
	margin: 0;
	font-size: 1em;
}

/* end of @directors page */


/* @faq */
#questions {
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
#questions ol {
	margin: 15px 0px 0 25px;
	padding: 0;
}
#questions li {
	margin: 5px 0;
}
#questions li a {
	text-decoration: none;
	color: #4d4d4d;
}
#questions li a:hover {
	color: #cc6600;
}
#answers p {
	margin: 15px 0 45px 7px;
}
#answers a.title {
	color: #242424;
	font-weight: bold;
	display: block;
}
#answers a.top {
	font-size: 0.9em;
	text-decoration: underline;
	color: #777;
	display: block;
	float: right;
}
/* end of @faq */

/* @subscribe page  */
#subscribe_input {
	margin: 15px 0 0 0;
}
/*combat ie form styling*/
#subscribe_input form {
	margin: 10px 0 0 0;
}

#subscribe_input label {
	display: block;
	margin: 12px 0 9px 0;
}

#subscribe_input .text {
	font-size: 12px;
	width: 315px;
	margin-bottom: 9px;
}

#subscribe_input .button {
	margin-top: 8px;
	font-size: 16px;
}

.big_txt_subs {
	display: block;
	margin: 0 0 10px 0;
}

.error {
	border-top: 1px solid #FFADAD;
	padding: 5px 11px;
	background: #FFECEC;
	color: #ff0000;
}

/* end of @subscribe page  */


/* @purpose */
ol.alpha {
	list-style-type: lower-alpha;
	padding-left: 1.9em;
	margin: 0;
}
li {
	margin-top: 1em;
}
.alpha ol.num {
	list-style-type: lower-roman;
	padding-left: 1.8em;
	margin: 0;
}

/* @publications */

.tab_downloads {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
}
.tab_downloads td {
	background: #f7f6ef;
	padding: 11px 10px;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	border-right: 0;
}
.tab_downloads td.link {
	width: 230px;
	padding-left: 35px;
	/*IE HACK NEEDED */
	border-left: 0;
	border-right: 1px solid #e2e2e2;
	background: #f7f6ef url(/css/img/pdf.gif) no-repeat center left;
}
.tab_downloads td.noicon {
	background: #f7f6ef;
}

/*@publications - v2 extended version */
ol.folder {
	list-style-type: none;
	padding-left: 0;
	margin: 10px 10px 0 10px;
}
.folder li {
	/*margin-top: 1em;*/
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid #eee;
	overflow: hidden;
	width: 100%;
}
.folder .added {
	font-size: 11px;
	font-style: italic;
	color: #888;
}
.folder .related_download
{
	float: right;
}


.pub_downloads .pub {
	background: #f7f6ef;
	border: 1px solid #e2e2e2;
	border: 1px solid #e7e7e7;
	/*background: #fafafa;
	border: 1px solid #eee;*/
	margin-bottom: 28px;
}

.pub_doc {
	overflow: hidden;
	width:  100%;
}

.pub_doc h4 {
	font-size: 14px;
	padding: 11px 10px;
	margin: 0 195px 0 0;
	font-weight: normal;
}

.pub_link {
	float: right;
	padding: 11px 10px;
	width: 140px;
	padding-left: 35px;
	/* IE HACK NEEDED */
	background: url(/css/img/pdf.gif) no-repeat center left;
}

.noicon {
	background-image: none;
}

.related {
	margin: 6px;
	padding: 10px;
	background: #fff;
	/*border: 0px solid #e0e0e0;*/
	border: 1px solid #e8e8e8;
	border-top: 1px solid #ccc;
}

.related h5 {
	font-size: 11px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}



/* @advisory board */
#board_members {
	list-style-type: square;
	color: #d5ca66;
	margin: 15px 0px 0 25px;
	padding: 0;
}
#board_members li {
	margin: 5px 0;
}

#board_members li span {
	color: #333;
}

/* @contact */
#contact_area {
}

#details {
	float: right;
	background: #f7f6ef;
	padding: 20px;
	width: 260px;
	border: 1px solid #e2e2e2;
	/*IE hack needed (for 5.5)*/
}
#details h2 {
	margin: 0;
}
#details p {
	margin: 12px 0 0 0;
	padding: 0;
}

#digits {
	list-style: none;
	padding: 0;
	margin: 12px 0 0 0;
}

#digits li {
	margin: 8px 0;
}

#cform {
/*	float: left;
	width: 350px;*/
}

#cform label {
	display: block;
	margin: 12px 0 9px 0;
}

#cform p {
	margin-bottom: 9px;
	
}

#cform input.text, #contact textarea {
	font-size: 12px;
	width: 315px;
	margin-bottom: 9px;
}

#cform textarea {
	width: 315px;
	height: 120px;
	display: block;
	margin-bottom: 9px;
}

#cform .button {
	font-size: 16px;
}

.vcard {
	display: block;
	padding: 3px 5px 3px 39px;
	background: url(/css/img/vcard.gif) no-repeat center left;
}


/* @links page */
#grouped_links {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 10px;
}
/* end of @links page */

