/*

*/

/*------------------------------------*\
	NAV
\*------------------------------------*/
ul#navigation_{
	list-style:none;
	font-family: EleganTechRegular, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	padding: 0;
	margin-top: 0;
	background:url(/images/menu.bg.png) 0 0 repeat-x;
	position: static;
}
ul#navigation_ li{
	float:left;
/*	margin-right:10px;*/
	position:relative;
	border-right: 1px solid #E4E4E5;
}
ul#navigation_ a{
	display:block;
	padding:5px 6px;
	color:#666;
	background:url(/images/menu.bg.png) 0 0 repeat-x;
	text-decoration:none;
	height: 25px;
	line-height: 25px;
}
ul#navigation_ a:hover{
	color:#fff;
	background:url(/images/menu.bg.png) 0 -37px repeat-x;
	text-shadow: 0px 0px 5px #117A0F;
}

/*--- DROPDOWN ---*/
ul#navigation_ ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	min-width: 150px;
}
ul#navigation_ ul li{
	border-top:1px solid #ccc; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	z-index: 1001;
}
ul#navigation_ ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

ul#navigation_ li:hover ul{ /* Display the dropdown on hover */
	left:-40px; /* Bring back on-screen when needed */
}
ul#navigation_ li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:url(/images/menu.bg.png) 0 -37px repeat-x;
	color: #fff;
	
}
ul#navigation_ li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	background: #DAE5D4;
	text-shadow: none;
	color: #666;
}
ul#navigation_ li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color: #000;
}

#bhgn {font-weight:bold;}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a:link { 
	text-decoration: none; 
	color: #000000  ;  
	font-family:Arial, Helvetica, sans-serif; 
}

a:visited { 
	text-decoration: none; 
	color: #000000  ;  
	font-family:Arial, Helvetica, sans-serif; 
}

a:hover { 
	text-decoration: none; 
	color: #c91313;  
	font-family:Arial, Helvetica, sans-serif; 

}.researchheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.bodytextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #c91313;
	text-decoration: none;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bigquotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
	
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.researchbox {
	border: 1px solid #000000;
	padding: 5px;
}

.researchbox p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.researchbox a {
	color: #006633
	}

a.web-development {
	color: #fff;
}
