@charset "UTF-8";
	
body {
		margin: 0px auto;
		padding: 0px;
		font-family:  arial, verdana, tahoma, helvetica;
		font-size:1em;
		vertical-align: baseline;
		background-repeat: repeat-x;
		background-position: top;
		background-image: url(../images/backgrounds/gbg.jpg);
		position: relative;
		height: auto;
		width: auto;
}

#container {
		height: auto;
		width: 980px;
		margin: 0 auto 0 auto;
}
		
		/* --------------------- FONTS --------------------- */

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2b3842;
	padding:0px;
	margin: 0px;
}

p {
	color:#737a7f;
	margin: 0px;
	padding:0px;
	
}

#inner{     /*this is where the light rays background image comes from */
	display:block;
	background-position: center top;
	background-image: url(../images/backgrounds/light930.jpg);
	background-repeat: no-repeat;
}

#logo {
	float:left;
	width:450px;
	margin-top:5px;
	margin-left: 20px;
}

#logo p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}

	/* SUB NAVIGATION STYLE */
	
#subnav ul{
	float:right;
	padding:1px 0px 10px 30px;
	margin:30px 18px 0px 0px;	
}

#subnav ul li{
	display: inline;
	list-style-type: none;
	font-size:0.8em;
	line-height: 2em;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
}

#subnav ul li a {
	color: #FFF;
	text-decoration: none;
}
	
	/* TOP NAVIGATION STYLE */
	
#topnav {
	width: 948px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
	
#topnav a {
		padding: 0px;
		float: left;
}

#banner {
	padding-top: 46px;
	padding-left: 15px;
}

#view_cal {
	position: relative;
	left: 40px;
	top: -55px;
	z-index: 10;
	height: 30px;
	width: 180px;
}

	/*   MAIN CONTENT  SECTION */

#content {
	margin-top: -10px;
	width: 948px;
	height: 300px;
	padding-left: 35px;
	clear: both;
}

#colgroup1  {
	width: 300px;
	padding-left: 10px;
	float: left;
}

div.sbim{
}

div.sbc6{
	padding-top: 14px;
}

#colgroup2  {
	width: 290px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #aaaaaa;
}

div.sbir{  
}

div.potlanes{
	padding-top: 14px;
}

#colgroup3  {
	width: 300px;
	float: left;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 5px;
}

div.land {
}

div.ponderosa {
	padding-top: 14px;
}

#content  p {
	font-size: 0.90em;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 6px;
}

.land p a:link {
	color: #963;
	text-decoration: none;
	font-weight:bold;
}

.land p a:visited {
	color: #366;
	text-decoration: none;
	font-weight:bold;
}

/* for pages with two columns in main content area    */

#colgroupleft {
	float: left;
	width: 450px;
	margin-right: 10px;
	padding-left: 0px;
	
}

#colgroupright {
	float: left;
	width: 450px;
	margin-left: 0px;
	padding-right: 0px;
	
}

#subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #5b7865;
	margin-bottom: .2em;
	padding-top: .6em;
}
/* --FOOTER --  */

#footer {
	width: 948px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	/*clear: both; */
}

#bottomnav {	
	/*width:948px; */
	height: 115px;
	background:#deeae3;
	margin-top: -5px;

}

#bottomnav ul{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:0.80em;
	line-height:2em;
	padding-bottom:10px;
	list-style-type: none;
	float:left;
}

#bottomnav ul li{
	float:left;
	display:inline;
	width:300px;
	margin-left: -15px;
	margin-right: 10px;
	list-style-type: none;
}

#bottomnav ul li ul{
	float: left;
	width:300px;
	display:inline;
}

#bottomnav ul li ul li{
	display:inline;
	width:300px;
	float: left;
}

#bottomnav li a {
	color: #73717f;
	text-decoration: none;
}

.contact {
	padding-left: 50px;
	
}

.designcredit {
	font-size: 0.75em;
}


