@charset "utf-8";
/* CSS Document */

body{
	background-color:#005294;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
	
#content{
	width:790px;
	height:800px;
	margin:0 auto;
	
	border:none;
	background-color:#FFFFFF;
}

#roof{
	width:790px;
	height:150px;
}

.bar{
	width:790px;
	height:25px;
	
	margin:0 auto;
	
	background-color:#005294;
}
	
.navWrapper{
	width:117px;
	height:25px;
	
	float:left;
	
	margin-right:8px;
	
	text-align:center;

}

a.nav{
	width:117px;
	height:25px;
	
	margin:0px;
	
	color:white;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
}

#right{
	width:270px;
	height:500px;
	
	float:right;
	
	margin-right:10px;
	margin-top:20px;
	
	text-align:center;
	
	border:1px solid #cccccc;
	background-repeat:no-repeat;
}

#left{
	width:475px;
	height:500px;
	
	float:right;
	
	margin-right:15px;
	margin-top:20px;
	
	text-align:left;
	
	border:1px solid #cccccc;
}

.container{
	width:262px;
 	height:152px;
	
	margin:0 auto;
	margin-top:3px;
	
	border:1px solid #999999;
	
	background-color:white;
	background-repeat:no-repeat;
}

	
h1{
	font-size:90%;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	
	
}

h2{
	text-align:left;
	font-size:100%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;

}

.header{
	width:262px;
	height:25px;
	
	background-image:url('../el_paso_siding_images/siding_header.jpg');
	background-repeat:repeat-x;
}

#text{
	width:425px;

	margin-top:10px;
	
	color:#333333;
	font-size:90%;	
	line-height:125%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#company{
	color:#cccccc;
	font-size:60%;
}

#emergencyLinks{
	margin-top:20px;
	
	font-size:60%;
}

.eLinks{

	margin-right:10px;
	
	color:#cccccc;
}

