/* common default elements */
html { background-color:#6c8196; }
body { margin:0px auto; 
	font-size:12px; 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	color:#5f5f5f; }
a img { border:none; }
h1,h2,h3,h4,h5,h6,form,fieldset,ul,ol { margin:0px; padding:0px; }

/* main template elements */
.container { 
	width:781px; 
	margin:15px auto 15px auto; 
	padding: 0px;
	border: 1px solid black; 
	background-color: #ffffff; }
.header { 
	height:109px; 
	background:url('/images/header_bg.jpg') no-repeat top center; }
.header h1 { padding:17px 0px 0px 60px; }
.logotext { padding:17px 0px 0px 60px; }
.logocaption { 
	color:#6d624f; 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:15px; 
	font-weight:normal; 
	letter-spacing:4px;
	padding:0px 0px 0px 304px; }
img.logo {
	float: left;
	padding: 18px 4px 0px 25px;
	}
a.logo { 
	color:#df7e27; 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:35px;
	font-weight:normal; 
	text-decoration:none; }
.logo span { color:#6d624f !important; }
.logo span small { font-size: 20px; }

.nav { 
	height:29px; 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:14px; text-align:center; }
.nav li { 
	display:inline; 
	padding:0px 15px;
	}
.nav li a:link,.nav li a:visited { 
	color:#000000; 
	text-decoration:none; 
	line-height:29px; }

.footer { 
	background: #7f7f7f; 
	padding: 10px; 
	color: #ffffff; }
.footer a:link, .footer a:visited { color:#ffffff; }

.borb10 { border-top:1px solid #333333; border-bottom:1px solid #333333; 
	margin-top: 5px; }

.content { 
	background:none !important;
	width:781px; 
	overflow:auto; 
	margin:10px auto 0px auto;
	background: #ffffff; }

/* 'staticcontent' is not used in the main template, but might be used in other place
so that we can put something inside the 'content' container and get some
automatic padding around things */
.staticcontent { padding: 0px 20px 10px 20px; 
	width: 540px;
	float: left; 
	}
.staticcontent ul { 
	padding: 5px 25px 5px 25px;
	margin-bottom: 10px; }
.staticcontent h1 { 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:20px; 
	font-weight:normal; 
	color:#506115; }
.staticcontent h2 { 
	font-size:14px; }
.staticcontent li { padding: 2px; }

/* 'pagecontent' is not used in the main template, but might be used in other place
so that we can put something inside the 'content' container and get some
automatic padding around things */
.pagecontent { padding: 0px 20px 10px 20px; 
	clear: both; }
.pagecontent ul { 
	padding: 5px 25px 5px 25px;
	margin-bottom: 10px; }
.pagecontent h1 { 
	font-size:20px; 
	}
.pagecontent h2 { 
	font-size:14px; }
.pagecontent li { padding: 2px; }

/* 'h2.siteheader' is just like page content, it is probably not used in the 
main template file directly, but it is available so we can use a common header
look around the site */
h2.siteheader { 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:20px; 
	font-weight:normal; 
	color:#506115; }

/* homepage specific style elements */

.hp_leftcontent { 
	display:inline; 
	width:540px; 
	float:left; 
	padding: 10px 20px 10px 20px; }
.hp_leftcontent p { 
	padding: 5px 0px 5px 0px; }
.hp_info { 
	overflow:auto; 
	width:535px; 
	padding:10px 0px; 
	margin:0px 0px;
	border-top:4px double #e0e0e0; 
	border-bottom:4px double #e0e0e0; }
.hp_info_col { 
	width:242px; 
	padding:0px 5px; 
	float:left; }
.hp_info_header { 
	display: block; 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:21px; 
	font-weight:normal; 
	color:#64791b;	}

.hp_info a:link, .hp_info a:visited { 
	color:#72801c; 
	display: block; }

h3.hp_byloc { 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:17px; 
	font-weight:normal; }
ul.hp_byloc { 
	width:120px; 
	float:left; 
	padding:10px 0px; 
	list-style-type:none; 
	overflow:auto; }
ul.hp_byloc li { width:120px; }
ul.hp_byloc li.hp_byloc_country { margin:0px 0px 5px 0px !important; }
ul.hp_byloc li a:link, ul.hp_byloc li a:visited { 
	font-size:11px; 
	text-decoration:none; }
ul.hp_byloc li a:hover { 
	font-size:11px; 
	text-decoration: underline; }

/* the right hand browse sidebar is on the homepage and the search form */
.browse_sidebar { 
	display:inline; 
	width:180px; 
	float:right; 
	color:#000; 
	font-size: 10pt;
	margin-right:13px; 
	background: #dbdbdb; 
	margin-bottom: 10px; }

.browse_sidebar h3 { 
	text-align: center; 
	padding: 7px 0px;
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-weight:bold; 
	background:transparent url('/images/rh3_bg.png') repeat-x top left; }

.browse_sidebar ul { 
	list-style-image:url('/images/bullet.png');
	padding:10px 0px 10px 20px; }
.browse_sidebar ul li{ margin:10px 3px 0px 5px; }

.browse_sidebar ul li a:link, .browse_sidebar ul li a:visited { 
	font-size:13px;
	color:#000; 
	list-style-image:url('/images/bullet.png'); }
.browse_sidebar ul li a:hover { 
	color: #330000;
	text-decoration: underline; }

/* search form specific elements (this is on the home page and the search form page*/
.search_box { padding:0px 20px; border: 1px solid #999; }
.search_box form { 
	width:453px; 
	height:274px; 
	padding:0px 25px 25px 25px;
	margin:10px 0px; 
	background:url('/images/search_bg.jpg') no-repeat top center; }
.search_box form fieldset{ border: none; }
.search_box form fieldset h3, .search_box form fieldset h1 { 
	color:#000; 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:21px; 
	line-height:40px; text-align:center; 
	font-weight:normal; }
.search_box form fieldset label{ 
	display:block; 
	font-size:13px;
	font-weight:bold; 
	padding:10px 0px; }
.search_box form fieldset select{ 
	font-size:14px; 
	width:170px; }
.search_find { 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	color:#000; 
	font-size:12px; 
	width:190px; 
	height:43px;
	margin:20px 0px 7px 0px; 
	border:none; }

/* search results */
h1.sr_lh { font-size: 16px; }
td.sr_flowers {
	padding-left: 8px;
	}
.sr_flowers a:before {
	content: url('/images/flower_small.gif');
	}
.sr_flowers a {
	color: #7aa843;
	}
.sr_lh { 
	background-color:#fff; 
	color:#000;
	font-size:14px; 
	padding: 4px; 
	margin-bottom: 16px; }
.sr_f { 
	width:100%; 
	overflow:hidden; 
	padding-top: 16px; 
	padding-bottom: 16px; 
	border-bottom:1px solid #555; }
.sr_img { float: left; }
.sr_d p { display: inline; }
.sr_d span { font-weight: bold; }
.sr_f .sr_d { 
	padding-top: 0px; 
	float:left; 
	width: 450px; 
	padding-left: 6px; }
.sr_bh {
	font-size: 14px;
	}
.sr_bl li { 
	padding:3px; 
	list-style-type: none; }
.sr_bullet li { list-style-type: none; padding: 2px; }
.sr_bullet li.sr_bullet_featured { 
	list-style-image: url('/images/logo_bullet2.gif'); 
	font-weight: bold;
	padding-bottom: 10px; 
	}

table.sr_l { 
	width: 100%; 
	padding:0px; }
td.sr_l { 
	width: 20%; 
	padding: 8px 0px 8px 0px; }
td.sr_l a:link, td.sr_l a:visited { 
	width:130px; 
/*	height:20px; kill the height for the non-image buttons*/
	height:20px; 
	color:#000000;
	text-decoration: none;
	font-weight:normal; 
	font-family: Arial, Tahoma, Sans-serif;
	font-size:12px; 
	text-align:center; 
	float:left; 
	margin:0px 2px; 
/*	padding:4px; change the padding for the non-image buttons */
	padding-top:15px; 
	}

/*
a.sr_phone:link, a.sr_phone:visited {
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	background-color: #ccc;
	}
a.sr_email:link, a.sr_email:visited {
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	background-color: #ccc;
	}
a.sr_directions {
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	background-color: #ccc;
	}
*/
a.sr_phone:link, a.sr_phone:visited {
	background:url('/images/phone-help-small.gif') no-repeat center left !important; }
a.sr_email:link, a.sr_email:visited {
	background:url('/images/mail-help-small.gif') no-repeat center left !important; }
a.sr_directions {
	background:url('/images/info-help-small.gif') no-repeat center left !important; }

/* this is our header type nav search element box, which shows up automatically
in lots of places just below the main nav header */
.refine_navb { 
	height:94px; 
	overflow:auto; 
	padding:0px 60px;
	background:url('/images/navb_bg.png') repeat-x top left; }
.refine_navb form, .refine_navb form fieldset{ border:none; }
.refine_navb form fieldset{ padding:20px; }
.refine_navb form fieldset label{ 
	display:block; 
	font-weight:bold; }
.refine_navb form fieldset select{ width:170px; }
.refine_navb form fieldset .refine_find { 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	color:#ffffff; 
	font-size:12px; 
	width:175px; 
	height:34px;
	background:url('/images/findbtn_sbg.jpg') no-repeat center center;
	border:none; 
	margin-top:7px; 
	padding-bottom:6px; }

/* common style element used in displaying index list page contents */
/*
.index_content h2 { 
	font-family:Georgia, "Times New Roman", Serif; 
	padding-left: 20px;
	font-size:20px; 
	font-weight:normal; 
	color:#506115; 
	margin-bottom: 10px; }
.index_content ul { 
	padding: 10px 20px 10px 20px;
	list-style-type: none; 
	margin-bottom: 10px; }
.index_content li { padding: 2px; }
*/

/* faq page (articles) style information */
.faq_left { 
	width: 545px; 
	float: left; }

.faq_sidebar { 
	float: right; 
	color:#ffffff; 
	background: #96af4a; }
.faq_sidebar h2 { 
	text-align:center; 
	font-family: Arial,Verdana, "Trebuchet MS", Tahome; 
	font-size:20px; 
	font-weight:normal; 
	line-height:46px;
	background:url('/images/browse_bg.png') no-repeat top center; }
.faq_sidebar ul { list-style-type: none; }
.faq_sidebar ul li { 
	padding:0px; 
	border-bottom:1px solid #abbf6d; }
.faq_sidebar ul li a:link, .faq_sidebar ul li a:visited { 
	display:block;
	color: #ffffff; 
	padding:5px 0px 5px 20px; 
	margin: 0px; }
.faq_sidebar ul li a:hover { 
	background:#809a26 url('/images/arrow.gif') no-repeat 10px center ; }


