@charset "utf-8";
body {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
}
a:link, a:active, a:visited {
	color: #005275;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 16px;
	font-weight: bold; 
	color: #005274;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}
h4 {
	background-image: url(../images/h4_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 14px;
	font-weight: bold;
	color: #7fa8ba;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 12px;
}
#container { 
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #7FA8BA;
	background-image: url(../images/footer-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#main {
	padding: 0 10px;
}
#content {
	padding: 20px 20px 20px 20px;
	line-height: 1.5em;
}
#content ul {
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px
}
#content ul li {
	background-image: url(../images/li_img.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 100%;
	height: 100%;	
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 10px 10px 10px;
}
#trail {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 0 0 10px;
}
#trail a {
	color: #FFFFFF;
	text-decoration: none;

}
#trail a:hover {
	text-decoration: underline;

}
#contact {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	width:180px;
	background-color:#BFD4DC;
}
#contact h1 {
	display: inline;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005275;
}
#contact p {
	margin-top:0;
}
a.back_to_top {
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #ff9c00;
}
.projects_thumb {
	border: 1px solid #a9a9a9;
	margin: 0px 10px 0px 0px;	
}