/* file(core.css) */


*, body { padding:0; margin:0; }

img, a img { border:none; }

body {

}

#container {
	width: 980px;
	margin: 0 auto;
}
#mast {
	height: 110px;
	background: url('mast-bg.png') no-repeat;
	position: relative; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0
}

#logo {
	position: absolute;
	top: 26px;
	left: 29px;
}

#phonenum {
	position: absolute;
	top: 34px;
	right: 27px;
}

#search {
	position: absolute;
	right: 25px;
	top: 66px;
}

#search fieldset {
	float: left;
	background: url('search-field.gif') no-repeat;
	width: 177px;
	height: 27px;
	overflow: hidden
}

#search input.textfield {
	border: 0px;
	width: 141px;
	padding: 6px 0px 0px 10px;
	background: none;
	float: left;
	color: #595959;
}
#search input.button {
	border: 0px none;
	width: 26px;
	height: 27px;
	padding: 0px;
	background: url('search-btn.gif') no-repeat;
	float: left;
	font-size: 0px;
	line-height: 0;
	text-indent: -1000em;
	color: #FFF;
	overflow: hidden
}

#nav {
	height: 50px;
	background: url('navbar.gif') repeat-x;
	width: 960px;
	margin: 0 auto
}

#content {

	
}

#leftColumn {
	float: left;
	width: 735px;
	padding-left: 10px;
	z-index: 999;
	position: relative;
	/*overflow: hidden;*/
}


#content.fullwidth #leftColumn {
	width: 960px;
	float: none;
}


#content.fullwidth {
	background: url('content-1col-bg.png') repeat-y;
	position: relative
}

#home #banner {
	width: 735px;
	height: 410px;
	background: #f1f0ed;
	position: relative;
	overflow: hidden;
}

#home #banner #productselector {
	width: 320px;
	height: 250px;
	position: absolute;
	top: 125px;
	left: 25px;
}

#mainContent {
	padding: 25px;
}

#content.fullwidth #mainContent {
	padding: 25px 20px;
	margin-bottom: 0px;
}

#inner #mainContent {
	margin-bottom: 110px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}

#rightColumn {
	float: right;
	width: 225px;
	padding-right: 10px;
}

#memberslogin {

}

#memberslogin p {
	font-size: 0.9em;
	color: #333;
}

#memberslogin ul {
	padding: 0px;	
}

#memberslogin ul li {
	font-size: 0.9em;
	color: #333;
	line-height: normal;
	margin-bottom: 4px;
	background: url('bullet-1.gif') no-repeat 0px 4px;; padding-left:13px; padding-right:0; padding-top:0; padding-bottom:0 
}

#memberslogin p.field {
	height: 30px;
	width: 185px;
	background: url('right-input-field.gif') no-repeat;
	position: relative;
	margin-bottom: 5px
}

#memberslogin p.field label {
	line-height: 28px;
	position: absolute;
	top: 1px;
	left: 10px;
	font-size: 12px;
	color: #666;
}

#memberslogin p.field input {
	width: 165px;
	border: 0px;
	padding: 7px 10px 0 10px;
	background: none;
}

#memberslogin p.button {
	padding-top:5px;
	margin-bottom: 7px;
}

#memberslogin p.error {
	color: #F00;	
}

input#loginbutton {
	border: 0px none;
	width: 185px;
	height: 32px;
	padding: 0px;
	background: url('login-button.gif') no-repeat;
	display: block;
	font-size: 0px;
	line-height: 0;
	text-indent: -1000em;
	color: #FFF;
	overflow: hidden;
	cursor: pointer
}

#memberslogin p.retrieve {
}

#memberslogin p.retrieve a {
	padding-left: 7px;
	background: url('bullet2.gif') no-repeat 0px 4px;
	color: #FF9900;
	text-decoration: none
}

#memberslogin p.retrieve a:hover {
	color: #f99701;
	text-decoration: underline;
}

#memberslogin p.newmember {	
	margin-bottom: 0px;
}

#subnav .submenu {
	padding: 20px 20px 10px 20px;
}

#subnav .submenu h2 {
	margin: 0px;
	color: #f99701;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#subnav .submenu ul, #subnav .submenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav .submenu ul {
	border-top: 1px solid #e2e0d9; 	
}
#subnav .submenu ul li {
	border-bottom: 1px solid #e2e0d9;
	background: none;
}
#subnav .submenu ul li a {
	text-decoration: none;
	color: #785408;
	display: block;
	background: url('subnav-arrow.gif') no-repeat 10px 10px;; padding-left:23px; padding-right:0px; padding-top:5px; padding-bottom:5px
}

#subnav .submenu ul li a:hover {
	text-decoration: none;
	color: #e2a219;
}
#subnav .submenu ul li.subPageSelected a, #subnav .submenu ul li.subPageSelected a:hover {
	font-weight: bold;
	background: #ece9e3 url('subnav-arrow.gif') no-repeat -184px 10px;
	color: #785408
}


#rightColContent {
	padding: 20px;
}

table.sidepanel {
	margin-bottom: 20px;
}

.sidepanel td {
	background: #fff url('sidepanel-bg.gif');
}

.sidepanel td ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidepanel td ul li {
	padding: 0px;
	background: none;
}
.sidepanel td h3 {
	color: #FF9900;
}
.sidepanel td.info {
	padding: 10px 15px 0px 15px;
}

.sidepanel td.info p {
	margin-bottom: 10px;
}


#plcbreadcrumbs {
	background: #f1f0ec url('breadcrumb-bg.gif') repeat-x;
	height: 50px;
	padding-left: 25px
}

#plcbreadcrumbs .text {
	float: left;
	line-height: 50px;
	font-size: 11px;
}

#plcbreadcrumbs .breadcrumbs {
	float: left;
	line-height: 50px;
	font-size: 11px;
	padding-left: 5px;
}

#plcbreadcrumbs .breadcrumbs a {
	color: #FF9900;
	text-decoration: none;
}

#plcbreadcrumbs .breadcrumbs a:hover {
	color: #e19f11;
	text-decoration: none;
}


#footer {
	height: 55px;
	background: url('footer-bg.png') no-repeat;
	color: #FFF;
	font-size: 11px;
	padding-left:30px; padding-right:30px; padding-top:0; padding-bottom:0
}

#footer a {
	text-decoration: none;
}

#contextualnav ul, #contextualnav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contextualnav ul li {
	margin-right: 20px;
	line-height: 44px;
	background: none;
}

#contextualnav ul li a {
	color: #FFF;
	text-decoration: none;
}

#contextualnav ul li a:hover {
	color: #99bfd6;
}

#copyright {
	float: right;
	line-height: 44px;
	color: #fff;
}
#copyright a {
	color: #99bfd6;
}
#copyright a:hover {
	color: #fff;
}


/* Text Sizer */
#tools {
	float: right;
	padding: 12px 14px 0 0;
}

#text-sizer {
	float: left;
}

ul#text-sizes { margin-right: 9px;}
ul#text-sizes li {float: left; margin:0; padding:0; list-style-type:none;}
ul#text-sizes li a { cursor:pointer; width:25px; height:26px; overflow:hidden; text-indent:-1000em; display:block; float:left; }

ul#text-sizes li a.sml { background: url('text-sizer.gif') no-repeat 0px 0px; }
ul#text-sizes li a.lge { background: url('text-sizer.gif') no-repeat -25px 0px; width:26px }

ul#text-sizes li a.sml:hover,
ul#text-sizes li a.sml-on { background-position: 0px -26px; }
ul#text-sizes li a.lge:hover,
ul#text-sizes li a.lge-on { background-position: -25px -26px; }

.small-text {font-size: 1em !important;}
.large-text {font-size: 1.2em !important;}

#print { float: left; }
#print a {
	cursor:pointer; width:26px; height:26px; overflow:hidden; text-indent:-1000em; display:block;
	background:url('print.gif') no-repeat 0px 0px;
	float: left
}
#print a:hover {
	cursor:pointer; width:26px; height:26px; overflow:hidden; text-indent:-1000em; display:block; float:left;
	background:url('print.gif') no-repeat 0px -26px;	
}


/*Content Styles*/
#homelayout .welcometext {
	width: 420px;
	padding-right: 25px;
	vertical-align: top;
}

/*#homelayout .welcometext h1 {
	width: 420px;
	height: 45px;
	background: url("home-h1.gif"/*tpa=images/home-h1.gif*/);
	display: block;
	overflow: hidden;
	text-indent: -999em;
	
}*/

#homelayout .popularlinks {
	width: 215px;
	padding-left: 25px;
	background: url('verticla-sep1.gif') no-repeat left top;
	vertical-align: top;
	padding-top: 0px
}

#homelayout .popularlinks h2 {
	color: #FF9900;
	font-size: 16px;
}

.popularlinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #d9d9d9;
}

.popularlinks ul li {
	background: url('bullet1.gif') no-repeat 0px 6px;
	border-bottom: 1px dotted #d9d9d9;
	margin: 0px; padding-left:23px; padding-right:0; padding-top:5px; padding-bottom:5px
}


#greeninfo {
	background: url('greeninfo-bg1.gif') repeat-x;
	height: 110px
}
#greeninfoinner {
	background: url('greeninfo-bg2.gif') repeat-x;
	height: 110px;
	width: 735px;
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 1000
}

#greeninfoinner a {
	color: #3d580c;
	text-decoration: none;
}

#greeninfoinner a:hover {
	color: #3d580c;
	text-decoration: underline;
}

#greeninfoinner .thawte {
	position: absolute;
	top: 25px;
	right: 35px;
}

.cufon {
	margin: 2px 0;
}


#content.fullwidth #greeninfoinner {
	width: 960px;
	position: relative;
	left: auto;
	bottom: auto;
	margin-left: 10px;
	z-index: 99;
}

#content.fullwidth #greeninfoinner table {
}

.greenbanner {
	width: 330px;
	margin-left: 25px;
}

#content.fullwidth .greenbanner {
	width: 400px;
}


.greenbanner td {
	color: #3d580c;
	font-size: 1.1em;
	line-height: 1.2em;
}
.greenbanner td img {
	margin-right: 10px;
}

.greenbanner p {
	margin: 0;
	line-height: 1.2em;
}

.greenbanner a {
	color: #3d580c;
	text-decoration: none;
}

.greenbanner a:hover {
	color: #3d580c;
	text-decoration: underline;
}


table.LandingIntro {
	width: 735px;
	margin-top: -25px;
	margin-left: -25px;
	overflow: hidden;
	margin-bottom: 25px;
}

table.LandingIntro td {
	background: #f1f0ec url('landing-intro-bg.gif') repeat-x;
	vertical-align: top
}

table.LandingIntro td.text {
	padding: 25px 0 0 25px;
	color: #454536;
}

table.LandingIntro td.text p {
	font-size: 13px;
	line-height: 1.4em;
}

table.LandingIntro td.pic p {
	margin: 0px;
}



.landing-ftr-1col, .introbanner {
	margin-bottom: 25px;
}

.introbanner {
	margin-top: -35px;
}

.landing-ftr-1col .box, .introbanner .box {
	width: 685px;
	height: 195px;
	padding: 0px;
	background: url('landing-ftr-box2.gif');
	overflow: hidden;
	display: block;
	vertical-align: top
}
.landing-ftr-1col .text, .introbanner .text {
	padding-left: 20px;
	padding-top: 15px;
	vertical-align: top;
}
.landing-ftr-1col .text p, .introbanner .text p {
	font-size: 12px;
	margin-bottom: 15px;
	color: #2b2b2b;
}
.landing-ftr-1col .pic, .introbanner .pic {
	height: 180px;
}


.landing-ftr-2col {
	margin-bottom: 25px;
}
.landing-ftr-2col .box {
	width: 330px;
	height: 200px;
	padding: 0px;
	background: url('landing-ftr-box1.gif');
	overflow: hidden;
	display: block;
	vertical-align: top
}

.landing-ftr-2col .hdr {
	height: 50px;
}
.landing-ftr-2col .text {
	/*padding-top: 15px;
	padding-left: 15px;*/
	vertical-align: top;
	height: 150px;
}
.landing-ftr-2col .hdr h2 {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.landing-ftr-2col .text p {
	font-size: 12px;
	margin-bottom: 15px;
	color: #2b2b2b;
	margin-left: 15px;
}
.landing-ftr-2col .pic {
}


.landing-listing {
	border-top: 1px solid #f3f2f0;
}

.landing-listing td {
	padding: 20px 0px;
}

.landing-listing .text {
	vertical-align: top;
	padding-bottom: 10px;
}
.landing-listing .text h2 {
	font-size: 1.3em;
}
.landing-listing .text p {
	margin-bottom: 10px;
}
.landing-listing .more {
	background: url('more-arrow.gif') no-repeat 0px 3px;
	padding-left: 12px
}
.landing-listing .pic {
}
.landing-listing .pic img {
	margin-left: 15px;
}


table.productTable {
	margin-bottom: 20px;
}
table.productTable td {
	border-right: 1px solid #fff;
}

table.productTable td.info {
	width: 170px;
	vertical-align: top;
	background: url('product-table-bg.gif') repeat-y;
}
table.productTable td.info p {
	padding: 15px 15px 0 15px;
}
table.productTable td.quote {
	text-align: center;
	background: url('product-table-bg.gif') repeat-y;
	padding-bottom: 15px;
	border-bottom: 1px solid #f3f2f0
}

table.productTable td.footer {
	border-top: 1px solid #fff;
	background: url('product-table-footer.gif') no-repeat;
	height: 51px;
	text-align: center;
	vertical-align: middle
}
table.productTable td.footer a {
	margin: 0 5px 0 5px;
	display: inline-block;
}



.why {
	margin-top: 25px;
}
.why .reason {
	padding-left: 25px;
}

.why .reason h3 {
	font-size: 1.4em;
}
.why .number {
	padding-top: 5px;
}
.why td {
	padding-bottom: 15px;
	vertical-align: top;
}


/* sliding mode */
#howtoclaim .divFaqMain {
	margin-bottom: 15px;
	padding: 0px;
	background: url('slider-content.png') no-repeat left bottom;
}

#howtoclaim .divFaqQuestion {
	cursor:pointer;
	height: 50px;
	color: #FF9900;
	font-size: 1.4em;
	padding: 0px 45px 0px 20px;
}

#howtoclaim .yellow {
	background: url('slider-hdr-yellow.png');
}
#howtoclaim .blue {
	background: url('slider-hdr-blue.png');
}
#howtoclaim .grey {
	background: url('slider-hdr-grey.png');
}

#howtoclaim .divFaqQuestion h3 {
	line-height: 50px;
	font-size: 1em;
	color: #FFF;
	margin-bottom: 0px;
}

#howtoclaim .yellow h3 {
	color: #543304;
}

#howtoclaim .divFaqAnswer {
	display:none;
	padding: 15px 45px 0px 20px;
}

.thawte {
	text-align: center;	
}


@media print {
	
	body { background: none;}
	#mast, #nav, #plcbreadcrumbs, #rightColumn, #greeninfoinner, #footer { display: none; }	
	
}