/* 	for a custom page width, divide your desired 
    pixel width by 13 to find em width. Multiply 
    that value by 0.9759 for IE via *width. For 
    example, this is a 600px page-width:		*/

html {
    padding: 0;
}
#doc {
    margin: auto;
    text-align: left;
    width: 1024px;
    min-width: 1024px;
    background: transparent;
}

body {
    background: #FFF url("/images/body-bg1.gif") repeat-x;
    margin: 0px; 
    padding: 0px;
    color: #064413;
    font-size: 80%;
}

div {
    zoom: 1;
}

h3 {
	font-size: 180%;
	padding: 2% 0;	
}

h4 {
	font-size: 140%;
	padding: 2% 0;	
}

a {
	text-decoration: none;
	color: #48b537;
}

p {
	padding: 2% 0;	
}

strong, b {
	font-weight: bold;
}

/* Sidewide Classes */
#errors {
	background-color:#ededed;
	border: 2px solid #FF0000;
	color: #FF0000;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0;
	padding: 5px 2px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;	
}
.gradient {
	background: #FFFFFF url("/images/gradient.gif") repeat-x;	
}
.rounded {
	border: 1px solid #9b9b9b;	
}

.roundedTop {
	background: #d5e9db;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;	
	border-right: 1px solid #9b9b9b;
}

.roundedBottom {
	border: 1px solid #9b9b9b;
}

.box {	
	margin: 19px 0;
}
.listItem {
	padding: 2px 0;
}
.formatted {
	padding: 0 12px;	
}
	
.paddingAll {
	padding: 14px;	
}

.paddingTop {
	padding-top: 14px;
}

.paddingBottom {
	padding-bottom: 14px;
}

.restricted {	
	border: 1px solid #9b9b9b;
}
.clipped {
	height: 60px;
	overflow: hidden;	
}
.showcase {
	margin: 10px 0;
	background: #d3d2d2;	
}

.map {
	width: 590px;
	height: 190px;
	border-top: 1px dotted #999999;
}

.button {
	background: transparent url("/images/buttons/button-bg.png") no-repeat top left;
	display: block;
	width: 163px;
	height: 31px;
	padding: 0 15px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	font-size: 120%;
	cursor: pointer;
}

.small {
	width: 99px;
	height: 27px;
	background: transparent url("/images/buttons/button-bg-small.png") no-repeat top left;
}

.firstItem, .lastItem {
	border: 0;
}

.padded {
	padding: 8px;	
}

.arrow {
	display: block;
	background: #d5e9db url("/images/link-bg.gif") no-repeat top left;
	color: #064413;
	font-weight: bold;
	height: px;
	padding: 0px 5px 0px 35px;
	line-height: 18px;
	width: 150px;
	float: right;
	margin: 10px 0;
}

.cms ul {	
	list-style: disc;
	padding-left: 30px;
}

.cms ul li {	
	list-style: disc;
}

/* Header */
#hd {
	height: 155px;
	padding: 0 8px;	
	color: #FFF;
	position: relative;
	background: transparent url("/images/header-bg1.gif") no-repeat top left;
}

#logo {
	width: 190px;
	float: left;
}

#headerContent {
	width: 800px;
	float: left;
	padding: 45px 0 0 0;
	font-size: 120%;	
}

#topMenu {
	position: absolute;
	bottom: 0px;
	left: 198px;
	width: 808px;
	height: 37px;
	background: transparent url("/images/top-menu-bg1.png") no-repeat top left;
	color: #064413;
}

#topMenu a {
    color: #064413;
    text-decoration: none;
}

#topMenu ul {
	float: left;
	font-size: 110%;
	font-weight: bold;
}

#topMenu ul li {
	float: left;
	height: 38px;	
	line-height: 25px;
	background: transparent url("/images/menu-divider.gif") no-repeat top right;
	text-align: center;
	position: relative;
}

#topMenu ul li.lastItem {
	background: none;
}

#topMenu ul li a {
	display: block;
	padding: 12px 21px 6px 21px;
}

#topMenu ul li a.selected {
	color: #48b537;
}

#topMenu ul li#topMenuItemContactUs a {
	background: none;
}

#quickQuote {
	position: absolute;
	bottom: 4px;
	right: 20px;
}

#searchBox {
	height: 28px;
	float: left;
padding:9px 0 0 36px;
}

#searchBox input {

}

#searchBox input.text {
	width: 126px;
	border: 0;
	margin-right: 4px;
}

/* =Body */

/* Generic page Elements and Structure */
#contentPanel {
	width: 78%;	
}

#bd div.contentContainer {	

}

#bd div.contentBottom {
	background: transparent url("/images/content-bottom.gif") no-repeat top right;
	width: 593px;
	height: 5px;
}

#bd div.heading {
	font-size: 160%;
	border-bottom: 1px solid #1f1f1f;	
	padding-bottom: 5px;
}

#helpBar {
	border-top: 1px dotted #000;
	text-align: center;	
}

#bd h1 {
	font-size: 220%;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 3%;
}

div.formatted h2 {
	font-weight: bold;	
}

.breadcrumbs {
	background: #d5e9db;
	color: #064413;
	border: 0;	
	margin-top: 19px;
	padding: 2px 25px 0 25px;
	line-height: 30px;
	height: 18px;
}

.breadcrumbs a {
	color: #064413;
	margin-top: 25px;	
}

.featureImage {
	float: right;
	display: inline;	
	margin-left: 15px;
}

.contentImage {
	float: right;
	margin-left: 15px;
	text-align: right;
	width: 240px;
}

/* Slideshow */
#homepageSlider, #homepageBanner {
	width: 590px;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;	
	color: #042c33;
	
}

#homepageBanner {
    margin: 20px 0 0 0;
}

#homepageSlider a.prev, #homepageBanner a.prev {
	float: left;
	margin: 5px 10px 0 10px; 	
}

#homepageSlider a.next, #homepageBanner a.next {
	float: right;	
	margin: 5px 10px 0 10px;
}

#homepageSlider ul li, #homepageBanner ul li {
	float: left;
}

#slideshow, #bannerslide {
	float: left;
	overflow: hidden;
	width: 590px;
}

#slideshow ul, #bannerslide ul {
	width: 10000px;	
}

#slideshow ul li, #bannerslide ul li {
	float: left;
	width: 590px;	
}

body.home #slideshow, body.home #bannerslide {
	width: 590px;	
}

body.home #slideshow ul li, body.home #bannerslide ul li {
	width: 588px;	
}

#slideshow li img, #bannerslide li img {
	float: left;
}

.navigationArrows {
	border: 3px solid #e5e5e5;
	padding: 0 4px;
	width: 530px;
	margin: 0 auto;
}

body.home div.navigationArrows {
	width: auto;
	margin: 15px 0;	
}

.navigationArrows ul {
	float: left;	
}

.navigationArrows li {
	float: left;
	width: 126px;	
	text-align: center;
	font-weight: bold;
	padding: 4px 0;	
}

.navigationArrows ul li a {
	display: block;
	color: #064413;
	border-left: 1px solid #acacac;
	outline: 0;
}

.navigationArrows ul li.selected {
	background: #d5e9db;
}

.navigationArrows ul li.lastItem a {
	border-right: 1px solid #acacac;
}

.slideshowContents .heading {
	font-size: 230%;
}

/* Left Panel */
#leftPanel {
	width: 22%;
	padding: 0 0 0 22px;	
}

#leftPanel div.heading {
	padding: 3px 0 5px 15px;	
	background: #004812;
	border: 0;
	font-weight: bold;
    color: #ffffff;
}

#leftPanel a {
	color: #064413;	
}

#leftPanel a:hover {
	color: #48B537;	
}

#leftPanel ul li {
	border-bottom: 1px dotted #000;
	line-height: 30px;
	padding-left: 15px;
	background: transparent url("/images/arrow-right.gif") no-repeat center right;
}

#leftPanel ul li.selected {
	background: transparent url("/images/arrow-down-green.gif") no-repeat 100% 5%;
}

#leftPanel li.selected a, #leftPanel ul.productsSubNav li.selected a {
	color: #48B537;
}

#leftPanel ul.productsSubNav li {
	background: transparent;
	line-height: 20px;
	border: 0;
}

#leftPanel ul.productsSubNav li a {
	color: #064413;;
}

#leftPanel ul.productsSubNav li a:hover {
	color: #48B537;	
}

#leftPanel div.box {
	width: 171px;	
}

#leftPanel div.leftpanelTop {
	background: transparent url("/images/boxes/leftpanel-top.jpg") no-repeat top left;
	height: 4px;
}

#leftPanel div.leftpanelBottom {
	background: transparent url("/images/boxes/leftpanel-bottom.png") no-repeat top left;
	height: 5px;
}

#leftPanel div.content {
	border-left: 1px solid #9b9b9b;	
	border-right: 1px solid #9b9b9b;
}
/* Main Content */
#mainContent {

}

/* Right panel */
#rightPanel {
	width: 19%;	
	padding: 0 22px 0 0;
}

#rightPanel a {
	color: #064413;	
}

#rightPanel div.box {
	text-align: center;	
}

#rightPanel div.heading {
	padding-top: 3px;	
	background: #004812;
	border: 0;
	font-weight: bold;
}

#rightPanel div.heading a {
	color: #ffffff;	
}

#rightPanel table {
	border-spacing: 5px;
	border-collapse: separate;
}

#rightPanel div.box {
	width: 199px;	
}

#rightPanel div.rightpanelTop {
	background: transparent url("/images/boxes/rightpanel-top.jpg") no-repeat top left;
	height: 5px;
}

#rightPanel div.rightpanelBottom {
	background: transparent url("/images/boxes/rightpanel-bottom.png") no-repeat top left;
	height: 5px;
}

#rightPanel div.content {
	border-left: 1px solid #9b9b9b;	
	border-right: 1px solid #9b9b9b;
}

#rightPanel div#rightPanelNewsFeeds ul {
	padding: 10px 10px 0 10px;
	text-align: left;	
}

#rightPanel div#rightPanelNewsFeeds ul li {
	padding-bottom: 15px;	
}

#rightPanel div#rightPanelNewsFeeds ul a {
	font-weight: bold;
	text-decoration: underline;
}

/* Center Panel */

#centerPanel {
    width: 19%; 
    padding: 0 22px 0 0;
}

#centerPanel a {
    color: #064413; 
}

#centerPanel div.box {
    text-align: center; 
}

#centerPanel div.heading {
    padding-top: 3px;   
    background: #d5e9db;
    border: 0;
    font-weight: bold;
}

#centerPanel div.heading a {
    color: #064413; 
}

#centerPanel table {
    border-spacing: 5px;
    border-collapse: separate;
}

#centerPanel div.box {
    width: 591px;   
}

#centerPanel div.centerpanelTop {
    background: transparent url("/images/boxes/centerpanel-top.png") no-repeat top left;
    height: 8px;
    width: 593px;
}

#centerPanel div.centerpanelBottom {
    background: transparent url("/images/boxes/centerpanel-top2.png") no-repeat top left;
    height: 10px;
    padding-right: 2px;
}

#centerPanel div.content {
    border-left: 1px solid #9b9b9b; 
    border-right: 1px solid #9b9b9b;
}

#centerPanel div#centerPanelNewsFeeds ul {
    padding: 10px 10px 0 10px;
    text-align: left;   
}

#centerPanel div#centerPanelNewsFeeds ul li {
    padding-bottom: 15px;   
}

#centerPanel div#centerPanelNewsFeeds ul a {
    font-weight: bold;
    text-decoration: underline;
}


/* Forms */
form {
	scrollbar-track-color: #dfe3eb;
	scrollbar-face-color: #3787e0;	
	scrollbar-arrow-color: #4d6185;
	scrollbar-shadow-color: #000000;
}
.textarea {
	width: 250px;
	height: 144px;
	border: 1px solid #9c9c9c;	
	overflow-y: scroll;
	overflow-x: hidden;
}

input.text {
	width: 250px;
	border: 1px solid #9c9c9c;	
	height: 18px;
}

table.ovoyoForm {
	border-collapse: separate;
	border-spacing: 5px;
	width: auto;	
	margin: 0 auto;
}

td.label {
	text-align: right;
	padding-right: 15px;	
	vertical-align: top;
	font-weight: bold;
}

td.element {
	text-align: left;
}

table.ovoyoForm .submit {
	float: right;
	border: 0;
	margin-top: 10px;

}

.formLayout {
	margin-top: 20px;
	padding: 20px;
	border-top: 1px dotted #999999;
	text-align: center;
}

#ringBackForm td.label {
	text-align: left;	
	padding-right: 40px;
}

#ringBackForm table.ovoyoForm {	
	margin: 0 0;
}

/* Homepage */
body.home h2 {
	font-size: 200%;
}

body.home h2 a {
	color: #064413;	
}

/* Listed Items */
.introImage {
    float: right;
    margin-left: 15px;
    margin-bottom:15px;
}

.introImage img {
    border: 1px solid #CCCCCC;
}

#listedItems a {
	color: #064413;
	display: block;
}

#listedItems ul {
	clear: both;	
}

#listedItems ul li {
	float: left;
	width: 168px;
	margin: 16px 12px;
}

#listedItems div.box {
	margin: 0;	
	background: #D5E9DB;
}

#listedItems div.imageHolder {
	text-align: center;
	min-height: 88px;
  	height: auto !important;
  	height: 88px;
	background: #FFFFFF;
}

#listedItems div.heading {
	font-size: 110%;
	color: #064413;
	padding: 5px 3px;
	border: 0;
	text-align: center;
	font-weight: bold;
	/*
	overflow: hidden;
	height: 16px;
	*/
}

/* Pagination */
div.pagination {
	text-align: center;	
	padding: 10px 0;
}

/* product Detail */
#productImage {
	float: right;
	width: 257px;
	text-align: center;
	margin-left: 20px;	
	background: transparent url("/images/product-image-bg.gif") no-repeat top left;	
}

#display {
	width: 250px;
	height: 257px;
	padding: 3px;
	overflow: hidden;
}

#display ul {
	width: 1100px;
	list-style: none;
}

#display ul li {
	float: left;
	list-style: none;
	margin: 0 5px;
	width: 250px;
	height: 250px;
}

#display ul li td {
	height: 250px;
	vertical-align: middle;
}

#thumbnails a {
	outline: none;	
}

#requestQuoteButton {
	display: block;
	background: transparent url("/images/buttons/request-a-quote.png") no-repeat 100% 5%;	
    width: 193px;
    height: 31px;
    text-indent: -3000px;
    cursor: pointer;
}

.furtherResources {
	margin: 15px 0;	
}

.optionalExtras {
	margin-top: 15px;
	border-top: 1px dotted #000;	
	padding: 10px 0;
}

.optionalExtras h3 {
	margin: 0;	
	padding: 0;
}

/* Help Section */
#faqs {

}

#faqs ul li {
	margin: 20px 0;	
}

.question {
	background: #d5e9db;
	padding: 12px 7px;
	border: 0;	
}

.question a {
	font-weight: bold;
	color: #064413;
	cursor: pointer;
	display: block;
	background: transparent url("/images/arrow-right.png") no-repeat top right;
}

.question a.selected {
	background: transparent url("/images/arrow-down-green.png") no-repeat top right;
}

.answer {	
	padding: 7px;
}

#glossary ul li {
	margin: 20px 0;	
}

.name {
	font-weight: bold;	
}

.description {
	color: #064413;
}

/* Testimonials */
#testimonialsSlider {
	width: 590px;
	margin: 0 0 0 0;
	overflow: hidden;
	position: relative;	
	color: #042c33;
	padding: 20px 0;
}

#testimonialsSlider h2 {
	font-size: 200%;
	font-weight: bold;
	margin: 2% 0;
}

#testimonialsSlider div#navigation {
	padding: 10px;
	background: #d5e9db;
}

#testimonialsSlider div#navigation ul li {
	float: left;
	margin: 0 8px;
}

#testimonialsSlider div#navigation div.tab div.clickLink {
	display: block;
	outline: none;
	position: absolute;
	background: #875451;
	top: 1px;
	left: 4px;
}

#testimonialsSlider div#navigation div.tab {
	position: relative;
	padding: 1px 4px 9px 4px;
	width: 118px;
	height: 84px;
	background: transparent url("/images/testimonial-item-bg.png") no-repeat top left;
	text-align: center;
}

#testimonialsSlider div#navigation div.tab a {
	display: block;
	height: 84px;
}

#testimonialsSlider div#navigation div.tab img {
	margin-top: 7px;	
}

#testimonialsSlider div.slideshowContents {
	padding: 10px;
}

.testimonialContent {
	padding-bottom: 18px;	
}

/* Vertical Listed Content */
#listedItemsVertical {
	margin-top: 10px;	
}
#listedItemsVertical ul li {
	border-bottom: 5px solid #D5E9DB;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#listedItemsVertical img {
	float: left;
	margin: 0 10px 10px 0;
}

#listedItemsVertical div.heading {
	display: inline;
	border: 0;
}

#listedItemsVertical div.description {
	font-size: 90%;
	font-weight: normal;
}

/* Links */
#links {
	color: #064413;	
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 25px;
}

#links a {
	color: #064413;	
}

/* Site Search */
#siteSearch div.gsc-control {
	width: 590px;
}

#siteSearch div.gsc-clear-button {
	display: none;	
}

#siteSearch form.gsc-search-box {
	margin-top: 20px;	
}

#siteSearch div.gsc-resultsbox-visible a,
#siteSearch .gs-result .gs-title,
#siteSearch .gs-result .gs-title * {
	color: #48b537;
}

#siteSearch .gs-no-results-result .gs-snippet, 
#siteSearch .gs-error-result .gs-snippet {
	background-color: #D5E9DB;
	border: 1px solid #48b537;	
}

/* News Feed */
#newsFeedListing {
	
}

#newsFeedListing h1 {
	font-size: 160%;
	padding: 5px 0 10px 0;
}

#newsFeedListing h2 {
	margin-bottom: 15px;
}

#newsFeedNav {
	float: left;
	width: 180px;
	border: 1px solid #8996a6;	
	padding: 10px;
}

#newsFeedNav a {
	color: #064413;
}

#newsFeedNav .displayInfo {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;	
}

#newsFeedNav .displayInfo span {
	color: #48B537;
}

#newsFeedNav .navBox {
	padding: 12px 6px;
	border-top: 1px dashed #064413;
}

#bd #newsFeedNav .heading {
	border: 0;
	font-size: 100%;
	font-weight: bold;
	padding: 0;	
	margin-bottom: 5px;
	color: #064413;
}

#newsFeedNav .content ul {
	padding-left: 5px;	
}

#newsFeedNav .content ul li.selected {
	list-style: square outside url("/images/list-style-arrow.gif");
}

#newsFeed {
	float: right;
	width: 340px;
	padding-bottom: 15px;
}

#newsFeed ul li {
	margin-bottom: 40px;
}

#bd #newsFeed h3 {
	color: #064413;
	font-size: 120%;
	border: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	padding: 0;
}

#bd #newsFeed h3 a {
	color: #064413;
}

#newsFeed .date {
	color: #939393;
	font-size: 120%;
	border: 0;
	font-size: 95%;
}

#newsFeed h2 {
	margin-top: 15px;
}

#newsFeedArticle {
	padding: 25px;
}

#newsFeedArticle h1 {
	font-size: 130%;
	padding: 0px 0 4px 0;
	color: #414143;
}

#newsFeedArticle .date {
	color: #828282;	
	font-size: 95%;
	margin-bottom: 22px;
}

#newsFeedArticle h2 {
	margin: 18px 0;
}

#newsFeedArticle .relatedArticles {
	margin: 15px 0;	
}

#newsFeedArticle .relatedArticles .heading {
	border: 0;
	font-size: 100%;
	font-weight: bold;
}

#newsFeedArticle .relatedArticles ul li {
	padding: 0px 0;	
}

#newsFeedArticle .relatedArticles ul li a {
	color: #064413;
}

.socialBookmarks {
	float: right;
	margin: 15px 0;	
}

/* =Footer */

#ft {
	padding: 0 20px 20px 20px;
	color: #FFF;
	position: relative;
	background: #d5e9db;
}

#ft div.box {
	width: 215px;
	height: 130px;
	background: transparent url("/images/footer/box-bg.png") no-repeat 100% 5%;
    padding: 8px 5px 15px 2px;
    margin: 20px 0 10px 0;
}

#footerContent {
	margin: 0 auto;
	width: 980px;	
}

#footerSearch {
	background: #064413;
	padding: 5px 5px 15px 5px;
	color: #FFF;
}

#footerSearch div.heading{
	font-size: 180%;
	border-bottom: 1px solid #FFF;
}

#footerSearch a {
	color: #FFF;	
}

#sitemap {
	width: 760px;
	margin: 0px auto;	
}

#sitemap div.heading {
	font-size: 120%;
	border: 0;
	font-weight: bold;
}

#sitemap div.section {
	width: 120px;
	border-left: 1px solid #FFF;
	float: left;
	margin-top: 20px;
	text-align: left;
	padding-left: 30px;
}

#footerMenu {
	padding-top: 12px;
	font-size: 90%;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;	
}

#footerMenu a {
	color: #064413;
}

#footerMenu ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px #4d4b4b solid;
}

#footerMenu ul li#footerMenuItemContactUs {
	border: 0;
}

#footerBoxes {
	color: #949494;
}

#footerBoxes a {
	color: #064413;
	cursor: pointer;
}

#footerBoxes ul li {
	width: 23%;
	float: left;
	margin: 0 8px;
}

#footerBoxes div.heading {
	font-size: 160%;	
	color: #064413;
}

#footerBoxes div.heading a {
	padding-right: 20px;
	background: transparent url("/images/arrow-right.gif") no-repeat right center;
}

.footerBoxImage {
	height: 70px;
	margin-bottom: 5px;
}

.footerBoxText {
	font-size: 90%;
	height: 30px;
}

#footerBoxes div.footerBoxText a {
	color: #49b638;
}
