@charset "utf-8";

body  {

	font: 70% Verdana, Arial, Helvetica, sans-serif;

	background: #FFFFFF;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

.twoColFixLtHdr #container { 

	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.twoColFixLtHdr #header { 

	background: #FFFFFF; 

	padding: 0 0 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	background:url(/skins/default/images/header.gif) no-repeat;

	height:188px;

} 

.twoColFixLtHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.twoColFixLtHdr #sidebar1 {

	float: left;  /*since this element is floated, a width must be given */

	width: 314px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further */

	padding: 5px 10px 0px 0px;

	margin:0px;

	border-top: 5px solid #FFF;

}

.twoColFixLtHdr #mainContent { 

	/*margin: 0 0 0 323px;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	margin:0px;

	width:640px;

	background:url(/skins/default/images/left_bg.gif) repeat-y;

	padding: 5px 0 0 325px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.twoColFixLtHdr #footer { 

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#FFFFFF url(/skins/default/images/footer_bg.gif) no-repeat; 

	height:53px;

	width:941px;	

	margin:15px 0 0 0;

	clear:both;

	position:absolute;

} 

.twoColFixLtHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 18px 0 0 74px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font: 80% Verdana, Arial, Helvetica, sans-serif;

	color:#999999;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:2px;

    font-size: 1px;

    line-height: 0px;

}



.frsearch{

	background:#FFFFFF url(/skins/default/images/search_bg.jpg) no-repeat;

	min-height:63px;

	height:auto !important;

	margin:-5px 0 0 0;

	

}



* html .frsearch{

	height:63px;

}



.serMenu{

	background:#b3c34c;

	width:100%;

	min-height:146px;

}



* html .serMenu{

	height:146px;

}



#sresults{

	width: 312px;

	min-height:0px;

	display:none;

	overflow:auto !important;

	background:#FFFFFF;

	position:absolute;

	z-index:10;

	border:2px solid #b3c34c;

}



* html #sresults{

	height:0px;

}



.menu2 {text-align:left;padding:0px 0px 0px 5px; margin:0; list-style:none; height:27px;background:transparent;  position:relative; z-index:100; font-family:arial, verdana, sans-serif; float:right; margin-top:160px;}

.menu2 li.top {display:block; float:left;}

.menu2 li a.top_link {display:block; float:left; height:27px; background:url(/skins/default/images/seperator.gif) bottom right no-repeat; line-height:30px; color:#FFFFFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 0; cursor:pointer;}

.menu2 li a.top_link span {float:left; display:block; padding:0 12px 0 24px; height:22px;background:transparent;/*background:url(/skins/default/images/blank.gif) right top;*/}

.menu2 li a.top_link span.down {float:left; display:block; padding:0 12px 0 24px; height:22px;}

.menu2 li a.top_link:hover {color:#fff; background:url(/skins/default/images/seperator.gif) bottom right no-repeat;}

.menu2 li a.top_link:hover span {background:url(/skins/default/images/blank_over.gif) no-repeat right top;}

.menu2 li a.top_link:hover span.down {background:url(/skins/default/images/blank_overa.gif) no-repeat right top;}



.menu2 li:hover > a.top_link {color:#fff; }

.menu2 li:hover > a.top_link span {background:url(/skins/default/images/blank_over.gif) no-repeat right top;}

.menu2 li:hover > a.top_link span.down {background:url(/skins/default/images/blank_overa.gif) no-repeat right top;}





.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}



/* Default link styling */



/* Style the list OR link hover. Depends on which browser is used */



.menu2 a:hover {visibility:visible; position:relative; z-index:200;}

.menu2 li:hover {position:relative; z-index:200;}



/* keep the 'next' level invisible by placing it off screen. */

.menu2 ul, 

.menu2 :hover ul ul, 

.menu2 :hover ul :hover ul ul,

.menu2 :hover ul :hover ul :hover ul ul,

.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:5px; list-style:none;}



.menu2 :hover ul.sub {left:0; top:27px; background: #fff; padding:3px; border:1px solid #B4C34C; white-space:nowrap; width:170px; height:auto; z-index:300;}

.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:170px; font-weight:normal;}

.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:170px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}

.menu2 :hover ul.sub li a.fly {background:#fff url(/skins/default/images/arrow.gif) 160px 7px no-repeat;}

.menu2 :hover ul.sub li a:hover {background:#B4C34C; color:#fff;}

.menu2 :hover ul.sub li a.fly:hover {background:#B4C34C url(/skins/default/images/arrow_over.gif) 160px 7px no-repeat; color:#fff;}

.menu2 :hover ul li:hover > a.fly {background:#B4C34C url(/skins/default/images/arrow_over.gif) 160px 7px no-repeat; color:#fff;} 



.menu2 :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul

{left:170px; top:-4px; background: #fff; padding:3px; border:1px solid #B4C34C; white-space:nowrap; width:170px; z-index:400; height:auto;}



.menuSer{list-style:none;width: 313px; margin:0 0 1px 0; padding:0; display:block;background:#b3c34c;overflow:visible;height:auto !important;}

.menuSer li{width:320px; float:left; height:22px; margin-top:9px;}

.menuSer li a{text-decoration:none;height:22px;width:293px; display:block; color:#FFF;border-top:1px solid #FFF;padding:8px 0 0 20px;border-bottom:1px solid #FFF; background:#b3c34c url(/skins/default/images/bullet.gif) 8px 10px no-repeat;}

.menuSer li a:hover{background:#62aa02;height:22px;text-decoration:none;padding:8px 0 0 20px;width:293px; width:293px; display:block; color:#FFF; background:#62aa02 url(/skins/default/images/bullet2.gif) 8px 10px no-repeat;}

br{ clear: left;}



h4{font-size:14px; color:#b3c34c; margin:0; text-decoration:none;}
h4 a:visited {font-size:14px; color:#b3c34c; margin:0; text-decoration:none;}
h4 a:hover {font-size:14px; color:#b3c34c; margin:0; text-decoration:none;}
h4 a:active {font-size:14px; color:#b3c34c; margin:0; text-decoration:none;}


h3{font-size:16px; line-height:12px; margin:0; padding:0;}



a.footerlinks:link,a.footerlinks:active, a.footerlinks:visited,a.footerlinks:hover{color:#797979; text-decoration:none;}



.inputbox{padding:1px; color:#666666; border:1px groove #999;font-size:11px; height:12px;}



h1.color_a{font-size:18px;color:#b3c34c;}



a.titlelink:link, a.titlelink:active, a.titlelink:visited{color:#b3c34c;}



ul.points{list-style-image:url(/skins/default/images/bullet2.gif);}



ul.points li{margin: 5px 0 5px 0;}



ul.points li a:link, a:active, a:visited{color: #666; text-decoration:none;}

ul.points li a:hover{color: #b3c34c; text-decoration:underline;}



.active{background:#C9D583;padding:3px;}



a.passive:link, a.passive:visited{background:#FFFFFF;padding:3px;border:1px solid #EAEAEA;color:#000;text-decoration:none;}



a.passive:hover{background:#C9D583;padding:3px;border:1px solid #EAEAEA;}



.menuanchorclass{color:#FFF;text-decoration:none;font:12px;padding:4px; border:1px solid #CCC;background:#62aa02;}



/* ######### Default class for drop down menus ######### */



.anylinkmenu{

position: absolute;

left: 0;

top: 0;

visibility: hidden;

border: 1px solid #CCC;

border-bottom-width: 0;

font: normal 12px Verdana;

line-height: 18px;

z-index: 100; /* zIndex should be greater than that of shadow's below */

background: #EFEFEF;

width: 200px; /* default width for menu */

}



.anylinkmenu ul{

margin: 0;

padding: 0;

list-style-type: none;

}



.anylinkmenu ul li {

background:url(/skins/pink/images/sperator.gif) no-repeat bottom left;

text-align:left;

}



.anylinkmenu ul li a:link, .anylinkmenu ul li a:visited{

width: 100%;

display: block;

text-indent: 3px;

padding: 5px 0;

color:#333;

border-bottom:1px solid #CCCCCC;

text-decoration: none;

text-indent: 5px;

}



.anylinkmenu ul li a:hover{ /*hover background color*/

background: #B3C34C;

color: #FFF;

}



/* ######### Alternate multi-column class for drop down menus ######### */





.anylinkmenucols{

position: absolute;

width: 350px;

left: 0;

top: 0;

visibility: hidden;

border: 1px solid black;

padding: 10px;

font: normal 12px Verdana;

z-index: 100; /*zIndex should be greater than that of shadow's below*/

background: #E9E9E9;

}



.anylinkmenucols li{

padding-bottom: 3px;

}



.anylinkmenucols .column{

float: left;

padding: 3px 8px;

margin-right: 5px;

background: #E0E0E0;

}



.anylinkmenucols .column ul{

margin: 0;

padding: 0;

list-style-type: none;

}







/* ######### class for shadow DIV ######### */





.anylinkshadow{ /*CSS for shadow. Keep this as is */

position: absolute;

left: 0;

top: 0;

z-index: 99; /*zIndex for shadow*/

background: #CCC;

visibility: hidden;

}





/* ######### classes for franchise hub boxes ######### */



.hubtitlebg1	{

border-left:1px solid #CCC;

border-right:1px solid #CCC;

height:30px;

padding-left:10px;

padding-right:10px;

color:#000;

}





.hubbox1	{

border-left:1px solid #CCC;

border-right:1px solid #CCC;

border-bottom:1px solid #CCC;

padding-left:10px; 

padding-right:10px;

margin-bottom:20px;

vertical-align:top;

}



/* ######### classes for blind quotes ######### */



tr.obgrey {

background-color:#6d6e71;

color:#FFF;

padding:2px;

}

tr.obgreen {

background-color:#7dc242;

padding:2px;

}

.obbtngrn {

background-color:#7dc242;

border:1px solid;

font-family:Verdana,Arial,Helvetica,sans-serif;

font-size:11px;

width:80%;

}

#obquote {

padding:10px 10px 10px;

}

.obselectgreen {

background-color:#7dc242;

border:0 none;

width:20px;

}

.obselectgrey {

background-color:#6d6e71;

border:0 none;

width:20px;

}

.obsubmit {

	background-color:#7DC242;

	border:1px none;

	color:#000000;

	padding:2px;

	width:129px;

}

.obinputarea {

width:85px;

}

#contact_content {
	padding:16px;
}

h4 a.showall {
	color:#000;
	font-size:8px;
	font-weight:normal;
	padding-top:0px;
}
h4 a.showall:hover {
	color:#B3C34C;
}


