@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {}
.oneColFixCtrHdr #header h1 {}

.oneColFixCtrHdr #mainContent {
	padding:0 20px; 
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#banner {
	margin:0;
	padding:7px 0;
	background-color:#000;
	color:#CE2029;
	font-size:95%;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #FFF;
	}
	
#banner a:link, #banner a:visited {
	color:#FF3;
	text-decoration:none;
	}

#logo {
	margin:0;
	padding:0;
	background-image:url(i/tyler-electric-security.gif);
	height:182px;
	width:293px;
	border-right:1px solid #FFF;
	float:left;
	}
	
#mainhead h1 { text-indent:-1000px;
	}
	
#mainhead {
	background-image:url(i/trucks.jpg);
	background-position:100% 100%;
	background-repeat:no-repeat;
	height:182px;
	}

#phone {
	margin:0 0 0 315px;
	padding:15px 0 0 0;
	color:#FFF;
	font-size:130%;
	}
#phone .number {
	font-size:160%;
	font-weight:bold;
	}	
	
#header ul.nav { 
	background-color:#CE2029;
	margin:0;
	padding:5px 0;
	border-top:1px solid #FFF;
	font-size:23px;
	}	
	
#header ul.nav li { 
	display:inline;
	margin:0;
	padding:0 33px;}

#header ul.nav li a:link,#header ul.nav li a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
	}	

#header ul.nav li a:link.on,#header ul.nav li a:visited.on {
	text-decoration:underline;
	text-transform:uppercase;
	}
	
#sidebar {
	width:195px;
	padding:15px 0 15px 15px;
	}	
	
#sidebar img {
	margin:0 0 15px 0;
	border:none;
	}
	
#sidebar .phone {
	font-size:29px;
	}

#bodycontent {
	width:695px;
	padding:0 15px 0 0;
	}
	
#bodycontent h3 {
	margin-bottom:0;
	padding-bottom:0;
	}

h1 {
	margin:20px 0;}

h1.home {
	font-size:45px;
	text-align:center;
	}
	
.homepic {
	padding:0 10px 0 0;
	}	
	
img {
	border:0;
	}
	
img.big {
	margin:0 0 20px 20px;
	}
	
.spring {
	font-size:10px; color:#666;}
