
/* header and menu are fixed size, main */


body {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #666;
}

img {margin:0; padding:0; border:0; width:100%}

a:active {outline: none; text-decoration: none;}
a:visited {outline: none; text-decoration: none;color: blue;}
a:hover {outline: none; text-decoration: none;}
a:link {outline: none; text-decoration: none;}

div.background {
        width=100%;
		height=100%;
		background-image: url("background4d.jpg");
	    background-repeat: repeat-x;
	    margin:0;
	    padding:0;
		}

div.frame {
		width:80.0em;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		text-align:center;
				}

div.header {
 		height:102px;
 		font-size:100%;
		width:100%;
		margin:0;
		padding:0;
			}

div.menu {
		font-size:100%;
		margin:auto 0;
		padding:0;
		display:block;
		}
	
#menu {
    margin:0 auto;
    padding: 0;
    text-align: left;
	}

div.picture {
		height:19.0em;
		width:100%;
		margin:0;
		padding:0;
		border:0;
		}

div.address {
	padding-top:20px;
	padding-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float:right;
	text-align:right;
}

div.logo {
	padding-top:25px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	float:left;
}

div.main {
		width:100%;
		margin-bottom:2.0em;
		text-align:left;
			}

div.left {
	background-image: url("heading.jpg");
 	background-repeat:repeat-x;
	margin-top:1.5em;
	padding:0;
	width:39.5em;
	height:100%;
	border-color:#eaeaea;
	border-style:solid;
	border-width:1px;
	float:left;
}

div.right {
	background-image: url("heading.jpg");
 	background-repeat:repeat-x;
	margin-top:1.5em;
	padding:0;
	width:39.5em;
	height:100%;
	border-color:#eaeaea;
	border-style:solid;
	border-width:1px;
	float:right;
}

div.right_blank {
    
	margin-top:1.5em;
	border-color:#eaeaea;
	border-style:solid;
	border-width:1px;
	padding:0;
	width:39.5em;
	float:right;
}

div.center {
 	font-size:100%;
	background-image: url("heading.jpg");
 	background-repeat:repeat-x;
	margin-top:1.5em;
	padding:0;
	width:100%;
	height:100%;
	border-color:#eaeaea;
	border-style:solid;
	border-width:1px;
}

.heading {
    
	font-size: 1.6em;
	width:100%;
    height:auto;
    margin:0;
    padding-top:.35em;
    padding-left: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
}

.content {
    font-size: 1.2em;
	margin:1.5em 1.5em;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	padding:0;
}

ul.standard li{
 font-size: 1.2em;
 line-height: 1.8em;
 list-style-type:disc;
}

ul.history li{
 font-size: 1.2em;
 line-height: 1.8em;
 list-style-type:none;
 padding-bottom:0.75em;
 margin-left:-2em;
}

.header {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

div.featured_projects_left { float:left; width:48%;}
div.featured_projects_right { float:right; width:48%;}

