html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	background: url(../images/Layout_BG.jpg) #000 repeat-y center top;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 999px;
	text-align: left;
}

#header {
	position: relative;
	height: 335px;	
}

#header_img {
	position: absolute;
	top: 0px;
	left: -60px;
}

#body {
	background: url(../images/Layout_BodyBG.jpg) no-repeat center -80px;
	min-height: 350px;
	padding: 45px;
}

#panel {
	float: right;
	background: url(../images/Layout_Panel.jpg) no-repeat;
	width: 326px;
	height: 364px;
	padding: 20px;
	margin-left: 20px;
}

#footer {
	text-align: center;
	margin-bottom: 30px;
}
#footer span {
	font-size: 10px;
}

#phonenumber {
	position: absolute;
	top: 391px;
	right: 15px;
	z-index: 200;
	color: #FFF108;
	font-size: 20px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: right;
}

a {
	color: #EF1C21;
	text-decoration: underline;
}
a:hover {
	color: #DAB700;
	text-decoration: underline;
}

ul li {
	margin-bottom: 10px;
}

p {
	margin: 0 0 1em 0;
	line-height: 20px;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

* :focus {
	outline: 0;
}

input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
}

hr {
	border: 0;
	height: 1px;
	color: #DADADA;
	background-color: #DADADA;
}

h1 {
	font-size: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EF1C21;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.Heading1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 25px;
}

.Heading2 {
	font-size: 24px;
	font-weight: bold;
	color: #EF1C21;
}

.Heading3 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.Heading4 {
	font-weight: bold;
	color: #000;
}

.Heading5 {
	color: #EF1C21;
	font-weight: bold;
}


/* Navigation */
#nav {
	margin: 0;
	padding: 0;
	width: 999px;
	margin-bottom: 45px;
}
#nav a {
	display: block;
	height: 49px;
	text-indent: -9999px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav li.capl, 
#nav li.capr {
	width: 8px;
	height: 49px;
}

#nav a.home { 
	background: url(../images/Nav_Home.gif) no-repeat; 
	width: 127px;
}
#nav a:hover.home { 
	background: url(../images/Nav_Home.gif) no-repeat 0 -49px;
}

#nav a.about { 
	background: url(../images/Nav_About.gif) no-repeat; 
	width: 140px;
}
#nav a:hover.about { 
	background: url(../images/Nav_About.gif) no-repeat 0 -49px;
}

#nav a.services { 
	background: url(../images/Nav_Services.gif) no-repeat; 
	width: 179px;
}
#nav a:hover.services { 
	background: url(../images/Nav_Services.gif) no-repeat 0 -49px;
}

#nav a.quote { 
	background: url(../images/Nav_Quote.gif) no-repeat; 
	width: 163px;
}
#nav a:hover.quote { 
	background: url(../images/Nav_Quote.gif) no-repeat 0 -49px;
}

#nav a.contact { 
	background: url(../images/Nav_Contact.gif) no-repeat; 
	width: 163px;
}
#nav a:hover.contact { 
	background: url(../images/Nav_Contact.gif) no-repeat 0 -49px;
}

#nav a.coverage { 
	background: url(../images/Nav_Coverage.gif) no-repeat; 
	width: 211px;
}
#nav a:hover.coverage { 
	background: url(../images/Nav_Coverage.gif) no-repeat 0 -49px;
}

/* Navigation Footer */
#navf {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#navf ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 20px;
}
#navf ul li a:hover {
	color: #EF1C21;
	text-decoration: none;
}
#navf span {
	position: absolute;
	top: 32px;
	left: 252px;
	font-size: 11px;
}
#navf span a {
	color: #FFF;
	text-decoration: none;
}


