/* NAVBAR */

.nav_area 
{   
   	background: url(../img/nav_bg.gif) repeat-x;
}

#nav 
{
	list-style: none;
}

#nav li 
{
	float: left;
}
#nav .grid_3
{
	margin-left: 10px;
	margin-right: 10px !important;
}
#nav .float_left
{
	margin-left: 0px !important;
}
#nav .float_right
{
	margin-right: 0px !important;
}

li a:link{ color: #813130; }



li a:visited{ color: #a3a3a3; }



li a:hover, a:focus{ color: #ad2222;	text-decoration:none; }
li
{
	list-style: none;
}




#nav a 
{
	
	height		: 0;
	padding-top	: 74px;
	line-height	: 0;
	text-indent	: -2000px;
	width		: 100%;
	/*margin-top: 4px;*/
	background-repeat: no-repeat;

}
/*
#nav a em 
{
	position: absolute;
	/*top: -10px;
	left: -10px;
	display: block;
	width: 40px;
	height: 39px;*/
	
/*}*/


#navbar li {
	background-position: 0px -77px;
	background-repeat: no-repeat;
}
/* ----[ LINKS ]----*/

/* all menu links */
#nav a{}
#subMenusContainer a, #nav li ul li{
	
	text-decoration:none;
	display:block;
	padding:10px 25px;
	margin-left: 5px;
	width: 160px;`
	border:1px solid #E9E9E9;
	background: #f3f3f3;
	border-top-style: hidden;
	
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a
{
	margin:0;
	float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	
	
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus, #nav li li a:hover,
#nav li li a:focus{
	background-color:#FFF;
	
	}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	/*background: url(../img/arrow_right.gif) right center no-repeat;  */
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	/*background: url(../img/arrow_right_over.gif) right center no-repeat;  */
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	/* background: url(../img/arrow_down.gif) right center no-repeat; */
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	/*background: url(../img/arrow_down_over.gif) right center no-repeat; */
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 

	display:none; 
	position: absolute; 
	overflow:hidden; 

	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;*/
	
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{

	
	list-style:none;
	z-index:5;
	display:block;
	
}

/*#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }*/


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
	text-decoration:none;
	background: none;
	padding-top	: 0px;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:74px;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em; }

/* extra positioning rules for limited noscript keyboard accessibility */

#nav li a:focus + ul {  margin-left: 0; margin-top:80px; width:175px; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }

/* SUBNAV */

.subnav_area
{
	height: 75px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	/*background-color: rgba(0,0,0,0.43);*/
	background: url(../img/subnav_bg.png);
	behavior: url(/iepngfix/iepngfix.htc);
	padding-top: 35px;

}
.subnav_section_label
{
	/*padding-left: 30px;*/
}
#subnav li
{
	list-style: none;
	display: block;
	float: left;
	/*margin-left: 1.75em;*/
	margin-left: 14px;
}
#subnav li a
{
	text-decoration: none;
	color: #f3f3f3;
	font-size: 13px;/*.8em;*/
	padding: 5px;/*.5em;*/
	line-height: 24px;/*2.3em;*/
	
}
#subnav li a:hover, #subnav li a:active, .selected
{
	text-decoration: none;
	color: #b21b1b !important;
	font-size: 13px;/*.8em;*/
	
}
.selected, #subnav .current_page_item, #subnav .current_page_parent
{
	/*background-color: rgba(255,255,255,0.08) !important;*/
	background: url(../img/8per_white.png)  !important;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #b21b1b !important;
	behavior: url(/iepngfix/iepngfix.htc);
}

#subnav
{
	margin-top: 11px;
	
	

}

.subnav_area .grid_7
{
	margin: 0 !important;
	padding: 0 !important;
	width: 325px;
}
.subnav_area .grid_5
{
	margin: 0 !important;
	padding: 0 !important;
	/*width: 585px !important;*/
	width: auto !important;
	white-space: nowrap; 
	overflow-x: visible;
	float: right !important;
	margin-right: 20px !important;
}

.pagenav { É } /* the outermost list item; contains whole list */
.page-item-2 { É } /* item for Page ID 2 */
.page_item { É } /* any Page item */
.current_page_item { É } /* the current Page */
.current_page_parent { É } /* parent of the current Page */
.current_page_ancestor { É } /* any ancestor of the current Page */

.contact
{
	float:right;
	text-align: right;
	margin-top:5px;
}
.contact li
{
	float:right;
}
.contact a
{
	background: url(../img/body_bg.png);
	behavior: url(/iepngfix/iepngfix.htc);
	font-size:.75em;
	padding: 8px;
	line-height:3em;

	text-decoration:none;
	
}
.contact a.right_link
{
	-moz-border-radius-topleft  :3px;
	-webkit-border-top-left-radius :3px;
	-moz-border-radius-bottomleft  :3px;
	-webkit-border-bottom-left-radius :3px;
}
.contact a.left_link
{
	-moz-border-radius-topright  :3px;
	-webkit-border-top-right-radius :3px;
	-moz-border-radius-bottomright  :3px;
	-webkit-border-bottom-right-radius :3px;
}
.contact a:link{ 
color: #813130; 
color: #ccc; 
}




.contacta:visited{ color: #a3a3a3; }



.contact a:hover{ color: #ad2222;	text-decoration:none; background: url(../img/subnav_bg.png);
behavior: url(/iepngfix/iepngfix.htc);}


 li a.who_we_are
{
	background: url(../img/who_we_are.gif);
}
.current_page_parent a.who_we_are, li .who_we_are, a.who_we_are.mainMenuParentBtnFocused, #who_we_are a.who_we_are, a.who_we_are:hover, a.who_we_are:focus {
	background: url(../img/who_we_are_hover.gif);
	behavior: url(/iepngfix/iepngfix.htc)
}

li a.what_we_do
{
	background: url(../img/what_we_do.gif);
}
.current_page_parent a.what_we_do, li .what_we_do, a.what_we_do.mainMenuParentBtnFocused, #what_we_do a.what_we_do, a.what_we_do:hover, a.what_we_do:focus {
	background: url(../img/what_we_do_hover.gif);
}
li a.how_we_work
{
	background: url(../img/how_we_work.gif);

}
.current_page_parent a.how_we_work, a.how_we_work.mainMenuParentBtnFocused, #how_we_work a.how_we_work, a.how_we_work:hover, a.how_we_work:focus {
	background: url(../img/how_we_work_hover.gif);
	
}
li .how_we_work
{
	background: url(../img/how_we_work_hover.gif);
}

li a.why_us
{
	background: url(../img/why_us.gif);

}
.current_page_parent a.why_us, li .why_us, a.why_us.mainMenuParentBtnFocused, #why_us a.why_us, a.why_us:hover, a.why_us:focus {
	background: url(../img/why_us_hover.gif);
}

