@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #333333;
}
.style1 {
	color: #333333
}
/*
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}
*/
body {
	background-color:#ffffff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
div#pagewidth {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0px;
    border: 0;
	background-color:#FFFFFF;
	background-image: url(images/homepage.png);
	background-repeat: no-repeat;
	background-position: top;
}
#header_container {
	position: relative ;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	line-height: 18px;
	height: 161px;
	/*background-image: url(images/masthead_2.jpg);*/
}
.quote {
	/*position: fixed;*/
	float: right;
	text-align: left;
	margin-top: 30px;
	margin-right: 30px;
	width: 400px;
}
.logo {
	float: left;
	margin-top:5px;
	margin-left: 10px;
	width: 321px;
	/*background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	*/
}


#top_navigation {
	text-decoration: none;
	background-color: #BDCBB4;
	/*color: #000000;*/
	color: #BBBBBB;
	height: 20px;
	padding-top: 4px;
	/*padding-bottom: 4px;*/
}
#top_navigation a:link, #top_navigation a:visited {
	text-decoration: none;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #000000;
}
#top_navigation a:hover {
	text-decoration: underline;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #000000;
}


#side_navigation {
	position: relative;
	float: left;
	width: 177px;
	display: inline;
	font-size: 12px;
	line-height: 19px;
	list-style-type: none;
	padding_left: 10px;
	margin-left: 0px;
}
#side_navigation a.large:link, a.large:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#side_navigation a.large:hover {
	text-decoration: underline;
	font-weight: bold;
}
#side_navigation a.small:link, #side_navigation a.small:visited {
	text-decoration: none;
	color: #000000;
}
#side_navigation a.small:hover {
	text-decoration: underline;
}



#content {
	float: right;
	display: inline;
	position: relative;
	width: 773px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	vertical-align: top;
	line-height: 16px;
	font-size: 14px;
	/*
	background-image: url(images/leaf.jpeg);
	background-repeat: no-repeat;
	background-position: 100px 100px;
	*/
	background-color: #F1FFE8;
	/*overflow: auto;*/
}
#content a:link, #content a:visited, #content a:hover {
	text-decoration: underline;
	color: #0000FF;
}

.background-leaf {
	float: right;
	width: 240px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: -50px;
}
.background-leaf-left {
	float: left;
	width: 199px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px
}
.small-tree-left {
	float: left;
	width: 210px;
	margin-left: -50px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px
}

.inner-content {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	background-color: #FFFFFF;
	clear:both;
	text-align: center;
	height: 20px;
	font-size: 13px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	font-size: 12px;
}
.clearfix {
	display: block;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
*/
.main_quote {
	float: right;
	margin-right: 250px;
	margin-top: 50px;
	height: 150px;
	width: 400px;
	background-color: #cccccc;
}



