/*----------------------------*/
/* 2.5 - Navigation - Level 3 */
/*----------------------------*/
.nav3 {
	overflow: hidden;
	clear: both;
	float: left;
	width: 170px;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	font-size: 1em;
}
.nav3 ul {
	width: 170px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: solid 1px #CCCCCC;
	background-color: #EEE;
}	
.nav3 li {list-style: none; margin: 0px; padding: 0px;}
.nav3 li.title {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 2px 15px;
	background-color: #666;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	background-image: url(file:///G|/Website/2008%2011%2020%20EQ%20new%20site/img/headerbg.gif);
	height: 25px;
}
.nav3 li.group a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px 7px 0px 15px;
	border-top: solid 1px rgb(200,200,200);
	border-left: solid 7px rgb(219,230,241);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
}
.nav3 li a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 20px; border-left: solid 7px rgb(219,230,241); color: rgb(75,75,75); text-decoration: none; font-size: 120%;}
.nav3 li a:hover, .nav3 li a.selected {border-left: solid 7px rgb(156,186,214);  color: rgb(100,100,100); text-decoration: none;}
/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0;
	padding: 50,0,0,0;
	border: 0;
}

body {
	background: #CCCCCC;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #798BA2;
	background: inherit;
}
a:hover {
	color: #9C0;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* images */
img {
	border: 0;
	float: left;
	position: static;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #666;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1140px;
	text-align: left;
	background-color: #CCC;
	background-image: url(img/background/content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content-wrap {
	clear: both;
	width: 1080px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#header {
	width: 1140px;
	position: relative;
	height: 106px;














	background: #CCC url(
<li><a href="index.html">Home</a></li>) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	background-image: url(img/background/top_struct.gif);
}
#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px;
	left: 50px;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;
	height: 20px;
	background-image: url(img/background/menu.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0 80px 0 0;
	width: 900px;
	padding-left: 45px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 815px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#main h1 {
	margin-top: 10px;
	color: #333;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: Bold;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
#main2 {
	margin: 0;
	height: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 22px;
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	color: #999;
	border: 1px solid #EFF0F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: #EEF0F1;
	background-image: url(file:///G|/Website/2008%2011%2020%20EQ%20new%20site/img/headerbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar .left-box sub {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}

#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 0 2px 25px;
	margin: 0 2px;
	background-image: url(file:///G|/Website/2008%2011%2020%20EQ%20new%20site/img/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#sidebar ul.sidemenu sub {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 0 2px 25px;
	margin: 0 2px;
	background-image: url(file:///G|/Website/2008%2011%2020%20EQ%20new%20site/img/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
	color: #333;
	font-size: 0100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Footer */	
#footer {
	color: #666666;
	clear: both;
	width: 1140px;
	height: 55px;
	text-align: center;
	font-size: 92%;
	background-color: #CCC;
	background-image: url(img/background/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	clear: right;
}
.float-right { float: right; }
.align-left  {
	text-align: left;
	width: 250px;
	float: left right;
}
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
/*************************************************************/
/*   Design:   Multiflex-3 Update-2 / Layout-2               */
/*   File:     Text formats                                  */
/*-----------------------------------------------------------*/
/*   Author:   G. Wolfgang                                   */
/*   Date:     November 29, 2006                             */
/*   Homepage: wwww.1-2-3-4.info                             */
/*-----------------------------------------------------------*/
/*   License:  Fully open source without restrictions.       */
/*             Please keep footer credits with a link to     */
/*             G. Wolfgang (www.1-2-3-4.info). Thank you!    */
/*************************************************************/

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.nav3-grid {
	width:250px;
	border-bottom:solid 1px rgb(200,200,200);
}
.nav3-grid dt a, .nav3-grid dt a:visited {
	display:block;
	min-height:2em /*Non-IE6*/;
	height:auto !important;
	height:2.0em /*IE6*/;
	line-height:2em;
	padding:0px 10px 0px 20px;
	border-top: solid 1px rgb(200,200,200);
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:100%;
}
.nav3-grid dd a, .nav3-grid dd a:visited {
	display:block;
	min-height:1.7em /*Non-IE6*/;
	height:auto !important;
	height:1.7em /*IE6*/;
	line-height:1.7em;
	padding:0px 10px 0px 40px;
	border:none;
	font-weight:normal;
	text-decoration:none;
	color:#333;
	font-size:100%;
}
.nav3-grid dt a:hover, .nav3-grid dd a:hover {
	background-color:rgb(225,225,225);
	color:#333;
	text-decoration:none;
}
#main2 h1 {
	margin-top: 10px;
	color: #333;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: Bold;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

