@charset "utf-8";
/* CSS Document */

body  {
	background-color: #144e1a;
	background-image:url(images/verticalGradient.jpg);
	background-repeat:repeat-x;
	text-align:center;    /*works w content -> text-align:left; to center content in IE 5*/ 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}

#center  {
	width:826px;
	margin-left:auto;   /* left & right auto margins centers fixed width content box in all other browsers */ 
	margin-right:auto;
	text-align:left;    /*works w body -> text-align:center; to center content in IE 5*/
	background-color:#144e1a;
	position:relative;
}

#centerLinks  {
	width:826px;
	margin-left:auto;   /* left & right auto margins centers fixed width content box in all other browsers */ 
	margin-right:auto;
	text-align:left;    /*works w body -> text-align:center; to center content in IE 5*/
	background-color:#1b7026;
	position:relative;
}


#satelliteRight {
	position:relative;
	left:270px;
	top:100px;
	width:208px;
	height:224px;
	z-index:1;
}





#header   {
	width:826px; 
	
}

#nav    {
	width: 826px;
	font-family: "Arial Rounded MT Bold"; 
	font-size:17px;
	text-align:center;
	background-image:url(images/bgNav.gif);
}

#navGigs    {
	width: 826px;
	font-family: "Arial Rounded MT Bold"; 
	font-size:17px;
	text-align:center;
	border-bottom:2px solid #006600;
	
}

#nav ul, #navGigs ul, #navLo ul   {
	list-style:none;
	margin:0;
	padding: 6px ;
}

#nav li, #navGigs li, #navLo li   {
	display:inline;
	
}

#nav a:link, #nav a:visited, #navLo a:link,  #navLo a:visited   {
	padding:7px 15px;    
	color:#FFFFFF;
	text-decoration:none;
}

#navGigs a:link, #navGigs a:visited, #navGigs a:visited   {
	padding:7px 15px;    
	color:#006600;
	text-decoration:none;
}

#nav a:hover {
	color:#00FF00;
	background-color: #000000;
}

#navGigs a:hover  {
	color:#00FF00;
}

a {	text-decoration: none; color:#90add8; }
a:visited {text-decoration: none;  }
a:hover {text-decoration: none; color:#ffffff; }



#contentBg    {   /*contains the first background image, anchored to top left*/
	width:826px;
	height: 765px;
	background-color:#144e1a;
}


#samples td  {
		width:255px;
		height:340px;
		text-align:center;
}






#content    {     /*contains the 2nd background image, anchored to bottom right*/
	width:826px;
	position: absolute;
	top:314px;
	left:0;
	z-index: 1;
	background-image:url(images/bgBot2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align:center;
}

#contentSamples   {     /*contains no background image*/
	width:826px;
	position: absolute;
	top:314px;
	left:0;
	z-index: 1;
	background-image:url(images/gradientVert.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

#contentBlog    {     
	padding:10px 36px; 
	width:754px;
	position: relative;
	top:-2px;
	z-index: 1;
	background-image:url(images/blogSides.gif);
	background-repeat:repeat-y;
	text-align:left;
	color:#000;
}


#contentHome    {     /*contains the 2nd background image, anchored to bottom right*/
	width:826px;
	position: absolute;
	top:314px;
	left:0;
	z-index: 1;
	/* background-image:url(images/bgBot.gif);
	 background-repeat: no-repeat;
	 background-position: bottom right; */
	text-align:center;
}

#contentLinks    {     /*contains the  background colr and image, anchored to top */
	width:826px;
	position: absolute;
	top:314px;
	left:0;
	z-index: 1;
	background-color:#1b7026;
	background-image:url(images/bg2Sats.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align:center;
}

#contentLinks2    {     /*contains the  background colr and image, anchored to top */
	width:826px;
	position: absolute;
	top:314px;
	left:0;
	z-index: 1;
	background-color:#1b7028;
	text-align:center;
}

.topLink    {     /*samples page  */
	width:95%;
	text-align:right;
	font-weight:bold;
}

.textSmWht {	
	font-size:100%;
}

.textMedWht {
	font-size:115%;
	font-weight:bold;
}

.textCopyright {
	font-size:12px;
	font-weight:700;
}

.textlgWht {
	font-size:150%;
	font-weight:bold;
}

.textLWRound {
	font-family: "Arial Rounded MT Bold"; 
	font-size:20px;	
}

.textLBlkRound {
	font-family: "Arial Rounded MT Bold"; 
	font-size:20px;
	color:#000000;
}
