/* Global properties */

* {
	margin: 0;
	padding: 0;
}

/* HTML Elements */

body {
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
}

/* Always hide fieldset border and suppress line break. */
fieldset {
	border: 0;
	display: inline;
}

img {
	border-style: none;
}

/* Structure */

.bold { font-weight:bold; }
.clear { clear:both; }

.container {
	background-color: #003300;
	margin: 0 auto;
	width: 976px;
}

.col {
	float: left; 
	height: 100%; 
}

.left { float: left; }
.right { float: right; }

.top {
	height: 140px;
	margin-top: 10px;
}
.top_right {
	background: white url(../images/top.gif) no-repeat;
	overflow: hidden;
	width: 639px;
}
.top_right_img {
	margin: 10px 0 0 340px;
}

.navbar {
	height: 39px;
}
.navbottom {
	height: 67px;
}

.title {
	color: #0099ff;
	font-size: 24px;
	padding: 0 0 8px 36px;
}

.subtitle {
	color: #0099ff;
	font-size: 18px;
	padding: 0 0 8px 0;
}

.alert {
	color: #ff0000;
	font-weight: bold;
}

.announce { background: url(../images/bg_announce.jpg) no-repeat; height:93px; width:582px; }
.announce #announce_logo  { float:left; height:72px; padding:10px; }
.announce #announce_text  { color:#ffffff; float:left; margin-top:12px; width:480px; }
.announce #announce_text a  { color:#ffffff; }
.announce #announce_text p  { font-weight:bolder; padding:0 0 3px 0; }

.logo_banner {
	margin: -50px 0 0 24px;
	position: relative;
}

.social_icons {
	height:34px;
	padding:0 0 25px 2px;
}
.social_icons div { color:#0099ff; float:left; font-weight: bolder; padding:8px 4px 0 0; }

/* Unused - replaced by social icons */
.twitter_logo { padding: 0 0 6px 24px; }
.earthcraft_logo {
	display: inline;
	padding-left: 12px;
}
.virtual_home {
	padding-top: 26px;
}

.content {
	background: white url(../images/bg_content.jpg) repeat-y;
	padding: 0 0 0 12px;
	width: 962px;
}
.content_left {
	background: white url(../images/bg_content_left.jpg) repeat-y;
	height: 370px;
	padding: 10px 0 0 12px;
	width: 670px;
}
.content_text {
	padding: 12px 0 0 36px;
	font-size: 14px;
	width: 580px;
}
.content_text_full {
	width: 860px;
}
.content_text_left {
	width: 580px;
}
.content_text p {
	padding-top: 6px;
}
/* Photo for content of interior pages */
.content_photo {
	float: left;
	margin: 12px;
	width: 210px;
}

.filler_right {
	background: white url(../images/bg_content_right.jpg) repeat-y;
	height: 370px;
	padding: 10px 0 0 0;
	width: 292px;
}

.intro {
	padding-top: 14px;
}

.smaller { font-size: smaller; }

/* Quoted text */
.quote_text {
	font-style: italic;
}
/* Quoted text source */
.quote_source {
	font-weight: bold;
}

/* FAQ question text */
.faqq {
	color: #0099ff;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0 2px 0;
}

/* QTip tool tips */
#qTip {
	 padding: 3px;
	 border: 1px solid #666;
	 border-right-width: 2px;
	 border-bottom-width: 2px;
	 display: none;
	 background: #003300;
	 color: #FFF;
	 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	 text-align: left;
	 position: absolute;
	 z-index: 1000;
}

.bottom_content_text {
	padding: 10px 0 0 36px;
	font-size:14px;
	width: 580px;
}

.bottom {
	background:url(../images/bg_trees.jpg) no-repeat;
	height: 300px;
	padding-left: 12px;
	width: 962px;
}
.bottom_left {
	background:url(../images/bg_tree_white1.gif) no-repeat;
	float: left;
	height: 300px;
	padding-left: 12px;
	width: 670px;
}
.bottom_right {
	background:url(../images/bg_tree2.gif) no-repeat;
	float: left;
	height: 300px;
	width: 292px;
}

#bullets {
	padding: 50px 0 0 20px;
}
#bullets div {
	padding: 6px 0 0 0;
}

#disclaimer {
	font-size: 12px;
	font-style: italic;
	padding-top: 12px;
}

.footer {
	color: #ffffff;
	font-size: 10px;
	padding: 10px 0 6px 0;
}
.footer a {
	color: #ffffff;
}
.footer_left {
	padding-left: 12px;
	width: 600px;
}
.footer_right {
	width: 312px;
}
.footer_address1 {
	padding-right: 30px;
}
.footer_email {
	padding-top: 4px;
	text-align: center;
}
