/*---- Layout ----*/
body
{	
	background-color:#E4C100;
	background-image:url(/images/yellowstripes.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding: 0px;
	margin: 0px;
}	

#jumpers{
	background-image:url(/images/jumpers.jpg);
	background-repeat:no-repeat;
	position:absolute; 
	left:0px; 
	top:194px; 
	width:100%;
	height:396px; 
	background-color:#6CB32D; 
	padding:0px; 
	margin:0px;
	padding-left:383px;
	}


#oldbrowser
{
	text-align: center;
}

.csphoto{
	background-image: url(/images/cs_home_img.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	}


#jumper1 {
	background-image: url(/images/jumper1.gif);
	position:absolute;
	top:0px;
	right:220px;
	width:246px;
	height:305px;
	z-index:13;
	}
#jumper2 {
	background-image: url(/images/jumper1b.gif);
	background-repeat:no-repeat;
	position:absolute;      
	top:89px;
	left:405px;
	width:242px;
	height:313px;
	z-index:13;
	}

	
.footer
{
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size:.7em;
	color:#444;
	font-family:Helvetica, Arial, sans-serif;

}

p{
	padding-right:60px;
	padding-left:60px;
	color:#222;
	font-family:Helvetica Condensed, Arial Narrow, Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6, ul li{
	font-family:Helvetica Condensed, Arial Narrow, Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.indentright{
	padding-right:60px;
	padding-left:60px;
	}
	
.firstpar{
	padding-right:100px;
	color:#72AF0F;
	font-weight:bold;
	}
	
a:link{
	color:#D56700;
	text-decoration:none;
	}
a:visited{
	color:#D56700;
	text-decoration:none;
	}

a:active{
	color:#D56700;
	}
	
a:hover{
	color:#E7C100;
	}
	
a.white:link{
	color:#D7FCB3;
	text-decoration:none;
	}
a.white:visited{
	color:#D7FCB3;
	text-decoration:none;
	}

a.white:active{
	color:#fff;
	}
	
a.white:hover{
	color:#fff;
	}
		

	
.pullquote{
	color:#111;
	font-family:Helvetica Condensed, Arial Narrow, Arial, Helvetica, sans-serif;	
	font-size:1.2em;
	font-weight:bold;

	}
	
.indent{
	text-indent:-10px;
	}	
	
.indentleftright{
	text-indent:-10px;
	padding-right:60px;
	}
.smallcap{
	font-size:.8em;
	}
.yellow{
color:#d26800;
}
.big{
font-size:1.2em;
}
.code{
	font-family: courier;
  font-weight: bold;
  font-size: 1.2em;
}


/*------- top sub nav --------*/



.topsubnav {
	width:100%;
	height:21px;
	background-color:#000000;
	background-image: url(/images/black.gif);	 }

/*------- end top sub nav --------*/

.horzRule{
	background-image:url(/images/greyDot.gif);
	background-repeat:repeat-x;
	background-position-x: 50px;
	background-position-y: 15px;
	height:30px;
}

