/* AWPC
   Master Styles
   Author: Jonathan Nicol (jonathan@f6design.com)
*****************************************************************/


/* Re-defined - HTML Elements
*****************************************************************/

html {
	font-size: 100%; /* for IE */
}
body  {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	/* font-size: 69%; */  /* if you want 11px */
	font-size: 76%;
	font-weight: normal;
	color: #494949;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	/* display: block; */
	border: 0;
}            
a, a:visited {
	text-decoration: underline; 
	color: #779c4b;
}
a:hover  {
	text-decoration: underline; 
	color: #494949;
}
a:active  {
	text-decoration: underline; 
	color: #779c4b;
}
h1 {
 	background: url(../img/site/pagetitle_bg.gif) left top no-repeat;
	clear: both;
	color: #fff;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	height: 28px;
	margin: 0 0 3px 0;
	padding: 8px 14px;
	line-height: 1.2;
}
h2 {
	color: #779c4b;
	font-size: 1.5em;
	font-weight: normal;
	margin: 35px 0 15px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #cdcdcd;
	line-height: 1.2;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #cdcdcd;
}
h4 {
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 0;
}
p {
	padding-left: 1px;
	margin: 0 0 1.5em 0;
}


/* Defined - Common presentational elements
*****************************************************************/


.caption {
	background: #e7e8e6;
	font-size: 0.9em;
	padding: 10px;
	margin-top: 4px;
}
.clear {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	line-height: 1px;
	overflow: hidden;
}
img.border {
	border: 1px solid #cecece;
	padding: 4px;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.highlightlink {
	display: block;
	margin-bottom: 0;
	font-weight: bold;
	text-decoration: none;
	}
	.highlightlink:visited {
		text-decoration: none;
		}
	.highlightlink:hover {
		text-decoration: underline;
		}
	.highlightlink:active {
		text-decoration: none;
		}



/* Defined - Page structure
*****************************************************************/

#pagewrap {
	margin: 0 auto;
	text-align: left;
	width: 949px;
	position: relative;
}
#main {
	background: url(../img/site/bg_main.gif) left top repeat-y;
	clear: both;
	padding: 0 29px;
}


/* Defined - Header
*****************************************************************/

#flashhero {
	position: absolute;
	right: 22px;
	top: 40px;
}
#header {
	background: url(../img/site/bg_header.gif) left top no-repeat;
	padding: 0 29px;
	position: relative;
	height: 245px;
}
#logo {
	position: absolute;
	left: 29px;
	top: 46px;
}
#search {
	background: url(../img/site/search_bg.gif) left top no-repeat;
	color: #fff;
	font-weight: bold;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	height: 40px;
	padding: 5px 15px;
	position: absolute;
	right: 22px;
	text-align: right;
	width: 639px;
	}
	#search label {
		padding-top: 3px;
		display: block;
		float: left;
		text-align: right;
		width: 426px;
		}


/* Defined - Navigation Menu
*****************************************************************/

#nav {
	padding: 0;
	margin: 0;
	left: 33px;
	top: 245px;
	position: absolute;	
	}
	#nav li {
	 	background: none;
	 	height: 27px;
		list-style: none;
		margin: 0 0 3px 0;
		padding: 0;
		width: 214px;
		}
		#nav li a {
			background: url(../img/site/navbtn_bg.gif) 0 0 no-repeat;
			color: #494949;
			font-size: 1.1em;
			font-weight: bold;
		 	display: block;
		 	height: 22px;
		 	padding: 5px 15px 0 45px;
			text-decoration: none;
			width: 154px;
			}
			#nav li a:visited {
				color: #494949;
				}
			#nav li a:hover {
			 	background: url(../img/site/navbtn_bg.gif) -214px 0 no-repeat;
			 	color: #fff;
				}
			#nav li a:active {
				color: #494949;
				}
			#nav li a.selected,#nav li a.selected:visited {
				background: url(../img/site/navbtn_bg.gif) -214px 0 no-repeat;
			 	color: #fff;
				}



/* Defined - Page Content
*****************************************************************/

#breadcrumbs {
	background: url(../img/site/breadcrumb_bg.gif) left top no-repeat;
	color: #fff;
	height: 16px;
	padding: 6px 14px;
	margin: 0 0 19px 0;
	}
	#breadcrumbs a, #breadcrumbs a:visited {
		color: #fff;
		}
	#breadcrumbs a:hover {
		color: #494949;
		}
	#breadcrumbs a:active {
		color: #fff;
		}
#contentwrap {
 	background: url(../img/site/content_bg.jpg) left top no-repeat;
 	float: right;
 	padding: 8px;
	width: 639px;
	line-height: 1.3;
}
#content {
	padding: 0 23px 0 15px;
	float: left;
	}
	#content.column {
		width: 392px;
		background: url(../img/site/vertline.gif) right top repeat-y;
		}
#sidebar {
	float: right;
	width: 188px;
}



/* Defined - Support btns
*****************************************************************/

#donatebtn {
	background: url(../img/site/donate_btn.gif) 0 0 no-repeat;
	display: block;
	height: 26px;
	left: 454px;
	position: absolute;
	width: 102px;
	}
	#donatebtn:hover {
		background: url(../img/site/donate_btn.gif) -102px 0 no-repeat;
		}
#joinbtn {
	background: url(../img/site/join_btn.gif) 0 0 no-repeat;
	display: block;
	height: 26px;
	left: 559px;
	position: absolute;
	width: 80px;
	}
	#joinbtn:hover {
		background: url(../img/site/join_btn.gif) -80px 0 no-repeat;
		}
#supportbtns {
	height: 26px;
	margin-bottom: 11px;
	overflow: hidden;
	position: relative;
}



/* Defined - Home
*****************************************************************/

#homecolumns {
	background: url(../img/site/vertline.gif) center top repeat-y;
	margin-top: 70px;
	}
	#homecolumns h2 {
		border: none;
		color: #fff;
		font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, Helvetica, sans-serif;
		font-size: 2em;
		font-weight: bold;
		height: 28px;
		left: 0px;
		margin: 0 0 3px 0;
		padding: 8px 14px;
		position: absolute;
		top: -60px;
		width: 288px;
		}
#homewelcome {
	float: left;
	padding: 0 15px;
	position: relative;
	width: 286px;
	}
	#homewelcome h2 {
		background: url(../img/site/head_bg_welcome.gif) left top no-repeat;
		}
#homefeatures {
	float: right;
	padding: 0 15px;
	position: relative;
	width: 286px;
	}
	#homefeatures h2 {
		background: url(../img/site/head_bg_features.gif) left top no-repeat;
		}
	#homefeatures .feature {
		clear: both;
		}
		#homefeatures .feature img {
			float: left;
			border: 1px solid #cecece;
			margin-bottom: 15px;
			padding: 4px;
			width: 100px;
			display: block;
			}
		#homefeatures .feature .copy {
			width: 166px;
			float: right;
		}
		#homefeatures .feature h3 {
			border: none;
			font-size: 1.2em;
			font-weight: bold;
			margin: 0;
			padding: 0 0 2px 0;
			}
		#homefeatures .feature p {
			margin-bottom: 15px;
			}



/* Defined - Lists
*****************************************************************/

ul {
	padding-left: 25px;
	margin: 0 0 1.5em 0;
}
li{
	list-style: none;
	padding: 1px 0 0.05em 12px;
	background: url(../img/site/list_bullet.gif) no-repeat left 0.5em;
}
ul.noBtm {
	margin-bottom: 0;
}



/* Defined - File download
*****************************************************************/

.fileDownload {
	margin: 0 2px 1.5em 0;
	height: 25px;
	background: url(../img/site/file_download_icon.gif) no-repeat top left;
	padding-left: 33px;
}

.fileDownloadShortBottom {
	margin-bottom: 5px;
}



/* Defined - Footer
*****************************************************************/

#footer {
	background: url(../img/site/bg_footer.gif) left bottom no-repeat;
	padding: 35px 29px 35px 288px;
	}
	#footer ul {
	 	border-top: 1px solid #cecece;
	 	margin: 0;
		padding: 15px 0;
		}
	#footer li {
	 	background: url(../img/site/footer_divider.gif) right center no-repeat;
		display: inline;
		font-size: 0.9em;
		list-style: none;
		margin: 0;
		padding: 0 28px 0 0;
		}
		#footer li.last {
			background: none;
			padding-right: 0;
			}

/* AWPC
   Form Styles
   Author: Jonathan Nicol (jonathan@f6design.com)
*****************************************************************/

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.formbox,  .formboxSelect {
	background: #dae9c9 none repeat scroll 0%;
	border: 1px solid #A5ACB2;
	color: #494949;
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 2px;
	vertical-align: middle;
	width: 250px;
}
/* the same, but no width */
.formboxSelect {
	width: auto;
}
.formbox.short {
	width: 100px;
}
.formBtnImage {
	cursor: pointer;
	margin: 0pt;
	padding: 0pt;
	vertical-align: middle;
}
.formdivider{
	clear: both;
	height: 1px;
	background: url(../img/site/form_divider_bg.gif) top left repeat-x;
	font-size: 1px;
	line-height: 0;
	margin: 10px 0 10px 0;
	width: 256px;
}
.formerror {
	color: #CC0000;
	}
	.formerror a, .formerror a:visited, .formerror a:hover, .formerror a:active {
		color: #CC0000;
		}
.formerrorBlock {
	color: #fff;
	background: #CC0000;
	padding: 10px;
	}
	.formerrorBlock a {
		color: #fff;
		}

.formsuccessBlock {
	background: #ffffcf;
	padding: 10px;
}
label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
#search .formbox {
	background-color: #bbda96;
	border: 0;
	height: 16px;
	width: 170px;
}
.select {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 100%;
	color: #494949;
}
.submitBtn {
}
.smallprint {
	font-size: 0.8em;
	margin: 3px 0 10px 0;
}
.inline {
	display: inline;
}