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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #004812;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

a:link {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #003366;
}

a:active {
	color: #003366;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004812;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}

.greenbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(img/btn-bevel.gif);
	width: 225px;
	padding: 3px;
	text-align: center;
}

a:link.greenbutton {
	color: #FFFFFF;
	decoration: underline;
}
a:visited.greenbutton {
	color: #FFFFFF;
	decoration: underline;
}
a:hover.greenbutton {
	color: #FFFFFF;
	decoration: underline;
}
a:active.greenbutton {
	color: #FFFFFF;
	decoration: underline;
}
.couponHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	width: 500px;
	text-align: center;
}
.couponText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	width: 264px;
	line-height: 11px;
}
.imagePad {
	padding-left: 17px;
}

.offerHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-color: #CCCCCC;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 3px;
}

.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.img-pos-left {
	padding-left: 0px;
	padding-right: 17px;
}
.gasprices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #006600;
	font-weight: bold;
	background-position: center center;
}

h1.admin, h2.admin, h3.admin, p.admin
{
}

table.admin
{
	background-color:#dddddd;
	padding:0px;
	border: 1px solid #cccccc;
	
}

table.admin td
{
	border-bottom: 1px solid #cccccc;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	vertical-align:top;
}

ul.admin
{
	list-style:none;
}

div.admin
{
	background-color:white;
	padding:20px;
}

.admin_menu
{
	text-align:center;
}

.portfolioItem
{
	width:900px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:15px;
		
}

.PortfolioItemTitle
{
	font-size:20px;
}

.PortfolioItemDesc
{
	padding-top:10px;
	padding-bottom:10px;
}

.PortfolioLeftPhoto
{
	float:left;
	display:block;
	width:350px;
	height:375px;	
	overflow:hidden;
	padding-left:5px;
}
.PortfolioRightPhoto
{
	float:left;
	width:350px; 	
	height:375px;	
	overflow:hidden;
	padding-left:10px;
	padding-right:5px;
}


.PortfolioItemHeader
{
	background-color:#cccccc;
	padding-left:5px;
	padding-right:5px;
}

.PortfolioItemHeaderLeft
{
	display:inline;
	float:left;
	font-size:16px;
	font-weight:bold;
}

.PortfolioItemHeaderRight
{
	display:inline;
	float:left;
	font-size:16px;
	font-weight:bold;
}

.PortfolioPhotoTitle
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
}

.PortfolioItemField
{
	margin-bottom:10px;
	margin-right:10px;
	margin-top:15px;
	font-size:16px;
	margin-left:5px;
	text-alignment:left;
}

.PortfolioItemTitle
{
	display:inline;
	float:left;
	font-size:12px;
	font-weight:bold;
	width:200px;
	
}
.PortfolioItemValue
{
	display:inline;
	float:left;
	font-size:12px;
	width:500px;
}

.portfolioTable
{
	width:75%;
}


div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

a.advance-link img
{
	/*width:280px;
	height:350px;*/
}

div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	width: 95%;
	text-align: center;
	background-color: #EFEFEF;
	border: thin solid #336600;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 12px;
}
.center {
	text-align: center;
}

