/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {

	font-family: Verdana, Arial, sans-serif;
	background: #fff;
	font-size: 62.5%;
	color: #4c4c4c;
}


a {
	text-decoration:  none;
}

a:link, a:visited {
	color: #ff9a00;
}

a:hover {
	color: #ffb548;
}

#quickLinks a:link, #quickLinks a:visited, ul#subnav a:link, ul#subnav a:visited, .panelBlue a:link, .panelBlue a:visited {
	color: #18498c;
}
#quickLinks a:hover, ul#subnav a:hover, .panelBlue a:hover {
	color: #1E87EF;
}

p, li {
	font-size: 1.17em;
	line-height: 1.5;
	margin-bottom: 0.8em;
}

li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(bullet.gif);
}

h1 {
	font-size: 3em;
	line-height: 1.2;
	margin-bottom: 0.8em;
	color: #18498c;
	font-weight: normal;
}

h2, h3, h4 {
	font-size: 2.2em;
	line-height: 1.2;
	margin: 0.7em 0 0.8em 0;
	color: #18498c;
	font-weight: normal;
}

strong {
	color: #000;
	font-weight: bold;
}

address {
	margin-top: 10px;
	font-style: normal;
}

/* standard page architecture */

.container {
	width: 960px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 100%;
	text-align: right;
	padding-top: 0;
}

.border {
	border-bottom: 1px solid #d0d0d0;
	clear: both;
	padding: 10px 0;
	float: left;
	width: 100%;
}

.bordertop {
	border-top: 1px solid #d0d0d0;
	clear: both;
	padding: 10px 0;
	float: left;
	width: 100%;
}

#footer {
	color: #999999;
	font-size: 0.9em;
	clear: both;
	width: 100%;
	background: #fff url(footer.gif) center top no-repeat;
	padding: 130px 0 20px 0;
}

#footer li {
	list-style-image: none;
	float: left;
	padding: 0 10px 5px 0;
	margin: 0;
}

#footer p {
	clear: both;
}

#leftcol {
	float: left;
	width: 222px;
}

#maincol {
	float: left;
	padding: 0 24px;
	width: 515px;
}
#maincol.fullWidth {
	width: 700px;
	padding: 0 0 0 24px;
}
#fullPage {
	width: 936px;
	padding: 0 0 20px 0;
}

#rightcol {
	float: right;
	width: 170px;
}

/* standard page elements */

#logo {
	float: left;
	padding-top: 15px;
}

#nav {
	float: right;
	clear: right;
}

#nav li {
	font-size: 1.2em;
	float: left;
	padding: 4px 8px;
	border-right: 1px solid #d0d0d0;
	margin: 0;
	list-style-image: none;
}

#nav li.last {
	padding-right: 0;
	border-right: none;
}

#nav a:link, #nav a:visited {
	color: #000;
}

#nav a:hover, #nav li.this a:link, #nav li.this a:visited {
	color: #ff9a00;
}

#header #contact {
	color: #7f7f7f;
	font-size: 1.4em;
	margin-right: 20px; 
	float: right;
	margin-bottom: 0;
	padding-top: 15px;
}

#header #login {
	font-size: 1.4em;
	margin-bottom: 15px;
	float: right;
}

#header #login a {
	display: block;
	width: 222px;
	height: 45px;
	background: #fff url(login-tab.gif) no-repeat bottom left;
}

#header #login a:hover {
	background-position: top left;
}

#header #login a span {
	padding: 15px 0 0 10px;
	float: left;
	color: #000;
}

#header #login a span span {
	float: none;
	color: #fff;
	padding: 0 13px 0 0;
	background-image: url(arrow-white.gif);
	background-repeat: no-repeat;
	background-position: right 6px ;
}

#header #strapline {
	clear: right;
	font-size: 1.6em;
	color: #999999;
	padding-bottom: 10px;
}

p.morelink {
	padding-left: 18px;
	background: transparent url(arrow-blue.gif) center left  no-repeat;
	margin-bottom: 0;
}

p.morelinkOrange {
	padding-left: 18px;
	background: #ff9900 url(arrow-white.gif) center left  no-repeat;
}

blockquote {
	background: #fff url(quote-open.gif) top left no-repeat;
	padding: 0 0 0 50px;
}

blockquote p span {
	margin-top: 4px;
	display: block; 
	width: 13px;
	height: 12px;
	background: url(quote-close.gif) top left no-repeat;
	text-indent: -9999px;
}

blockquote p span.first {
	display: none;
}

blockquote p.cite {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

#contactPanel {
	width: 100%;
	height: 92px;
	background: #fff url(contact-bg.jpg) top left no-repeat;
}

#contactPanel h2, #contactPanel p, #contactPanel a, #contactPanelSide h3, #contactPanelSide p, #contactPanelSide a {
	color: #fff;
	margin: 0;
}

#contactPanel h2 {
	padding: 12px 0 13px 20px;
	font-size: 1.9em;
}

#contactPanel p {
	padding: 0 0 0 20px;
	font-size: 1.5em;
}

#contactPanel em, #contactPanelSide em {
	font-style: normal;
	color: #ff9a00;
	padding-left: 10px;
}

#contactPanelSide {
	width: 100%;
	height: 190px;
	background-image: url(bg-contactpanelside.jpg);
	color: #fff;
}

#contactPanelSide p {
	margin-bottom: 10px;
	font-size: 1.17em;
	padding-left: 10px;
}

#contactPanelSide h3 {
	padding: 15px 20px 7px 20px;
}

#contactPanelSide .button {
	margin: 0 20px 20px 20px;
	font-size: 1.17em;
	display: block;
	float: left;
}

a.button {
	background-image: url(button-left.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px 0px 10px 15px;
}

a.button span {
	background-image: url(button-right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 10px 30px 10px 0;
}

a.buttonwhite {
	background-image: url(buttonw-left.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px 0px 10px 15px;
	font-size: 1.3em;
	margin-bottom: 20px;
}

a.buttonwhite:link, a.buttonwhite:visited {
	color: #fff;
}

a.buttonwhite:hover {
	color: #fff;
}

a.buttonwhite span {
	background-image: url(buttonw-right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 10px 30px 10px 0;
}

.orangeBox a.buttonwhite, .orangeBoxHome a.buttonwhite {
	background-image: url(buttonw-orangebox-left.gif);
}
.orangeBox a.buttonwhite span, .orangeBoxHome a.buttonwhite span {
	background-image: url(buttonw-orangebox-right.gif);
}
.blueBox a.buttonwhite {
	background-image: url(buttonw-bluebox-left.gif);
}
.blueBox a.buttonwhite span {
	background-image: url(buttonw-bluebox-right.gif);
}
.panelBlue a.buttonwhite {
	background-image: url(buttonw-palebox-left.gif);
	
}
.panelBlue a.buttonwhite span {
	background-image: url(buttonw-palebox-right.gif);
}
.panelBlue .readmore {
	float: right;
	width: 173px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 2;
	font-size: 1.1em;
}

#quickLinks li {
	list-style-image: none;
	margin: 10px 0 0px 16px;
	font-size: 1.1em;
	font-weight: bold;
}

#quickLinks ul {
	float: left;
	width: 188px;
}

#quickLinks ul ul {
	float: none;
}

#quickLinks ul ul li {
	font-size: 1em;
	margin: 0px;
	font-weight: normal;
}



.orangeBoxHome {
	width: 222px;
	height: 280px;
	background: #fff url(panel-orange.jpg) top left no-repeat;
	color: #fff;
}

.orangeBoxHome img {
	margin-left: 25px;
}

.orangeBox img {
	margin-left: 0px;
}

.orangeBox {
	width: 170px;
	color: #fff;
	background: #ff9a00 url(orangeboxtop.jpg) top left no-repeat;
}

.orangeBoxHome .inner {
	padding: 16px 16px;
}

.orangeBox .inner {
	padding: 16px 16px 16px 16px;
	background: url(orangeboxbottom.jpg) bottom left no-repeat;
}

.orangeBox a, .orangeBoxHome a {
	color: #fff;
}

.orangeBox p, .orangeBoxHome p {
	font-size: 1.1em;
}

.orangeBox h2, .orangeBoxHome h2 {	
	margin-top: 0;
	font-size: 2em;
	color: #fff;
	margin-bottom: 7px;
}

.blueBox {
	width: 170px;
	color: #fff;
	background: #18498c url(blueboxtop.jpg) top left no-repeat;
}

.blueBoxHome .inner {
	padding: 16px 16px;
}

.blueBox .inner {
	padding: 16px 16px 16px 16px;
	background: url(blueboxbottom.jpg) bottom left no-repeat;
}

.blueBox a, .blueBoxHome a {
	color: #fff;
}

.blueBox p, .blueBoxHome p {
	font-size: 1.1em;
}

.blueBox h2, .blueBoxHome h2 {	
	margin-top: 0;
	font-size: 2em;
	color: #fff;
	margin-bottom: 7px;
}

#title {
	width: 100%;
	height: 115px;
	background: #fff url(page-title.jpg) no-repeat 0 0;
	clear: both;
	margin: 10px 0 20px 0;
	float: left;
}
#title .heading {
	color: #fff;
	clear: both;
	margin: 0;
	font-size: 3.5em;
	float: left;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#title p {
	float: left;
	color: #fff;
	padding: 0 0 0 15px;
	margin: 12px 0 0 0;
}

#title ul {
	padding: 12px 0 0 0;
	float: left;
}

#title li {
	float: left;
	list-style-image: none;
	margin: 0;
	color: #fff;
	background-image: url(breadcrumb-spacer.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0 0 0 8px;
	margin-left: 5px;
}

#title a:link, #title a:visited {
	color: #ff9a00;
}

#title a:hover {
	color: #fff;
}

img.thumbright {
	float: right;
	margin-left: 10px;
	margin-top: -15px;
}

ul#subnav {
	padding-top: 10px;
}

ul#subnav li {
	list-style-image: none;
	margin-left: 0;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 5px;
}



ul.readmore {
	float: left;
	width: 100%;
}

ul.readmore li {
	list-style-image: none;
	margin-left: 0;
	border-bottom: 1px solid #d0d0d0;
	padding: 15px 0;
	float: left;
	clear: both;
	width: 100%;
	font-size: 1em;
}

ul.readmore li h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 15px;
}

ul.readmore li .guidethumb {
	width: 127px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

ul.readmore li .guidethumb img {
	border: 1px solid #d0d0d0;
}

img.productshot {
	margin-bottom: 20px;
}

h2.maintitle {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 3em;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 15px;
}

img.floatLeft {
	float: left;
	margin: 0 15px 10px 0;
}

/* homepage elements */

#flash {
	float: left;
	width: 714px;
}

#promo {
	float: right;
}

.colSpan1 {
	float: left;
	width: 246px;
}

.colSpan1Last {
	float: left;
	width: 222px;
}

.colSpan2 {
	float: left;
	width: 492px;
}

.colSpan3 {
	float: left;
	width: 738px;
}

.gutter {
	padding-right: 24px;
}

.panelBlue {
	width: 100%;
	background: #dee7f0 url(panel-blue-top.gif) top left no-repeat;
	padding: 10px 0 0 0;
	float: left;
}

.panelBlue .bottom {
	background-image: url(panel-blue-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	padding: 0 10px 20px 10px;
}

.panelBlue .col {
	width: 313px;
	float: left;
}

.panelBlue .col .inner {
	padding: 0 8px;
}

.panelBlue h3 {
	margin-top: 5px;
	font-size: 1.6em;
}

.panelBlue .thumb {
	float: left;
}

.panelBlue li {
	margin-bottom: 0;
}

.panelBlue ul {
	margin-bottom: 6px;
	float: right;
	width: 173px;
}

.panelBlue .morelink {
	float: right;
	width: 154px;
}

.morelinkproducts {
	float: right;
	margin-top: -40px;
}

ul.contactinfo {
	margin-bottom: 20px;
}

ul.contactinfo li {
	list-style-image: none;
	margin-left: 0;
	font-size: 2em;
	margin-bottom: 0;
}

/* form elements */

form {
	padding: 20px 0px 0px 0px ;
	background-color: #f3f3f3;
	background-image: url(form-top.gif);
	background-repeat: no-repeat;
}

#formBottom {
	padding: 0 10px 10px 10px;
	display: block;
	background-image: url(form-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

form .error {
	font-size: 0.9em;
	color: red;
	clear: both;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.required {
	text-align: right;
	font-size: 0.9em;
	margin-right: 0px;
	padding-bottom: 5px;
}

form p {
	margin-bottom: 15px;
	clear:both;
}

label {
	width: 140px;
	float: left;
	padding-top: 5px;
	text-align: right;
}

.textfield {
	padding: 6px;
	border: 1px solid #d0d0d0;
	width: 270px;
	margin-left: 15px;
}

select {
	margin-left: 15px;
	margin-top: 3px;
}

.submitbutton {
	margin-left: 155px;
}

.messageResponse {
	display: block;
	background-color: #d9ecee;
	padding-top: 15px;
	margin-bottom: 20px;
	background-image: url(messageresponse-top.gif);
	background-repeat: no-repeat;
}
.messageResponse .bottom {
	padding: 0 15px 15px 15px;
	background-image: url(messageresponse-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.messageResponse h3 {
	margin-top: 0;
	background-image: url(messageresponse-tick.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
}

.messageResponse p {
	margin-bottom: 0;
}

/* sign up form page elements */

.clearFix {
	clear: both;
}

.commitmentBox {
	background-image: url(signup-com-box-bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	width: 960px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

.commitmentBox h3 {
	background-image: url(signup-com-box-top.gif);
	background-repeat: no-repeat;
	padding: 15px 0 15px 20px;
	margin: 0;
}

.commitmentBox ul {
	float: left;
	width: 470px;
}

.commitmentBox li {
	background: white url(signup-tick.gif) no-repeat left top;
	padding: 0 0 3px 25px;
	font-size: 1.1em;
	list-style-image: none;
}

.errorBox {
	background-image: url();
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #ffe1e4;
	float: left;
	width: 960px;
	padding: 0 0 0px 0;
	margin: 0 0 15px 0;
}

.errorBox p, .errorBox ul {
	padding-left: 20px;
}

.errorBox h3 {
	font-size: 1.5em;
	color: black;
	font-weight: bold;
	background-image: url(signup-errorbox-top.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 20px 0 10px 50px;
	color: #e40c00;
}

.errorBox li {
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.errorBox p {
	font-weight: bold;
	margin: 5px 0 0 0;
}

.errorBox p.last {
	padding: 10px 0 20px 20px;
	background-image: url(signup-errorbox-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	color: #e40c00;
}

label.errorx, td.errorx, label.errorx strong {
	color: #e40c00;
}

input.errorx {
	background-color: #ffe1e4;
}

.signUpFormBox {
	background: #f3f3f3 url(signup-box-bottom.gif) no-repeat left bottom;
	float: left;
	width: 960px;
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
}

.signUpFormBox h3 {
	background: white url(signup-box-header.gif) no-repeat left top;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.9em;
	padding: 5px 0 5px 20px;
	margin: 0;
}

.signUpFormBox .col {
	float: left;
	width: 480px;
	padding: 5px 0;
}

.signUpFormBox .col h4 {
	font-size: 1.6em;
	padding-bottom: 8px;
	border-bottom: 1px #ccc solid;
	margin: 0 0 0 15px;
}

.signUpFormBox .colWide {
	width: 100%;
	padding: 5px 0;
}

.signUpForm form {
	padding: 0;
	background-color: #fff;
}

.signUpForm form label {
	float: none;
	padding: 0;
	width: auto;
}

.signUpForm form .col label {
	width: 170px;
	text-align: right;
	float: left;
	padding: 3px 0 0 0;
}

.signUpForm form select {
	margin: 0;
}

.signUpForm form .col input, .signUpForm form .col textarea {
	margin-left: 10px;
}

.signUpForm form .col input.text, .signUpForm form .col textarea.text {
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	width: 275px;
	padding: 3px;
}

.signUpForm form p {
	margin: 7px 0;
}

.signUpForm form p.line {
	padding: 5px 15px 0 15px;
	margin: 0;
}

.signUpForm form p.line .text {
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	width: 230px;
	padding: 3px;
}

.signUpForm form .colWide p.line textarea.text {
	width: 920px;
}

.signUpForm p.submit {
	text-align: center;
}

.signUpForm p.intro {
	width: 650px;
}

.signUpForm table {
	margin: 0 15px;
	font-size: 1.2em;
}

.signUpForm table th {
	text-align: left;
}

.signUpForm table td {
	padding: 5px 5px 0px 0;
}

.signUpForm table tr.headerRow td {
	vertical-align: bottom;
}

.signUpForm table td.broadOpts {
	width: 100px;
}

.signUpForm table td.optionalX {
	background-color: #dee7f0;
	padding: 0 0 0 8px;
}

.signUpForm table .text {
	width: 105px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.signUpForm table h4 {
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 1.4em;
	padding: 0 0 8px 0;
	margin: 0;
}

.signUpForm p.submit input.submit {
	border: none;
	background-color: #ff9a00;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.5em;
	height: 30px;
	width: 100px;
}

.signUpForm p.submit input.saveLater {
	border: none;
	background-color: #b3b3b3;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.5em;
	height: 30px;
	width: 150px;
}

.form-term input {
	margin-left: 20px;
}

.signUpForm table.tableBBand .text {
	width: 100px
}

.signUpForm table.tableBBand td.broadOpts {
	width: 60px
}



.signUpFormBox a:link, .signUpFormBox a:visited {
	color: #e38b02;
}

.signUpFormBox a:hover {
	color: #b56e02;
}




/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	/*
	background:transparent url(black_arrow.png); */
	background-color: #dee7f0;
	font-size:1.1em;
	width:160px;
	padding:10px;
	color:#000;	
	z-index: 3;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
 
/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0;
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
	padding:10px;
}
#maincol table {
	width: 515px;
	background-color: #DBDBDB;
}
#maincol td {
	padding: 5px;
	border: 1px solid #FCFCFC;
}

