/* CSS Document */
body {
	margin: 0 auto;
	background: url("images/nav_background.gif") repeat-x 0% 0%;
	font: 1em "Arial", "Lucida Sans", "sans-serif";
	color: #808481;
	line-height:1.6em;
	text-align: center;
	min-width: 760px;
	height: 100%;
	}
#main {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	}
	h1 { 
	display: none;
}
ul#menu {
	position: absolute;
	top: 102px;
	float: left;
	width: 456px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li {
	height: 25px;
	float: left;
	display: inline; /* IE 6 */
	margin: 5px 30px 0 0;
	padding: 0;
	list-style-type: none;
}
ul#menu li a { display: block; height: 25px;  }
				
				ul#menu li a span, ul#menu li span { display: none; }
				
		li.home { background: url("images/home.gif"); width: 73px;}
			a#home { background: url("images/home.gif"); width: inherit; }
				a#home:hover { background: url("images/home-over.gif"); }
					li.home_selected { background: url("images/home-on.gif"); width: 73px; }
						
		li.portfolio { background: url("images/portfolio.gif"); width: 97px;}
			a#portfolio { background: url("images/portfolio.gif"); width: inherit; }
				a#portfolio:hover { background: url("images/portfolio-over.gif"); }
					li.portfolio_selected { background: url("images/portfolio-on.gif"); width: 97px; }
		
		li.services { background: url("images/services.gif"); width: 85px;}
			a#services { background: url("images/services.gif"); width: inherit; }
				a#services:hover { background: url("images/services-over.gif"); }
					li.services_selected { background: url("images/services-on.gif"); width: 85px; }
					
		li.contact { background: url("images/contact.gif"); width: 81px; }
			a#contact { background: url("images/contact.gif"); width: inherit; }
				a#contact:hover { background: url("images/contact-over.gif"); }
					li.contact_selected { background: url("images/contact-on.gif"); width: 81px; }
	#content {
	width: 700px;
	position: absolute;
	top: 160px;
	margin: 0;
	color: #636764;
	font-size: 1.1em;
	}
	#homelink {
	position:relative;
	width:343px;
	}
#homelink a {
	display: block;
	width: auto;
	height: 75px;
	text-align: center;
}
#homelink a:hover, #homelink a:visited {
	text-decoration: none;
	border: none;
}
#logo {
	position:relative;
	top: 23px;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
}
#latest {
	padding: 0 70px 0 0;
	float: left;
	width: 400px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.title {
	color: #990000;
}
p.footer {
	font-size: 0.8em;
	text-align: right;

}
.quote {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.imageBorder {
	border: 1px solid #666666;
}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #D5D6D5}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px
}
#Box {
	background-color: #D5D6D5;
	text-align: center;
	width: 230px;
	float: left;
	margin-bottom: 20px;
}
.imageborder {
padding: 6px 6px;
float: left;
width: 200px;
}
table {
font-size: 0.8em;
line-height: 1.2em;
}
#Box h2 {
font-family: Helvetica, Arial, sans-serif;
text-align: left;
font-size: 14pt;
color: #000;
padding: 0;
margin: 0 10px;
border-bottom: none;
}
#boxContent {
text-align: left;
margin: 20px 0 5px 10px;
color: #666;
}
.portfoliotext {
	font-size: 0.9em;
	text-align: justify;

}
