﻿<!--
* {margin: 0; padding: 0;}

body {
	background:#919191;
}

p {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	color:#000000;
	padding: 15px 25px 0px 25px;
}

ul {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	color:#006eff;
	padding: 15px 25px 0px 25px;
	list-style-position:inside;
}

ul a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	color:#006eff;
	text-decoration: underline;
}

ol {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	color:#006eff;
	padding: 15px 25px 0px 25px;
	list-style-position:inside;
}

ol a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	color:#006eff;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #006eff;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#ffb127;
	padding: 15px 25px 0px 25px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	padding: 0px 25px 0px 25px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#ffb127;
	padding: 15px 0px 0px 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding: 35px 25px 1px 0px;
	text-align: right;
}

#wrapper {
	background: url(../images/wrapper.jpg) repeat-y;
	margin: 0px auto;
	width: 1024px;
	height: 100%;
}

#header {
	width: 1024px;
	height: auto;
}

#head {
	width: 1024px;
	height: 120px;
	background-image: url(../images/head.jpg);
}

#headtext {
	float: right;
	width: 300px;
}

#headtext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#ffb127;
	padding: 1px 25px 1px 0px;
	text-align:right;
}

/* 	
	div id="menu"
	IE6 requires the atribute 'background-image' to be 'background' 
	with the value of 'no-repeat' otherwise there is a 2px bottom
	alignment issue.
*/

#menu {	
	background: url(../images/menu.jpg) no-repeat;
	width: 1024px;
	height: 22px;

}

#menu p {
	color:#ffb127;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 15px;
	float:right;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover {
	color:#ffb127;
}

#flash {
	width: 1024px;
	height: 300px;
	background-image: url(../images/flash.jpg);
}

#submenu {
 	width: 1024px;
 	height: 51px;
	background-image: url(../images/submenu.jpg);
}

#submenu p {
	color:#ffb127;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align: center;
	padding-top: 11px;
	padding-left: 8px;
}

#submenu a {
	color:#FFFFFF;
	text-decoration:none;
}

#submenu a:hover {
	color:#ffb127;
}

#content {
	margin-top:-1px;
	float: left;
	background: url('images/content.jpg') no-repeat;
	width: 1024px;
	height: 100%;
}

#contentleft {
	width: 800px;
	height: 100%;
	float: left;
}

#contentright {
	width: 224px;
	height: 100%;
	float: right;
} 

/* Footer */
#footer {
	width: 1024px;
	height: 45px;
	background: #000000;
	clear: both;
}

#footer p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top:4px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#ffb127;
}

/* Styles */

/* -- Left Content -- */
.sectiontitle {
	font-family: Arial, Tahoma, sans-serif;
	color: #006eff; 
	font-weight: bold;
	font-size: 18px;
}

.list {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* "Back to Top" */
.bmark {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
}

/* Bold Red Text */
.style1 {
	color:#FF0000;
	font-size:11px;
	font-weight: bold;
}

.condivider {
	width:750px;
	height:1px;
	background: url(../images/pixel.jpg) repeat-x;
	margin: 10px 0px 10px 25px;
}

/* -- Right Content -- */

.righttext {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* "Get a Free Quote" */
.getquote {
	color: #006eff;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.getquote a:hover {
	text-decoration: none;
	color: #ffb127;
}

.rcondivider {
	width:174px;
	height:1px;
	background: url(../images/pixel.jpg) repeat-x;
	margin: 10px 0px 10px 25px;
}

/* -- Tables -- */

#table {
	width: 750px;
	margin-left: 25px;
}

#table p {
	font-size: 11px;
	margin: 1px 0px 0px 1px;
}

/* Resetting the padding */
.style2 {
	padding: 0px 0px 0px 0px;
}

/* lighting.php table - extra styles */
.style53 {
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 10px;
}

.style54 {color: #002B7C}


.style6 {
	color: #B8C0C2;
	font-weight: bold;
	}

.style11 {font-family: Arial, Tahoma,  Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #006eff; }
.style15 {
	font-family: Arial, Tahoma, sans-serif;
	color: #006eff; 
	font-weight: bold;
	 font-size: 14px;
	 }
	 
.style16 {font-size: 10px}
.style17 {font-weight: normal; color: #000000; font-family: Arial, Tahoma,  Helvetica, sans-serif;}
.style18 {color: #006eff}
.style19 {font-size: 14px;}
.style20 {font-size: 10px}
.style21 {
	font-size: 14px;
	color: #FF0000;
}
.style23 {font-family: Arial, Tahoma,  Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #FF0000; }
.style25 {color: #FFCE00}

/* Page Images */
#centerimg {
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#leftimg {
	float:left;
	margin-left:25px;
}

#retMsg {
	 border:1px red solid;
	 background-color:#ffe;
	 color:black;
	 padding:10px;
	 margin-bottom:10px;
}

#retMsg h6 {
	font-family:Arial;
	font-size:16px;
	text-align:left;
	margin:0px;
}

#retMsg p {
	color:red;
}
-->