html{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/gradBG.png);
	background-position: center;
	background-repeat: repeat-y;
}

h1{
	padding: 10px;
}

h2
{
	padding: 0px 0px 0px 10px;
	color: #006600;
}

p{
	padding: 10px;
}

ul{
	padding: 0px 0px 0px 10px;
}

li{
	list-style: square;	
	margin: 0px 0px 0px 10px;
}

a{
	color: #000;
}

.nobullet
{
	list-style:none;
}

.indent
{
	margin: 0px 0px 0px 10px;
}

.strong{
	font-weight: bold;
}

#header{
	width:800px;
	margin:auto;
	text-align: center;
	background-color: #fff;
	padding-bottom: 20px;
	background-image: url(../images/jeff-top.png);
	background-repeat: no-repeat;
}

#container{
	border: 0px solid red;
	display: block;
	width:800px;
	margin:auto;
	padding-bottom: 25px;
}

#flash{
	display: block;
	height: 240px;
	margin: auto;
	width: 800px;
	background-image: url("../images/pic1.jpg");
}

#navigation{
	background-image: url("../images/jeff-middle.png");
	background-repeat: no-repeat;
}

#oneColumn{
	margin: 10px 20px 0px 0px; 
	border: 0px solid black;
}

#leftColumn{
	margin: 10px 3px 3px 3px; 
	border: 0px solid black;
	width: 490px;
	display: block;
	float: left;
}

#rightColumn{
	margin: 10px 7px 3px 3px; 
	width: 290px;
	display: block;
	float: right;
}

#announcements{
	border: 0px solid #fff;
	margin-bottom: 6px;
	width: 100%;
}

#announcements h1{
	font-size: 15px;
	padding: 3px;
}

#announcements ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#announcements ul li{
	list-style: square;
	margin: 0px 5px 5px 10px;
	padding: 0px;
}

#specials{
	border: 1px solid #ccc;
	margin-bottom: 6px;
	width: 100%;
	
}

#specials h1{
	font-size: 15px;
	padding: 3px;
}

#specials ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#specials ul li{
	list-style: square;
	margin: 0px 5px 5px 10px;
	padding: 0px;
}

#gasSavings{
	border: 1px solid #CC6633;
	margin-bottom: 6px;
	width: 100%;
	background-image: url(../images/gasPump.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 150px;
}

#gasSavings h1{
	color: #CC6633;
	font-size: 15px;
	padding: 3px;
}

#gasSavings ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#gasSavings ul li{
	list-style: square;
	margin: 0px 5px 5px 10px;
	padding: 0px;
}

#footer{
	width:800px;
	margin:auto;
	color: #CC6633;
	text-align: center;
	text-transform: uppercase;
}

#footer ul{
	list-style-type:none;
	vertical-align: middle; 
}

#footer ul li{
	display: inline;	
	margin-bottom: 2px;
}

#footer a{
	color: #666;
	width: auto;
	text-decoration: none;
	text-transform: lowercase;
}

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

#os{
	text-transform: lowercase;
}

#os a{
	text-decoration: underline;
	color: #CC6633;
}

#contactForm {
	margin: 1em;
}

#contactForm ul{
	line-height:25px;
}

#contactForm li
{
	list-style-type:none;
}

 li.headlink ul { display: none; }
 li.headlink:hover ul { display: block; }

.required{
	background-image:url(../images/required.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}

.message
{
	color:Red;
	font-size:small;
}


#name{
	width: 80%;
}

#email{
	width: 80%;
}

#phone{
	width: 30%;
}

#question{
	height: 200px;
	overflow: visible;
	width: 80%;
}

label{
	display: block;
	font-size: .8em;
	font-weight: bold;
	width: 100%;
}


.testimonial{
	margin: 0px 0px 50px 0px;
}

.testimonial li{
	list-style: none;
	margin: 0px 0px 10px 0px;
}

#jeffLower{
	background-image: url(../images/jeff-lower.png);
	background-repeat: no-repeat;
	width: 258px;
	height: 217px;
}

.indent a{
	color: #666;
}

.indent a:hover{
	color: #000;
}


.indent li{
	padding: 0px 0px 5px 0px;
}

input{
	border: 1px solid #000;
}

textarea{
	border: 1px solid #000;
}

#mmm
{
	border: 1px solid #000;
	margin-bottom: 6px;
	min-height: 120px;
	padding: 5px;
}

#mmm a{
	color: #CC6633;
}

#mmm h2{
	font-size: 15px;
	padding: 3px 3px 10px 3px;
}

#mmm h2 a{
	font-size: 15px;
	padding: 3px;
	color:inherit;

}

#mmm_video_links
{
	padding: 20px 10px 10px 10px;
}

#mmm_video_links li
{
	padding: 0 0 10px 0;
}

#mmmHeader
{
	width: 100%;
	text-align:center;
}

#mmmHeader h2
{
	max-width: 70%;
	padding-left: 15%
}

#mmmHeader p
{
	max-width: 70%;
	padding-left: 15%
}


#videoPlayer
{
	text-align:center;
	border-bottom:solid 1px #000;
	border-bottom:solid 1px #000;
	border-top:solid 1px #000;
	border-top:solid 1px #000;
	margin-left:20px;
}


#videoPlayer h2
{
	padding:10px 0px 10px 0px;
}


#videoPlayer playerDescription
{
	font-size:.5em;
}
