/**************
* getit.css ~ greenenergytranstortation.com cascading style sheet © 2008 GalacticAgent/webhostsGA by galacticagent 
**************

/********** COLORS OF NOTE USED IN SITE **********

*		*** CUSTOM CLIENT COLORS (please help maintain client branding by using only specified colors)
*	
*	#99B08B; /*-- getit lt green R:153 G:176 B:139 --*
*	#6E8F59; /*-- getit green R:110 G:143 B:89 --*
*	#003A00; /*-- getit dk green R:0 G:58 B:0 --*
*
*		*** GENRAL HEX COLORS ***
*
*	#000000; /*-- black R:0 G:0 B:0  --*
*	#1C1C1C; /*-- 90% gray R:28 G:28 B:28 --*
*	#363636; /*-- 80% gray R:54 G:54 B:54 --*
*	#4F4F4F; /*-- 70% gray R:79 G:79 B:79 --*
*	#828282; /*-- 50% gray R:130 G:130 B:130 --*
*	#B5B5B5; /*-- 30% gray R:181 G:181 B:181 --*
*	#CFCFCF; /*-- 20% gray R:207 G:207 B:207 --*
*	#E8E8E8; /*-- 10% gray R:232 G:232 B:232 --*
*	#FFFFFF; /*-- white R:255 G:255 B:255  --*
*	#B1515D; /*-- link red --*

************************************************************
********** FONT REF FOR SITE *******************************
*
*	Verdana, Arial, Helvetica, sans-serif;
*	Georgia, Times, Courier, serif;
*
************************************************************/

/*-- MAIN CSS CONTROL DOCUMENT--*/

/*
 * Reset everything to zero
 */

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;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background:#6E8F59; /*-- getit green R:110 G:143 B:89 --*/
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}
/* End Reset */


/*-- STANDARD ELEMENTS --*/
body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-image:url(../images/bg_body.gif); */
	}

h1, h2, h3, h4, h5 {
		font-family:Verdana, Helvetica, Arial, sans-serif;
		font-style: normal;
		line-height: normal;
		font-weight:bold;
		color:#363636; /*-- 80% gray R:54 G:54 B:54 --*/
		}
h1 {font-size:18px;}
h2 {font-size:14px;}
h3 {font-size:12px;}
h4 {font-size:12px;font-style:italic;}	


p {margin:5px 0 5px 0;}

a img {border: 0;}
	
/***********************************************************
************************************************************
*					NAVIGATION SECTION
*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*/
/*-- HORIZONTAL ROLLOVER NAVIGATION --*/
#nav {
	position:relative;
	width:880px;
	height:30px;
	background-color:#000;
	margin:0;
	z-index:50;
	}
	#nav ul {
		margin: 0; /*removes indent IE and Opera */
		margin-left:30px;
		padding: 0; /*removes indent Mozilla and NN7*/
		list-style-type: none; /*turns off display of bullet*/
		white-space: nowrap;
		}
		
	#nav li {
		float:left;
		margin:0;
		}
	#nav a {
		display: block;
		padding: 5px 20px 3px 15px;
	/*	border-left:2px solid #E8E8E8; /*-- 10% gray R:232 G:232 B:232 --*/
	/*	border-right:2px solid #363636; /*-- 80% gray R:54 G:54 B:54 --*/
	/*	width:83px; */
/*		background-image: url(../images/nav_up.gif); initial "up" image */
		background-repeat:no-repeat;
		font:small-caps 14px Verdana, Arial, Helvetica, sans-serif;
		}
		
	#nav ul a:active,
	#nav ul a:hover {
		background-image: url(../images/nav_over.gif);/* rollover image */
		background-color:#000000; /*-- black R:0 G:0 B:0  --*/
		background-repeat:no-repeat;
		background-position:top left;
		}
		a:first-child  {
			border-left:none;
			}
			
	/*-- main navigation links --*/
	#nav ul a:link, 
	#nav ul a:visited,
	#nav ul a:active,
	#nav ul a:hover  { 
		color:#fff;
		font-weight:bold;
		text-decoration: none;
		}
	#nav ul a:active,
	#nav ul a:hover {
		color:#CFCFCF; /*-- 20% gray R:207 G:207 B:207 --*/ 
		}

/* UBERLINK "OVER" IMAGE */
#uberlink a:link, 
#uberlink a:visited, 
#uberlink a:hover {
	background-image:url(../images/nav_over.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

/* SUBNAV CONTAINER */
#subnav{
	position:absolute;
	left:0px;top:0px;
	width:100%;height:50px;
	background:transparent;
	margin-top:27px;
	clear:both;
	z-index:80;
	}
	
/*-- DROPNAV POSITION -- */
	#class {
		position:absolute;top:0;
		height:100%;
		visibility:hidden;
		margin:0;
		margin-top:-50px; 
		margin-left:-200px; 
		z-index:70;
		}

	#shop {	
		position:absolute;
		height:100%;
		visibility:hidden;
		margin:0;
		margin-top:-45px; 
		margin-left:-100px; 
		z-index:70;
		}

	#galleries {	
		position:absolute;
		height:100%;
		visibility:hidden;
		margin:0;
		margin-top:-45px; 
		margin-left:-160px; 
		z-index:70;
		}
	
	#staff {
		position:absolute;
		height:100%;
		visibility:hidden;
		margin:0;
		margin-top:-45px; 
		margin-left:-250px; 
		z-index:70;
		}
		
	#events {
		position:absolute;
		height:100%;
		visibility:hidden;
		margin:0;
		margin-top:-45px; 
		margin-left:-250px; 
		z-index:70;
		}
/* DROPNAV LINK STYLING */
	#class a {float:left;font:italic 12px Verdana, Helvetica, Arial, sans-serif;color:#990000; /*-- bama red R:153 G:0 B:0  --*/}
	#shop a {float:left;font:italic 12px Verdana, Helvetica, Arial, sans-serif;color:#990000; /*-- bama red R:153 G:0 B:0  --*/}
	#galleries a {float:left;font:italic 12px Verdana, Helvetica, Arial, sans-serif;color:#990000; /*-- bama red R:153 G:0 B:0  --*/}
	#staff a {float:left;font:italic 12px Verdana, Helvetica, Arial, sans-serif;color:#990000; /*-- bama red R:153 G:0 B:0  --*/}
	#events a {float:left;font:italic 12px Verdana, Helvetica, Arial, sans-serif;color:#990000; /*-- bama red R:153 G:0 B:0  --*/}
	
	
	/*hover background color*/
	a.subnav:hover { 
		font-weight: bold;
		color:#4F4F4F; /*-- 70% gray R:79 G:79 B:79 --*/
		}

/****************** END MAIN NAV SETUP **********************/


/*-- secondary navigation links --*/
a.nav2:link,
a.nav2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#828282; /*-- 50% gray R:130 G:130 B:130 --*/
	font-weight:normal;
	text-decoration:none;
	padding-bottom:20px;
	}

a.nav2:hover,
a.nav2:active {
	font-weight:bold;
	text-decoration:underline;
	}

a.nav3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#828282; /*-- 50% gray R:130 G:130 B:130 --*/
	font-weight:bold;

}
a.nav3:link,
a.nav3:visited {text-decoration:none;}

a.nav3:hover,
a.nav3:active {text-decoration:underline;}

a.nav4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#828282; /*-- 50% gray R:130 G:130 B:130 --*/
	font-weight:bold;
	margin-left:10px;
	padding-bottom:20px;
}
a.nav4:link,
a.nav4:visited {text-decoration:none;}

a.nav4:hover,
a.nav4:active {text-decoration:underline;}

/*-- outside links --*/
a.outside:link,
a.outside:visited,
a.outside:hover,
a.outside:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#4F4F4F; /*-- 70% gray R:79 G:79 B:79 --*/
	font-weight: bold;
	text-decoration: none;
	}

a.outside:hover,
a.outside:active {
	color:#828282; /*-- 50% gray R:130 G:130 B:130 --*/
	}


/*-- text links --*/
a.text:link,
a.text:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#4F4F4F; /*-- 70% gray R:79 G:79 B:79 --*/
	text-decoration: none;
	}

a.text:hover,
a.text:active {
	font-size: 10px;
	color:#4F4F4F; /*-- 70% gray R:79 G:79 B:79 --*/
	font-weight: bold;
	text-decoration: none;
	}

a.addNew {font:12px Verdana, Arial, Helvetica, sans-serif;color:#4f4f4f;text-decoration:underline;margin-left:50px;}
a.addNew:hover, a.addNew:active {font-weight:bold;}

/*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*
*					END NAVIGATION SECTION
************************************************************/
