/* BLOG */
@import url('lightbox.css');

body {
	margin: 0px;
	padding: 0px;
}

.bodytext {
	font: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

body.ahome #ahome,
body.aabout #aabout,
body.aevents #aevents,
body.agco #agco,
body.aprojects #aprojects,
body.acontact #acontact,
body.agallery #agallery {
	color:#13762F;
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}
a img {border:none;}
a, a:visited, a:active, a:link {
	text-decoration: underline;
	color: #13762F;
	font-weight: bold;
	font-family: 10px "Lucida Grande", Arial, Helvetica, sans-serif;
}
a:hover { 
	color: #79C550;
}
p, li {
	margin:0px; 
	padding:0px; 
	line-height:140%;
	font: "Lucide Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: -1px;
}

h1 {
	margin: 0px 0px 10px;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #D25400;
	padding: 0px;
}
h2 {
	margin: 0px 0px 5px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #D25400;
	padding: 0px;
}
h3 {
	margin: 0px 0px 5px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #79C550;
	padding: 0px;
}
h4 {
	background: none;
	font: bold 12px/16px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #13762F;
	padding: 0px;
	margin: 5px 0px 0px;
}

p.small {
	font-size: 12px;
}

.error {
	background: url(../images/icon_error.gif) no-repeat left center;
	padding-left: 22px;
	font-size: 16px;
	line-height: 22px;
}
#printheader {
	display: none;
}
#wrap_header {
	background: url(../images/banner-background.gif) repeat-x;
	background-position: top;
	margin-top: 0px;
	height: 180px;
}

.newsletter {
	position: absolute;
	right: 100px;
	top: 25px;
}

#wrap_nav {
	
}
#wrap_body {
	background-color: #FFFFFF;
	padding-top: 60px;
}
#wrap_body, #wrap_nav, #column1, #footer {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	float: left;
	width: 778px;
	margin-top: 180px;
}
#nav a {
	padding-right: 9px;
	text-decoration: none;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#nav a:hover {
	text-decoration: underline;
}

#column1 {
	background: #FFFFFF;
	float: left;
	width: 450px;
	padding-right: 60px;
}

#column2 {
	padding-bottom: 15px;
	float: left;
}
#spotlight {
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
}
#spotlight p {
	color: #666666;
	margin-bottom: 12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
#spotlight .links a {
	margin-top: 8px;
	margin-right: 25px;
}

#news {
	margin-bottom: 10px;
}

#portfolio-updates, #flickr-photos {
	width: 248px;
}

#calendar {
	background-color: #E0F9EC;
	border: 1px solid #79C550;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}

.calendarsection {
	background-color: #A9E3A4;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin-bottom: 8px;
}

.arrow a, .arrow a:link, .arrow a:visited, .arrow a:active {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #13762F;
}
.arrow a:hover {
	background: url(../images/arrow-over.gif) no-repeat left center;
	color: #79C550;
}

#portfolio-updates a img {
	border: 2px solid #D25400;
	display: block;
	margin-right: 5px;
}
#portfolio-updates a:hover img {
	border-color: #13762F;
}
#portfolio-updates p {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #666666;	
}
#flickr-photos .photos {
	margin-bottom: 10px;
	background-color: #E0F9EC;
	border: 1px solid #79C550;
	height: 128px;
	width: 238px;
	padding-left: 10px;
}
#flickr-photos .photos a {
	border: 2px solid #D25400;
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#flickr-photos .photos a:hover {border-color: #79C550;}

#wrap_footer {
	background: #79C550;
	padding: 5px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#footer a {
	text-transform: capitalize;
	color: #FFFFFF;
}