body {
	background: #5c6166;
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	}

a { color:#FFFFFF; text-decoration:underline;}
a:hover { text-decoration:overline underline;}
	
.clear { clear: both; }
	
#header {
	margin: 20px 0px 0px 90px;
	padding: 0px;
	}
#header img {
	float: left;
	border: 0px;
	}
	
#header h1 {
	text-transform: lowercase;
	margin: 16px 0px 0px 10px;
	padding: 0px;
	float: left;
	color: #FFF;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 18px;
	}
	
#wrapper {
	background: #3b3b3d;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 350px;
	}
	
#navigation {
	background: #30302e;
	width: 255px;
	text-align: right;
	height: 25px;
	padding-right: 5px;
	margin-top: 325px;
	float: left;
	}
	
#navigation ul { float: right; }
	
#navigation ul, #navigation li {
	margin: 0px;
	padding: 0px;
	}
	
#navigation li { display: inline; }
	
#navigation ul li a { 
	color: #fff; 
	display: block;
	float: left;
	text-transform: lowercase;
	text-decoration: none;
	padding: 4px 8px;
	font-size: 13px;
	margin: 0px;
	}
	
#navigation ul li a:hover { color: #EEE; }
#navigation ul li a.active { background: url(../siteimages/active.gif) no-repeat; }

#content {
	background: #262624;
	float: left;
	height: 350px;
	width: 520px; 
	overflow: auto;
	}
#content table {
	background: #262624;
	float: left;
	}
	
#content td {
	font-size: 13px;
	color: #FFF;
	font-family: Tahoma;
	text-align: justify;
	}
	
.subpage {
	padding: 15px 15px 15px 30px;
	}
	
h1, h3 { color: #ff6600; }

h1, h2, h3, h4 { margin: 0px 0px 4px 0px; padding: 0px; }
			
h1 { font-size: 15px; }
h2 { font-size: 13px; }	
h3, h4 { font-size: 13px; font-weight: normal; text-transform: uppercase; }
#content, #project-content { color: #fff; font-size: 13px; text-align: justify; }

#project-content, #multipaged {
	width: 350px;
	float: left;
	}
	
	
#image-picker {
	height: 16px;
	padding: 2px;
	text-align: right;
	font-size: 13px;
	width: 350px;
	}
	
#image-picker ul, #image-picker li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#image-picker li {
	display: inline;
	}
	
#image-picker li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	}
	
#image-picker li a:hover, #image-picker li a.selected {
	color: #ff6600;
	}
	
.address-img {
	margin: 15px 0px 0px 260px;
	}
	
#bottom-nav {
	background: url(../siteimages/bottom-nav-bg.gif) repeat-y;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 430px;
	float: left;
	}	

#subpage-children {
	float: left;
	width: 247px;
	text-align: right;
	padding-right: 13px;
	height: 100px;
	}
	
#subpage-children ul ul {display: none; }
	
#subpage-children-children {
	float: left;
	margin-left: 30px;
	width: 130px;
	margin-right: 10px;
	}
	
#subpage-children ul,
#subpage-children-children ul { 
	list-style: none; 
	}
#subpage-children ul, 
#subpage-children li,
#subpage-children-children ul,
#subpage-children-children li {
	margin: 0px; 
	padding: 0px;
	}
#subpage-children ul li a, #subpage-children-children ul li a {
	display: block; 
	color: #FFF; 
	text-transform: lowercase; 
	font-size: 13px;
	* height: 1%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
	
#subpage-children ul li a:hover, 
#subpage-children ul li a.active,
#subpage-children-children ul li a:hover,
#subpage-children-children ul li a.active {
	color: #ff6600;
	}