/**********  BASIC STUFF  *****************************************************/
body {
	background: #275827 url(images/gh-bg4.png) top left repeat; /*#669966 url(images/gh-bg-gradient.gif) top left repeat-x;*/  /*#1F421F*/ /*#275827*/
	margin: 5px;
	padding: 0px;
	font: .75em Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	min-width: 980px;
	}

a[href^="http"]:after {
	content: " ";
	background: url(images/iconout.gif) no-repeat 100% 50%;
	padding: 0 13px 0 0;
	}

a[href^="http://greenhighways.com"]:after,
a[href^="http://www.greenhighways.com"]:after {
	content: "";
	background: none;
	}

a:link {
	color: #363;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #C3CBB1;
	border-bottom: 1px #003 solid;
	}

h2 {
	font: 1.6em Tahoma, Arial, Helvetica, sans-serif;
/*	font: 1.4em Georgia, Times, serif;	 */
	font-weight: normal;
	margin-bottom: 3px;
	}

h2 a:link, h2 a:visited, h2 a:hover {
	font-weight: normal;
	}

h2 a:hover {
	border-top: 1px #003 solid;
	border-bottom: 1px #003 solid;
	background: #363;
	color: #FFC;
	}

h3 {
	font: 14px Tahoma,sans-serif; 
	font-weight: bold;
	}

h3 a:link, h3 a:visited, h3 a:hover {
	font-weight: normal;
	}

img {
	border:0;
	}

.noshow {
	display: none;
	}

.novis {
	visibility: hidden;
	}

.padding {
	padding-left: 5px;
	padding-right: 5px;
	}

.smalltext {
	font:10px Tahoma,sans-serif;
	}

#clear {
	clear: both;
	}


/**********  LINES  ***********************************************************/
.botline {
	border-bottom: 1px #FF0 solid;
	}

.topline {
	border-top: 1px #FF0 solid;
	}

#color_bar {
	clear: both;
	background:#FFF url("images/gh-bar.png") left repeat-x;
	width: 100%;
	/* TO ALLOW CUSTOMIZATION, SET WIDTH IN DIV */
	height: 15px;
	}

#color_bar_inv {
	clear: both;
	background:#FFF url("images/gh-bar_inv.png") left repeat-x;
	width: 740px;
	/* TO ALLOW CUSTOMIZATION, SET WIDTH IN DIV */
	height: 15px;
	}

/******************************************************************************
***********                   CONTAINERS - OUTLINE                   **********
***********    THIS IS A CONCEPTUAL OUTLINE ONLY - NOT REAL HTML     **********
***********               JUST TO HELP YOU FIND STUFF                **********
*******************************************************************************

<#container>
	<#left_col>
	</#left_col>

	<#main>
		<#ghlogo>
		</#ghlogo>

		<#header>
		</#header>

		<#gh_content>
			<#content_body>
				<#content_row>
					<#box1>
					</#box1>

					<#box2>
					</#box2>
				</#content_row>
			</#content_body>

			<#right_col>
			</#right_col>
		</#content>
	</#main>

	<#footer>
	</#footer>
</#container>


**********     Z-INDEX     **********

#header:			1
#ghlogo:			100
#block-user-0:		200


*******************************************************************************
*******************************************************************************/


/**********  CONTAINER  *************************/
#container {
	position: relative;
	top: 7px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	width: 980px;
	}


/**********  LEFT COLUMN  ***********************/
#left_col {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 220px;
	color: #FFF;
	}

#left_col_img {
	position: relative;
	height: 100px;
	width:200px;
	background: url("../images/nav-aboutgh.gif") left no-repeat;
	margin: 0px;
	}

#left_col a:hover {
	background: none;
	border: none;
	}

.advertisement a:hover {
	background: none;
	border: none;
	}

/**********  MAIN  ******************************/
#main {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 740px;
	}


/**********  GH LOGO  ***************************/
#ghlogo {
	position: absolute;
	top: 115px;
	right: 50%;
	margin-right: -475px;
	z-index: 100;
	height: 60px;
	width: 380px;
	background: url(images/gh-ghtext.gif) bottom right no-repeat;
	}

#ghlogo a:hover {
	background: none;
	border-bottom: none;
	}

#ghlogo h1 a span {
	visibility: hidden;
	}


/**********  HEADER  ****************************/
#header {
	position: relative;
	width: 740px;
	height: 198px; /*152px  141px  116px*/
	font: 1px sans-serif;
	overflow: auto;
	z-index: 50;
	}

#header_overlay {
	position: relative;
	top: -199px;
	left: 0px;
	width: 740px;
	height: 0px;
	font: 1px sans-serif;
	z-index: 75;
	}

#gh_headerimg {
	z-index: 51;
	}

/**********  HEADER THUMBNAIL BAR  ********************************************/
#header_tn {
	width: 740px;
	margin: 0px;
	margin-top: -3px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	background: url(images/gh-header-tn-bg.gif) top left repeat-x;
	text-align: left;
	height: 40px;
	}

#header_tn p a, #header_tn p a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#header_tn a:link {
	color: none;
	text-decoration: none;
	font-weight: none;
	}

#header_tn a:visited {
	color: none;
	text-decoration: none;
	font-weight: none;
	}

#header_tn a:hover {
	color: none;
	text-decoration: none;
	font-weight: none;
	background: none;
	border: none;
	}


/**********  NAV BOX  *********************************************************/
#navbox {
	position: relative;
	display: block;
	width: 730px;
	height: 48px;
	font: 1px sans-serif;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	background: url(images/nav-gradient.gif) top left repeat-x; /*#363*/
	z-index: 1;
	}

#navbox a, #navbox a img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#navbox a:link {
	color: none;
	text-decoration: none;
	font-weight: none;
	}

#navbox a:visited {
	color: none;
	text-decoration: none;
	font-weight: none;
	}

#navbox a:hover {
	color: none;
	text-decoration: none;
	font-weight: none;
	background: none;
	border: none;
	}

#featured_clip_content1{
	height: 150px;
	overflow: auto;
	}
#featured_clip_content{
	height: 200px;
	overflow: auto;
	}

#featured_clip p a{
	color: #FFF;
	text-decoration: none;
	}

#featured_clip p a:Link{
	color: #FFF;
	text-decoration: none;
	}

#featured_clip p a:visited{
	color: #FFF;
	text-decoration: none;
	}

#featured_clip p a:hover{
	color: #FFFF00;
	text-decoration: none;
	}


/**********  CONTENT  *********************************************************/
#gh_content_top {
	position: relative;
	background: url(images/gradient_content_top.png) top left no-repeat;
	width: 740px; height: 15px;
	padding: 0px; margin: 0px;
	margin-top: -10px;
	z-index: 50;
	}

#gh_content_bottom {
	clear: both;
	background: url(images/gradient_content_bottom.png) bottom left no-repeat;
	width: 740px; height: 15px;
	padding: 0px; margin: 0px;
	}

#gh_content {
	float: left;
	top: 0px;
	left: 220px;
	width: 732px;
	padding-left: 4px;
	padding-right: 4px;
	background: url(images/gradient_content.png) top left repeat-y; /*#F2F2F2;*/
	color: #000;
	}

#content_body {
	padding-left: 5px;
	padding-right: 9px;
	width: 530px;
	float: left;
	background: #E5E5E5 url(images/gh-content-body-gradient.gif) top left repeat-x;
	}

#content_row {
	}

#box1 {
	float: left;
	width: 270px;
	}

#box2 {
	float: left;
	width: 265px;
	padding-left: 25px;
	}

#box4 {
	float: left;
	column-count: 2;
	column-width: 260px;
	column-gap: 10px;
	}

/**********  RIGHT COLUMN  **********************/
#rt_col {
	float: right;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 183px; 
	background: #B0B0B0 url(images/gh-content-rtcol-gradient.png) top left repeat-x;
	}

.menu {
	font: .7em;
	}

.menu a:link {
	font-weight: normal;
	text-decoration: none;
	}

.menu a:visited {
	font-weight: normal;
	text-decoration: none;
	}

.menu a:hover {
	font-weight: normal;
	text-decoration: none;
	background: #363;
	color: #FFC;
	border-top: 1px #003 solid;
	border-bottom: 1px #003 solid;
	}

#block-views-recent_posts div.content {
	/* margin-left: 15px; */
	}

#block-views-recent_posts div div div div ul li {
	list-style: none; 
	margin-bottom: 10px;
	font: .65em;
	}


/**********  FOOTER  ****************************/
#footer {
	clear: both;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 730px;
	height: 50px;
	}


/**********  DRUPAL FEATURES  *************************************************/

/**********  RSS FEED ICON  *********************/
a:hover.feed-icon {
	background: none;
	border: none;
	}


/**********  TAXONOMY ***************************/
.terms {
	text-align: left;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px #CCC solid;
	font: 1em Verdana, Tahoma, sans-serif;
/*	text-transform: uppercase;
*/	}

.terms ul li a:link {
	color: #363;
	text-decoration: none;
	font-weight: bold; 
	}

.terms ul li a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold; 
	}

.terms ul li a:hover {
	color: #333;
	text-decoration: none;
	background: #C3CBB1;
	border-bottom: 1px #003 solid;
	font-weight: bold; 
	}


/**********  ADDED FEATURES  **************************************************/
.siteadmin a:hover {
	border-top: 1px #003 solid;
	border-bottom: 1px #003 solid;
	background: #363;
	color: #FFC;
	}

#block-user-0{
	display: none;
	z-index: 200;
	}


/**********  IMAGE REPLACEMENTS  **********************************************/
#intro_video, #gh_submit_a_link, #gh_report_a_problem {
	position: relative;
	height: 25px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	}

#intro_video a, #intro_video a:hover {
	display: block;
	background: url(images/Intro-Video.gif) top center no-repeat;
	position:absolute; left:0; top:0; z-index:10;
	height: 25px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#intro_video a span {
	visibility: hidden;
	}

#gh_submit_a_link a, #gh_submit_a_link a:hover {
	display: block;
	background: url(images/submit-a-link.gif) top center no-repeat;
	position:absolute; left:0; top:0; z-index:10;
	height: 25px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#gh_submit_a_link a span {
	visibility: hidden;
	}

#gh_report_a_problem a, #gh_report_a_problem a:hover {
	display: block;
	background: url(images/report-a-problem.gif) top center no-repeat;
	position:absolute; left:0; top:0; z-index:10;
	height: 25px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#gh_report_a_problem a span {
	visibility: hidden;
	}

#nav-categories {
	position: relative;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-categories a, #nav-categories a:hover {
	position:absolute; left:0; top:0; z-index:10;
	background: url(images/nav-categories2.gif) top left no-repeat;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-regional {
	position: relative;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-regional a, #nav-regional a:hover {
	position:absolute; left:0; top:0; z-index:10;
	background: url(images/nav-regional2.gif) top left no-repeat;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-archives {
	position: relative;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-archives a, #nav-archives a:hover {
	position:absolute; left:0; top:0; z-index:10;
	background: url(images/nav-archives2.gif) top left no-repeat;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-aboutme {
	position: relative;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-aboutme a, #nav-aboutme a:hover {
	position:absolute; left:0; top:0; z-index:10;
	background: url(images/nav-aboutme2.gif) top left no-repeat;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-contact {
	position: relative;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#nav-contact a, #nav-contact a:hover {
	position:absolute; left:0; top:0; z-index:10;
	background: url(images/nav-contact2.gif) top left no-repeat;
	text-align: center;
	height: 50px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.nav-button {
	height: 50px;
	width: 200px;
	}


/**********  FIXES  ***********************************************************/

#group-tids-117 {
	}

#group-tids-118 {
	padding-top: 12px;
	}

#group-tids-119 {
	padding-top: 12px;
	}

#block-block-5 h2 a:hover {
	text-decoration: none;
	background: none;
	border: 0px;
	}

/**********  ADMIN INTERFACE FIXES  *************/
legend {
	font: 14px Tahoma,sans-serif; 
	font-weight: bold;
	}

fieldset {
	border: 1px #000 solid;
	padding: 10px;
	width: 500px;
	}


/**********  TINYMCE FIXES  *********************/
textarea {
	background: #FFF;
	}

.form-textarea {
	background: #FFF;
	}


/**********  DON'T REMEMBER WHAT THESE DO ANYMORE  ****************************/
.submitted {
	text-decoration: none;
	font: .8em Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #666;
	}

div.item-list {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

div.item-list ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

div.item-list ul li{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#gh_line_top {
	background-image: url(images/gh_divider_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	margin: 0px;
	padding: 0px;
	width: 220px;
	float: left;
}
#gh_line_bot {
	background-image: url(images/gh_divider_bot.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	margin: 0px;
	padding: 0px;
	width: 220px;
	float: left;
}
#gh_line_mid {
	background-image: url(images/gh_divider_mid.png);
	padding: 10px;
}
#block-block-7 {
	background-image: url(images/gh_divider_mid.png);
	padding: 10px;
}
#block-block-7 h2{
	text-align: center;
}
#gh_featured-clip-archive-title {
	width: 220px;
	height: 65px;
	background: url(images/featured-clip-archive.png) no-repeat;
}

