@charset "UTF-8";
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
a:link{
	color: #603;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:#063;
	text-decoration:none;
}
h1{
	padding:0;
	margin:0 0 .5em 0;
	font-size:1.5em;
}

h2{
	font-size:1em;
	margin-bottom:0;
	padding-bottom:0;
}
img {
	border:1px black solid;
}

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #88ab43;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-color: #88AB43;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height:140px;
} 

.thrColFixHdr #header img{
	display:block;
	margin-left: auto; 
	margin-right: auto;
	border:none;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	height:324px;
	background-color: #88AB43;
	list-style-position: inside;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 25px;
}
.thrColFixHdr #sidebar1 ul li {
	list-style:none;
	font-weight:bold;
	font-size:1em;
	line-height:2em;
	padding-left:0;
	margin-left:-28px;
}
.thrColFixHdr #sidebar1 a{
	text-decoration:none;
}
.thrColFixHdr #sidebar1 img{
	
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	background-color: #88AB43;
	padding: 25px;
}

.thrColFixHdr #sidebar2 img {
	margin-bottom:20px;
}
.thrColFixHdr #mainContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	background-color: #88AB43;
	white-space: normal;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: center;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #a7d252;
	border-top:1px black solid;
	clear:both;
} 
.thrColFixHdr #footer p {
	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 */
	font-size:.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Style for the the main content on pages other than home*/
#content{
	padding:0 10px 10px 20px;
}

div.category{
	width:240px;
	float:left;
	text-align:center;
	margin-bottom:20px;
}
#menu{
	text-align:center;
	height:60px;
}

#menu ul{
	background-color:#a7d252;
	padding: .5em 0 .5em 20px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	}

#menu ul li{
	display:inline;
	list-style:none;
	margin-right: 40px;
	font-weight:bold;
	text-align:center;
}
#menu a{
	text-decoration:none;
	padding:.25em;
}

#portfolio #portfolio-nav a{
	background:black;
	color:white;
}
#about #about-nav a{
background:black;
	color:white;
}

#contact #contact-nav a{
background:black;
	color:white;
}
#about-intro{
	height:216px;
	font-size:1.25em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	line-height:1.5em;
	margin-bottom:30px;
}

#about-intro img{
	float:left;
	margin-right:15px;
}

#about ul li{
	padding-top:0;
	padding-bottom:.5em;
}
	