

*{
	margin:0;
	padding:0;
}

body 
{
	margin:0; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size:11px;
	color: #1c4d7a;
}

.error_msg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #930;
	margin: 10px 0 10px 0;
}

.sIFR-hasFlash h1 {
	font-size: 20pt;
	line-height: 1em;
	font-weight:normal;
	color: #86b823;
}

.sIFR-hasFlash h2 {
	font-size: 20pt;
	line-height: 1em;
	font-weight:normal;
	color: #1c4d7a;
}

.sIFR-hasFlash h3 {
	font-size: 20pt;
	line-height: 1em;
	font-weight:normal;
	color: #1c4d7a;
}

h4
{
	font-size:15px;
	color:#1c4d7a;
}

#wave_top {
	background:transparent url(../images/bg3.png) repeat-y scroll 0 0;
	height:100%;
	left:20px;
	position:fixed;
	top:0;
	z-index:100;
	width:85px;
}

#footer_wave {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 100%;
	background-repeat:repeat-y;
	background-color:#59A056;
}

#wrapper_footer_wave {
	height: 70px;
	width: 736px;
	margin-left:auto;
	margin-right:auto;
}

#right_footer_wave {
	height: 70px;
	width: 250px;
	float:left;

}

#left_footer_wave {
	height: 70px;
	width: 250px;
	float:left;

}



#facebook_button{
	height: 30px;
	width: 30px;
	float:left;
	padding-left:63px;
	padding-top:5px;
	

}



#like_button {
	height: 30px;
	width: 30px;
	float:left;
	padding-left:7px;
	padding-top:7px;

}





#wrapper
{
	width:828px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

#header
{
	height:143px;
	width:100%;
	float:left;
	clear:left;
	z-index: 50;
}

#headerinside
{
	height:143px;
	width:828px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bubblesbg.png);
}

fieldset,
legend 
{
	border: 0;
}

.map_canvas {
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
	border: 1px solid #4688B1;
}

.required {
	color: #bc1d2f;
	background: #fbe8eb;
	display: block;
	padding: 3px 5px;
	
}

input,
input.text,
textarea,
select
{
	font-size: 11px;
	color: #0a2b58;
	padding: 2px 3px 2px 3px;
	margin: 0 0 5px 0;
	opacity: .7;
	-moz-opacity:.70;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
}

input.text {
	width: 180px;
	background: #FFF !important;
	border: 1px solid #7f9db9 !important;
}

textarea {
	width: 180px;
	background: #FFF !important;
	border: 1px solid #7f9db9 !important;
}

select {
	width: 188px;
	background: #FFF !important;
	border: 1px solid #7f9db9 !important;
}

input.action {
	margin: 0 0 5px 0;
}

input.action:hover {
	margin: 0 0 5px 0;
}

#divlinks{	
	height: 50px;
	width:100%;
	float:left;
	background-image:url(../images/bg_nav2_top.png);
}

#divlinksinside{
	height: 50px;
	width: 460px;
	margin: 0 auto;	
}

#divlinksinside a img
{
	float: left;
}

#hovercolor{
	height:49px;
	widows:162px;
	background-color:#36F;
}

#greenbar{
	background-color:#060;
	height:20px;
	width:400px;
}

#logo{
	height:130px;
	width:366px;
	float:left;
}

#greennav {
	position:fixed;
	width:541px;
	height:25px;
}

#navcontainer
{
	float:left;
	display:inline;
	margin:0 0 0 0;
	padding-left:50px;
	padding-bottom:10px;
	margin-top:5px;
	width:828px;
	background:url(images/menubg.png) no-repeat;

}
/*
 ------------------------------------------------------------------- 
 /////// START : SubMenu                                             
 ------------------------------------------------------------------- 
*/

#nav, 
#nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Verdana, Geneva, sans-serif;
}

ul#nav{
	float:left;
	position:relative;
	/*z-index:900;*/
}
#nav li {
	float: left;
	width: 92px;
}

ul#nav a{
	display: block;
	text-decoration:none;
	color: #FFF;
}

ul#nav a:hover{
	color:#000;
}

ul#nav a.topLevel{
	display:block;
	width:90px;
	height:40px;
	background: url(../images/nohover.png);
	text-align:center;
	color:#fff;
	text-decoration:none;
}

ul#nav a.topLevel span,
ul#nav a.topLevelPointer span,
ul#nav a.active span
{
	font-size:12px;	
	position:relative;
	top:13px;
}

ul#nav a.topLevel:hover,
ul#nav a.topLevel.current,
div#header ul#nav a.topLevel.section,
ul#nav a.topLevel:active
{
	background: url(../images/hover.png);
}

ul#nav a.topLevelPointer
{
	display:block;
	width:90px;
	height:40px;
	background: url(../images/nohover_pointer.png);
	text-align:center;
	color:#fff;
	text-decoration:none;
}

ul#nav a.topLevelPointer:hover,
ul#nav a.topLevelPointer.current,
div#header ul#nav a.topLevelPointer.section,
ul#nav a.topLevelPointer:active
{
	color:#fff;
	background: url(../images/hover_pointer.png);
}

/*
 ---------------------------------------------------- 
 START : SubMenu controls                             
 ---------------------------------------------------- 
*/

li.levelOne ul#subMenu1,
li.levelTwo ul#subMenu2,
li.levelThree ul#subMenu3,
li.levelFour ul#subMenu4,
li.levelFive ul#subMenu5,
li.levelSix ul#subMenu6
{
	position: absolute;
	display: none;	
	width: 150px;
	padding: 8px 0 8px 0;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}

li.levelOne ul#subMenu1{
	background: #86B823;
}

li.levelTwo ul#subMenu2{
	background: #86B823;
}

li.levelThree ul#subMenu3{
	background: #86B823;
}

li.levelFour ul#subMenu4{
	background: #86B823;
}

li.levelFive ul#subMenu5{
	background: #86B823;
}

li.levelSix ul#subMenu6{
	background: #86B823;
}


li.levelOne:hover ul#subMenu1{
	display: block;
	left: auto;
}

li.levelTwo:hover ul#subMenu2,
li.levelThree:hover ul#subMenu3,
li.levelFour:hover ul#subMenu4,
li.levelFive:hover ul#subMenu5,
li.levelSix:hover ul#subMenu6
{
	display: block;
	left: 150px;
	border-left: 1px solid #FFF;
	top: 10px;
}
/*
 ---------------------------------------------------- 
 END : SubMenu controls                               
 ---------------------------------------------------- 
*/

li.levelTwo,
li.levelThree,
li.levelFour,
li.levelFive,
li.levelSix
{
	width: 150px;
	padding: 0;
	margin: 0 0 0 5px;
	background: none;
}

li.levelTwo a,
li.levelThree a,
li.levelFour a,
li.levelFive a,
li.levelSix a
{
	width: 130px;
	background: none;
	padding: 4px 10px 4px 5px;
	margin: 0;
}

li.levelTwo a:hover,
li.levelThree a:hover,
li.levelFour a:hover,
li.levelFive a:hover,
li.levelSix a:hover
{
	background: #94c72f;
}

li.levelTwo a.pointer,
li.levelThree a.pointer,
li.levelFour a.pointer,
li.levelFive a.pointer,
li.levelSix a.pointer 
{
	background: url(../images/pointerRight_a.gif) 130px 6px no-repeat;
}

li.levelTwo a.pointer:hover,
li.levelThree a.pointer:hover,
li.levelFour a.pointer:hover,
li.levelFive a.pointer:hover,
li.levelSix a.pointer:hover 
{
	background: #94c72f url(../images/pointerRight_b.gif) 130px 6px no-repeat;
}
/*
 ------------------------------------------------------------------- 
 /////// END : SubMenu                                               
 ------------------------------------------------------------------- 
*/


#content
{
	width:737px;
	float:left;
	padding-bottom: 80px;
	margin-left:50px;
	display:inline;
}

#contentleft
{	
	width:309px;
	float:left;

}

#contentright
{
	width:428px;
	float:left;
	
	
}



#topcorner1
{
	width:304px;
	height:10px;
	float:left;
	clear:left;
}

#content1
{
	width:264px;
	float:left;
	clear:left;
	padding-left:20px;
	padding-right:20px;
}

#bottomcorner1
{
	width:304px;
	height:22px;
	float:left;
}

#topcorner2
{
	width:428px;
	height:10px;
	float:left;
	clear:left;
}

#content2
{
	width:388px;
	float:left;
	clear:left;
	padding-left:20px;
	padding-right:20px;
	
}

#bottomcorner2
{
	width:428px;
	height:22px;
	float:left;
}

#topcorner3
{
	width:737px;
	height:10px;
	float:left;
	clear:left;

}

#content3
{
	width:697px;
	float:left;
	clear:left;

	padding-left:20px;
	padding-right:20px;
	
}

#bottomcorner3
{
	width:737px;
	height:22px;
	float:left;

}

#footer
{
	width:697px;
	height:231px;
	float:left;
	background-image:url(../images/footerbg.png);
	margin-left:50px;
	margin-top:7px;
	display:inline;
	padding:20px;
	
}

#logindiv
{
	width:174px;
	height:231px;
	float:left;
	
}

#quotediv
{
	width:160px;
	height:231px;
	float:left;
	padding-right:14px;
}

#franchisediv
{
	width:174px;
	height:231px;
	float:left;
	
	
}

#productsdiv
{
	width:174px;
	height:231px;
	float:left;
}


