/*  100 mile photoscape stylesheet. 9/24/09 tellart -jo  */
/*

page layout styles
*/
 
 body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
 	font-family:  Helvetica, Tahoma, Verdana, Arial, "Bitstream Vera Sans", sans-serif;
 	background: #222222;
 	
  }

  #page
  {
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.
     */

    /* Use a 12px base font size with a 16px line height */
    font-size: 0.75em; /* 16px x .75 = 12px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */

     }
     
     #content{
     
     float: left;
     
     
     }

	#container{
	
	margin-left: auto;
    margin-right: auto;
    width: 965px;

}

	#header{
	
padding: 0;
margin: 0 0 20px 0;

}


	#footer{


}



#map{
float:left;
margin-top:5px;
width:320px;
}

#photos{

float: left;

}
.mapInfo{

color:#7FC45C;
position:relative;
top:365px;
word-spacing:0.4em
}
 
 
#maintxt{

float:left;
margin:20px 0;
padding:0px 10px 0 0;
width:505px;
} 

#maintxt p{
font-size: 14px;
color: #99CCCC;
line-height: 1.6em;

}
 .textArea{
 
 margin: 0 0 70px 0;
 padding: 0;
 
 }
 
 .textArea img{
 
 float: left;
 clear: right;
 margin: 0;
 padding: 0 15px 0 0;
 
 }
 
 
 .textArea p{
 color:#575757;
font-size:1.1em;
line-height:1.4em;
 
 }
 
 
 #sidebar_r{
 padding-top: 20px;
 float: left;
 width: 450px;
 
 
 }

/* end page layout section */


	h1{
	 color: #7fc45c;
	font-weight: lighter;
	font-size: 1.8em;
 }
 
	h2{
 color: #7fc45c;
 font-weight: lighter;
 font-size: 1.6em;

 }
 
 	.linkButton{
 
background-color: #336667;
padding: 5px 45px 5px 5px;
 
 }


.sethButton a:link,

.sethButton a:visited{

display: block;
overflow: hidden;

background-image: url(../images/seth.gif);
background-repeat:no-repeat;
width: 115px;
height: 0px;
padding-top: 22px;
background-position: 0px 0px;
 
 }



.sethButton a:hover{

background-position: 0px -22px;
}
 

.teamButton a:link,

.teamButton a:visited{

display: block;
overflow: hidden;

background-image: url(../images/team_btn.gif);
background-repeat:no-repeat;
width: 115px;
height: 0px;
padding-top: 22px;
background-position: 0px 0px;
 
 }



.teamButton a:hover{

background-position: 0px -22px;
}
 

 
 
 