/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 75%;
	background: #3EC5F3 url(../images/Wallpaper.jpg) repeat-x center top;
}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 1em/1.5em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #333333;
	font: normal 1em/1.5em "Trebuchet MS", Arial, sans-serif;
	text-align: left;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 10px;
	padding: 0px;
	color: #094E9B;
	font-weight: bold;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a,
h6 a 
{
	padding: 0px;
	color: #3BC1F0;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 1.5em;
	line-height: 2em;
}
h2
{
	font-size: 1.3em;
	color: #6CCD0A;
}
h3 {
	font-size: 1.1em;
	color: #1F7FC0;
}

h4
{
	font-size: 1.3em;
	color: #2EA3DA;
}
h5
{
	color: #6ACD06;
	font-size: 1.2em;
}
h6
{
	font-size: 1em;
	color: #3EC5F3;
}

a,
a:visited,
a:active
{
	font-style: normal;
	color: #31A9DF;
}

a:hover
{
	color: #000;
	text-decoration: none;
}
ul
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 30px;
}
ul li {
	margin-bottom: 2px;
	padding-left: 12px;
	background: url(../images/Li.gif) no-repeat left 5px;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
strong {
	color: #000000;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#container {
	width: 740px;
	background: url(../images/transparentPNG.png);
	padding: 5px;
	margin: 10px auto;
	}

#menu {
	float: left;
	width: 740px;
	line-height: 19px;
	font-size: 13px;
	background: url(../images/header.jpg);
	height: 153px;
	margin: 0px;
	padding: 0px;
}
#menu a {
	color: #666666;
	text-decoration: none;
	line-height: 23px;
	font-weight: bold;
	display:block;
	padding-right: 20px;
	padding-left: 20px;
}
#menu li {
	float: left;
	width: auto;
	background: url(../images/menuLi.jpg) no-repeat left bottom;
	margin: 0;
}
#menu ul {
	float: left;
	padding-top: 130px;
	width: auto;
	margin: 0;
}
#menu li:hover {
	background: url(../images/menuLi.jpg) no-repeat -150px bottom;
}
#menu li a:hover {
	color: #333333;
}
#content {
	width: 700px;
	padding: 20px;
	clear: left;
	float: left;
	background: #FFFFFF url(../images/contentTop.jpg) no-repeat center top;
	margin-top: 5px;
	min-height: 400px;
}
#footer {
	padding: 20px 20px 0px;
	height: auto;
	clear: both;
	font-size: 10px;
	color: #999999;
	width: 700px;
	background: url(../images/footer.jpg);
	float: left;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.homeColRight {
	float: right;
	width: 250px;
	margin-left: 15px;
	background-color: #004e9e;
	background-image: url(../images/SaveFuel.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 100px;
	padding-left: 15px;
	font-size: 13px;
}
.homeColRight li strong {
	color: #FFFFFF;
	text-decoration: underline;
}
.homeColRight li {
	background-image: url(../images/Tick.png);
	padding-left: 23px;
	color: #FFFFFF;
}
.homeColRight h2 {
	font-size: 20px;
	line-height: 115%;
}
.white {
	color: #FFFFFF;
}
.homeColRight a {
	color: #333333;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
	background: #999999;
}
.altRow {
	background-color: #E0E0E0;
}

/* ----------------- end skin specific ------------------------ */
/* --- */
/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
	
}
.marginRight {
	margin-right: 20px;
}
.marginLeft {
	margin-left: 10px;
}

fieldset {
	border: 1px dotted #3ABEED;
	padding: 10px;
	float: right;
	width: 360px;
}
fieldset td {
	padding: 1px 3px;
}
legend {
	color:  #990000;
	background: #FFF;
	padding: 0 2px;
	white-space: nowrap;
	color: #094E9B;
	font-weight: bold;
	font-size: 1.4em;
}
.submit {
	color:  #FFF;
	display: inline;
	background: #86db39;
}
.blue {
	color: #2286C5;
}
ul.FloatLeft {
	float: left;
	width: auto;
	margin-right: 50px;
}
ul.FloatLeft li {
	white-space: nowrap;
}
.colRight {
	float: right;
	width: 250px;
	margin-left: 15px;
	background-color: #e9e9e9;
	background-image: url(../images/SidePanel.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 100px;
	padding-left: 15px;
	font-size: 13px;
}

