body, html, div, ul, ol, li, p, a, h1, h2, h3, h4, h5, h6, img, td, tr {margin: 0; padding: 0; }

body {
	font:120% "Lucida Console", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
	color: #E9F2E7;
	background: #2A3328 url(images/site/roundheader.gif) left top fixed no-repeat;
	behavior:url("csshover.htc"); /*Makes IE deal with the hovers*/
	
}

pre {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
}
#navigation {
	position: absolute;
	left: -310px;
	width: 300px;
	top: 0;
	text-align: right;
}
#navigation ul, #navigation li {
	margin: 0; padding: 0; list-style-type: none;
}

#navigation a{
	font-size: 80%;
	color: #D3E6D1;
}
#navigation span {
	position: relative;
	left: -3000px;
}

#menu {
	/*position: relative;
	top: 78px;
	left: 105px;*/
	height: 200px;
}

#menu li {
	display: block;
	width: 140px;
	height: 20px;
	position: absolute;
}
#menu li a{
	display: block;
	width: 140px;
	height: 20px;
	text-decoration: none;
	overflow: hidden;
}
.about_menu {
	left: 100px;
	top: 164px;
}
.portfolio_menu {
	left: 100px;
	top: 186px;
}
.contact_menu {
	left: 100px;
	top: 208px;
	height: 40px;
}
/*-----------------------------------END NAV-------------------------*/


/*-----------------------------------START CONTENT-------------------------*/
	.wrapper {
	width: 300px;
	background: #000;
	padding: 0em 0;
	border: 12px solid #ffffff;
	position: relative;
	left: 300px;
	}

	.content li {
	list-style-type: none;
	height: 26px;
	padding: 4px .5em 0 .5em;
	overflow: hidden;
	position: relative;
	}

/*		* html .content li { height: 26px; border: none;        }*/



	.content a {
	text-decoration: none;
	border: none;
	color: #E9F2E7;
	text-transform: uppercase;
    }

.content a img {
padding: 0px;
margin:10px 5px;
border: 1px solid #536651;
    }

	* html .content a img { margin:22px 5px;  }

.content ul .c a ,.content ul .d a , .content ul .e a {
color: #a6cba1;
}

.inside p {
position: absolute;
display: block;
width: 180px;
left: 330px;
top: 30px;
font-size: .7em;
line-height: 1.8em;
text-transform: none;
clear: both;
font-family:  "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
}

	.content li li {
	list-style-type: none;
	display: inline;
	height: 30px;
	padding: 0 600px;
	padding: 0 .5em;
	overflow: visible;
	}

	.content li:hover {
	height: 250px;
	overflow: visible;
	}

.a {background-color:#a6cba1;}
.b {background-color:#bdd8b9;}
.c {background-color:#d3e6d1;}
.d {background-color:#e9f2e7;}
.e {background-color:#f7faf6;}
.f {background-color:#8dad89;}
.g {background-color:#7d9879;}
.h {background-color:#536651;}
.i {background-color:#2a3328;}
.j {background-color:#111410;}

.low a {
position: absolute;
bottom: 0px;
left: 6px;
text-decoration: none;
font-size: .6em;
}
/*----------------------------------------END CONTENT-------------------------*/


/*------------------------------PAGE SPECIFIC CONTENT-------------------------*/
.about .f, .contact .f {
	height: 260px;
	padding: 20px;
}

.about p, .contact p {
	margin: 1.0em 0 0 0;
	line-height: 114%;
	font-family:  "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
}
.homepage p { width: 60%; }
.homepage p.update {font-size: .6em; font-style:italic; margin-top: 40px; width: 100%; }
.about p a, .contact p a, .low a { text-transform: none; color: #536651;}
.about p a:hover, .contact p a:hover {color: #bdd8b9;}

.about h2, .contact h2 {
	color: #2a3328;
	margin: -8px 0 -15px 0;
}
.homepage .content h2 {font-size: 1.2em; margin-bottom: 2em;	}

.contact .f strong, .home .f strong {
color: #536651;
font-weight: normal;
}


