/* css Zen Garden submission 118 - 'Some Leafs', by Michael Tupy, http://www.t-2.at/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Michael Tupy */
/* Added: Sept. 2nd, 2004 */

/* tested with: */
/* on mac osx: safari 1.2.2, camino 0.8b, mozilla 1.7, firefox 0.9, omniweb 4.5, ie 5.2.3, */
/* on mac os9: ns 7.0.2, ie 5.1.6, */
/* on win98:  ie 6.0.2800, ns 7.0.1, moz 1.6, firefox 0.9, opera 7.03, */


/* ie5 win - grrr - start */
body { 
	margin: 0px; 
	padding: 0px; 
	line-height: 14px;
	color: #000;
	text-align: center; }
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;	
	}
/* opera - grrr - end */


/* start of the real css */

/* basic elements */
body { 
	color: #444; 
	/* background-color: #F7F7B9;*/
	background-color: #F5F2E3;
 	background-image: url(../resources/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px; 
	line-height: 14px;
	text-align: left;
    margin: 0px; 
	padding: 0px;
	}
p {
	font-size: 11px; 
	line-height: 14px;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
h1, h2, h3 {
	font-size: 11px; 
	line-height: 14px;
	font-weight: bold; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #014A7D;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #014A7D;
	}
a:hover { 
	text-decoration: underline; 
	color: #BC1C62;
	}
acronym { 
	font-weight: normal; 
	font-style: normal;
	border: 0;
	}

.imgleft{
	float:left;
	margin:8px;
}
.imgright{
	float:right;
	margin:8px;
}
.imgcenter{
	text-align:center;
}	
	
/* major divs */
#container { 
	width: 780px; 
/*background-color: #fff;
	border: 1px dotted #aaa; */
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	}

#intro {
 	width: 530px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#supportingText {
 	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	}
	
#linkList {
  position: absolute;
  top: 255px;
  left: 0px;
 	width: 230px;
	margin: 0px 0px 0px 555px;
	padding: 0px 0px 0px 0px;
	}

/* minor divs */
#pageHeader {
 	width: 780px;
 	height: 20px; /* strange but ie6 needs this */
 	background-image: url(../resources/header_iguana.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #aaa; 	
	margin: 5px 0px 0px 0px; 
	padding: 180px 0px 0px 0px;
	}
	
#pageHeader h1 {
 	width: 680px;
	color: #fff;
	font-size: 24px; 
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -30px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
#pageHeader h2 {
 	width: 680px;
	color: #fff;
	font-size: 11px; 
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 4px;
	}
		
#quickSummary {
 	width: 520px;
 	/*background-image: url(stone_24.gif);*/
	 	background-image: url(../resources/leaves.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-color: #014A7D;
	border: 1px solid #aaa;    
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	}

#preamble {
 	width: 520px;
	border: 1px solid #aaa;    
 	background-image: url(../resources/leaf_09d.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	}
	
#gallery {
 	width: 760px;
	border: 1px solid #aaa;    
 	background-image: url(../resources/leaf_09d.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	}
	
#explanation,
#participation,
#benefits,
#requirements {
 	width: 530px;
	border: 1px solid #aaa;    
 	background-image: url(../resources/leaf_09d.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;	
	margin: 10px -10px 0px -10px;
	padding: 10px 10px 20px 10px;
	}
	
#footer {
 	width: 540px;
	border: 1px solid #aaa;    
	background-image: url(../resources/leaves.jpg);
	background-position: center ;
	background-repeat: repeat;
	background-color: #284C00;	
	margin: 10px -10px 20px -10px;
	padding: 5px;
	text-align: center;
	}
	
#explanation p,
#participation p,
#benefits p,
#requirements p,
#preamble p {
	padding-bottom: 8px;
	text-align: justify;
	}

#preamble h3,#gallery h3,
#supportingText h3 {
	color: #196F48;
	background-color: #ddd;
 	background-image: url(../resources/stone_21.gif);
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 11px; 
	line-height: 16px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
	}
	
#gallery h3 {
	color: #fff;
	background-color: #ddd;
 	background-image: url(../resources/leaves.jpg);
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 11px; 
	line-height: 16px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
	}
	
#quickSummary .p1 { 
	color: #fff ! important;
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#quickSummary .p2 { 
	color: #fff ! important;
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#linkList ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
	}
	
#linkList li {
	display: block;
	list-style-type: none;
	color: #fff;
	background-color: #f8f8f8;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-style: italic;
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}
	
#linkList li a:link,
#linkList li a:visited, 
#linkList li a:visited:hover,
#linkList li a:hover, 
#linkList li a:active {
	font-style: normal;
	padding-right: 5px;
	}
	
.c { 
	color: #6c9e2d ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
	}

#linkList h3 {
	color: #fff;
	background-color: #ddd;
 	background-image: url(../resources/leaves.jpg);
	background-position: center right;
	background-repeat: repeat-x;
	font-size: 11px; 
	line-height: 16px;
	font-weight: bold; 
	text-transform: uppercase;
	text-align: left; 
	border-bottom: 1px solid #aaa;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}
	
#lselect,
#lfavorites,
#larchives,
#lresources {
	background-image: url(../resources/leaf_09a.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #aaa;    
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	}
	
/* hovers */
	
#preamble:hover {
 	background-image: url(../resources/leaf_09f.gif);
	}
	
#linkList li:hover {
	background-color: #fefefe;
	}
	
#pricing {
		border: 1px solid #999;
		background-color: #f8f8f8;
		font-size: 11px;
		margin: 5px 0 10px 0;
		text-align: center;
	}
#pricing td{
	border: 1px solid #aaa;	
}

.col1{
	background-color: #ffff99;
	color: #014A7D;
}
.col2{
	background-color: #ffffcc;
	color:#014A7D;
}
.col3{
	background-color: #ffff99;
	color:#014A7D;
}
.col4{
	background-color: #fff;
	color:#014A7D;
}
.col5{
	background-color: #eee;
	color: #014A7D;
}
.col6{
	background-color: #ccc;
	color: #014A7D;
}

.activelink{
	font-weight: bold;
	color: #BC1C62;
	font-style: normal;
}

#gallerylink{
	text-align: center;
	margin: 10px 0 10px 0;
}

#flag{
 position: absolute;
  top: 223px;
  left: 0px;
 	width: 220px;
	margin: 0px 0px 0px 620px;
	padding: 0px 0px 0px 0px;
	
}

