@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 780px;
	height: 25px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 145px;
	margin-left: 0px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	cursor: pointer;
	width: 195px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-color: #008045;
	padding: 0px;
	margin: 0px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	height:30px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
padding:0;
margin:0;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	/*margin: -5% 0 0 0%;*/
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	padding:0;
	margin:0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border:none;
	padding:0;
	margin:0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	height: 22px;
	background-image:url(../images/mainnav_bg1.JPG);
	background-repeat:repeat-x;
	background-color:none;
	padding-left:5px;
	text-decoration: none;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #006332;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-image:url(../images/mainnav_bg1a.jpg);
	background-repeat:repeat-x;
	background-color:none;
	/*color: #FFF;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-position: left top;
	display: block;
	}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.Hover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color:none;
	background-image:url(../images/mainnav_bg1a.jpg);
	background-repeat:repeat-x;
	color: #FFF;
	border:none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation  and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal a.
{
padding:0;
margin:0;

} */
/* Menu items that have a submenu have the class designation  and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.
{
	background-color: none;
	background-image:url(../images/mainnav_bg1a.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	border:none;
	color: #FFF;
	padding:0;
	margin:0;
}
	*/
/* Menu items that are open with submenus have the class designation Hover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.Hover
{
	background-color: none;
	background-image:url(../images/mainnav_bg1a.jpg);
	background-repeat:repeat-x;
	/*color: #FFF;*/
	padding:0;
	margin:0;
}
/* Menu items that are open with submenus have the class designation Hover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.Hover
{
	background-image:url(../images/mainnav_bg1a.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	border:none;
	padding:0;
	margin:0;
	
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
ul.MenuBarHorizontal ul a {
	border:none;
	margin:0;
}
}

.service3 img {
	display: block;
	float: right;
	padding-left: 10px;
}
.MenuBarHorizontal li ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.MenuBarItemSubmenu {
	margin: 0px;
	padding: 0px;
	border:none;
}

/*menu */
@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal2
{
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 600px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	clear: both;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive2
{
	z-index: 1000;
	margin: 0px;
	padding: 0px;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal2 li
{
	list-style-type: none;
	position: relative;
	cursor: pointer;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	width: 165px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 165px;
	position: relative;
	left: -1000em;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: auto;
	width: 165px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal2 ul li
{
	padding:0;
	margin:0;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal2 ul ul
{
	position: relative;
	width: 165px;
	margin: 0px;
	padding: 0px;	/*margin: -5% 0 0 0%;*/
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	padding:0;
	margin:0;
	border-right-width: thin;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal2 ul
{
	border:none;
	padding:0;
	margin:0;
	width: 165px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	height: 22px;
	text-decoration: underline;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	color: #9EBE5C;
	margin-left: 0px;
	border-right-width: thin;
	border-right-color: #999999;
	width: 165px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal2 a:hover, ul.MenuBarHorizontal a:focus
{
	display: block;
	color: #00C462;
	text-decoration: underline;
	}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal2 a.MenuBarItemHover, ul.MenuBarHorizontal a.Hover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #00C462;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation  and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*
ul.MenuBarHorizontal a.
{
padding:0;
margin:0;

} */
/* Menu items that have a submenu have the class designation  and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.
{
	background-color: none;
	background-image:url(../images/mainnav_bg1a.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	border:none;
	color: #FFF;
	padding:0;
	margin:0;
}
	*/
/* Menu items that are open with submenus have the class designation Hover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal2 a.Hover
{
	background-color: none;
	/*color: #FFF;*/
	padding:0;
	margin:0;
	color: #00C663;
	text-decoration: underline;
}
/* Menu items that are open with submenus have the class designation Hover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal2 ul a.Hover
{
	border:none;
	padding:0;
	margin:0;
	color: #00C663;
	text-decoration: underline;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal2 iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
ul.MenuBarHorizontal2 ul a {
	border:none;
	margin:0;
}
}

.service3 img {
	display: block;
	float: right;
	padding-left: 10px;
}
.MenuBarHorizontal2 li ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.MenuBarItemSubmenu {
	margin: 0px;
	padding: 0px;
	border:none;
}
#mainContent2 #contact {
	display: block;
	width: 300px;
	float: left;
	height: 150px;
	margin-top: 10px;
	margin-right: 10px;
}

