/**
	CSS Reset provided by Yahoo!
**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }



/**
	Misc
**/
.clear {
	clear: both;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.filesize {
	color: #999;
}



/**
	Basic page setup, HTML elements and typography
**/
body {
	color: #39393b;
	background: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Sans-Serif;
	font-size: small;
	line-height: 135%;
}

h1 {
	margin: 1em 0 .5em;
	font-size: 22pt;
	font-weight: bold;
	line-height: 135%;
	color: #df5c16;
}

h2 {
	margin: 1em 0 .5em;
	color: #39393B;
	font-size: 17pt;
	font-weight: bold;
	line-height: 135%;
}

h3 {
	margin: 1em 0;
	color: #888;
	font-size: medium;
	font-weight: bold;
	line-height: 135%;
}

h4 {
	margin: 1em 0;
	font-size: small;
	font-weight: bold;
	line-height: 135%;
}

h5,
h6 {
	margin: 1em 0;
	font-size: x-small;
	font-weight: bold;
	line-height: 135%;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
	color: #CC0000;
}

p,
ul,
ol {
	margin: 1.2em 0;
	font-weight: normal;
	line-height: 135%;
}

	ul li {
		margin-left: 2em;
		padding-left: .3em;
		list-style-position: outside;
		list-style-image: url(../images/arrow.gif);
	}
	
	ol li {
		margin-left: 2.3em;
		list-style-position: outside;
		list-style: decimal;
	}
	
a {
	outline-style: none;
}

a:link,
a:visited {
	color: #b91c2e;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}
	
	a img {
		border: 0;
	}

dt,
th {
	font-weight: bold;
}

dt {
	margin-top: 1em;
}

dd {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote {
	display: block;
	margin: 10px 0;
	padding: 5px 20px;
	background: #fcf4d9 url(../images/quote.bg.gif) no-repeat top left;
	font-style: italic;
}

	blockquote q {
		display: block;
		margin: 0 -20px -5px -20px;
		padding: 5px 20px 13px 20px;
		background: url(../images/quote.bg.gif) no-repeat bottom left;
	}
	
q {
	font-style: italic;
}

img.left {
	float: left;
	margin: 0 10px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 10px;
}

small {
	color: #888;
	font-size: x-small;
}

table {
	margin: 0 0 2em 0;
}

table,
th,
td {
	border-collapse: collapse;
	border: 1px solid #333;
}

	caption {
		padding: 7px 5px;
		color: #dc8a2a;
		font-size: medium;
		font-weight: bold;
	}

	th {
		padding: 4px 5px;
		font-weight: bold;
	}

	td {
		padding: 2px 5px;
	}

		thead th {
			color: #FFF;
			background: #000;
		}
	
		thead td {
			color: #FFF;
			background: #666;
		}
	
		tfoot th,
		tfoot td {
			color: #888;
			font-size: x-small;
		}
	
			tfoot p:first-child {
				margin-top: 0;
			}
		
			tfoot p:last-child {
				margin-bottom: 0;
			}
	
	tr.even td,
	tr.even th {
		background: #222;
	}
	


/**
	Page layout
**/
.container {
	width: 960px;
	margin: 0 auto;
}


	
/**
	Masthead
**/
#masthead {
	background: #39393b;
	border-bottom: 1px solid #000;
}

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

	#title {
		float: left;
		width: 251px;
		margin: 16px 0 17px 15px;
	}
	
	#promo {
		float: right;
		width: 468px;
		margin: 22px 0 0 0;
	}
	
		#promo a:link,
		#promo a:visited {
			display: block;
		}
		
			#promo a img {
				border: 1px solid #404040;
			}
	
	#mainmenu {
		float: right;
		
	}
	
		#mainmenu ul {
			float: right;
			margin: 40px 0 0 0;
			padding: 0;
		}
		
			#mainmenu ul li {
				float: left;
				margin: .3em .5em;
				padding: 0;
				list-style: none;
			}
			
				#mainmenu ul li a {
					display: block;
					padding: .2em .5em;
					font-size: medium;
					text-decoration: none;
				}
				
				#mainmenu ul li.active a {
					color: #FFF;
					background: #000;
				}
	


/**
	Feature
**/
#feature {
	min-height: 249px;
	background: #e19737 url(../images/feature.bg.jpg) no-repeat top center;
	border-top: 1px solid #ebad47;
	border-bottom: 1px solid #e08624;
}

	#feature .container {
		position: relative;
	}
	
	#feature .container:after {
		display: block;
		clear: both;
		content: ".";
		height: 0;
		visibility: hidden;
	}

		#featuretext {
			float: right;
			margin: 37px 0 0 0;
		}
	
		#featurechappies {
			float: left;
		}
		
		#featuresupportus {
			position: absolute;
			right: 31px;
			bottom: -19px;
			z-index: 99;
		}
		
		#supportusdownload {
			position: absolute;
			right: 172px;
			bottom: -1px;
			
			z-index: 90;
			font-size: 11px;
		}
		
			#supportusdownloadable {
				display: block;
				width: 150px;
				padding: 14px 10px 10px 15px;
				color: #E19737;
				background: url(../images/supportus.bg.png) no-repeat top left;
				font-size: 11px;
				text-decoration: none;
				line-height: 120%;
			}
			
				#supportusdownloadable img {
					float: left;
					margin: -2px 9px 0 0;
				}
				
				#supportusdownloadable a {
					color: #dc2a43;
				}
		
		#supportplea {
			display: block;
			float: left;
			width: 48%;
		}
		
			#supportplea p {
				color: #FFF;
				font-size: 22px;
				text-shadow: #a97527 1px 1px 0;
			}
		
		#supportoptions {
			display: block;
			float: right;
			width: 48%;
		}
		
			#supportoptions ul {
				margin: 32px 0 0 0;
				padding: 0;
			}
			
				#supportoptions ul li {
					display: block;
					margin: 20px 0;
					padding: 0;
					list-style: none;
				}
				
		
		#supportthanks {
			display: block;
			float: left;
			width: 48%;
		}
		
			#supportthanks h1 {
				margin: 13px 0;
				color: #cb0e24;
				text-shadow: #ffbb6a 1px 1px 0;
			}
						
			#supportthanks p {
				margin: 0;
				color: #FFF;
				font-size: 20px;
				text-shadow: #956318 1px 1px 0;
			}
			
		#supportthankscont {
			display: block;
			float: right;
			width: 44%;
			margin: 18px 0;
			padding: 0 2%;
			background: #B91C2E;
			border-radius: 5px;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
		}
		
			#supportthankscont p {
				color: #FFF;
				font-size: 13px;
			}
		
		
		
		
/**
	Content Layout
**/
#content {
	clear: both;
	margin: 0 0 1em 0;
	background: url(../images/content.bg.gif) repeat-x 0 0;
}

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

	.halve .firsthalf {
		float: left;
		width: 460px;
	}

	.halve .secondhalf {
		float: right;
		width: 460px;
	}
	
blockquote q span.quote {
	display: block;
}

	blockquote q span.quote q {
		margin: 0;
		padding: 0;
		background: none;
		border: 0;
	}
	
.citation {
	display: block;
	clear: both;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 0;
}

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

	.citation ul {
		float: left;
		margin: 0 0 0 17px;
		padding: 0;
	}
	
		.citation ul li {
			display: block;
			float: left;
			margin: 5px 0;
			padding: 5px 3px;
			color: #DF5C16;
			font-weight: bold;
			list-style: none;
			cursor: pointer;
		}
		
		.citation ul li.back {
			width: 8px;
			height: 8px;
			background: url(../images/arrow.back.gif) no-repeat center center;
			text-indent: -99999px;
		}
		
		.citation ul li.forward {
			width: 8px;
			height: 8px;
			background: url(../images/arrow.gif) no-repeat center center;
			text-indent: -99999px;
		}

	.citation cite {
		display: block;
		float: right;
		margin-top: -1px;
		padding: 5px 20px 5px 50px;
		color: #df5c16;
		background: url(../images/quote.bubble.gif) no-repeat top left;
		text-align: right;
		font-weight: bold;
		font-style: normal;
	}



/**
	More Hands
**/
#pagebanner {
	background: #e19737 url(../images/feature.bg.jpg) no-repeat center center;
	border-top: 1px solid #ebad47;
	border-bottom: 1px solid #e08624;
}

	#pagebanner .container {
		position: relative;
	}

		#pagebanner .container img {
			display: block;
		}
	
	#pagebanner .container:after {
		display: block;
		clear: both;
		content: ".";
		height: 0;
		visibility: hidden;
	}

	#pagebanner h1 {
		color: #CC0000;
		text-shadow: 1px 1px 0px #FFFFFF;
		filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
	}

	#pagebanner p {
		margin: .5em 0 1em 0;
		color: #FFFFFF;
		font-size: 14pt;
	}



/**
	Footer
**/
#footer {
	color: #999;
	background: #d5d5d5;
	border-top: 1px solid #c5c5c5;
}
/*
#footer .container:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}
*/
	#footer a {
		color: #999;
	}
	
	#footer p {
		float: left;
		width: 74%;
	}
	
	#footer p.su {
		float: right;
		width: 24%;
		text-align: right;
	}
