html, body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	height: 100%;
	background: #121212 url('/images/grassbg.jpg') repeat center top;
}
h1 {
	color:#f47b20;
	font-size:22px;
	font-weight: bold;
}
h2 {
	color:#f47b20;
}
#mainwrapper {
	background: url('/images/mainmatte.png') repeat-y center top;
	width: 1000px;
	margin: 0px auto;
	padding:0px 100px;
	position: relative;
	display:block;
	z-index:3000;
}
#headwrapper {
	position: relative;
	width: 155px;
	display: block;
	float: left;
	z-index:4005;
}
#navwrapper {
	position: relative;
	width: 155px;
	display: block;
	z-index:4005;
}
#footerwrapper {
	background: #000;
	height: 100%;
	*height: 80px;
	width: 100%;
	margin: 0px;
	font-size:12px;
	color:#666;
	line-height:10em;
	z-index:4000;
	text-align:right;
}
#footerwrapper a{
	color:#FFF;
	text-decoration:none;
}
#footerwrapper a.mainnavsel{
	color: #f47b20;
}

/* ////////////////    Global Header/Footer Template Styles End Here     \\\\\\\\\\\\\\\\\\\   */

#contentwrapper {
	position: relative;
	display:block;
	float: left;
	width: 845px;
	z-index:4000;
	padding:0px;
}
#pgnametag {
	position: relative;
	float:left;
	margin-top:150px;
	width: 100%;
	height: 77px;
	z-index:4002;
}
#homepagecontwrapper {
	position: relative;
	height: 1055px;
	width: 845px;
	padding:0px;
	z-index:4001;
}
#homepagecontwrapper p{
	margin:0px;
}
#homepagecontwrapper h1{
	display:block;
	float:left;
	width:300px;
	color:#fff;
	margin:0px;
	font-size:16px;
}
#allcontwrapper {
	position: relative;
	display: block;
	float:left;
	width: 845px;
	min-height:700px;
	z-index:4001;
	line-height:1.75em;
	color:#000;
	font-size:12px;
}
#contentsmicon {
	position:relative;
	display:block;
	float:right;
}

#allcontwrapper div textarea {
	background-color: #FFF;
	border: none;
	height:276px;
	width:635px;
}
#allcontwrapper div input {
	background-color: #FFF;
	height:24px;
	width:255px;
	border:none;
}

a.fieldsnavON {
	width:109px;
	margin-left:2px;
	padding-left:10px;
	display:block;
	background:#f47b20;
	text-decoration:none;
	color:#000;
}
a.fieldsnav {
	width:109px;
	margin-left:2px;
	padding-left:10px;
	display:block;
	background:none;
	text-decoration:none;
	color:#000;
}
a.fieldsnav:hover {
	background:#f47b20;
	color:#000;
}


a.previous {
	width:143px;
	height:48px;
	display:block;
	background:url('/images/prev_off.png') no-repeat 0 0;	
}

a.previous:hover {
	background:url('/images/prev_on.png') no-repeat 0 0;	
}

a.next {
	width:143px;
	height:48px;
	display:block;
	background:url('/images/next_off.png') no-repeat 0 0;	
}

a.next:hover {
	background:url('/images/next_on.png') no-repeat 0 0;	
}

#fieldslistmatteimg {
	position:relative; width:760px; height:80px; padding:10px; display:block; margin-bottom:20px;
}



/* Start - Tool Tips */
	a.marks img {
		background:url('/images/locator_mark_off.png') no-repeat 0 0;
	}
	a.marks:hover img {
		background:url('/images/locator_mark_on.png') no-repeat 0 0;
	}

	.stickytooltip{
		display:none;
		position:absolute;
		border:2px solid black;
		z-index:999999;
		background:#f77b19;
		color:#FFF;
		font-size: 10px;
	}
	.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
		background:black;
		color:white;
		padding-top:5px;
		text-align:center;
		font:bold 11px Arial;
	}

/* End - Tool Tips */

/* Navigation CSS */
.dropdown {display:block; position:relative; margin:0px; float:right;}
.dropdown dt {width:104px; border:none; padding:5px; font-weight:bold; cursor:pointer; background:url('/images/nav_matte.jpg')}
.dropdown .upperdd {border-bottom:none}
.dropdown dd {position:absolute; top:0px; overflow:hidden; width:150px; display:none; background:#000; border:1px solid #f47b20; opacity:0}
.dropdown ul {width:150px; list-style:none}
.dropdown li {display:inline;;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#fff; text-decoration:none; width:104px; font-size:10px;}
.dropdown a:hover {color:#f47b20}
.dropdown a.navalt:hover {color:#333}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

a.drops {
	padding:5px 40px 5px 15px;
	width:65px;
	margin-left:8px; 
	background: #fff url('/images/drop_arrows.jpg') no-repeat right 5px; 
	text-decoration:none; 
	text-transform: uppercase; 
	color:#f47b20;
	font-weight:bold; 
	float: left; 
	text-align: left;
	display: block;
	border-top:thin solid grey;
	border-left:thin solid grey;
	border-right:thin solid grey;
}
a.prodtabs {
	padding:5px 8px;
	background:#fff;
	text-decoration:none; 
	text-transform: uppercase; 
	color:#000;
	font-weight:bold; 
	float: left; 
	font-size:10px;
	text-align: left;
	display: block;
	border-top:thin solid grey;
	border-left:thin solid grey;
	border-right:thin solid grey;
}

a.prodtabs:hover {
	color:#fff;
	background: url('/images/prod_over_tab.jpg') repeat-x 0 0;
}
.twt {color:#000;}
.twt a {color:#fd7c05;}
