/* CSS RESET - meyerweb */
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 {
	line-height: 1;
}
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;
}
a img {
	border: 0;
}
/* SITE STYLES */
html {
	height: 100%;
}
body {
	height: 100%;
	margin-bottom: 1px;
	color: #5a5a5a;
	background-color: #eaecc6;
	font-family: Georgia, Times, serif;
	font-size: 80%;
}
div.wrapper {
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
}
div.wrapper div.container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	color: #fff;
}
div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	min-height: 0px;
	font-size: 0%;
	padding: 0px;
	margin: 0px;
}
#content #list div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	min-height: 0px;
	font-size: 0%;
	padding: 0px;
	margin: 0px;
}
#header.wrapper div.container {
	background: #a9b362 url(../images/header_telephone.gif) no-repeat bottom center;
	position: relative;
}
#navigation.wrapper div.container {
	background-color: #d5dab2;
	padding: 0;
}
#content.wrapper div.container {
	background-color: #fff;
	min-height: 710px !important;
	width: 910px;
	padding: 16px 20px;
	color: #000;
	position: relative;
}
#footer.wrapper div.container {
	background-color: #eaecc6;
}
#header {
	background-color: #a9b362;
}
#header .links {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 90%;
	color: #cdd2a8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header .links a, #header .links a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navigation {
	background-color: #d5dab2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#navigation ul.nav {
	list-style: none;
}
#navigation ul.nav li {
	float: left;
	position: relative;
	width: auto;
}
#navigation ul.nav li a, #navigation ul.nav li a:visited {
	display: block;
	padding: 10px 16px;
	text-decoration: none;
	color: #74794f;
	font-weight: bold;
	border-right: 1px solid #a9b362;
}
#navigation ul.nav li a:hover {
	background-color: #a9b362;
	color: #fff;
}
#navigation ul.nav li a.selected {
	background-color: #a9b362;
	color: #fff;
}
#navigation ul.nav li.end a {
	border: 0;
}
#navigation ul.nav li ul {
	position: absolute;
	left: -9999px;
	width: 200px;
}
#navigation ul.nav li:hover ul {
	left: auto;
	z-index: 100;
}
#navigation ul.nav li ul li {
	width: 168px;
}
#navigation ul.nav li ul li a, #navigation ul.nav li ul li a:visited {
	background-color: #a9b362;
	font-weight: normal;
	color: #fff;
	border: 0;
}
#navigation ul.nav li ul li a.selected, #navigation ul.nav li ul li a:hover {
	background-color: #d5dab2;
	font-weight: bold;
	color: #74794f;
}
#main {
	padding-left: 245px;
	float: left;
	width: 415px;
	position: relative;
}
#left {
	width: 225px;
	left: 0;
	top: 0;
	position: absolute;
}
#right {
	width: 220px;
	right: -250px;
	top: 0;
	position: absolute;
}
/* STYLING OF LEFT HAND SIDE BOX */
#main div.box h4 {
	font-family: Georgia, Times, serif;
	margin-bottom: 5px;
	font-size: 150%;
}
/* STYLING FOR CONTENT IN THE MAIN AREA */
#content div.wide {
	width: 665px
}
#main h3.itemsTitle {
	margin-bottom: 0px;
	background-color: #A9B362;
	color: #FFF;
	width: 651px;
	padding: 7px;
}
#main div.altItem {
	padding: 7px;
	width: 651px;
}
#main div.altItem h3 a {
	color: #000;
	text-decoration: none;
}
#main .row {
	background-color: #edefde;
}
#main .rowAlt {
	background-color: #d5dab2;
}
#main {
	font-family: Verdana;
	color: #5a5a5a;
}
#main h1 {
	color: #74794f;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}
#main ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
}
#main ul li {
	padding-bottom: 4px;
}
#main ul li a {
	color: #000;
}
#main ul li ul {
	color: #000;
	margin-left: 20px;
}
#main p, #main ul {
	line-height: 1.4em;
}
#main p img {
	margin-right: 5px;
}
#main h2 {
	margin-bottom: 5px;
}
#main h3 {
	margin-bottom: 5px;
}
#main div.fullItem {
	background-color:#D5DAB2;
	color:#74794F;
	padding:12px;
	padding-bottom: 6px;
}
#main div.fullItem h1 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 140%;
}
#main div.fullItem a.button, #main div.fullItem a.button:visited {
	display: inline-block;
	padding: 4px 6px;
	font-weight: bold;
	background-color: #a9b262;
	color: #fff;
	text-decoration: none;
}
#main div.fullItem img.articlethumb {
	float: left;
	margin: 0px 10px 10px 0px;
	max-width: 150px;
}
#main ul#months {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main ul#months li {
	padding: 0;
}
#main ul#months li a, #main ul#months li a:visited {
	width: 653px;
	padding: 3px 6px;
	display: block;
	background-color: #EDEFDE;
	color: #74794F;
	font-weight: bold;
}
#main ul#months a.alt {
	background-color: #D5DAB2;
}
#homeTabs {
	margin-bottom: 16px;
	width: 910px;
	height: 245px;
	background-color: #526c86;
	position: relative;
}
#homeTabs ul.tabs {
	position: absolute;
	bottom: 0;
	left: 340px;
	display: block !important;
}
#homeTabs ul.tabs li {
	float: left;
	width: auto;
	background-color: #465d74;
}
#homeTabs ul.tabs li a, #homeTabs ul.tabs li a:visited {
	display: block;
	color: #b5bec7;
	font-weight: bold;
	padding: 12px 16px;
	font-size: 110%;
	border-right: 1px solid #526c86;
}
#homeTabs ul.tabs li a:hover {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	border-right: 1px solid #526c86;
	text-decoration: none;
}
#homeTabs ul.tabs li.end a {
	border: 0;
}
#homeTabs ul.tabs li a.current {
	background-color: #526C86;
}
#flowPanesHolder {
	overflow: hidden;
	width: 910px;
	height: 245px;
}
#flowpanes {
	position: relative;
	clear:both;
	overflow: hidden;
	width: 910px;
	height: 265px;
}
/* styling of scrolling pane options */
/* override single pane */
#flowpanes div.items div.item {
	float:left;
	display:block;
	width:890px;
	height:245px;
}
/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
#flowpanes div.items div.item {
	padding: 0px 20px 10px 0px;
}
#flowpanes div.items div.item a.featureLink {
	font-weight: 500;
	text-decoration: none;
	color: #FFF;
}
#flowpanes div.items div.item div.featureImage {
	float: left;
	margin-right: 20px;
}
#flowpanes div.items div.item p {
	font-family: Verdana, Arial, Helvetica;
}
/* styling of content within scrolling panes */

#flowpanes div.items div.item div.scrollingHeader p {
	margin-top: 10px;
	font-family: Georgia, Times, Serif;
	font-size: 250%;
	color: #B5BEC7;
}
#flowpanes div.items div.item div.scrollingHeader p span.highlight {
	color: #FFF;
}
#flowpanes div.items div.item span.lightBlue {
	color: #B5BEC7;
}
#flowpanes div.items div.item div.scrollingSubHeader p {
	color: #FFFFFF;
}
#flowpanes div.items div.item p {
	color: #B5BEC7;
	font-size: 90%;
	line-height: 1.2em;
}
/* styling of green content areas */
#darkGreenAlternating {
	background-color: #A9B362;
}
#content #list {
	width: 100%;
	margin-top: 20px;
}
#content #list h2 {
	background-color: #a9b262;
	color: #fff;
	margin: 0;
	padding: 6px;
}
#content #list div {
	padding: 12px 12px 2px 134px;
	background-color: #edefde;
	color: #74794f;
	min-height: 0px;
	clear: both;
} /* min-height for floated thumbs */
#content #list div.articleimg-sm {
	min-height: 0px;
	padding: 0px;
	float: left;
	margin: 0px 10px 8px 0px;
}
#content #list div.articleimg-sm a img {
	max-height: 100px;
	max-width: 110px;
}
#content #list div.alt {
	background-color: #d5dab2;
}
#content #list div.nothumb {
	padding: 12px 12px 2px 12px;
	min-height: 0px;
	clear: both;
}
#content #list div h3 {
	font-family: Georgia;
}
#content #list div h3 a, #content #list div h3 a:visited {
	font-family: Georgia, Times, serif;
	font-size: 150%;
	color: #74794f;
	text-decoration: none;
}
#content #list div img.thumb {
	margin-left: -122px;
	float: left;
	margin-bottom: 8px;
	max-width: 110px;
}
#content #list div.nothumb img.thumb {
	margin: 0;
	float: right;
	padding: 0 0 12px 12px;
}
#content a.button, #content a.button:visited {
	display: inline-block;
	padding: 4px 6px;
	font-weight: bold;
	background-color: #a9b262;
	color: #fff !important;
	text-decoration: none;
}
#content #main p a.button, #content #main p a.button:visited {
	display: inline-block;
	margin-top: 4px;
	padding: 4px 6px;
	font-weight: bold;
	background-color: #a9b262;
	color: #fff;
	text-decoration: none;
}
#content .list {
	width: 100%;
}
#content .list h2 {
	background-color: #a9b262;
	color: #fff;
	margin: 0;
	padding: 6px;
}
#content #subpages {
	width: 100%;
	margin-top: 15px;
}
#content #subpages div.tab {
	padding: 6px 10px;
	background: #a9b262 url(../images/tab_arrow.gif) no-repeat right center;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin-top: 2px;
	cursor: pointer;
}
#content #subpages div.open {
	background-image: url(../images/tab_arrow_open.gif);
}
#content #subpages div.content {
	padding: 12px;
	background-color: #d5dab2;
	color: #5a5a5a;
}
#archiveTitle {
	background: #a9b262 url(../images/tab_arrow.gif) no-repeat right center;
	cursor: pointer;
}
#archiveTitle.open {
	background-image: url(../images/tab_arrow_open.gif);
}
#content #left {  /*overflow:auto; height:auto;*/
}
#main h1.sifr {
	color: #74794f;
	margin-bottom: 15px;
	font-size: 170%;
}
#main h1.sifr p {
	line-height: 1.2em;
}
#main h2 {
}
#content #main p {
	line-height: 1.2em;
}
#content #right .box {
	background-color: #aab464;
	color: #FFFFFF;
	padding: 16px;
	position: relative;
}
#content #right .box a, #content #right .box a:visited {
	color: #FFFFFF;
}
#content #right p {
	margin: 0px 0px 5px 0px;
}
#content #right p {
	line-height: 1.3em;
	font-size: 90%;
}
#content #right p.error {
	margin: 10px 0px 5px 0px;
}
#content #right p.success {
	margin: 10px 0px 5px 0px;
}
#content #right .box img.sticker {
	float: right;
	margin: 10px -30px -40px 20px;
	z-index: 10;
}
#content #right img.giftImage {
	z-index: 11;
}
#content #left .box {
	background-color: #d5dab2;
	color: #74794f;
	padding: 16px;
	margin-bottom:47px;
}
#content #left p {
	margin: 0px 0px 5px 0px;
}
#content #left p.error {
	margin: 10px 0px 5px 0px;
}
#content #left p.success {
	margin: 10px 0px 5px 0px;
}
#content #left .box img.sticker {
	float: right;
	margin: 10px -30px -20px 20px;
}
#content #left #leftBox {
	margin-bottom: 16px;
}
#content #left #leftBox ul {
	margin: 0 0 0 12px;
}
#content #left #leftBox ul li {
	margin: 0px;
	padding: 0px;
}
#content #left #leftBox .leftFeatureTitle {
	padding:  10px 16px;
	font-size: 130%;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
#content #left #leftBox .leftFeatureContent {
	padding: 9px 10px 12px 10px;
	font-weight: normal;
}
#content #left #leftBox .green {
	background-color: #d5dab2;
	color: #74794F;
}
#content #left #leftBox .orange {
	background-color: #e0a84c;
	color: #FFF;
}
#content #left #leftBox .blue {
	background-color: #526c86;
	color: #FFF;
}
#content #left #leftBox .green .leftFeatureTitle {
	background-color: #a9b262;
	color: #FFF;
}
#content #left #leftBox .orange .leftFeatureTitle {
	background-color: #d38400;
}
#content #left #leftBox .blue .leftFeatureTitle {
	background-color: #465d74;
}
#content #left #leftBox .orange a, #content #left #leftBox .orange a:visited {
	color: #FFF;
}
#content #left #leftBox .blue a, #content #left #leftBox .blue a:visited {
	color: #FFF;
}
#content span.faqHeader {
	background-image: url(../images/faqs_header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #4e6d86;
	position: relative;
	width: 392px;
	padding: 15px 15px 25px 15px;
	font-size: 140%;
	display: block;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	vertical-align: middle;
}
#content #right img.banner {
	margin-bottom: 20px;
}
#content h2 a, #content h2 a:visited {
	color: #f1f1f1;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content p {
	margin-bottom: 8px;
	line-height: 1.4;
	font-size: 90%;
}
#content p.marker {
	border-top: 1px solid #fff;
	display: inline-block;
	width: 20px;
	margin: 10px 0 20px 0 !important;
}
#content p strong {
}
#content p a:link {
	color: #74794f;
	font-weight: bold;
	text-decoration: none;
}
#content p a:visited {
	color: #74794f;
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover {
	color: #74794f;
	font-weight: bold;
	text-decoration: underline;
}
#content p a:active {
	color: #74794f;
	font-weight: bold;
	text-decoration: none;
}
#content p.note {
	font-size: 85%;
	margin: 2px 0 8px 0;
}
#content ul li {
	font-size: 90%;
}
#content li li {
	font-size: 100%;
}
#content ul li a, #content ul li a:visited {
	color: #c1c1b8;
	text-decoration: none;
}
#content ul li a:hover {
	text-decoration: underline;
}
#content ul.sitemap li a, #content ul.sitemap li a:visited {
	color: #5a5a5a;
	text-decoration: none;
}
#content ul.sitemap li a:hover {
	text-decoration: underline;
}
#content ul.sitemap li ul {
	color: #5a5a5a;
}
#content ul.subpageMenu {
	margin: 10px 0 20px 0;
	color: #c1c1b8;
}
#content ul.subpageMenu li {
	padding: 3px 0;
	line-height: 1.4;
	vertical-align: text-bottom;
}
#content ul.subpageMenu li a, #content ul.subpageMenu li a:visited {
	color: #c1c1b8;
	text-decoration: none;
}
#content ul.subpageMenu li a:hover {
	text-decoration: underline;
}
#content ul.subpageMenu li h3 {
	display: inline;
	padding-right: 10px;
	font-size: 130%;
	font-weight: normal;
}
#content ul.subpageMenu li h3 a, #content ul.subpageMenu li h3 a:visited {
	color: #fff;
}
#content form.mainForm {
}
#content form.mainForm fieldset {
	width: 415px;
}
#content form.mainForm div {
	width: 415px;
	padding-bottom: 10px;
}
#content form.mainForm div.btbsc {
	display: none;
}
#content form.mainForm div label {
	font-weight: bold;
	color: #74794F;
	display: block;
	line-height: 1.3em;
	margin-bottom: 5px;
}
#content form.mainForm div label.required {
}
#content form.mainForm div label.newsletter {
	float: left;
	margin-top: 1px;
	font-weight: bold;
	color: #5a5a5a;
}
#content form.mainForm div input[type=text] {
	display: block;
	width: 415px;
}
#content form.mainForm div input[type=checkbox] {
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
}
#content form.mainForm div input[type=submit] {
	display: block;
	clear: both;
	color: #fff;
	background-color: #A9B362;
	font-weight: bold;
	border: 0px;
	height: 25px;
	margin-top: 10px;
}
#content form.mainForm div textarea {
	display: block;
	width: 415px;
	height: 150px;
}
#content form.mainForm div span.error {
	color: #c2cfae;
	font-weight: bold;
	font-size: 90%;
	display: block;
	margin-top: 3px;
}
#content form.mainForm div span.requiredNote {
	font-size: 80%;
	display: block;
	margin-top: 3px;
	clear: both;
}
#content form.mainForm div.inline label {
	float: none;
	margin: 0;
}
#content form.mainForm div.inline span.dummyLabel {
	float: left;
	margin-left: -250px;
	line-height: 1.3em;
}
#content form.mainForm div.inline span.required {
	font-weight: bold;
}
#content form.mainForm h2 {
	font-size: 180%;
	margin: 20px 0 10px 0;
}
#content form.sideForm div input[type=text] {
	display: block;
	font-weight: bold;
	width: 199px;
	margin-bottom: 10px;
	border: 0px;
	background-color: #eef0e0;
	padding: 3px;
	color: #74794f;
}
#content form.sideForm div input[type=submit] {
	display: block;
	font-weight: bold;
	color: #fff;
	border: 1px solid #FFF;
	background-color: #eaecc5;
	padding: 3px 6px;
	color: #74794f;
}
#content div.locationCopyLeft {
	float: left;
	width: 450px;
}
#content div.locationImageRight {
	float: right;
	width: 210px;
}
#content img.locationThumb {
	margin-bottom: 8px;
	max-width: 210px;
}
#footer {
}
#footer.wrapper div.container {
	position: relative;
	padding-left: 170px;
	width: 780px;
	border-top: 4px solid #d5dab2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer p {
	font-size: 90%;
	color: #8e916f;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2
}
#footer p strong {
	color: #8e916f;
}
#footer p a, #footer p a:visited {
	color: #8e916f;
	text-decoration: none;
}
#footer p a.btb, #footer p a.btb:visited {
	color: #8e916f;
	text-decoration: none;
}
#footer p a.btb:hover {
	color: #8e916f;
}
#footer img {
	position: absolute;
	left: 0;
}
#footer p.footer {
	font-family: Verdana, Arial, Helvetica;
	font-size: 85%;
	line-height: 1.5em;
}
ul#twitter_update_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #111111;
}
ul#twitter_update_list li {
	margin: 0px;
	padding: 0px;
	color: #000;
}
ul#twitter_update_list li a, ul#twitter_update_list li a:visited {
	display: block;
	color: #006c99;
}
#twitterList {
	background: #fff url(../images/twitterBackground.png) no-repeat bottom left;
	width: 225px;
	height: 58px;
	padding-top: 10px;
	margin-top: 16px;
	margin-bottom: 15px !important;
}
#twitterList a, #twitterList a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#twitterList h2 {
	color: #FFFFFF;
	font-family: Georgia, Times, Serif;
	margin: 0px 10px;
	font-size: 130%;
}
#twitterList h3 {
	color: #FFFFFF;
	font-weight: normal;
	margin: 5px 10px;
}
#twitterList2 { /*background: #fff url(../images/twitterBackground.png) no-repeat bottom left;*/
	width: 225px;
	height:205px;
	padding:0;
	margin-bottom: 45px;
}
#twitterList2 a, #twitterList2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#twitterList2 h2 {
	color: #FFFFFF;
	font-family: Georgia, Times, Serif;
	margin: 0px 10px;
	font-size: 130%;
}
#twitterList2 h3 {
	color: #FFFFFF;
	font-weight: normal;
	margin: 5px 10px;
}

/* Yousaf's update */
.googlecart-override #googlecart-widget-head {
	border-width: 1px;
	border: 1px solid #919a52;
	background-color: #d5dab2 !important;
}
.googlecart-override #googlecart-widget-body {
	border-top-width: 1px;
	border: 1px solid #919a52;
}
.googlecart-override .googlecart-widget-price {
	color: green;
}
.googlecart-override .googlecart-widget-quantity-box {
	text-align: right;
	padding: 0 2px 0 2px;
	font-size: .75em;
	width: 2em;
	border: 1px solid #919a52;
}
.googlecart-override .googlecart-widget-title {
	color: #666f2a;
}

#googlecart-title{
		color: #74794f;
}

.googlecart-override .googlecart-widget-quantity-column {
	border-bottom:1px solid #919a52;

}
.googlecart-override .googlecart-widget-item, .open .googlecart-widget-item td {
  border-bottom: 1px solid #919a52;
}

/* Ian's Update */

.twtr-doc, .twtr-timeline {
	moz-border-radius: 0 !important;
	webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.twtr-bd {
	padding: 0 !important;	
}

#facebook {
	width: 205px;
	height: 25px;
	margin: 3px 0 0 0;
	padding: 5px 10px;
	background-color: #A9B262;	 	
}

#fb-logo {
	width:80px;
	height:auto;
	float:left;
	margin:3px 0 0 0;
}

#fb-text {
	width:115px;
	height:auto;
	float:left;
	margin:5px 0 0 8px;
	text-align:right;
}

#fb-text a:hover {
	text-decoration:underline;
}

