a:link {color:white;}
a:hover {color:white;}
a:visited {color:white;}
a:focus {-moz-outline-style:none}
img {border-width:0px;}
body{
	margin:0;
	padding:0;
	background-color: black;
	text-align:center;
	color:white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}
p{
	margin:0; padding:0;
}
#container {
	margin: 0 auto 0 auto;
	margin-top:12px;
	text-align: left;
	width: 1150px;	
}
#main{
	position:relative;
	width:1150px;	
}
#top{
	height:263px;
	border-bottom:3px solid  #404040;
}
#top h1{display:none}
#top hr{display:none}
#content{
	margin-top:50px;
}
#top #logo {
	width:470px;
	float:left;
	display:inline;
}
#top #menu {
	width:335px;
	float:left;
	display:inline;
	position:relative;
	
}
#top #address {
	width:330px;
	float:left;
	display:inline;
	font-size:16px;
	margin-top:30px;
}

#projectMenu {

	position:absolute;
	top:10px;
	left:160px;
	border: 2px solid #ee7a34;
	/*border: 3px solid #404040;*/
	width:300px;
	padding:4px 5px 1px 2px;
	background:black;
	display:none;	

}

#top #menu #projectMenu ul li a{
	display:block;
	height:25px;
	text-decoration:none;
	font-size:13px;
	background:  url(../images/projectTitleContentMenu.png) top left repeat-x;
	width:280px;
	color:black;
	padding-left:20px;
	padding-top:4px;
	font-weight:bold;
}

#top #menu #projectMenu ul li a:hover{
	color:#f47a24;
}

#top #menu #projectMenu ul{
	list-style:none;
	margin:0;
	padding:0;
}
