@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
MAIN DROPDOWN MENU
=================================================================== */
#googleSearch {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 0px;
}

.searchInput {
	height:25px;
	margin-top: 0px;
	margin-right: 0px;
	border: #990033 solid 1px!important;
	padding: 4px;
	height: 14px;
	width: 250px;

}

.searchBtn {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	top: 4px;
	width:66px;
	height: 22px;
	background-image:url(../img/search.gif);
	border:none;
	text-indent: -9999em;

}

#header {
	height: 60px;
	z-index: 991;

}

#logo {
	width: 150px;
	height: 60px!important;
	float:left;
/*	background-color:#CCCCCC
*/
    overflow:hidden;
}

#menu_wrap {
	float:right;
	width:830px;
	z-index:994;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;


}

#menu_container {
	width:830px;
	z-index:995;
	clear: both;
	position: relative;
	float:right;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0;
}






/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			15em;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.9em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			right;
	margin-bottom:	0em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 5em .75em 1em;
	text-decoration:none;
	color: #FFF!important;
	font-size: 1.1em;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF!important;
}
.sf-menu li {
	background:		#6f732d; /*green*/
	margin-right: 0px;	

}
.sf-menu li li {
	background:		#004a64; /*Blue*/
}
.sf-menu li li li {
	background:		#bf311a; /*Red*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#6f732d; /*green*/
	outline:		0;
}

/*** arrows / EDIT THIS ONE FOR WIDTH **/
.sf-menu a.sf-with-ul {
	padding-right: 	3.8em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}





/* =SSOE Index
----------------------------------------------------------------------*/

#ssoe_index
{
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	width: 990px;
	height: 370px;
	z-index: 9008;
}

#ssoe_index dl
{
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 172px;
	
}
#ssoe_index dt
{
	padding: 5px 0 5px;
}

.panelSub {
	color: #D7CC45;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #999900 solid 1px;
	margin-bottom:2px;
}

.nolink
{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #999900 solid 1px;
	margin-bottom:2px;
}

#ssoe_index dd
{
	padding: 1px 0;
}
#ssoe_index dt a
{
	color:#D7CC45;
	font-weight: bold;
	text-decoration: none;
}
#ssoe_index dd a
{
	color:  #C1C399;
	text-decoration: none;
}
#ssoe_index a:hover
{
	text-decoration: underline;
	color: #FFF;
}

#industriesPanel{
	width:385px!important;
	}

#industriesPanel dl{
	padding: 0 0px;
	margin-right:20px;
	}	
	
/* =mapHeader
----------------------------------------------------------------------*/

#mapHead
{
	/*background: url(../img/mapHead.jpg) no-repeat center top;*/
	margin: 0px auto 5px;
	overflow: hidden;
	position: relative;
	height: 21px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B0232A;
	
}
#tabWrap
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#mapHead span
{
	color: #B0232A;
	font-size: 11px;
	position: relative;
	top: 2px;
	float: right;
}
#mapHead span a
{
	color: #B0232A;
	padding: 0 5px;
}
#mapHead span a:hover
{
	text-decoration: underline;
}
#ministry_tab
{
	background: url(../img/ministry_tab.png) no-repeat left bottom;
	cursor: pointer;
	display:block;
	font-size: 0;
	overflow: hidden;
	position: relative;
	text-indent: -99999px;
	top: 0;
	visibility: hidden;
	width: 138px;
	height: 20px;
	float: right;
}
#ministry_tab.on
{
	background-position: 0 0;
}
#mapHead img
{
	vertical-align: top;
}
#mapHead label
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}
#mapWrap {
	background-color: #6F732D;
	margin: 0px;
	width: auto;
	z-index: 9009;
}



/* BTNS FOR VARIOS PAGES */


#signupBtns {padding:0; margin:10px 0px; width:0;}

#signupBtns li {list-style-type:none; width:200px; height:35px; margin:2px 0; clear:both;}

#signupBtns a, #signupBtns a:visited {position:relative; display:block; width:200px; height:25px; border:2px solid #FFF; margin-bottom:3px; background-color:#B0232A; color:#FFF; padding: 10px 0px 10px 6px; text-decoration:none;}

#signupBtns a span, #signupBtns a:visited span {display:none;}

#signupBtns a:hover {color:#fff; background-color:#65707b; border:1px solid #000; text-decoration:none;}

#signupBtns a:hover span {position:absolute; display:block; left:130px; top:0; width:0px; height:0px; border-left:8px solid #c00; border-top:8px solid #fff; border-bottom:8px solid #fff; font-size:1px; line-height:0;}

* html #signupBtns a:hover span {width:8px; height:16px; w\idth:0; he\ight:0;}




