a,p,span,div,font,h1,h2,h3,h4,h5,input,textarea,select,label,body td {
	text-decoration: none;
}

img,h1,h2,h3,h4,h5 {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p a, p a:visited, p a:hover {
	color:#8b8b8b;
	text-decoration:underline;	
}

a, a:visted, a:hover {
	text-decoration:underline;	
	font-size: 12px;
	color: #8b8b8b;
}

body {
	padding: 0px;
	margin: 0px;
	background:#FFFFFF;
	font-size: 12px;
	color: #8b8b8b;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.sitebgshading {
	background: url(/templates/images/site_bg_shading.png) no-repeat;
	background-position: 50% 562px;
}

.wrapper {
	width: 738px;
	margin: 0 auto;
	position: relative;
}

.header {
	position:relative;
	width: 738px;
	height: 140px;
	margin:0 auto;
	padding:0;
}

.headerbox {
	position:absolute;
	top:26px;
	left:480px;	
}

.bannerswrapper {
	width:100%;
	height:286px;
	margin:0px;
	padding:0;
}

.banners {
	width:738px;
	height:286px;
	padding:0;
	margin:0 auto;
}

.signup_box {
	width:226px;
	height:226px;
	background:url(/templates/images/signup_box.jpg) no-repeat top left;
}

.recycle_box {
	width:226px;
	height:226px;
	background:url(/templates/images/recycle_box.jpg) no-repeat top left;
}

.account_box {
	width:226px;
	height:226px;
	background:url(/templates/images/account_box.jpg) no-repeat top left;
}

.fieldholder {
	background:url(/templates/images/accountfield.gif) no-repeat top left;
	width:191px;
	height:21px;
	margin:0px;
	padding:0px;
}

.accountfield {
	width:187px;
	height:17px;
	margin:2px;
	padding:0px;
	background:none;
	border:none;
	color:#c8c8c8;
}

.accountbutton {
	float:right;
	background:url(/templates/images/checkbalance.jpg) no-repeat top left;
	border:none;
	width:107px;
	height:12px;
	cursor:pointer;
	margin-top:10px;
}

.inner_box {
	margin:0px 18px;
	text-align:left;
	color:#FFFFFF;
	line-height:13px;
}

.complogo {
	margin:0px;
	padding:0px;
}

.contact {
	position: absolute;
	top: 64px;
	right: 47px;
}

.top_navigation {
	background: url(/templates/images/top_nav_grad.png) no-repeat;
	height: 40px;
	margin-left: 20px;
}

.coverflow {
	height: 298px;
	text-align: center;
}

.content {
	margin-right:16px;
	padding:0px;
}

.news {
	margin-left:16px;
	padding:0px;
	line-height:13px;
}

.news-name {
	font-size:12px;
	color:#f06527;
	font-weight:bold;
	clear:both;
}

.news-readmore-link {
	float:right;
}

.footerwrapper {
	background: url(/templates/images/footerbg.gif) top repeat-x;
	background-color: #000000;
}

.footer {
	width: 738px;
	height:111px;
	margin: 0 auto;
	position: relative;
	color:#FFFFFF;
	text-transform:uppercase;
}

.footer td {
	color: #ffffff;
}

.footright {
	padding-right: 32px;
}

.footerdivv {
	padding-top: 7px;
}

ul.bottommenu {
	margin:0px;
	padding: 0px;
}

li.bottommenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	width: 111px;
	float: left;
}

li.bottommenu a,li.bottommenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

li.bottommenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	text-transform: uppercase;
}

.newsletter_title {
	color: #FFFFFF;
	font-size: 9px;
	margin: 14px 65px 12px 0px;
}

.newsletter_form {
	margin-right: 48px;
}

.newsletter_button {
	width: 64px;
	height: 23px;
	background-image: url(/templates/images/button_newsletter.gif);
	border: 0px;
	cursor: pointer;
	margin-left: 4px;
}

.newsletter_input {
	width: 186px;
	height: 18px;
	background: none;
	border: #333537 1px solid;
	color: #5b5b5b;
	padding: 3px 3px 0px 3px;
}

.search_title {
	color: #5b5b5b;
	font-size: 9px;
	margin: 14px 218px 12px 0px;
}

.search_form {
	margin-right: 48px;
}

.search_button {
	width: 64px;
	height: 23px;
	background-image: url(/templates/images/button_search.gif);
	border: 0px;
	cursor: pointer;
	margin-left: 4px;
}

.search_input {
	width: 186px;
	height: 18px;
	background: none;
	border: #333537 1px solid;
	color: #5b5b5b;
	padding: 3px 3px 0px 3px;
}

.support_search_form {
	padding-right: 0px;
}

.support_search_button {
	width: 64px;
	height: 23px;
	background-image: url(/templates/images/button_search.png);
	border: 0px;
	cursor: pointer;
	margin-left: 4px;
	background-color:#FFFFFF;
}

.support_search_input {
	width: 162px;
	height: 18px;
	background: none;
	border: #333537 1px solid;
	color: #5b5b5b;
	padding: 3px 3px 0px 3px;
}

/* used in the three column layout */
.tc_left {
	width: 170px;
	border-right: #dadada 1px solid;
}

.tc_middle {
	width: 447px;
	padding: 0px 10px;
}

.tc_right {
	width: 239px;
	border-left: #dadada 1px solid;
	padding-left: 10px;
}

.threecoltitle {
	padding-left: 181px;
}

/* used in the menu and content layout */
.mc_left {
	padding:0px;
	margin:0px;
}

.mc_middle {
	width: 511px;
	padding: 0px;
	margin: 0px;
}

/* used in the content and banner layout */
.cb_middle {
	width: 617px;
	padding: 0px 10px;
}

.cb_right {
	width: 239px;
	border-left: #dadada 1px solid;
	padding-left: 10px;
}

h1 {
	color: #4b973c;
	padding: 0;
	margin-bottom:10px;
	font-size: 22px;
	font-weight:bold;
}

.supporth1 {
	color: #4b973c;
	padding: 0;
	margin-bottom:10px;
	font-size: 22px;
	font-weight:bold;
}

.grid_title {
	background: url(/templates/images/grid_top_bg.png) no-repeat;
	width: 268px;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	margin-bottom: 92px;
}

.grid_title h1 a,.grid_title h1 a:visited,.grid_title h1 a:hover {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.grid_arrow {
	float: right;
	padding: 7px 7px 0px 0px;
}

.grid_rss {
	float: right;
	padding: 7px 7px 0px 0px;
}

.grid_desc {
	background: url(/templates/images/grid_bottom_bg.png) no-repeat;
	width: 258px;
	height: 63px;
	padding: 10px;
	color: #FFFFFF;
}

.rssfeed {
	float: right;
	margin: 8px 32px 0px 0px;
}

.facebook {
	float: right;
	margin: 8px 5px 0px 0px;
}

.inputselect {
	border: #dadada 1px solid;
	width: 217px;
	color: #6f6f6f;
	background-color: #efefef;
	margin-bottom:10px;
}

.inputfield {
	border: #dadada 1px solid;
	width: 215px;
	color: #6f6f6f;
	background-color: #efefef;
	margin-bottom:10px;
}

.inputfield2 {
	border: #dadada 1px solid;
	width: 107px;
	color: #6f6f6f;
	background-color: #efefef;
}

.inputtextarea {
	border: #dadada 1px solid;
	width: 445px;
	color: #6f6f6f;
	background-color: #efefef;
	margin-bottom:10px;
}



.inputfield_side {
	border: #dadada 1px solid;
	width: 110px;
	color: #6f6f6f;
	background-color: #efefef;
	margin-bottom:10px;
}

.inputfield2_side {
	border: #dadada 1px solid;
	width: 110px;
	color: #6f6f6f;
	background-color: #efefef;
}

.inputtextarea_side {
	border: #dadada 1px solid;
	width: 225px;
	color: #6f6f6f;
	background-color: #efefef;
	margin-bottom:10px;
}






.scodeimg {
	border: #dadada 1px solid;
}

.buttonsubmit {
	width: 60px;
	height: 20px;
	background: url(/templates/images/submit.gif) no-repeat center center ;
	border: 0px;
	cursor: pointer;
}

.breadcrumbs {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	margin:0px;
	padding:0px;
	height:29px;
	line-height:29px;
}

.breadcrumbs a:link,.breadcrumbs a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.breadcrumbs a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}

ul.sidemenu {
	color: #0470bb;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.sidemenu {
	margin: 0px 5px 0px 0px;
	padding: 6px 0px 6px 5px;
	border-bottom: #dadada 1px solid;
}

li.sidemenu a:link,li.sidemenu a:visited {
	color: #6f6f6f;
	text-decoration: none;
}

li.sidemenu a:hover {
	color: #020a29;
	text-decoration: none;
}

.newslisttitle {
	color: #020a29;
	font-weight: bold;
	font-size: 13px;
}

.newslistlink a,.newslistlink a:visited {
	text-decoration: none;
}

.newslistlink a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#top_banner {
	margin: 0px;
	padding: 0px;
}

#newsletter_signup p {
	font-weight: bold;
	color: #58595B;
}

.content_area {
	padding: 0px;
	margin: 0px;
}

.seven {
	height: 7px;
}

.headerText {
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	margin-top: 5px;
}

/* PAGE GALLERY */
#img-box {
	padding: 5px;
}

.img-inside {
	width: 150px;
	float: left;
	padding: 2px;
}

.img-theimg {
	width: 150px;
	height: 150px;
}

.error {
	margin-left: 5px;
	padding: 2px;
	color: #EA5200;
}

input.error {
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
}

textarea.error {
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
}

/* These styles create the dropdown menus. */
#topDropdown {
	margin: 0;
	padding: 0;
	height: 1em;
}

#topDropdown li {
	list-style: none;
	float: left;
}

#topDropdown li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}

#topDropdown li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #0672BC;
}

#topDropdown li:hover ul,#topDropdown li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

#topDropdown li:hover li,#topDropdown li.hover li {
	float: none;
}

#topDropdown li:hover li a,#topDropdown li.hover li a {
	font-size: 12px;
	border-bottom: 1px solid #fff;
	color: #000;
}

#topDropdown li li a:hover {
	color: #fff;
}

.jquerycssmenu {
	background: url(/templates/images/top_menu.jpg) no-repeat;
	height: 50px;
	line-height: 50px;
	z-index: 200;
	text-align:center;
}

.jquerycssmenu ul {
	margin:0px 30px;
	padding:0px;
	list-style-type: none;
	z-index: 300;
	height:50px;
	line-height: 50px;
}

/*Top level list items*/
.jquerycssmenu ul li {
	position: relative;
	display: inline-block;
	float:left;
	height:50px;
	line-height: 50px;
	margin: 0px;
	padding:0px;
	background: url(/templates/images/top_menu_div.gif) top right no-repeat;
	z-index: 400;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a,.jquerycssmenu ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
	font-size:14px;
	margin:0px 10px;
	font-weight:bold;
	line-height: 50px;
}

.jquerycssmenu ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: normal;
	font-size:14px;
	margin:0px 10px;
	font-weight:bold;
	line-height: 50px;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin: 0px 0px 0px 0px;
	padding: 10px 8px 10px 8px;
	background: url(/templates/images/top_menu_subs_bg.png);
	width: 213px;
	line-height: normal;
	z-index: 2;
	height:auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
	margin: 0px;
	padding: 0px;
	border-top: #FFFFFF 1px solid;
	background: none;
	line-height: normal;
	text-transform: none;
	z-index: 400;
	height:20px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul {
	top: 0;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	z-index: 400;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a,.jquerycssmenu ul li ul li a:visited {
	font: normal 13px Tahoma;
	/*width: 160px; width of sub menus*/ /*background: white;*/
	color: #ffffff;
	padding: 4px 5px;
	margin: 0;
	/*border-top-width: 0;
	border-bottom: 1px solid black;*/
	text-transform: none;
	z-index: 400;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	font: normal 13px Tahoma;
	/*background: #eff9ff;*/
	color: #ffffff;
	text-transform: none;
	z-index: 400;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
}

.rightarrowclass {
	position: absolute;
	top: 5px;
	right: 0px;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */ /* Container DIV */
.vert {
	width: 200px; /* wider than clip for custom button pos. */
	height: 720px;
	margin-bottom: 1.5em;
}

/* Clip DIV */
.vert .simply-scroll-clip {
	width: 200px;
	height: 720px;
}

/* Explicitly set height/width of each list item */
.vert .simply-scroll-list li {
	width: 200px;
	height: 200px;

}

/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up {
	right: 0;
	top: 0;
}

.vert .simply-scroll-btn-down {
	right: 0;
	top: 52px;
}

#scroller_box {
	position:absolute;
	background-image: url('/images/fade_top.png');
	top:0px;	
	z-index:4;
	width:200px;
	height:50px;
	min-height:50px;
}

#scroller_box_bottom {
	position:absolute;
	background-image: url('/images/fade_bottom.png');
	bottom:0px;	
	z-index:4;
	width:200px;
	height:50px;
	min-height:50px;
}

.headerbar {
	margin:0;
	padding:0;
	width:100%;
	height:29px;
	background:url(/templates/images/headerbar.gif) repeat-x;
}

.headerbarin {
	width:738px;
	height:29px;
	line-height:29px;
	margin:0 auto;
	padding:0;
}
