/
/* top elements */
* { margin: 0; padding: 0; outline: 0; }


body {

	margin: 0; padding: 0;
	font: 12px/160% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: url(headerbg-blue.gif) repeat-x;
	color: #666666;	
	text-align: center; width:100%		
}



/* ----------------------------------
    Layout
------------------------------------- */
#wrap {
	margin: 0 auto;
    width: 100%;
	text-align:center;		
	background: #FFF;	
	
}

/* header */
#header {
	position: relative;
	background: url(headerbg-blue.gif) repeat-x 0 0;
	height: 100px;	

}
#header2 {
	position: relative;
	background: url(headerbg-blue2.gif) repeat-x 0 0;
	height: 10px;
}
#header h1#logo {
	position: relative; 
	margin: 0; padding: 0;
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	letter-spacing: -3px;
	color: #000000;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0px; left: 200px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 11px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000000;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 55px; left: 50px;
}
#banner {
	float: right;
	margin-top: 2px;
	padding: 0px 20px 0px 0px;



}
#menu {
	clear: both;
	margin: 0; padding: 0;

}
#menu ul {
	position: relative; 
	bottom: -10px;
	margin: 0; padding: 0;	
	float: center;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	width: 100%;
	border: 1px solid #008cf0;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -5px;
	float: left;
	color: #808080;
	padding: 5px 15px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 5px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;


}
#menu2 {
	clear: both;
	margin: 0; padding: 0;

}
#menu2 ul {
	position: relative; 
	bottom: 0px;
	margin: 0; padding: 0;	
	float: center;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	width: 100%;
	border: 1px solid #008cf0;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu2 ul li{
	display: inline;	
}
#menu2 ul li a {	
	position: relative; bottom: -5px;
	float: left;
	color: #808080;
	padding: 5px 15px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 5px solid #808080; 	
}
#menu2 ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu2 ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;

}
#menu3 {
	clear: both;
	margin: 0; padding: 0;

}
#menu3 ul {
	position: relative; 
	bottom: 0px;
	margin: 0; padding: 0;	
	float: center;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	width: 100%;
	border: 1px solid #008cf0;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu3 ul li{
	display: inline;	
}
#menu3 ul li a {	
	position: relative; bottom: -5px;
	float: left;
	color: #808080;
	padding: 5px 15px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 5px solid #808080; 	
}
#menu3 ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu3 ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;

}
#menu4 {
	clear: both;
	margin: 0; padding: 0;


}
#menu4 ul {
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: center;
	font: bold 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	width: 900px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu4 ul li{
	display: inline;	
}
#menu4 ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 5px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu4 ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu4 ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;



}


/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.blue   { color: #3791D7; }
.green   { color: #39c72a; }



