@import url("navigation.css");

*{font-size:100.01%}
html{
	font-size:100%;
}
body{
	font:0.75em "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	background:url(/images/body-bg.jpg);
}
strong, em {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}

p {
	line-height: 20px;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.mainContent ul li {
	line-height: 20px;	
}
#content h1 {
	font-size:28px;
	margin: 10px 0;
	overflow:hidden;
	line-height:36px;
	color: white;
}
#content .box-top .left-side h1 {
	font-size: 26px;
	line-height: 26px;
	margin: 0;
}
#content h2 {
	font-size:18px;
	margin:0 0 -5px;
	overflow:hidden;
	color: #4B6F1B;
	line-height:22px;
	
}
#content embed {padding:0; margin:0; display:block;}
#content h2 span {
	font-size:18px;
	line-height:18px;
	float:left;
	margin-bottom: 5px;
}
#content h3 {
	font-size:14px;
	margin:0px 15px 5px 15px;;
	overflow:hidden;
	color: white;
	}
	


a {color: #504231;}
a:hover {color: #fff; text-decoration: none;}

img {border:none;}
form {padding:0;margin:0;}
.form select, .form input, .form textarea {vertical-align:middle;}
input, textarea {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

#bg1 {
	background: url(/images/header-bg-home-page.jpg) no-repeat 52% 0;
	min-width: 960px;
	overflow: hidden;
}
/*start main*/
#main {
	margin: 0 auto;
	width: 960px;
}
/*start header*/
#header {
	float: left;
	width: 960px;
	height: 186px;
}
#header .logo {
	float: left;
	width: 183px;
	height: 197px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/logo-bg.gif) no-repeat;
}
/*start top navigation*/
#top-nav {
	float: left;
	width: 486px;
	height: 186px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 45px;
	position: relative;
	z-index:99;
}
#top-nav .link1 {
	position: absolute;
	top: 65px;
	width: 99px;
	height: 48px;
	z-index:1;
}
#top-nav .link2 {
	position: absolute;
	top: 104px;
	left: 114px;
	width: 87px;
	height: 48px;
}
#top-nav .link3 {
	position: absolute;
	top: 55px;
	left: 235px;
	width: 70px;
	height: 49px;
}
#top-nav .link4 {
	position: absolute;
	top: 28px;
	left: 348px;
	width: 127px;
	height: 49px;
}
#top-nav li a {text-indent: -9999px;overflow: hidden;}
#top-nav .link1 a {
	float: left;
	width: 99px;
	height: 48px;
	background: url(/images/top-nav-link1.jpg) no-repeat;	
}
#top-nav .link1 a.active,
#top-nav .link2 a.active,
#top-nav .link3 a.active,
#top-nav .link4 a.active,
#top-nav li a:hover, 
#top-nav li:hover a, 
#top-nav li.hover a {background-position: 0 100%;}

#top-nav .link2 a {
	float: left;
	width: 87px;
	height: 48px;
	background: url(/images/top-nav-link2.jpg) no-repeat;
}
#top-nav .link3 a {
	float: left;
	width: 70px;
	height: 49px;
	background: url(/images/top-nav-link3.jpg) no-repeat;
}
#top-nav .link4 a {
	float: left;
	width: 127px;
	height: 49px;
	background: url(/images/top-nav-link4.jpg) no-repeat;
}
#top-nav li:hover .drop, #top-nav li.hover .drop {display: block;}
#top-nav .drop {
	position: absolute;
	display: none;
	top: 48px;
	left: -39px;
	width: 175px;
	height: 127px;
	z-index:99;
}
#top-nav .link2 .drop {left:-38px;}
#top-nav .link3 .drop {left:-44px;}
#top-nav .link4 .drop {left:-19px;}
#top-nav .drop ul {
	float: left;
	margin: 0;
	list-style: none;
	padding: 19px 9px 0 8px;
	background: url(/images/drop-top-bg.png) no-repeat;
	width: 143px;
}
#top-nav .drop .drop-bottom {
	float: left;
	height: 13px;
	width: 175px;
	background: url(/images/drop-bottom-bg.png) no-repeat;
}
#top-nav .drop ul li {background: none; float: left;}
#top-nav .drop ul li a {
	float: left;
	width: 135px !important;
	text-indent: 0 !important;
	height: auto !important;
	color: #fff;
	position: relative;
	font-size: 11px;
	text-align: left;
	padding: 4px 5px;
	text-decoration: none;
	cursor: pointer;
	background: none !important;
}
#top-nav .drop ul li a:hover {background: url(/images/drop-active.png) repeat !important;}
/*start content*/
#content {
	float: left;
	width: 960px;
}

#index #content {
	width: 692px;
}

/*start box top*/
.box-top {
	float: left;
	width: 692px;
}
body#index .box-top {
	float: left;
	width: 692px;
	height: 326px;
	background: url(/images/box-top-bg.png) no-repeat;
}
* html .box-top {margin: -11px 0 0 0;}
.box-top .left-side {
	float: left;
	width: 272px;
	padding: 44px 0 0 25px;
}
/*.box-top .left-side h1 {
	margin: 0;
	font: 22px/22px Arial, Helvetica, sans-serif;
	color: #514335;
	text-transform: uppercase;
}
*/
.box-top .left-side p {
	margin: 12px 0 0;
	padding-right: 15px;
	font-size: 15px;
	line-height: 23px;
	color: #373737;
}
.box-top .left-side p a {
	position: relative;
	text-decoration: none;
	border-bottom: 1px dotted #666; 
}
.box-top .left-side p a:hover {border: 0; color:#FFF;}
.box-top .right-side {
	float: right;
	width: 318px;
	height: 258px;
	margin: 40px 35px 0 0;
	display: inline;
}
.box-top .right-side img {float: left;margin: -94px 0 0 0;}
.box-top .right-side .more {
	float: right;
	width: 115px;
	height: 94px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}



/*start right white box*/
.white-box {
	float: right;
	width: 201px;
	height: 492px;
	margin: -186px 0 0;
	background: url(/images/white-box-bg.jpg) no-repeat;
	padding: 0 16px;
}
* html .white-box {margin: -197px 0 0 0;}
.white-box .top-links {
	float: left;
	width: 201px;
	padding: 14px 0 0;
}
.white-box .top-links a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 8px;
}
.white-box .top-links .link1 {background: url(/images/white-box-top-link1.gif) no-repeat;width: 113px;margin: 0 19px 0 0;}
.white-box .top-links .link2 {background: url(/images/white-box-top-link2.gif) no-repeat;width: 68px;}
/*start white box form*/
.white-box .form {float: left;width: 201px;padding: 7px 0 0;}
.white-box .form .text {
	float: left;
	width: 149px;
	padding: 3px 0 3px 5px;
	margin: 5px 4px 0 0;
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #78bde7;
	border: 1px solid #79bee7;
}

.white-box .text h3 {
 color: white;
 font-size:100px;
}

.white-box .callTxt {
	font-size: 19px; 
	margin-top: 5px; 
	color: rgb(81, 67, 53); 
	letter-spacing: -0.08em;
}

.white-box .form .btn {float: left;}
/*start tabs section*/

.white-box .tabs {
	float: left;
	width: 201px;
	height: 400px;
	margin: 15px 0 0;
	background: url(/images/tabset-bg.jpg) no-repeat;
	position:relative;
}

.white-box .tabs div.tab {
	display: none;
}

.white-box .tabs div.tab {
	float: left;
	width: 201px;
	height: 325px;
}
.white-box .tabs div.tab img {
	float: left;
	margin: 38px 0 0 12px;
	display: inline;
}
.white-box .tabs div.tab div.image img {
	float: none;
	margin: 0;
	display: block;
}
.white-box .tabs div.tab .links {
	float: right;
	list-style: none;
	padding: 20px 15px 0 0;
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	color: #504231;
}
.white-box .tabs div.tab .links li a {color: #504231;text-decoration: none;}
.white-box .tabs div.tab .links li a:hover {color: #fff; background-color: #504231;}
.white-box .tabs div.tab .image {
	float: left;
	margin: 16px 0 14px 23px;
	display: inline;
}
.white-box .tabs div.tab .image img {float: left;}
.white-box .tabs div.tab .text {float: left;}
.white-box .tabs div.tab h3 {
	margin: 0 16px;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #fff;
}
.white-box .tabs div.tab p {
	margin: 4px 16px 0 16px;
	font-size: 12px;
	line-height: 16px;
	color: #373737;
}
.white-box .tabs .tabset {
	float: left;
	width: 201px;
	height: 75px;
	position: absolute;
	top: 323px;
}




.white-box .tabs .tabset a.tab {
	float: left;
	width: 35px;
	text-indent: -9999px;
	overflow: hidden;
}
.white-box .tabs .tabset a.t1 {
	background: url(/images/tab-t1.gif) no-repeat;
	width: 24px;
	height: 50px;
	margin: 19px 0 0 64px;
}
.white-box .tabs .tabset a.t2 {
	background: url(/images/tab-t2.gif) no-repeat;
	width: 35px;
	height: 57px;
	margin: 13px 0 0 16px;
}
.white-box .tabs .tabset a.t3 {
	background: url(/images/tab-t3.gif) no-repeat;
	width: 35px;
	height: 69px;
	margin: 0px 0 0 16px;
}
.white-box .tabs .tabset a:hover, .white-box .tabs .tabset a.active {background-position: 0 100%;}
/*start bottom boxes*/
.bottom-boxes {
	float: left;
	width: 100%;
}
/*start left box*/
.bottom-boxes .box1 {
	float: left;
	width: 295px;
	padding: 27px 0 0;
	margin: 0 0 0 22px;
	display: inline;
}
.bottom-boxes .box1 h2, .bottom-boxes .box2 h2, .bottom-boxes .box3 h2 {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.bottom-boxes .box1 .title {
	float: left;
	background: url(/images/box1-title-bg.gif) no-repeat;
	width: 295px;
	height: 37px;
}
.bottom-boxes .box1 .title .view {
	float: right;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	margin: 10px 6px 0 0;
}
/* .bottom-boxes .box1 .title .view:hover {text-decoration: underline;} */
.bottom-boxes .box1 .title .rss {
	float: right;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 14px 0 0;
}
.bottom-boxes .box1 ul {
	float: left;
	list-style: none;
	padding: 16px 27px 0 18px;
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
/*.bottom-boxes .box2 ul li {float: left;padding: 0 0 16px 0; border: 1px solid red;}

.bottom-boxes .box2 ul li .date {
	float: left;
	width: 39px;
	height: 42px;
	padding: 5px 0 0;
	margin: 0 10px 0 0;
	border: 3px solid #fff;
	color: #fff;
	text-align: center;
}
.bottom-boxes .box2 ul li .date strong {font-size: 17px; color: #fff;} */
.feedburnerFeedBlock span.headline { display: block; font-size: 12px; font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif; font-weight: bold;}
.feedburnerFeedBlock div {display: inline; }
.feedburnerFeedBlock li { padding-bottom: 15px; font-size: 12px;}
.feedburnerFeedBlock p.date {display: inline; font-style: italic; color: #333;}
.fbsubscribelink,
#creditfooter { display: none; }

/*start center box*/
.bottom-boxes .box2 {
	float: left;
	width: 372px;
	margin: 0 0 0 23px;
	display: inline;
	background: url(/images/box-2-bg.gif) no-repeat;
}
.bottom-boxes .box2 .box2-inner {
	float: left;
	width: 294px;
	background: url(/images/box-2-bg.gif) no-repeat 100% 0;
	padding: 27px 27px 0 37px;
	min-height: 247px;
}
* html .bottom-boxes .box2 .box2-inner {height: 247px;}
.bottom-boxes .box2-title {
	float: left;
	width: 294px;
	height: 37px;
	background: url(/images/box2-title-bg.gif) no-repeat;
}
.bottom-boxes .box2-title .view {
	float: right;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	margin: 10px 6px 0 0;
}
/* .bottom-boxes .box2-title .view:hover {text-decoration: underline;} */
.bottom-boxes .box2-title .rss {
	float: right;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 14px 0 0;
}
.bottom-boxes .box2 ul {
	float: left;
	list-style: none;
	padding: 19px 0 0 21px;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	color: #373737;
	width: 100%;
}
.bottom-boxes .box2 ul li {padding: 0 20px 3px 0;}
.bottom-boxes .box2 ul .image {float: left;margin: 0 10px 0 0;}
.bottom-boxes .box2 ul .image img {float: left;}
/*.bottom-boxes .box2 ul .text {float: right;width: 172px; color:#373737;}
.bottom-boxes .box2 ul .text a {color: #567433;}
.bottom-boxes .box2 ul .text a:hover {text-decoration: none;} */

/*start rigth box*/
.bottom-boxes .box3 {
	float: right;
	width: 233px;
	padding: 29px 0 0;
}
.bottom-boxes .box3 .title {
	float: right;
	width: 233px;
	height: 33px;
	margin: 0 0 14px 0;
	background: url(/images/box3-title-bg.gif);
}
.bottom-boxes .box3 h3 {
	margin: 0 15px 13px 15px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.bottom-boxes .box3 p {
	margin: 0 15px;
	font-size: 12px;
	line-height: 18px;
	color: #373737;
}
/*start footer*/
#footer {
	margin: 0 auto;
	width: 960px;
	padding: 0; 
}
#bg2 {
	background: url(/images/footer-bg.jpg) repeat-x top left;
	margin: 0; padding: 0;
	padding-top: 150px;
	min-width: 960px;
	border-bottom: 1px solid #473b2d;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: 16px Arial, Helvetica, sans-serif;
	color: #d0c8be;
}
#footer h2 a {
	color: #fff;
}
#footer h2 a:hover {text-decoration: underline;}
/*start footer left side*/
#footer .left-side {
	float: left;
	width: 650px;
	padding: 25px 0 0;
}
/*start footer right side*/
#footer .right-side {
	float: right;
	width: 278px;
	padding: 25px 0 0;
}
#footer h3 {
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
#footer p.copyright {
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 25px 0;
	color: #f4f4f4;
	font-size: 11px;
	text-align: center;
}
#footer ul {
	float: left;
	list-style: none;
	padding: 12px 147px 0 0;
	margin: 0;
	font-size: 10px;
	line-height: 15px;
	color: #c2b5a5;
}
#footer ul a, #footer p.copyright a {
	color: #c2b5a5;
	text-decoration: none;
}
#footer ul a:hover, #footer p.copyright a:hover {text-decoration: underline;}
body.full #content {
	padding: 20px 0;
}

body.twoColumn .mainContent {
	padding-top: 20px;
	float: left;
	width: 692px;
}
body.threeColumn .mainContent {
	float: left;
	width: 504px;
	padding: 10px 20px;
}
.left-col {
	float: left;
	width: 183px;
}
.right-col {
	float: right;
	width: 233px;
}

.right-col .white-box .contact {
	float: left;
	margin: 15px 0;
	padding: 10px 16px 15px;
	background: url(/images/tabset-bg.jpg) no-repeat;
}
.right-col .white-box {
}
.right-col .white-box .contact .form {
	width: 169px;
}
.right-col .white-box .contact label, .right-col .white-box .contact .txt {
	color: #514335;
	font-size: 11px;
	/margin-bottom:-5px;*/
}



#content .right-col .white-box .contact h2 {
	margin: 0;
	padding: 0;
	color: #514335;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;;
	width:180px;	
}
.right-col .white-box .contact input {	
	width: 155px;
	margin-bottom:10px;
}
.right-col .white-box .contact input.button {	
	width: 133px;
}
.right-col .white-box .contact textarea {
	width: 155px;
	padding: 3px;
	height: 80px;
}
.right-col .white-box .contact .form .chb {
	float: left;
	width: auto;
}
.right-col .white-box .contact .form div div a {
	font-size: 11px; 
}
.right-col .white-box .contact .form div div { text-align: left; }
* html .white-strip {margin: -197px 0 0 0;}

div#breadcrumbs {
	font-size: 10px;
	padding: 5px 0;
	font-weight: 400;
}
div#breadcrumbs span {
	text-transform: uppercase;
}


div.quoteTxt {
	font-size: 14.5px;
	color: #373737;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 30px 10px 10px 10px;
	line-height: 20px;
}
div.quoteInfo {
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-top: 0px;
}
div.quoteInfo span.author,
div.quoteInfo span.company { text-align: right; display: block; }

/* table */
.table {
	padding:0px 0 15px;
}
.table .thead, .table .tbody {
	overflow:hidden;
	width:100%;
	padding:3px;
	margin:0 0 3px;
}
.table .thead {
	background:#84af38; 
	color:#fff;}

.table .tr {
	overflow:hidden;
	width:100%;
	}

.table .tbody .tr {
	padding: 7px 5px;
	margin:0px;
	background:url(/images/tr-bg.png) repeat;
	}
.table .tr:hover, .table div.hover {background:url(/images/tr-bg.png) repeat;}
.table .thead .tr:hover, .table .thead div.hover {background:none;}
.table .td {
	float:left;
	width: 98%;
	padding:0 0 0 6px;
	line-height:20px;
}

.table .thead a {
	color:white;
}

.table .td1 {
	float:left;
	width:160px;
	padding:0 0 0 6px;
}
.table .td2 {
	float:left;
	width:160px;
	padding:0 0 0 6px;
}
.table .td3 {
	float:left;
	width:160px;
	padding:0 0 0 6px;
}

.right-col .white-box .contact div.form label.title,
select#Title { display: none; }


/*sifr start*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/*sifr end*/




