@charset "utf-8";
/* CSS Document */


body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	color: #515252;
	text-align: center;
	background-image: url(../graphics/body_background.gif);
	background-repeat: repeat-x;
}

#divWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 20px;

}

#divHeader {
	margin-left:158px;
	margin-bottom: 20px;
}

#divSlogan {
	margin-top: -26px;
	font-style:italic;
	font-size: 16px;
	line-height: 1.8em;
	color: #515252;
	margin-left: 25px;
}

#divContent {
	margin-left: 178px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}

p, #divContent ol, #divContent ul {
	line-height: 1.8em;
	font-size: 1.1em;
	margin-bottom: 15px;
}
#divContent ol, #divContent ul {
	margin-left: 30px;
}

#divContent.index {
	font-size: 1.1em;
	line-height: 2.2em;
	border-left-style: none;
	padding-left: 0px;
	color: #515252;
}
#divContent.index  h1 a {
	color: #A5A5A5;
}

#divFooter {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 178px;
	clear: both;
	color: #515252;
}

#divNav {
	width: 158px;
	float: left;
	padding-right: 20px;
	text-align: right;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#divNav ul {
	list-style-type: none;
}
#divNav li {

	line-height: 2em;
}
#divNav a:link,#divNav a:visited {
    color: #515252;
	text-decoration: none;
}
#divNav a:hover, #divNav a.current {
	color: #648154;
	text-decoration: none;
}
#divNav a.current {
	font-weight: bold;
}

.divPortfolio {
	width:450px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.divPortfolio img{
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.divPortfolio h3 {
	color: #648154;
	font-size: 1em;
	margin-bottom: 0px;
	padding:0px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -.5em;
	color: #515252;
}

h2 {
	font-size: 1em;
	color: #648154;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .4em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
h4 {
	color: #648154;
	text-decoration:underline;
}

#divContent a, #divContent a:visited {
	color: #515252;
	text-decoration: underline;
}
#divContent a:hover {
	text-decoration: underline;
	color: #648154;
}

#divFooter a, #divFooter a:visited {
	color: #515252;
	text-decoration: underline;
}
#divFooter a:hover {
	text-decoration: underline;
	color: #648154;
}

.imgRight {
	float:right;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-right:20px;
	}

.imgEnd {
	vertical-align:bottom;
	}
	
.green {
	color: #648154;
}