html, body {
font-family: Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0;
text-align:left;
} 
 
#pagewidth{ 
 width:570px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
} 
 
#header{
 position:relative; 
 height:100px; 
 padding: 10px 0 0 0;
 margin: 0;
} 
 
#leftcol{
 width:170px; 
 float:left; 
 position:relative; 
 padding: 5px 0 0 0;
 }
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:375px;
 padding: 0 0 0 13px;
 min-height: 500px; 
 height: auto;
}

/* for Internet Explorer */
/*\*/
* html #maincol {
height: 500px;
}
/**/

 
#footer{
 height:20px; 
 background-color:#fff; 
 color: #a9c87a;
 clear:both;
 text-align: center;
 font-size: 0.7em;
 padding: 10px 0 0 250px;
 } 
 

 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/* --------------------------------------------------------
                      COMMON STYLES
---------------------------------------------------------*/

h1 {
width: 350px;
font-size: 1em;
border-top: 1px solid black;
border-bottom: 1px solid black;
padding: 5px 0;
margin: 0;
}

p{
width: 350px;
font-size: 0.7em;
line-height: 1.2em;
}

img {
margin: 0;
padding: 0;
border: none;
}

/* --------------------------------------------------------
                      MAINCOL STYLES
---------------------------------------------------------*/

.header {
margin: 0;
width: 550px;
height: 100px;
}

#maincol ul {
width: 350px;
font-size: 0.7em;
line-height: 1.2em;
list-style-position: outisde;
list-style-type: none;
margin: 10px 0 0 0;
padding: 10px 0;
}

#maincol a:link {
text-decoration: none;
color: #a9c87a;
}

#maincol a:visited {
text-decoration: none;
color: #a9c87a;
}

#maincol a:hover {
text-decoration: none;
color: #000;
}

#maincol a:active {
text-decoration: none;
color: #a9c87a;
}

#maincol a.black:link {
text-decoration: underline;
color: #000;
}

#maincol a.black:visited {
text-decoration: underline;
color: #000;
}

#maincol a.black:hover {
text-decoration: underline;
color: #a9c87a;
}

#maincol a.black:active {
text-decoration: underline;
color: #a9c87a;
}

.more {
position: absolute;
left: -11px;
top: 210px;
margin: 0;
padding: 0;
}

.projectImage {
margin: -25px 0 -10px 0;
}

.projectImageDetail {
margin: 10px 0 10px 0;
}

.thumbnail {
margin: 0 0 5px 0;
}

.back {
font-size: 0.7em;
margin: 0;
float: left;
}

.links {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin: 0;
padding: 0;
}

.info {
border-bottom: 1px solid #000;
margin: 0;
padding: 0;
}

.green {
color: #a9c87a;
}

.divider {
width: 350px;
margin: 10px 0 30px 0;
border-bottom: 5px solid #a9c87a;
}

/* --------------------------------------------------------
                      LEFTCOL STYLES
---------------------------------------------------------*/

#leftcol ul {
font-size: 0.7em;
line-height: 1.2em;
list-style-position: inside;
list-style-type: none;
margin: 0;
padding: 0;
}

#leftcol a:link {
text-decoration: none;
color: #000;
}

#leftcol a:visited {
text-decoration: none;
color: #000;
}

#leftcol a:hover {
text-decoration: none;
color: #a9c87a;
}

#leftcol a:active {
text-decoration: none;
color: #000;
}


