body {
	margin: 0;
	padding: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #2b8bbc;
	background-color: #fff;
	}

a { color: #000; }
a:active {  color: #000; text-decoration: none; } 
a:hover {  color: #000; text-decoration: none; } 
 	

h1.projects {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.07em;
	margin-top: 0px;
	margin-bottom: 0px;
	}

p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px; 
	}
	
p.smaller {
	font-size: 12px;
	line-height: 16px;
	text-align: justify; 
	}
	
p.projects {
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px; 
	}
	
p.projectdescription {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
b.projindex {
	font-size: 14px;
	line-height: 20px;
	}
	
b.larger {
	font-size: 18px;
	line-height: 20px;
	}
	
img.projindex {
	margin: 0px 4px 4px 0px;
	border: 1px solid #000;
	}
	
img.logo {
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 0;
	}

img.name-tagline {
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 1
	}
	
img.tagline {
	position: absolute;
	left: 1px;
	top: 72px;
	z-index: 1
	}

#header {
	height: 70px;
	margin: 1px 1px 1px 1px;
	background-color: #75b3d3;
	min-width: 600px;
	}

p.address {
	font-size: 11px;
	line-height: 16px;
	text-align: right; 
	color: #fff;
	padding-right: 20px;
	padding-top: 11px;
	padding-bottom: 0px;
	margin: 0px;
	}

#navcontainer {
	padding: 0;
	height: 20px;
	margin: 1px 1px 1px 1px;
	background-color: #2b8bbc;
	}
	
#navcontainer ul {
	margin: 0 0 0 340px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#navcontainer ul li {
	background: #2b8bbc;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font: bold 11px arial, helvetica, sans-serif;
	line-height: 20px;
	}

#navcontainer ul li a {
	width: 70px;
	height: 20px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	padding: 0 10px 0 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	}

#navcontainer ul li a.first {
	width: 70px;
	height: 20px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
	padding: 0 10px 0 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	}

#navcontainer ul li a:hover {
	color: #000;
	background: #fff;
	}

#navcontainer a:active {
	background: #ccc;
	color: #000;
	}
	
#bar {
	border-top: 2px solid #75b3d3;
	margin: 1px 1px 1px 1px;
	}

.content-wrap {
  	display:block;
	min-width: 600px;
	margin: 1px 1px 0px 1px;
	padding-left: 104px;
    padding-right: 20%;
    padding-top: 18px;
	padding-bottom: 18px; 
	background-color: #fff;
	}
	
.content {
  	display:block;
	width: 100%; 
	}
	
.hp {
	position: relative;
 	width: 600px;
 	padding: 0px 10px 0px 74px;
 	top: 0;
 	left: 0;
 	margin: 10px 10px 0 0;
 	}

#prop {
	height:620px;
	float:right;
	width:1px;
	}

#clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

#projectdescription {
	position: relative;
 	width: 300px;
 	height: 550px; 
 	padding: 0px 10px 0px 10px;
 	border: 1px solid #000;
 	top: 0;
 	left: 0;
 	margin: 10px 10px 0 0;
 	}
 	
#projectimages {
	position: absolute;
	width: 520px;	
	top: 183px;
	left: 400px;
	}
	
#projectimages img {
	margin: 0px 4px 4px 0px;
	border: 1px solid #000;
	}
	
#halfcol1 {
	position: relative;
 	width: 300px;
 	padding: 0px 10px 0px 10px;
 	top: 0;
 	left: 0;
 	margin: 10px 10px 0 0;
 	}
 	
#halfcol2 {
	position: absolute;
 	width: 300px;
 	padding: 0px 10px 0px 10px;
 	top: 142px;
 	left: 400px;
 	margin: 10px 10px 0 0;
 	}
 	
#halfcol1a {
	position: relative;
 	width: 400px;
 	padding: 0px 10px 0px 10px;
 	top: 0;
 	left: 0;
 	margin: 10px 10px 0 0;
 	}
 	
#halfcol2a {
	position: absolute;
 	width: 200px;
 	padding: 0px 10px 0px 10px;
 	top: 142px;
 	left: 500px;
 	margin: 10px 10px 0 0;
 	}
	
 .inlineimage
 {
 border: 1px solid #999;
 margin: 0 0px 0px 0;
 padding: 5px;
 }
 
 .inlineimageleft
 {
 float: left;
 border: 1px solid #999;
 margin: 0 15px 5px 0;
 padding: 5px;
 }
 
 .inlineimageright
 {
 float: right;
 border: 1px solid #999;
 margin: 0 0 5px 15px;
 padding: 5px;
 }


/* - - - - footer - - - - */
#footer {
	height: 12px;
	background-color: #fff;
	background-image: url(/images/footer-bg.gif);
	padding: 0px;
	margin: 0px 1px 1px 1px;
	min-width: 600px;
}

p.copyright {
	font-size: 11px;
	line-height: 24px;
	text-align: right; 
	color: #2b8bbc;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}



/* - - - - pull-down menus  - - - - */
#layer1 {
	background-color : #ccc;
	width : 150px; 
	top : 110px; 
	left : 108px; 
	position : absolute; 
	z-index : 90; 
	visibility : hidden;
	}

#layer1 ul {
	padding: 0 0 0 1em;
	margin: .6em 1em .7em 1em;
	list-style-type: none;
	}

#layer1 ul li a {
	display:block;
	padding: 0 0 0 1.2em;
	color: #cc3333;
	font: normal 14px arial, helvetica, sans-serif;
	line-height: 18px;
	text-decoration: none;
	}

#layer2 {
	background-color : #ccc; 
	width : 200px; 
	top : 110px; 
	left : 199px; 
	position : absolute; 
	z-index : 90; 
	visibility : hidden; 
	}

#layer2 ul {
	padding: 0;
	margin: .4em 0 .4em 0;
	list-style-type: none;
	}

#layer2 ul li a {
	display:block;
	padding: 0 0 0 1.2em;
	color: #cc3333;
	font: normal 14px arial, helvetica, sans-serif;
	line-height: 18px;
	text-decoration: none;
	}
	
#layer2 a:hover {background: #cc3333; color: #fff;}

#layer3 {
	background-color : #ccc;
	width : 200px; 
	top : 110px; 
	left : 290px; 
	position : absolute; 
	z-index : 90; 
	visibility : hidden;
	}

#layer3 ul {
	padding: 0;
	margin: .4em 0 .4em 0;
	list-style-type: none;
	}

#layer3 ul li a {
	display:block;
	padding: 0 0 0 1.2em;
	color: #cc3333;
	font: normal 14px arial, helvetica, sans-serif;
	line-height: 18px;
	text-decoration: none;
	}
	
#layer3 a:hover {background: #cc3333; color: #fff;}

#layer4 {
	background-color : #ccc;
	width : 150px; 
	top : 110px; 
	left : 381px; 
	position : absolute; 
	z-index : 90; 
	visibility : hidden;
	}

#layer4 ul {
	padding: 0 0 0 1em;
	margin: .6em 1em .7em 1em;
	list-style-type: none;
	}

#layer4 ul li a {
	color: #cc3333;
	font: normal 14px arial, helvetica, sans-serif;
	}

</style>

