/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #16135E;
	background-color: #ebebeb;
	margin: 0px;
	padding: 0px;
}

/* Structural Settings
================================================*/

#container {
	padding: 0;
	margin: 20px auto;
	background: #fff;
	width: 800px;
	border: 1px solid #ccc;
	}

/* Main top level Navigation
------------------------------------------------------------------------------- */
.navMain { }
ul.navMain { width:100px; padding:0; list-style-type:none;}
ul.navMain li { /*height:12px; margin-bottom: 10px;*/}
ul.navMain li a { display: block; /* width:80px; height:12px;*/ color:#999; text-decoration: none; }
ul.navMain li a:hover, ul.navMain li a:focus { color:#80B53E; background: none; }


.fontSize { height: 15px; margin-bottom: 45px; }
#AAA { width: 100px; }
#A-Large { font-size: 15px; float:left; margin-right: 5px; vertical-align: bottom; height: 15px; }
#A-Medium { font-size: 13px; float:left; margin-right: 5px; vertical-align: bottom; height: 15px; margin-top: 1px; }
#A-Small { font-size: 11px; float:left; vertical-align: bottom; height: 15px; margin-top: 2px; }


/* Navigation ON styles */
a#about-n-On, a#profiles-n-On, a#projects-n-On, a#contact-n-On, a#commercial-n-On, a#residential-n-On, a#education-n-On, a#sports-n-On { color:#16135E; }

ul.navMain li.liProjects a { height:13px; }


/* LINKS
------------------------------------------------*/

a img { border: 0; }

a { text-decoration: none; color: #80b53e; }
a:hover { background: #80b53e; color: #fff; }


.floatFix {
	clear: both;
	height: 1px;
	padding: 0;
	margin: -1px 0 0 0;
	}
input, textarea {
	border: 1px solid #5F5D91;
	}
	
/* HEADERS
------------------------------------------------*/

h2 { margin-top: 50px; color: #80B53E; font-size: 16px; font-weight: normal; line-height: 1; }
