/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	/*margin-top:10px;*/
	margin:0;
	text-align:center;
	min-width:777px;/* for mozilla*/
	background: #FFF;
	color: #000000;
	font-family:verdana;
	font-size:0.7em;
}
#outer{
	height:100%;
	min-height:100%;
	width:777px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/layout/bg_stretch.png) repeat-y center center #edecea;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:777px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:777px;
	height:292px;
	background:url(../images/layout/header.png) repeat-x transparent;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:177px;
	float:left;
	padding-top:292px;/*needed to make room for header*/
	padding-bottom:25px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:767px;
	clear:both;
	height:25px;
	background-color: #011d42;
	color: #CCC;
	line-height:25px;
	padding-left:10px;
	text-align:left;
	left:0;
	bottom:0;
	position: absolute;
	
	font-size:0.9em;

}
* html #footer {/*only ie gets this style*/
	\height:25px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:590px;
	float:right;
	padding:294px 5px 5px 5px;
	padding-bottom:65px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:25px;clear:both} /* to clear footer */

#banner_header{
position:absolute;
top:66px;
border-top:2px solid #FFF;
border-bottom:2px solid #FFF;
}
#header_top{
font-size:20px;
color:#FFF;
line-height:55px;
padding:5px;
}
#header_top img{
float:right;
}
.orange{
color:#ff9900;
}
/*****/
.welcome{
color:#000;
text-align:right;
padding-right:10px;
position:absolute;
top:230px;
right:0px;
}
.welcome a{color:#000}
.welcome a:Link{color:#000}
.welcome a:Visited{color:#000}
.welcome a:Hover{color:#000}

.site_languages{
position:absolute;
right:5px;
top:5px;
}

.module{
border:1px solid #c5c5c5;
margin:0px 10px 10px 10px;
}
.module_header{
text-transform:uppercase;
color:#000;
border-bottom:1px solid #000;
font-weight:bold;
padding:3px;
}
.module_body{
/*padding:3px;*/
}
.module_body ul{
list-style:none;
padding:0;
margin:3px;
text-transform:uppercase;
font-weight:bold;
}
.module_body ul a{color:#000;text-decoration:none;}
.module_body ul a:Link{color:#000;text-decoration:none;}
.module_body ul a:Visited{color:#000;text-decoration:none;}
.module_body ul a:Hover{color:#000;text-decoration:underline;}
.module_body li.active a{color:#fdb813;text-decoration:none;}

#left li a.active{color:red}
#left li a.active:Link{color:red}

.mininews{
margin:3px 3px 20px 3px;
}
.mininews h2{
font-size:11px;
margin:0;
padding:0;
line-height:15px;
}
.mininews h2 span{
display:block;
font-weight:normal;
font-size:9px;
margin:0;
padding:0;
display:none;
}
.mininews_body{
font-size:10px;
margin-top:10px;
}

/** STD CLASSES **/
h1{
color:#FF9900;/*#3366cc;*/
margin:0 0 10px 0;
padding:0 0 0 10px;
font-size:large;
}
h1 a{color:#FF9900;font-weight:bold;text-decoration:underline;}
h1 a:link {color:#FF9900;font-weight:bold;text-decoration:underline;}
h1 a:visited {color:#FF9900;font-weight:bold;text-decoration:underline;}
h1 a:hover {color:#FF9900;font-weight:bold;text-decoration:none;}

h1 span a{color:#3366cc;font-weight:bold;text-decoration:underline;}
h1 span a:link {color:#3366cc;font-weight:bold;text-decoration:underline;}
h1 span a:visited {color:#3366cc;font-weight:bold;text-decoration:underline;}
h1 span a:hover {color:#3366cc;font-weight:bold;text-decoration:none;}

h1 span{
	font-size:x-small;
	display:block;
	color:#666;
}
h1 span.tools{
	float:right;
}

h1 span.caps{
display:inline;
color:#FF9900;
font-size:large;
}
h2{
	padding:5px;
	background:#FFF;
	border:1px solid #CCC;
}
h2 span, h2 span a, h2 span a:link, h2 span a:visited{
	font-size:x-small;
	color:#3366cc;
}
h3{
margin:0;
color:#3366cc;
font-size:x-small;
}
hr{
height:0;
border:none;
border-bottom:1px dotted #999;
}
fieldset{
	background:#CCC;
	border:1px solid #FFF;
	padding:10px;
	margin:10px;
}
fieldset legend{
	font-size:large;
}
.width500center{
	margin:auto auto;
}
a{color:#000;font-weight:bold;text-decoration:none;}
a:link {color:#000;font-weight:bold;text-decoration:none;}
a:visited {color:#000;font-weight:bold;text-decoration:none;}
a:hover {color:#000;font-weight:bold;text-decoration:underline;}

/** FONT SIZE **/
.x-small{
font-size: x-small;;
}
/** ERROR AND MSGS **/
#notice{
border:2px solid #FFF;
color:#FFF;
background:#006600;
font-weight:bold;
padding:5px;
margin:5px;
font-size:medium;
text-align:center;
}
#error{
border:2px solid #FFF;
color:#FFF;
background:#990000;
font-weight:bold;
padding:5px;
margin:5px;
font-size:medium;
text-align:center;
}

/** MENU **/
#languages{
float:right;
padding:3px;
}
#languages #active_language{
border:2px solid #FFF;
}
#menu{
position:absolute;
top:252px;
left:0px;
width:100%;
}
#menu ul,#menu li{
margin:0;
padding:0;
list-style:none;
text-align:left;
white-space:nowrap;
}
#menu li{
display:inline;
position:relative;
white-space:nowrap;
}
#menu li a.last{}

#menu ul a {
font-family: Arial;
font-size: small;
text-decoration: none;
font-weight: bold;
color: #4D9DDC;
padding:4px 10px;
line-height:21px;
border-bottom:2px solid #011d42;
}
* html #menu ul a {padding:2px 10px;display:inline-block;line-height:17px}
/* commented backslash hack v2 \*/ 
* html a {height:1%;} 
/* end hack */ 
#menu ul a:hover{color: #FFAD2B;border-bottom:2px solid red;padding-bottom:2px;}


#menu ul a.active{color: #FFAD2B;border-bottom:2px solid red;padding-bottom:2px;}

a img{border:none;}

/* Languages tooltip */
#languages a:hover{
background:transparent;
}
#languages a span{
display:none;

}

#languages a:hover span{
display:inline;
color:white;
position:absolute;
right:150px;
z-index:100;
}

.col2{
width:50%;
float:left;
}

.list_table a{color:#fff;text-decoration:underline;}
.list_table a:link{color:#fff;}
.list_table a:visited{color:#fff;}
.list_table a:hover{color:#fff;text-decoration:none}

.request_advanced_search{
	border:1px solid #91FF00;
	background:#DFFFB6;
	padding:5px;
	margin:5px;
}