@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	padding:0;
	margin:0;
	background:#212a0a url(images/leaf/bigL.jpg) no-repeat 0 0;
	font-family:"Trebuchet MS";
	color:#212a0a;
	font-size:13px;
	line-height:20px;
}
.clear{
	clear:both;
}
img{
	border:none;
}
h1{
	color:#6d8d24;
	text-decoration:none;
	font-size:22px;
	font-weight:normal;
	line-height:25px;
}
h2{
	color:#6b1b1f;
	margin-bottom:20px;
	font-size:18px;
	font-weight:normal;
}
h3{
	margin-bottom:10px;
	font-size:15px;
}
p{
	margin-bottom:10px;
}
ul{
	list-style:none;
}
a{
	color:#24568e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#main{
	width:875px;
	text-align:left;
	background:#e5ebd7;
	margin:50px auto;
}

#header{
	width:890px;
	height:173px;
	padding-bottom:0px;
	background:url(images/leaf/header.png);
	position:relative;
	right:15px;
}
*html #header{
	background:url(images/leaf/header.gif);
	right:0;
	margin-left:-15px;
}
.logo{
	position:relative;
	top:8px;
	left:10px;
}
.navlinks{
	margin:16px 15px;
}
*html .navlinks{
	margin:13px 15px;
}
*html .navlinks a:hover{
	text-decoration:none;
}
.navlinks li{
	list-style:none;
	float:left;
}
.navlinks li a{
	display:block;
	float:left;
	padding:4px 15px 0;
	text-decoration:none;
	color:#3c5608;
	height:21px;
}
*html .navlinks li a{
	padding:3px 15px 0;
}
.navlinks li a:hover{
	background:url(images/leaf/nav-hover.png) repeat-x;
}
.content{
	padding:0 15px;
}
#contact{
	margin:20px auto 0;
	width:100%;
	text-align:center;
	background:url(images/leaf/contact-fade.png) no-repeat;
	padding-top:10px;
	clear:both;
}
.callout{
	width:550px;
	padding:0px 15px 10px 0px;
	margin:0px 10px 20px 0px;
}
.callout p{
	margin-bottom:15px;
}	
.resume{
	width:550px;
}
#footer{
	padding-top:10px;
	margin-top:0px;
}
h1.heading{
	clear:left;
	margin-left:30px;
	margin-top:25px;
}
*html h1.heading{
	position:relative;
	top:20px;
}
#description h2{
	margin:2px 0;
	padding:0;
}
.heading3{
	color:#3c5608;
	padding:3px 5px;
	position:relative;
	right:5px;
}
h2.active{
	float:left;
}
.back{
	display:block;
	float:right;
	position:relative;
	top:7px;
	text-align:right;
}
.arrow{
	padding-left:30px;
	background:url(images/leaf/arrow.gif) no-repeat 0 5px;;
}
ul.disc{
	list-style:disc;
	margin-left:20px;
	margin-bottom:10px;
}
/*Portfolio Styles*/
#left_col{
	width:150px;
	float:left;
}
ul.port-headers li{
	margin-bottom:10px;
	display:block;
	
}

.active{
	font-weight:bold;
}
#right_col{
	width:670px;
	float:right;
	border-left:1px solid #b0c193;
	padding-left:15px;
	padding-right:5px;
}
.module{
	clear:both;
	margin-bottom:40px;
	min-height:225px;
}
.module img{
	width:300px;
	padding-bottom:10px;
}
.module img.left{
	float:left;
	margin-right:20px;
}
.module img.right{
	float:right;
	margin-left:20px;
}
