﻿/* === Thank you, Eric Meyer ===*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;	
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: "Lucida Grande", "Segoe UI", "Trebuchet MS", Verdana, Sans-Serif;
	vertical-align: baseline;
	line-height:1.1em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

table 
{
    border-collapse:collapse;
    }

a 
{
    color:#369;
    }

html 
{    
    height:100%;
    }
body 
{   
    height:100%; 
	line-height: 1;
	color: black;
	background: #fff url(images/bgBody.gif) repeat-x top left;
	font-size:13pt;
}
ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* === Now on to the the meat of our site ===*/

h1     
{
    font-size: xx-large;      
    }

h2
{
    font-size: 17pt;
    font-weight:bold;
    margin-bottom:.75em;
    }        

h3
{
    font-size:14pt;
    font-weight:bold;
    color: #f93;
    margin-bottom:1em;
    }    
    
p
{
    margin-bottom:1.25em;
    line-height:1.25em;
    }    

.mainform
{
    height:100%;
    }
    
#page
{           
    position: relative;
    min-height: 100%;    
    }    

* html #page
{           
    height: 100%;    
    }    

#header
{
    height:129px;
    width:950px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    }

#siteId
{
    height:112px;
    width:270px;    
    float:left;
    }

#siteId a
{        
    display:block;
    width:270px;
    height:112px;
    font-size:10pt;
    background: transparent url(images/lightning_strikes_logo.gif) no-repeat 0px 9px;
    text-indent:-800em;
    border:none;
    } 
    
#nav
{
    float:left;
    width:650px;/*680*/
    height: 26px;              
    margin-top:83px;    
    }

#nav ul
{
    list-style:none;
    }    

#nav ul li
{
    float:left;    
    }    

#nav ul li a
{
    display:block;
    height:24px;
    padding-top:2px;
    width:118px;
    margin:0 .25em;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-size:12pt;
    }    

#nav ul li a:hover
{
    background-image:url(images/navOver.gif);
    }    

#nav ul li a.on, #nav ul li a.on:hover
{
    height:23px;
    padding-top:3px;
    background-image:url(images/navOn.gif); 
    color:#000;   
    }
    
/* === CONTENT === */    

#container
{
    padding-bottom: 9em;
    }    

#content
{
    margin-top:1em;
    width:950px;
    margin-left:auto;
    margin-right:auto;
    }
    
#footer
{
    position: relative;
    margin-top: -7.5em;    
    width:100%;
    clear:both;
    height:7.5em;
    background: #879EB3 url(images/bgFooter.gif) repeat-x top left;
    border-top:2px solid #eee;
    }    

#footContent
{
    margin-top:6.5em;
    font-size:11pt;
    color:#333;    
    }    

.inner
{
    width:950px;
    margin-left:auto;
    margin-right:auto;
    }    

/* === Specific Rules === */

.companyName, .companyPhone, .distance 
{
	font-weight:bold;
	}

.distance 
{
	font-size:x-large;
	background-color:#ffff99;
	}	

.near
{
	background-color:#ffcc66;
	}	

.close
{
	background-color:#ff6666;
	}	

/*  Mapping Page  */	
#companyList
{
    float:left;
    width:238px;
    height:550px;
    overflow:scroll;
    margin-right:10px;
    }

.dist
{
    font-size:10pt;
    font-weight:bold;
    color:#f93;    
    }    

#companyList table tr td
{        
    padding-top:6px;
    padding-bottom:8px;
    font-size:12pt;
    padding-left:5px;
    }    

#companyList tr.alternatingStyle
{
    background-color: #f5f2e0;
}

#companyList h3
{
    color:#000;
    padding-bottom:0;    
    font-size:12pt;
    }
   

#map_canvas
{    
    width: 690px; 
    height: 430px;
    float:left;
    border:1px solid #d0be8f;
    }    
    
#areaStats
{    
    float:left;
    width:238px;
    padding-left:20px;
    }

#areaStats h2
{
    font-size:14pt;
    }    

small
{
    font-size:smaller;
    }    
    
#contextMenu 
{    
    display:none;    
    position:absolute;
    width:100px;
    height:200px;
    background:#fff;
    top:20px;
    left:20px;    
    }

	
/*  TEMPORARY DIVISIONAL SPACING  */
#criteria
{
	margin:10px 0;
	padding:10px 10px;
	border:solid 1px #777;
	background:#B7C5D1 url(images/bgFooter.gif) repeat-x;	
	width:100%;
	}

.gridview
{
	width:100%;}
	
.tZone  
{
    font-size:xx-small;
    font-weight:bold;
    }
	
small.marginOfError
{
    font-size: 10pt;
    font-weight:normal;
    color:#333;
    }
