@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	background-image:url(../grx/bg3.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	text-decoration:none;
}
h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	color:#E2E2E2;
}
h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#E2E2E2;
}

.twoColHybLtHdr #container { 
	width: 780px;  /* this will create a container 80% of the browser width */
	background: #595959;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top:solid 12px #000;
	border-left:solid 12px #000;
	border-right:solid 12px #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #home {
	width:280px;
	float:left;
	margin:30px 0 0 5px;
	padding:0;
}
.twoColHybLtHdr #header {
	height:40px;
	vertical-align:bottom;
	background-image:url(../grx/redLights.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #CC0000; 
	vertical-align:text-bottom;
	padding-top:100px;  
}
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 280px; /* since this element is floated, a width must be given */
	height: 340px;
	vertical-align:top;
	background-image:url(../grx/sidebarBG.jpg);
	background-position:top;
	background-repeat:no-repeat; 
	margin:30px 0 0 5px;
	padding-top:10px;
}
.twoColHybLtHdr #sidebar1 p {
	font:"tahoma", arial, sans-serif;
	font-size:x-small;
	margin-left: 10px; 
	margin-right: 20px;
	color:#666;
}
.twoColHybLtHdr #sidebar1 h3 {
	font-size:1em;
	color:#CC0000;
	margin:0px 15px 10px 10px;
}
.twoColHybLtHdr #sidebar1 img {
	margin:0 6px 0 0;
	align:left;
}
.twoColHybLtHdr #mainContent { 
	margin: 0 20px 0 305px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
.twoColHybLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#595959;
	border-top:1px solid #999999;
	border-bottom:1px solid #CC0000;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Footer Buckets */
#footerL{
	display:inline;
	float:left;
	width:200px;
	text-align:right;
	margin-left:60px;
}
#footerM{
	display:inline;
	float:left;
	width:200px;
	margin-left:260px;
}
#footerR{
	display:inline;
	float:right;	
	width:200px;
	text-align:left;
	margin-right:60px;
}


/* NAVIGATION MAIN LINKS */

#menu {
 	width:780px;
}

#menu ul {
  	width: 100%;
	height:30px;
  	float: left;
  	margin: 0;
  	padding:0;
  	text-align: center;
}

#menu ul li {
  	display: inline;
  	margin: 0;
  	padding: 0;
  	list-style: none;
}

#menu ul li a {
  	height: 40px;
	font-weight:bold;
	line-height:40px;
	vertical-align:40%;
	float: left;
  	width: 25%;
	color:#DaDaDa;
	text-decoration:none;
	border-bottom:1px dotted #CC0000;
}

#menu ul li a:hover {
	background:#340909;
	color:#FFF;
	border-bottom: 1px solid #FF0000;
	text-decoration:none;
}

/* Miscellaneous classes */

.blockIndent {
	margin-left:15px;
	margin-right:10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:normal;
	color:#E2E2E2;
	text-align:justify;
}

.ltGray  {
	color:#888;
	text-decoration:underline;
}

.indent {
	margin-left:15px;
}

.10pxSpace {
	margin:10px;
}	

.bottomDivider {
	width:100%;
	border-bottom:1px dotted #000;
}

.paragraph {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:normal;
	color:#E2E2E2;
	text-align:justify;
}

.paragraph a:link, a:visited {
	text-decoration:none;
	color:#E2E2E2;
	border-bottom:1px dotted #E2E2E2;	
}
.paragraph a:hover, a:active {
	text-decoration:none;
	color:#CCC;
	border-bottom:1px solid #CCC;
}	
.feature {
	color:#FFF;
	font-weight:bold;
}

.smText {
	font-size: small;
	color: #999999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}