/*myhedspace_free07 - inner css */
body {
background-color:#222;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:101%;
color:#FFF;
text-align:center;
}

p, li {font-size:.8em;}

#wrap, #gloo {
width:630px; 
margin: 30px auto;
text-align:left;
}
#nav {
float:right;
}
#nav ul {
margin:5px 0;
padding:0;
list-style-type:none;
font-weight:bolder;
}
#nav ul li {
display:inline;
border-left:1px #FFF solid;
padding:0 15px 0 15px;
font-size:14px;
}
#first-li {
border-left:none !important;
padding-left:0 !important;
}
#nav a {
text-decoration:none;
color:#FFF;
}
#nav a:hover {
color:#666666;
}
#header {
float:left;
display:inline;
}
#header h1{
font-size:18px;
color:#FFF;
margin:5px 0;
padding:0;
}
#header h1 a{
color:#FFF;
text-decoration:none;
}
#header h1 span{
color:#666666;
}
#box {
width:630px; 
background-repeat:no-repeat ;
background-color:#010101;
/*background-position: bottom left;*/
border:1px #666666 solid;
padding:30px 0 15px 0;
clear:both;
height:400px ; 
/*min-height:400px ;*/
overflow: auto;
}
div.home { background-image:url(images/home.jpg) ; }
div.reports { background-image:url(images/reports.jpg) ; }
div.about { background-image:url(images/about.jpg) ; }
div.contact { background-image:url(images/contact.jpg) ; }
div.services { background-image:url(images/services.jpg) ; }

#content {
width:550px;
margin: 0 auto;
}
#content a {
color:#999;
}
#box h1 {
	margin:15px 0 3px 10px ; 
	display:none ; /*temp*/
}
#box h2 {
font-size:18px;
font-style:italic;
text-decoration:underline;
}
#box h2.home {
	margin:3px 0 3px 10px ; 
	color:#777 ; text-decoration:none ; 
	font:normal normal 22px Trebuchet, sans-serif ; 
	display:none ; /*temp*/
}
#box h3.home {
	margin-top:100px ; 
}

div.cont { /*boxes for contact details*/
	display:inline ; float:left ; width:130px ; 
}
div.cont span {
	text-decoration:underline ; font:bold italic 16px trebuchet, sans-serif; 
}

#footer {
text-align:center;
}
#footer a  {
color:#FFF;
text-decoration:none;
}