/* commented backslash hides from ie5mac \*/ 
html{
	height:auto;
	margin:0;
	padding:0;
} 

/* end hack */ 
html,body {
	padding:0;
	height:auto;
	margin:0;
	background-color: #333333;
	font-size: 11px;
	font-family: "Arial, Helvetica", sans-serif;
}

body{	
	text-align:left;
	min-width:955px;/* for mozilla*/
	background-color: #333; 
}

#wrapper {
}

#outer{
	width:955px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background-color:#FFF;
	background:  url(images/inner_955x1.jpg) repeat-y left top;  
	z-index:10;  
}

/* mac hide \*/
* html #outer{
	width:955px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:130px;/*needed to make room for header*/
} 

#left-inner-image {
	top:2px;
	left:-10px;
	z-index:1;
}

ul#left-inner-image {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:955px;
	height:93px;
	z-index:11; 
    background:  url(images/top-header_955x93_2.jpg) no-repeat left top;
}

#navmenu{
	position:absolute;
	top:93px;
	left:0px;
	width:955px;
	height:35px;
	z-index:13;
	background:  url(images/header_955x43.jpg) no-repeat left top; 
}

#logo {
	position:absolute;
	top:26px;
	left:15px;
	width:518px;
	height:51px;
	text-indent: 0px;
/*	z-index:300;  */
	background:  url(images/euaw_top_banner_logo-small.gif) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:955px}
/* end hide*/

#footer {
	width:955px;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url(images/foot_955x82_2.jpg) no-repeat left top;
}

#footer p {
	text-align:center;
	font-size:12px;
	padding:8px;
	padding-top:30px;
}

#footer p a {
	text-decoration: none;
	color: #ffffff;
}

#footer p a:hover {
    background-color:#00549A;
    color:#fff;
}

* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:205px;
	float:right;
/*	z-index: 55; */
}

#right-inner {
	padding-left:0px;
	padding-right:15px;
	padding-bottom:15px;
	text-align: left;
}

#right-inner h2 {
	font-size: 15px;
	padding-top:0px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:745px;
	float:left;
/*	z-index: 56; */
}

#left-inner {
	padding-left: 15px;
	padding-right: 7px;
	text-align: left;
}

#center {
	position:relative;/*ie needs this to show float */
	width:100%;
/*	z-index: 56; */
}

#center-inner {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

#contact_us_left {
	width:425px;
	float:left;
/*	z-index: 55; */
}

#contact_us_right {
	width:475px;
	float:right;
/*	z-index: 55; */
}

#contact_us_right_map {
	width:500px;
	height:250px;
	float:right;
/*	z-index:55; */
	background-color:#F00;
}

#clearfooter {
	width:100%;
	height:86px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

#content {
/*	z-index: 300; */
	padding-bottom: 10px;
}

#content h2 {
	font-size: 15px;
	color: #000;
	background:  url(images/euawbullet_19x21.jpg) no-repeat left top;
	padding-left: 21px;
	line-height: 24px;
	position: relative;
/*	z-index: 999; */
}

#recentdocsctnr, #newsbar {
	line-height:14px;
}

h3#post  {
	font-size: 12px;
	color: #618200;
	padding-left: 0px;
}

p.breadcrumb  {
	font-size: 12px;
	font-style:normal;
	padding-top:8px;
	
}

#content p {
	font-size: 12px;
	color:  #444444;
	line-height: 16px;
}

a {
	color: #00549A;
	text-decoration:none;
}

a:hover {
	background-color: #00549A; 
	color: #FFF;
}

.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 16px;
}

img {
	border: solid 1px #333;
}

a.nohover
{
	background-color:transparent;
}

a:hover img 
{
	border: dotted 1px #00549A;
	background-color:#FFF;
}

img.whiteborder {
	border: solid 1px #FFF;
	background-color:transparent;
}

#content ul li{
	list-style-image: url(images/bluebullet_5x8.gif);
	margin-bottom: 0.5em;
	font-size:12px;
	line-height:16px;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

.youtubeborder {
	border: solid 1px #333;
}

.about_team {
	padding-left:15px;
	padding-bottom:15px;
}

.about_team_pics {
	padding-bottom:15px;
}

.projects_headings {
	background:url(images/bluebullet_5x8.gif) no-repeat left;
	padding-left:10px;
	font-weight:bold;
}

/*.projects_content {
	font-size:12px;
	line-height:16px;
}*/

.projects_content_table p {
	margin:0px;
}

.projects_content_spacer {
	padding-bottom:12px;
}

.more_details {
	line-height:16px;
	text-align:right;
}

#content .classifieds_product {
	font-weight:bold;
	border-top: solid 1px #333;
	padding-top:0px;
}

#content .classifieds_contact {
}

#classifieds p {
	font-size: 12px;
	line-height: 16px;
	margin:0px 0px 10px 0px;
}

#classifieds h3 {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	margin:0px 0px 0px 0px;
}

#team_member h3 {
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}