* {
	padding: 0;
	margin:0;
	font-family:Tahoma, Arial;
	font-size:.985em;
	
}

.head
{
    background-image:url(pics/top_bg.gif);
    background-repeat:repeat-x;
    margin-top:-7px;
}

a:visited
{
    color:Blue;
}
#wrapper
{
	
	border:0px;
	padding:0;
	margin:0;
    width:100%;	

}

.clear
{
	clear:both;
}

/*  Header styling */


.logo
{
    background-image:url(pics/headerbg.gif);
    background-repeat:repeat-x;
    height:102px;
    width:100%;
    margin-top:-3px;
}
 
.logo img
{
    float:left; 
}

.logo p
{
    float:right;
    color:#ca150a;
    text-align:right;
    font-size:1.1em;
    margin-top:auto;
    margin-top:1.1em;
}
 
#nav
{
		
	
	background-color: #336699;
	border-bottom: 1px solid #000;
	width: 100%;
	float:left;
	text-align:left;
	
}

#footer
{
    background-image:url(pics/cpfooter-bg.gif);
    background-repeat:repeat-x;
    text-align:center;
}

#nav a 
{
   
	text-decoration: none;	
	padding-left: 10px;
	padding-right: 10px;
	background-color: #336699;
	color: #fff;
	border-right: 1px solid #000;
	font-size:11px;
	font-family:Tahoma, Arial;
	display:block;
	float:left;
	line-height:2em;
}	

/* Content Styling */

.content 
{
 float:left;
 width:900px; 
}

.content img
{
	float:left;	
	margin-right:10px;
	text-align:left;
 	
}
#contentText
{
    
	text-align:left;
	padding-top:15px;
	
}
#contentText #about
{
    margin-left:2em;
    margin-right:2em;
}

/* Content Styling -Affiliates Page */

#affiliates a
{
    color:blue;
    font-weight:bold;
}

#affiliates a:hover
{
    color:Red;
}

#affiliates
{
  margin-left:15px;
  width:auto;
  text-align:left;
  
}
#affiliates p
{
   margin-top:15px;
   margin-bottom:10px; 
}

/*span.bold
{
    font-weight:bold;
    margin-left:1em;
    
}*/

/* Content Styling - Search and Tower descriptions page */

#towerPics
{
    width:35em;
}

#towerPics a, #towerPics a:visited
{
    text-decoration:none;
    color:white;
    border:1px transparent;
    float:left;
    width:100px;
    margin-right:6px;
}

#towerInfo
{
    padding-right:12px;
    float:left;
}

#gmap
{
	
	width:325px;
	height:300px;
	
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	float:left;
    margin-right: 10px;
}

.search
{
    width:115px;
    float:left;   
    text-align:left;
}

.searchZip
{
    text-align:left;
    
}

.MatchSearches
{
    margin-top:10px;   
    text-align:left;
    width:550px;
    display:inline;
    margin-left:1px;
}

.matchDesc
{
    padding-left:.5em;
      font-size:.8em;
}

.matchDesc .coords
{
    font-weight:bold;
}

.searchRad
{
    width:120px;
    float:left;   
    text-align:left;
}

.txtCoords
{
    width:25px;   
}
.searchLbl 
{
    padding-right:20px;
    
}

/* Request form Styling */

div.row
{
    clear:both;
    padding-top:10px;
}

div.row span.label
{
 float:left;
 width:125px;
 text-align:right;
 margin-right:15px;
}

div.row span.formw
{
    float:left;
    text-align:left;
}

.gridView td, .gridView th
{
    padding:10px;
}

.bold
{
    font-weight:bold;
}

