/* css Zen Garden submission - 'Kyoto Forest', by John Politowski, http://rpmdesignfactory.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, John Politowski */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	color: #06185c;
	background: #e6fad6 url(images/body_bg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
}
    a img {
    border: 1px solid #7C0B0A;text-decoration: none;
    }

    a:hover img{
    border: 1px solid #7C0B0A;
    }
body a:link, a:active, a:visited{
	text-decoration:none;
	color:#7C0B0A;
}

body a:hover{
	text-decoration:underline;
}

p{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h3 {
	text-align: center;

}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
padding-left: 0;
	margin-left: 0;
}

acronym {
	border-bottom: none;
}

/* content div's */

#container {
	margin: auto;
	width:760px;
	background:url(content_bg_top.jpg) no-repeat top center;
	position:relative;
	background-image: url(images/content_bg_top.jpg);
}

#intro{
	width:760px;
	height:300px;
}

#preamble{
	padding:240px 19px 0 19px;
}

#preamble p.p1{
	margin-top: 20px;
}

#supportingText{
	background-image:url(images/content_tile.jpg);
	height:100%;
}

#explanation {
	padding:50px 50px 30px 205px;
	background:url(content_bg_bottom.jpg) top no-repeat;
	height:100%;
	min-height: 550px;
}

#participation {
	margin:20px 100px 20px 205px;
	padding-top:0px;
	background: url(header_participation.gif) no-repeat top center;
	height:100%;
}

#benefits {
	margin:30px 100px 30px 205px;
	padding-top:0px;
	background: url(header_benefits.gif) no-repeat top center;
	height:100%;
	border-bottom: 1px solid #720a0b;
	;
}

#footer{
	padding:10px;
	text-align:center;
	;
}

/* link list and extra div's */

#linkList {
	position:absolute;
	width:150px;
	top:324px;
	z-index:5;
	font-size:10px;
	left: 25px;
	height:auto;
	line-height:13px;
}

#linkList a:link{
	text-decoration:none;
	color: #7C0B0A;
}

#linkList a:active{
	text-decoration:none;
	color: #7C0B0A;
}

#linkList a:visited{
	text-decoration:none;
	color: #7C0B0A;
}

#linkList a:hover{
	text-decoration: underline;
}

#lselect{
	margin: 5px 0 0 0;
	padding: 30px 0 0 0;
	width:150px;
	background-image: url(images/header_archives.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#larchives{
	background:url(header_archives.gif) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 30px 0 30px 0;
	width:150px;
}

#lresources{
	background:url(header_resources.gif) top left no-repeat;
	margin: 15px 0 0 0;
	padding: 30px 0 0 0;
	width:150px;
}
	
#portfolio{
	border: 2px solid #555;
	width: 450px;
	height: 300px;
	overflow: hidden;

}
#extraspace{
	height: 300px;
	
}	
#extraspace1{
	height: 500px;
	
}	
#latestnews {
padding:50px 100px 30px 205px;
	background:url(content_bg_bottom.jpg) top no-repeat;
	height:100%;
	height:auto;
	min-height: 500px;
}

