﻿@charset "utf-8";
/* CSS Document */

/* redNests.com main stylesheet*/
/* orange = #e86a10 */

/* reset styles for consistency across browsers -> Erec Meyer's reset style: */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*background-color:#1e1e1e;*/
	background-image:url(../g/backtest.jpg);
}

#frame{
	position:relative;
	width:920px;
	height:auto;
	overflow:auto;
	margin:auto;
	background-color:#1e1e1e;
	/*border-left:solid #000 2px;
	border-right:solid #000 2px;*/

}

#masthead{
	position:relative;
	width:900px;
	height:115px;
	overflow:auto;
	margin:auto;
	background-color:#1e1e1e;
	overflow:hidden;
	/*border-bottom: solid 2px #a6d30d;
	border-left:solid #444 2px;
	border-right:solid #444 2px;*/
}

#headcrumb{
	position:relative;
	float:left;
	font-size:x-small;
	height:40px;
	width:300px;
	color:#ffffff;
	padding:5px 0 0 10px;
	margin:0 0 0 10px;
	background-color:transparent;	
}

#headcrumb a {
	color:#ffffff;
	text-decoration:underline;
}

#headcrumb a:hover{
	color:#e86a10;
	text-decoration:none;
}

#headnav{
	position:relative;
	float:right;
	font-size:x-small;
	height:40px;
	width:460px;
	text-align:right;
	color:#ffffff;
	padding:5px 10px 0 20px;
	margin:0 10px 0 0;
	background-color:transparent;
	overflow:hidden;	
}

#headnav a {
	color:#ffffff;
	text-decoration:underline;
}

#headnav a:hover{
	color:#e86a10;
	text-decoration:none;
}

#logo{
	position:relative;
	float:left;
	height:auto;
	width:70px;
	padding:0px 0 0px 20px;
	text-align:left;
}

#logotext{
	position:relative;
	float:left;
	height:auto;
	width:260px;
	padding:0px 0px 5px 0px;
	text-align:left;
}

#navigation{
	position:relative;
	float:right;
	display:inline;	
	height:20px;
	width:auto;
	padding:35px 10px 0 20px;
	margin:0 10px 0 0;
	text-align:right;
	color:#ffffff;
	font-size:1.0em;	
}

#navigation ul{
	display:inline;
}

#navigation li{
	display:inline;
	margin:20px 0px 5px 10px;
}

#navigation a{
	display:inline;
	color:#ffffff;
	text-decoration:none;
}

#navigation a:hover{
	color:#e86a10;
	/*text-decoration:underline;
	border-bottom:solid #e86a10 15px;*/
}

.page {
	color:#e86a10;
}

#contentmain-topper{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
	background-image:url(../g/subtop.jpg);
	background-repeat:no-repeat;
}

#contentmain{
	position:relative;
	width:880px;
	height:340px;
	overflow:auto;
	margin:auto;
	background-color:#333;
	padding:30px 10px 0 10px;
	color:#1e1e1e;
	font-size:1.0em;
	/*border-left:solid #444 2px;
	border-right:solid #444 2px;*/
	/*border-top: solid 2px #a6d30d;*/
	/*border-bottom: solid 2px #a6d30d;*/
	background-image:url(../g/mainback.png);
}

#contentmain h1{
	width:327px;
	height:auto;
	overflow:auto;
	margin:0 0 0 0;
	background-color:transparent;
	padding:0 10px 0 10px;
	color:#e86a10;
	font-size:2.2em;
	text-align:right;
	font-weight:normal;
}

#contentmain h2{
	width:327px;
	height:auto;
	overflow:auto;
	margin:0 0 0 0;
	background-color:transparent;
	padding:20px 10px 10px 10px;
	color:#a6d36d;
	font-size:1.0em;
	font-weight:normal;
	text-align:right;
}

#contentmain a{
	display:block;
	width:327px;
	height:auto;
	overflow:auto;
	margin:0 0 0 0;
	background-color:transparent;
	padding:0px 5px 0 10px;
	line-height:1.4em;
	color:#fff;
	font-size:1.0em;
	text-align:right;
	text-decoration:none;
}

#contentmain a:hover{
	color:#fffc0c;
	border-right:solid #fffc0c 5px;
}

#contentmain-flash{
	float:right;
	width:565px;
	height:300px;
	overflow:auto;
	margin:0 10px 0 0;
	background-image:url(../g/rflash-tty.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	color:#4C4C4C;
	font-size:1.0em;
	text-align:right;
}

#contenttext{
	position:relative;
	width:880px;
	height:auto;
	overflow:auto;
	margin:auto;
	background-color:#ebebeb;
	padding:30px 10px 0 10px;
	color:#1e1e1e;
	font-size:1.0em;
	border-top: solid 2px #a6d30d;
	border-bottom: solid 2px #a6d30d;
}

#contenttext2{
	position:relative;
	width:880px;
	height:auto;
	overflow:auto;
	margin:auto;
	background-color:#ffffff;
	padding:30px 10px 0 10px;
	color:#1e1e1e;
	font-size:1.0em;
}

#contenttext-left {
	float:left;
	margin:0 0 30px 0;	
	padding:10px 10px 10px 0px;
	width:570px;
	height:auto;
	overflow:auto;
	border-right:solid #e86a10 1px;
}

#contenttext h1{
	background-color:#ebebeb;
	padding:0 10px 0 10px;
	color:#e86a10;
	font-size:2.2em;
	text-align:left;
	font-weight:normal;
}

#contenttext2 h1{
	background-color:transparent;
	padding:0 10px 0 10px;
	color:#e86a10;
	font-size:2.2em;
	text-align:left;
	font-weight:normal;
}

#contenttext h2{
	background-color:#ebebeb;
	padding:10px 10px 0 10px;
	color:#e86a10;
	font-size:1.2em;
	text-align:left;
	font-weight:normal;
}

#contenttext2 h2{
	background-color:transparent;
	padding:10px 10px 0 10px;
	color:#e86a10;
	font-size:1.2em;
	text-align:left;
	font-weight:normal;
}

#contenttext h3{
	background-color:#ebebeb;
	padding:10px 10px 0 10px;
	color:#e86a10;
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
}

#contenttext li{
	font-size:0.8em;
	color:#1e1e1e;
	margin:10px 0 0 0;
	line-height:1.2em;
	text-indent:10px;
	list-style-position:inside;
}

#contenttext p {
	background-color:#ebebeb;
	padding:10px 10px 10px 10px;
	color:#1e1e1e;
	font-size:0.8em;
	line-height:1.2em;
	text-align:left;
	font-weight:normal;
	background-color:transparent;
}

#contenttext2 p {
	background-color:#ebebeb;
	padding:10px 10px 10px 10px;
	color:#1e1e1e;
	font-size:0.8em;
	line-height:1.2em;
	text-align:left;
	font-weight:normal;
	background-color:transparent;
}
.pindent {
	line-height:0.8em;
	margin:0 0 0 20px;
}

.code {
	font-family:"Courier New", Courier, monospace;
	margin:0 0 0 20px;
}

#contenttext a {
	color:#1e1e1e;
	text-decoration:underline;
	line-height:1.4em;	
}

#contenttext a:hover{
	color:#e86a10;
	text-decoration:none;
}

#contenttext2 a {
	color:#1e1e1e;
	text-decoration:underline;
	line-height:1.4em;	
}

#contenttext2 a:hover{
	color:#e86a10;
	text-decoration:none;
}

#contenttext-right {
	float:right;
	width:280px;
	height:auto;
	overflow:auto;
	margin:10px 10px 10px 0px;
}

#contenttext-right h2 {
	padding:5px 0 10px 10px;
	width:220px;
	color:#e86a10;
	font-size:1.2em;
	text-align:left;
	font-weight:normal;
}

.contentwork-left {
	float:left;
	margin:10px 10px 10px 0px;
	width:280px;
	min-height:300px;
	overflow:auto;

}

.contentwork-right {
	float:right;
	width:570px;
	min-height:300px;
	overflow:auto;
	margin:10px 10px 10px 0px;
	text-align:right;
}

.workinfo {
	margin:-15px 0 0 60px;
	color:#e86a10;
	font-size:1.0em;
	background-color:transparent;
}

.addbox {
	height:auto;
	width:280px;
}

.addimage{
	float:left;
	width:50px;
	height:60px;
	margin:0 10px 0 30px;	
}	

.addlinks{
	float:right;
	height:50px;
	width:180px;
	margin:10px 0 0 0;
}	

.addlinks a{
	font-size:0.8em;
	text-decoration:underline;
}

#contentmain-footer{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
	background-image:url(../g/subfoot.jpg);
	background-repeat:no-repeat;
}

.spacer{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
}

.hold{
	position:relative;
	float:left;
	width:auto;
	height:auto;
}	

.holdfoot{
	position:relative;
	float:left;
	width:292px;
	height:auto;
}	

.holdfootr{
	position:relative;
	float:left;
	width:292px;
	height:auto;
	text-align:right;
}	

#contentsub-topper{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
	background-image:url(../g/subtop.jpg);
	background-repeat:no-repeat;
}

#contentsub{
	position:relative;
	width:880px;
	min-height:360px;
	overflow:hidden;
	margin:auto;
	background-color:#ebebeb;
	padding:20px 10px 0 10px;
	color:#1e1e1e;
	font-size:1.0em;
	/*border-left:solid #444 2px;
	border-right:solid #444 2px;*/
	border-bottom: solid 1px #a6d30d;
}

#contentsub h2 {
	font-size:1.0em;
	color:#e86a10;
	/*border-bottom:3px #e86a10 inset;*/
	padding:0;
	font-weight:bold;
}

#contentsub p {
	font-size:0.8em;
	color:#1e1e1e;
	margin:10px 0 0 0;
	line-height:1.2em;
}

.gap {
	padding:10px 0 0 0;
}

#contentsub li{
	font-size:0.8em;
	color:#1e1e1e;
	margin:10px 0 0 0;
	line-height:1.2em;
	text-indent:10px;
	list-style-position:inside;
}

#contentsub a {
	color:#1e1e1e;
	text-decoration:underline;
}

#contentsub a:hover {
	color:#e86a10;
	text-decoration:none;
}

#contact a {
	font-size:0.8em;
	line-height:1.2em;
	color:#e86a10;
	text-decoration:none;
}

#contact a:hover {
	color:#e86a10;
	text-decoration:underline;
}

#contentsub-footer{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
	background-image:url(../g/subfoot.jpg);
	background-repeat:no-repeat;
}

#contentsub2-topper{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
	background-image:url(../g/sub2top.jpg);
	background-repeat:no-repeat;	
}

#contentsub2{
	position:relative;
	width:880px;
	min-height:170px;
	overflow:hidden;
	margin:auto;
	background-color:#ebebeb;
	padding:20px 10px 0 10px;
	color:#1e1e1e;
	font-size:1.0em;
	/*border-left:solid #444 2px;
	border-right:solid #444 2px;*/
	border-bottom: solid 2px #a6d30d;
}

#contentsub2 h2 {
	font-size:1.0em;
	color:#e86a10;
	/*border-bottom:3px #e86a10 inset;*/
	padding:0;
	font-weight:bold;
}

#contentsub2 p{
	font-size:0.8em;
	color:#1e1e1e;
	margin:10px 0 0 0;
	line-height:1.2em;
}

#contentsub2 a {
	color:#1e1e1e;
	text-decoration:underline;
}

#contentsub2 a:hover {
	color:#e86a10;
	text-decoration:none;
}

#contentsub2-footer{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
	background-image:url(../g/sub2foot.jpg);
	background-repeat:no-repeat;
}

.content-boxtop {
	width:273px;
	height:10px;
	margin:10px 10px 0 10px;
	color:#1e1e1e;
	background-image:url(../g/subboxtop.jpg);
	background-repeat:no-repeat;
}

.content-boxmid {
	width:253px;
	min-height:340px;
	overflow:auto;
	margin:0px 0px 0 10px;
	background-color:#ebebeb;
	padding:0 10px 0 10px;
	color:#1e1e1e;
	font-size:1.0em;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
}

.content-boxfoot {
	width:273px;
	height:10px;
	margin:0px 10px 0 10px;
	color:#1e1e1e;
	background-image:url(../g/subboxfoot.jpg);
	background-repeat:no-repeat;
}

.content-boxtop2 {
	width:273px;
	height:10px;
	margin:10px 10px 0 10px;
	color:#1e1e1e;
	background-image:url(../g/subboxtop2.jpg);
	background-repeat:no-repeat;
}

.content-boxmid2 {
	width:253px;
	min-height:150px;
	overflow:hidden;
	margin:0px 0px 0 10px;
	background-color:#ebebeb;
	padding:0 10px 0 10px;
	color:#1e1e1e;
	font-size:1.0em;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
}

.sub2-links {
	width=253px;
	text-align:right;
	padding:0 0 0 0;
}

.content-boxfoot2 {
	width:273px;
	height:10px;
	margin:0px 10px 0 10px;
	color:#1e1e1e;
	background-image:url(../g/subboxfoot2.jpg);
	background-repeat:no-repeat;
}

#footer-topper{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
	background-image:url(../g/foottop.jpg);
	background-repeat:no-repeat;
}

#footer{
	position:relative;
	width:880px;
	min-height:50px;
	overflow:auto;
	margin:auto;
	padding:5px 10px 0 10px;
	background-color:#1e1e1e;
	color:#ebebeb;
	font-size:small;
	/*border-left:solid #444 2px;
	border-right:solid #444 2px;
	border-bottom:solid #444 2px;*/
}

#footer p{
	font-size:small;
	margin:0 0 0 20px;
}

#footer a{
	font-size:small;
	text-decoration:underline;
	color:#ebebeb;
}

#footer a:hover{
	text-decoration:none;
	color:#e86a10;
}	

#footer-footer{
	position:relative;
	width:900px;
	height:10px;
	margin:auto;
	background-color:transparent;
	background-image:url(../g/footfoot.jpg);
	background-repeat:no-repeat;
}