/*
Author:		Lucem Solutions
Created:	02/19/08
*/

body {
	margin: 0 auto;
	width: 100%;
	line-height: 1.5em;
	background: #fff;
	scrollbar-3dlight-color: #204c89;
	scrollbar-arrow-color: #204c89;
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #e9efde;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #e9efde;
	scrollbar-shadow-color: #204C89;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #000;
	}
		
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 95%;
	text-align: left;
	}
       
#body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: table; /* must put this in for FireFox. */
	width: 950px;
	height: 100%;
	font-size: 95%;
	text-align: left;
	}

a:link {
	color: #000;
	text-decoration: underline;       
	}
		
a:visited {
	color: #000;
	text-decoration: underline;
	}
		
a:hover {
	color: #990000;
	text-decoration: underline;
	}
		
h2 {
	margin: 1em 0 .25em 0;
	padding: 0;
	clear:both;
	color: #000;
	font-size: 150%;		
	font-weight: bold;
	}

/* --[ header ]-- */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 100px;
	background: #fff url(/resource/images/header_background_text_950x100.jpg) no-repeat top left;
	background-repeat: no-repeat;
	border-right: 1px solid #000;
	}
	        
#menu {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	background: url("/resource/images/navBarBg.gif") repeat-x 20px;
	background-color: #c0c0c0;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
#menu ul {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 450px;
	height: 20px;
	}
	
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	background: url("/resource/images/navBarBg.gif") repeat-x 20px;
	font: 12px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	}

#menu a {
	display: block;
	width: 70px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	}

#menu li#active {
	background: url("/resource/images/navBarBgHover.gif") repeat-x 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
#menu a:hover {
	background: url("/resource/images/navBarBgHover.gif") repeat-x 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
/* --[ footer ]-- */
#footer {
	margin: 0;
	padding: 5px 0px 5px 0px;
	font-size: 95%;
	color: #000;
	text-align: center;
	border-top: 1px solid #000;
	}
	        
#spacer {
	margin: 13px;
	}
	    	
#copyright {
	font-size: 85%;
	text-align: center;
	}
	    	
#design {
	font-size: 75%;
	text-align: center;
	}
	        
/* --[ home ]-- */
#home {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 600px;
	background: #fff url(/resource/images/home_background_text_950x600.jpg) no-repeat top left;
	background-repeat: no-repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
		
#home img {	
	margin: 0px 10px 10px 10px;
	padding: 3px;
	width: 114px;
	height: 150px;
	border: 1px solid #666;
	}
		
/* --[ portfolio ]-- */      
#porfolio {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	}
		
#portfolio #year {
	float: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 14.26%;
	text-align: center;
	}
		
#portfolio img {	
	margin: 0px 5px 10px 5px;
	width: 88px;
	height: 110px;
	padding: 3px;
	border: 1px solid #666;
	}
	
#portfolio #caption {
	float: left;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	}
			
#silver {
	text-align: right;
	font-size: 75%;
	}
			
/* --[ window ]-- */
#window {
	color: #000;
	text-decoration: none;
	}
	        
#window image {
	margin: 10px 10px 10px 10px;
	padding: 3px;
	width: 395px;
	height: 500px;
	border: 1px solid #666;
	}
			
/* --[ image ]-- */      
#image {
	margin-left: 3%;
	margin-right: 7%;
	width: 90%;
	height: 510px;
	border: 0;
	}
		
#image img {	
	float: left;	
	margin: 0px 10px 0px 10px;
	padding: 3px;
	width: 395px;
	height: 500px;
	border: 1px solid #666;
	}