/* CSS global reset */
* {
	margin:0;
	padding:0;
}
body{
	/* font-size reset so 1em = 10px */
	font-size: 62.5%;
	/* IE4 centering */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000 url(images/layout/pagebg.gif) no-repeat;
	background-position:50% 240px;
	background-attachment:fixed;
}
a {
	text-decoration:none;
	color:#74B501;
	font-weight:bold;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
img {
	display:block;
}
p {
	font-size:1.1em;
	line-height:1.6em;
}
ul.intext {
	font-size:1.1em;
	line-height:1.6em;
}
ol.intext {
	font-size:1.1em;
	line-height:1.6em;
}
h3 {
	font-size:1.2em;
}
h2 {
	padding-bottom:16px;
	font-size:1.6em;
	color:#5A502E;
}
p, h3, .intext {
	margin-top:0px;
	margin-bottom:10px;
}
ul, ol {
	margin-left:18px;
	padding-left:0px;
}
#container {
	/* set text back to left (due to IE4 centering fix) */
	text-align:left;
	/* set font size for all child elements */
	font-size:1.2em;
}
#menu {
	list-style-type:none;
}
#menu li {
	padding:5px;
}
#menu li a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#E2DCAF;
	font-size:1em;
}
#menu li a:hover {
	color:#FFFFFF;
}
#menu .on {
	color:#FFFFFF;
}
#header {
	background:#000000;
	overflow:auto;
}
#footer {
	padding-top:29px;
	padding-bottom:14px;
	text-align:center;
}
#footer img {
	display:inline;
}
#footer p {
	font-size:1em;
	color:#FFFFFF;
	margin:0px;
}
#sitemeter {
	display:inline;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	line-height:0px;
}
.quote {
	padding-left:20px;
	padding-right:20px;
}
.subtitle {
	font-size:1.6em;
	font-weight:bold;
}
.productlogo_sm {
	float:left;
	padding-right:10px;
}
.sectionsep {
	border-bottom:#999999 dashed 1px;
	padding-bottom:20px;
	padding-top:20px;
}
.sectiondesc {
	float:left;
	width:300px;
}
.producttitle {
	margin-top:10px;
	margin-bottom:10px;
}
input.donate {
	display:inline;
	width:71px;
	height:42px;
	margin:0;
	padding:0;
}

/* SPONSOR PAGE */
ul.sponsorul {
	list-style-type:none;
	margin-left:0px;
	border-top:#999999 solid 1px;	
	border-left:#999999 solid 1px;	
	border-right:#999999 solid 1px;
	margin-bottom:20px;
}
ul.sponsorul li {
	padding:5px;
	border-bottom:#999999 solid 1px;	
}
div.rightcol {
float:right;padding-left:12px;padding-top:5px;padding-bottom:5px;width:225px;text-align:center;border-left:1px solid #999;
}
div.leftcol {
float:left;width:225px;padding-top:5px;padding-bottom:5px;text-align:center;
}

/* HOME PAGE */
.center {
	margin-left:auto;
	margin-right:auto;
}
/*
 * DW design edit
 *
#homepage #rightcol {
	text-align:center;
}
*/

div.flashcontainer {
	width:524px;
	height:254px;
	/*white-space:nowrap;*/
	float:left;
}

/* FORM STYLING */
.formbox {
	padding:10px;
	border:#000000 dashed 1px;
}
.formerrors {
	color:#FF0000;
	line-height:10px;
}
label {
	display:block;
	margin-bottom:4px;
}
#contact input, #contact textarea, #contact select {
	display:block;
	margin-bottom:10px;
}
#submitstory input, #submitstory textarea, #submitstory select {
	display:block;
	margin-bottom:10px;
}
#contact input, #submitstory input {
	width:200px;
	padding:2px;
}
textarea {
	width:400px;
	padding:2px;
}
#contact select, #submitstory select {
	width:140px;
}
#contact input.checkbox {
	float:left;
	vertical-align:middle;
	height:16px;
	width:20px;
}
label.checkboxlabel {
	float:left;
}
.inactiveborder {
	border-style:solid;
	border:#CCCCCC solid 1px;
}
.activeborder {
	border-style:solid;
	border:#000000 solid 1px;
}
input#btnsubmit {
	clear:both;
	margin-bottom:0px;
	width:120px;
}

.pullquote {
	float:right;
	width:140px;
	margin:10px 0 10px 10px;
	padding:10px;
	border:black solid 1px;
}
.pullquote p {
	font-style:italic;
	font-weight:bold;
}
.social-networking {
	margin-top:20px;
}
.social-networking img {
	float:left;
	margin:0 4px;
}