@charset "UTF-8";
.style1 {
	font-size: 15px;
	color: #9db245;
}
body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:11px;
}
.subtitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F60;
}

.oneColElsCtr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/container-top.jpg) #FFFFFF; background-repeat:no-repeat;
	padding-top:10px;
}

.oneColElsCtr #containertop {
	width: 850px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-image:url(images/logo-on-white.jpg);
	background-repeat:no-repeat;
	background-position: left;
	height:65px;
}


.oneColElsCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a:link {color:#06C; text-decoration:none}
a:active {color:#06C; text-decoration:none}
a:visited {color:#06C; text-decoration:none}
a:hover {color:#06C; text-decoration:underline}

.topright, .bottomright { float:right;}
.bumpdown {padding-top:30px; padding-right: 5px;}

h3 {font-variant:small-caps; color:#9db245; font-size:15px; font-weight:normal;}
h4 {font-size:12px; font-weight:normal;}

.menu {font-family: Tahoma, Geneva, sans-serif; font-variant:small-caps; font-size:13px; text-align:center; font-weight:bold; 
	background:url(images/menu-bg.jpg); height:35px; background-repeat:no-repeat; margin-top:10px;}
.menutext {padding-top:35px;}
.menutext a:link {color:#000; text-decoration:none;}
.menutext a:active {color:#000; text-decoration:none}
.menutext a:visited {color:#000; text-decoration:none}
.menutext a:hover {color:#000; text-decoration:underline}

.menubar {padding-left: 8px; padding-right: 8px;}

.colorboxes p{ padding:0px; margin:0px; margin-right:10px;}
.colorboxes a:link {color:#FFF; text-decoration:none}
.colorboxes a:active {color:#FFF; text-decoration:none}
.colorboxes a:visited {color:#FFF; text-decoration:none}
.colorboxes a:hover {color:#000; text-decoration:none}

.greenbox { width:270px; height:170px; background:url(images/box-green.jpg); color:#FFF; background-repeat:no-repeat;}
.bluebox { width:270px; height:170px; background:url(images/box-blue.jpg); color:#FFF; background-repeat:no-repeat; }
.orangebox { width:270px; height:170px; background:url(images/box-orange.jpg); color:#FFF; background-repeat:no-repeat;}

.copyright {font-size:10px; font-variant:small-caps; color:#bababa;}
.phone {font-size:12px; font-variant:small-caps; color:#bababa;}
.meterread {font-variant:small-caps; color:#000000; font-size:11px;}
.meterread a:link {color:#000; text-decoration:none}
.meterread a:active {color:#000; text-decoration:none}
.meterread a:visited {color:#000; text-decoration:none}
.meterread a:hover {color:#000; text-decoration:underline}

.news {width:300px; vertical-align:top;}

.buttonsbanners {width: 530px; vertical-align:top; text-align:right;}
.breadcrumb {margin-left:15px;}

.boxedin {border:#000000; border-style:solid; border-width:1px; padding:1px;}

table p {margin: 0px; padding:0px;}
th {background-color:#CCC;}.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.boldmaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #006;
	font-weight: bold;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
}
.archivedtext {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #006;
}
.orange text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #C30;
}
.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	font-style: italic;
}
.specialstext {
	font-family: verdana;
	font-size: 16px;
	color: #000;
}
.specialsprice {
	font-family: verdana;
	font-size: 30px;
	color: #009;
}
.xmastitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F00;
}
.subtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #006;
	font-style: italic;
}
.subtitlesCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009;
}
.adminbackground {
	background-color: #FFF;
	background-image: url(images/admincomp.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
