/*####################################
#	GENERIC
####################################*/
a img, :link img, :visited img {
	border: 0;
	}
	
/*####################################
#	BODY,HTML
####################################*/

body,html {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #eae9e8;
	font: normal 75% Helvetica, serif;
	height: 100%
	}
	
html>body {
	font-size: 11px;
	color: #eae9e8;
	}
	
.clear {
	clear: both;
	}
	
.clearLeft {
	clear: left;
	}
	
.clearRight {
	clear: right;
	}
	
a {
	color: #fff;
	}
	
.pointer {
	cursor: pointer;
	}
	
strong {
	font-weight: bold;
	}

.background-image {
	height: 100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:5000;
	}
	
.banner-image {
	left:0;
	position:absolute;
	top:55px;
	z-index:5001;
	}
	
/*####################################
#	CONTAINER
####################################*/
	
#container {
	margin: 0 auto;
	width: 915px;
	height: 100%;
	min-width: 915px;
	min-height: 100%;
	position: relative;
	z-index: 6001;
	}
	
/*####################################
#	CONTENT
####################################*/

#navigation {
	margin: 0 auto;
	height: 60px;
	width: 915px;
	text-align:center;
	padding-bottom:5px;
	z-index: 6000;
	position: relative;
	}

#header[class] {
	margin: 0 auto;
	height: 215px;
	width: 815px;
	background: url(../img/header.png) center top no-repeat;
	padding: 5px 0 5px 0;
	z-index: 6000;
	position: relative;
	}

#header.home, #header.community, #header.go, #header.picture {
	height: 50px;
	}

.home-splash {
	height: 325px;
	width: 915px;
	}

.home-sub[class] {
	background: url(../img/home-sub.png) center top no-repeat;
	height: 35px;
	width: 915px;
	}

.home-splash h1 {
	display: none;
	}

#container .left {
	float: left;
	width: 305px;
	}

#flashMessage { color: #000; margin-left: 10px;}

#container .left p {
	color: #eae9e8;
	margin: 0 20px 0 20px;
	}

#container .left h2 {
	color: #eae9e8;
	margin: 0 20px 0 20px;
	}
	
#container .left a {

	color: #eae9e8;
	text-decoration:underline;
	}
	
#container .left a:hover {

	color: #eae9e8;
	text-decoration:none;
	}

#container.page {
	width: 816px;
	}

#container.community {
	width: 915px;
	}

#container.picture {
	width: 1280px;
	z-index: 5000;
	}

#container.go {
	width: 100%;
	}

#content {
	margin: 0 auto;
/*	background: url(../img/content-bg.jpg) top center repeat-y;
*/	background-color:#fbfaf5;
	}

#content.home {
	background: none;
	}

#content.page {
	width: 816px;
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	}

#content.go {
	background: none;
	width: 100%;
	} 

#content.picture {
	background: none;
	width: 100%;
	} 

#content.community {
	margin: 0 auto;
	background: none;
	width: 915px;
	}

#content a {
	color: #391e15;
	text-decoration: underline;
	}

#content a:hover {
	text-decoration: none;
	}

#content h1, #content h2, #content h3, #content p {
	color: #000;
	margin: 5px 10px 5px 10px;
	}

#content h1, #content h2, #content h3 {
	padding: 5px 0px 5px 0px;
	}

#content p {
	padding: 3px 0px 3px 0px;
	}

#content .sidebar {
	float: left;
	width: 180px;
	border-right: 1px solid #ddd;
	}

#content .content {
	float: left;
	width: 610px;
	}

#content .content small {
	font-size: 11px;
	font-style: italic;
	}
	
#content ul, #content ol {
	color: #000;
	margin: 0 0 5px 10px;
	}	
	
#content li {

	margin: 0 0 10px 0;
	}	
	
#content table { 

	margin: 1em; 

}
#content td, th {
	padding: .3em; 
	/*border: 1px #ccc solid;*/

} 

/*####################################
#	COMMUNITY
####################################*/

#community {
	float: left;
	}

#community.blog {
	background: url(../img/blog.png) top center no-repeat;
	}

#community.forum {
	background: url(../img/forums.png) top center no-repeat;
	margin-top: 13px;
	}

#community.qanda {
	background: url(../img/qanda.png) top center no-repeat;
	margin-top: 11px;
	display: block;
	width: 307px;
	height: 170px;
	}

#community.blog a {
	display: block;
	width: 311px;
	height: 170px;
	}

#community.forum a {
	display: block;
	width: 279px;
	height: 170px;
	}

#community.qanda a {
	display: block;
	width: 307px;
	height: 170px;
	}
	
#community.blog a span, #community.forum a span, #community.qanda a span {
	display: none;
	}

#community.left {
	float:left;
	width:290px;
	}

#community.left form {
	margin: 0;
	padding: 0;
	color: #fff;
	}

#community.left form div {
	clear: left;
	margin: 7px 0;
	}
	
#community.left form div label {
	float: left;
	line-height: 1.7em;
	width: 80px;
	}
	
	/* Calculator					*/
	#calculator {
		border: solid 2px #3C1A09;
		float: right;
		margin: 12px;
		padding: 12px;
	}
	#calculator form {
		margin: 0;
		padding: 0;
	}
	#calculator fieldset {
		font-size: 1.20em;
		font-weight: bold;
		padding: 0;
	}
	#calculator fieldset legend {
		text-indent: 0;
	}
	#calculator fieldset ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#calculator fieldset ul li {
		clear: both;
		font-size: 0.89em;
		font-weight: normal;
		padding: 3px 0;
	}
	#calculator fieldset ul li strong {
		display: block;
		float: left;
		font-weight: normal;
		width: 8.00em;
	}
	#calculator fieldset ul li span span {
		font-weight: bold;
	}
	

/*####################################
#	FORM
####################################*/

form {
	color: #000;
	border: none;
	margin: 24px 0 0;
	padding: 6px;
	}
	
form fieldset legend {
	text-indent: -1000em;
	}
	
form fieldset {
	border: none;
	}

form fieldset div {
	clear: left;
	margin: 7px 0 7px 7px;
	}
	
form fieldset div.checkbox {
	padding-left: 120px;
	}
	
form fieldset div label {
	float: left;
	line-height: 1.7em;
	width: 120px;
	}
	
form fieldset div.checkbox label {
	float: none;
	line-height: 2em;
	width: 100%;
	}
	
form fieldset div.text input,
form fieldset div.password input,
form fieldset div.select select {
	width: 200px;
	}
	
form fieldset div.textarea textarea {
	width: 350px;
	height: 150px;
	}
	
form fieldset div.checkbox input {
	float: left;
	}
	
form div.submit {
	padding-left: 5px;
	}
	
form fieldset div.date select {
	width:100px;
	}

form fieldset div.checkboxes {
	width: 500px;
	}
	
form fieldset div.checkboxes div.checkbox {
	padding-left: 110px;
	}
	
form fieldset div.checkboxes div.checkbox.altrow {
	background-color: #deebf3;
	}

/*####################################
#	FOOTER
####################################*/

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 6000;
	}

#footer a {
	color: #666666;
	text-decoration: none;
	}

#footer .eurasia[class] {
	float: left;
	width: 144px;
	height: 83px;
	background: url(../img/eurasia.png) top left no-repeat;
	padding: 0;
	margin: 0 0 0 10px;
	clear: both;
	}

#footer .left {
	float: left;
	}

#footer .left a.join[class] {
	display: block;
	background: url(../img/join.png) top right no-repeat;
	width: 65px;
	height: 26px;
	float: left;
	}

#footer .left a.newsletter[class] {
	display: block;
	background: url(../img/newsletter.png) top right no-repeat;
	width: 122px;
	height: 26px;
	float: left;
	}

#footer .right {
	float: right;
	}

#footer .right a.send[class] {
	display: block;
	background: url(../img/send.png) top right no-repeat;
	width: 114px;
	height: 26px;
	float: right;
	}

#footer .right a.donate[class] {
	display: block;
	background: url(../img/donate.png) top right no-repeat;
	width: 72px;
	height: 26px;
	float: right;
	}
