@charset "UTF-8";
/* CSS Document */

/* main page design elements */
body {
	background: #000000 url(http://www.fortheearthcorp.com/images/pageBackground.gif) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #333333;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	text-align: center;
}
#topLinks {
	text-align: left;
	width: 740px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	height: 22px;
}
#topLinks, #topLinks a {
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
}
#topLinks a:hover {
	text-decoration: underline;
}

#footerLinks {
	color: #cccccc;
	width: 754px;
	margin: 0px auto;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 24px;
}
#footerLinks a {
	color: #cccccc;
	text-decoration: none;
}
#footerLinks a:hover {
	text-decoration: underline;
}

#border {
	width: 760px;
	margin: 0px auto;
	background: #ffffff url(http://www.fortheearthcorp.com/images/contentBackground.gif) center repeat-y;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#content {
	background: url(http://www.fortheearthcorp.com/images/bottom.gif) center bottom no-repeat;
	text-align: left;
}
#footer {
	text-align: center;
	clear: both;
	padding:12px 28px 15px 28px;
	color: #3c5473;
}

#mainContent, .mainContent {
	padding: 10px 20px 15px 28px;
	float: left;
	width:490px;
	min-height:500px;
}
#mainContent {
	padding-top: 27px;
	min-height:500px;
}
#mainContent2, .mainContent2 {
	padding: 0px 20px 15px 28px;
	float: left;
	width:490px;
	
}
#mainContent3, .mainContent3 {
	padding: 27px 20px 15px 28px;
	float: left;
	width:490px;
	
}

#singleContent, .singleContent {
	padding: 10px 30px 30px 28px;
}
#singleContent {
	padding-top: 27px;
	min-height:500px;
}
#sideColumn, .sideColumn {
	border-left: 1px solid #5584ad;
	padding: 15px 10px 5px 5px;
	width: 160px;
	/*margin-left: 545px;*/
	float: left;
}

.clear {
	clear: both;
}
/* navigation items */

/* general menu styles */
#navigation {
	text-align: right;
	background: #5584ad url(http://www.fortheearthcorp.com/images/navigation.gif) repeat-x top center;
	height: 30px;
}

.menuList li {
	display: block;
	margin: 0px;
	text-indent: 0px;
	list-style-type: none;
}
ul.menuList {
	margin: 0px;
	padding: 0px;
}

#navigation ul.menuList {
	width: 650px;
	float: right;
	
}
#navigation li {
	display: inline;
}
#navigation li a {
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 10px 0px 10px;
	height: 24px;
}
#navigation li.current {
	font-weight: normal;
}

#navigation li a:hover, #navigation li.current a {
	background: url(http://www.fortheearthcorp.com/images/navover.gif) repeat-x center;
}


#subNav {
	width: 754px;
	margin: 0px auto;
	text-align: right;
	background-color: #dae7f9;
	border-bottom: 1px solid #5584ad;
}

#subNav ul.menuList {
	display: block;
	padding: 10px;
}
#subNav li {
	display: inline;
	padding: 0px 10px 0px 10px;
}
#subNav li a {
	text-decoration: none;
}

#subNav li a:hover {
	text-decoration: underline;
}

##subNav li.current a {
	font-weight: bold;
}


.B_crumbBox{
	display: block;
	padding: 10px;
	text-align: left;
}



/* tabbed Navigation */
ul.tabNav {
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #5584ad;
	display: block;
	text-align: center;
}
.tabNav li {
	display: inline;
}

.tabNav a {
	border: 1px solid #5584ad;
	padding: 5px 20px 5px 20px;
	margin: 0px 10px 0px 10px;
	color: #3c5473;
	text-decoration: none;
}
.tabNav a:hover, .tabNav a.selected {
	background-color: #5584ad;
	color: #ffffff;
}

.tabNav a img {
	vertical-align: middle;
	border-width: 0px;
	margin-top: -5px;
}


/* headings */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #5584ad;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #5584ad;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #5584ad;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #5584ad;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
h5 {
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
h6 {
	font-size: 12px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}
/* paragraphs */
p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height:14px;
	padding: 0px;
}

/* links */
a:link, a:visited {
	color: #3c5473;
}
a:hover {
	color: #0033FF;
}
a img {
	border-width: 0px;
}

/* lists */
ul {
	padding-left: 19px;
	margin-left: 0px;
}

li.current {
	font-weight: bold;
}

/* images */

/* Side column */
#sideColumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #5584ad;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
#sideColumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #5584ad;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
#sideColumn h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #5584ad;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
#sideColumn h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #5584ad;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
#sideColumn h5 {
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}
#sideColumn h6 {
	font-size: 12px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}


/* text and paragraph styles */

/* highlighted source code */
.code {
	width: 686px;
	max-height: 550px;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	background-color: #f4f4f4;
	
	white-space: nowrap;
}

#mainContent .code {
	width: 482px;
}

code {
	font-size: 14px;
}

span.htmlTag {
	color:#000099;
}
span.styleTag {
	color:#990099;
}
span.formTag {
	color:#FF9900;
}
span.tableTag {
	color:#009999;
}
span.commentTag {
	color:#999999;
}
span.imageTag {
	color:#990099;
}
span.linkTag {
	color:#008000;
}
span.scriptTag {
	color:#990000;
}
span.objectTag {
	color:#990000;
}
span.attributeValue {
	color:#0000FF;
}
span.character {
	font-weight:bold;
}
span.commentTag span.htmlTag,
	span.commentTag span.styleTag,
	span.commentTag span.formTag,
	span.commentTag span.tableTag,
	span.commentTag span.imageTag,
	span.commentTag span.linkTag,
	span.commentTag span.scriptTag,
	span.commentTag span.objectTag,
	span.commentTag span.attributeValue,
	span.commentTag span.character {
	color:#999999;
	font-weight:normal;
}

/* green italic emphasised paragraphs */
.green {
	color: #003300; font-style: italic;
}

.adminMessage {
	border: 1px solid #FF6600;
	background-color:#FFFFCC;
	padding: 10px;
}

.warning {
	border: 1px solid #cccccc;
	padding: 10px;
	background-color:#fffbeb;
}
.tip {
	border: 1px solid #cccccc;
	padding: 10px;
	background-color:#e1eaed;
}

/* Tmilo Table formatting */
.table1 {border-collapse: collapse; background-color: #ffffff; border-color: #000000; border-style: solid;width:696px}
.tr1    {background-color: #5585ad;}
.tr2    {background-color: #a0bbe8;}
.td1    {height: 1px; border: #000000 1px solid;}
.td2    {border: #000000 1px solid} 

/*<<<<<<<<<<<<<<<<<<<<< investor page >>>>>>>>>>>>>>>>>>>>>>>> */
#inventprs_maincontent{background:url(../../images/content_bg.png) 0 0 repeat-x; margin:0 auto; width:754px;}
#investors_main{ margin-left:10px; }
#investors_main #top_images{ padding:10px 0;}
#investors_main #bar{ padding-top:20px;}
#investors_main #content_investors{ margin-left:3px;}

#content_investors tr td{ vertical-align:top;}

#content_investors #left_side_top{ background:url(../../images/left_side_top.png) 0 0 no-repeat; width:122px; height:9px; margin-top:5px;}
#content_investors #left_side{background:url(../../images/left_side_content.png) 0 0 repeat-y; width:122px;}
#content_investors #left_side h4{ text-align:center; font-size:.87em; color:#000; padding:5px 0 4px 0; font-weight:bold; margin:0;}
#content_investors #left_side #chart{ margin-left:3px; padding-bottom:25px;}
#content_investors #left_side #report{ margin-left:3px; padding-bottom:200px; padding-top:6px;}
#content_investors #left_side_bottom{background:url(../../images/left_side_bottom.png) 0 0 no-repeat; width:122px; height:9px; padding-bottom:50px;}

#mid_content{ margin:0 3px;}
#mid_content #mid_announcement_top{background:url(../../images/mid_top.png) 0 0 no-repeat; width:452px; height:9px; margin-top:5px;}
#mid_content #mid_announcements{background:url(../../images/mid_content.png) 0 0 repeat-y; width:452px;}
#mid_content #announce_title{}
#mid_content #announce_title h3{ background:url(../../images/mid_line.png) 2px 0 no-repeat; padding:8px 0 32px 15px; color:#000000; font-weight:bold; font-size:1.2em; margin:0;}
#mid_content #mid_announcements p{ padding-bottom:50px; margin:-20px 0 0 0;}
#mid_content #mid_img1{ margin:0 10px;}
#mid_content #mid_img2{ margin:0;}
#mid_content #mid_img3{ margin:0 0 0 8px; position:relative; top:10px;}
#mid_content #mid_announcement_bottom{background:url(../../images/mid_bottom.png) 0 0 no-repeat; width:452px; height:9px; padding-bottom:5px;}

#mid_event_top{background:url(../../images/mid_top.png) 0 0 no-repeat; width:452px; height:9px;}
#mid_events{background:url(../../images/mid_content.png) 0 0 repeat-y; width:452px;}
#mid_events #event_title{}
#mid_events #event_title h3{ background:url(../../images/mid_line.png) 2px 0 no-repeat; padding:8px 0 32px 15px; color:#000000; font-weight:bold; font-size:1.2em; margin:0;}
#mid_events #upcoming_event{ margin-top:-30px; margin-left:20px;}
#mid_events #upcoming_event .title{ padding-top:10px; font-weight:600; font-size:.9em; color#000;}
#mid_events #upcoming_event p{ font-style:italic; min-height:150px; color:#a6bddb; margin-left:5px;}
#mid_events #recent_event{margin-left:25px; padding-bottom:12px;}
#mid_events #recent_event .title{ font-weight:600; font-size:.9em; color#000;}
#mid_events #recent_event p{font-style:italic; min-height:122px; color:#a6bddb; margin-left:5px;}
#mid_event_bottom{background:url(../../images/mid_bottom.png) 0 0 no-repeat; width:452px; height:9px; padding-bottom:50px;}

#right_side_top{ background:url(../../images/left_side_top.png) 0 0 no-repeat; width:122px; height:9px; margin-top:5px;}
#right_side{background:url(../../images/left_side_content.png) 0 0 repeat-y; width:122px;}
#right_side #investor_service{ margin-left:10px; font-size:.87em; color:#000; padding:20px 0 2px 0; font-weight:bold;}
#right_side #callnow{margin-left:10px; font-size:.87em; color:#506171; padding-top:70px; font-weight:bold;}
#right_side #phone{margin-left:10px; font-size:.87em; padding-bottom:8px; color:#000;}
#right_side #media{margin-left:10px;}
#right_side #media #media_title{font-size:.87em; color:#000; padding:120px 0 2px 8px; font-weight:bold;}
#right_side #media #links{ margin:5px 0 0 15px;}
#right_side #media #links #facebook{ margin-right:15px; }
#right_side #media #links #twitter{}
#right_side #products{margin-left:10px;}
#right_side #products #product_title{font-size:.87em; color:#000; padding:40px 0 2px 0; font-weight:bold;}
#right_side #products #product_images{ margin:10px 0 30px 0;}
#right_side #products #button{ margin-left:-5px; padding-bottom:35px;}
#right_sight_bottom{background:url(../../images/left_side_bottom.png) 0 0 no-repeat; width:122px; height:9px; padding-bottom:50px;}



