/* AEC Content Page css/aecpage */

body{background: #CCCCCC;
height:100%;
}

 .wrapper {
 min-height: 100%;
 height: auto;
 height: 100%;
 width:1220px;
 margin-left: auto;
 margin-right: auto;
 background: #FFFFFF;
}

div#page { 
 width: 1220px;
 margin-left: auto;
 margin-right: auto;
 padding-bottom:0px;
 background:#FFFFFF;
 
} 

#page h1 {
clear: left;padding-left: 150px;
margin-bottom: 10px;
font-size: 150%;
font-family: Verdana;
}

div#header{
 width:1200px;
 height:100px;
 border-bottom: 6px solid #000000;
 }

div#logo {
padding-top:30px;
display:inline;
float: left; 
height: 100px;
}

#logo img{
height:70px;
border: none; 
}

div#navigation{
padding-top: 60px;
}

#navigation ul li{
 display: inline;
 font-family: Verdana;
 font-size: 20px;
 list-style: none;
 padding: 0 0px 15px 15px;
 }
 
#navigation ul li a{ 
	text-decoration: none;
	color: #659D32;
}

div#pic {
 margin-left: auto; margin-right:auto;
 width:1200px;  border-bottom: 2px solid #000000;
 }

div#content {
clear: left;
width: 1200 px;
padding: 0 150px 0 150px;
font-family: Verdana;
}

#content ol li {
font-size: 100%;
padding-bottom: 8px;
}

#content h1 {padding-left:0px;
margin-bottom: -5px;
font-size: 150%;
}

#content p {
font-size: 100%;
}

.email {
font-size: 120%;
color: #990000;
}

.reference a{ 
text-decoration: none;
color: #218868;
}


 
.footer{
height: 4em;
text-align: center;
font-size: 60%;
font-family: verdana;
color: #666666;
border-top: 1px solid #000000;
margin-bottom: 0;
}

/*rounded edge */
 .bottom {
height: 11px; /*height of image */
margin-bottom: 0;
 } 
