@charset "utf-8";
body {
	font: 100% Trebuchet, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
#maincontent {
	width: 850px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; 
	padding-right: 20px;
}
#header {
	width: auto;
	background: #FFFFFF; 
	height: 75px;
	padding: 0 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topmenu {
	position: relative;
	left: -50px;
	margin-top: 10px;
	list-style: none;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333
}
#topmenu li{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	list-style-image: none;
}
#topmenu li a {
	color: #444444;
	text-decoration: none;
}
#banner {
	width: auto;
	height: 30px;
	border-top: #999999 thick solid;
	border-bottom: #999999 thick solid;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}
#subtitle {
	width: 45%;
	float: right;
	text-align: right;
}
#subtitle h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	padding: 0 0 0 0px;
	margin-top: 11px;
}
#maintitle {
	width: 50%;
	float: left;
}
#content {
	margin-top: 25px;
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#content p, ul, ol, a {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#content ol li {
	padding-bottom: 8px;
}
#content h1 {
	margin-top: 0px;
	width: 68%;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #444444;
	font-weight: bold;
}
#content h2 {
	margin-top: 0px;
	width: 68%;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #444444;
	font-weight: bold;
}
#content h3 {
	margin-top: 0px;
	width: 68%;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #444444;
	font-weight: bold;
}
#widegreybox {
	padding: 0px;
	width: auto;
	height: 242px;
	background-color:#444444;
	margin-bottom: 20px;
}
#HomePhoto {
	float: left; 
	padding:20px;
	border-right: #FFFFFF 15px solid; 
	margin-right: 20px;
	width:164px;
}
#homesummary {
	line-height: 175%;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: auto;
	padding: 20px;
}
#homesummary p {
	padding-left: 20px;
}
#homesummary a {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#LinkList {
	 width: 205px; 
	 float: left;
	 margin-right: 20px;
}
#LinkList p {
	 font-size: 11px;
	 margin: 0px;
	 padding-bottom: 5px;
}
#Middle {
	line-height: 125%;
	width: auto;
	float: left;
}	
#Portfolio {
	width: 270px; 
	float: right; 
	margin-left: 10px;
}
#Portfolio p {
	width: 95%;
	font-size: 11px;
}
#Portfolio a {
	font-size: 11px;
}
#mainContent h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #444444;
	font-weight: bold;
}
#footer {
	margin-left: 20px;
	margin-right: 20px;	
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bodytext {
	line-height: 125%;
	width: 65%;
	margin-left: 239px; 
}	
#sociallinks {
	margin-left: 239px; 
	padding-bottom: 15px;
}	

