@charset "utf-8"; 

/*
*
* four corners hydro (c) 2008 ~ 2009
* main style
*
*/
/*body*/
body {
	font: normal 100%/100% arial,helvetica,sans-serif;
}
a:link,
a:visited,
a:hover,
a:active {
 color:green;
 text-decoration: none;
 }

/* div {border: solid 1px red;} */
#main {background-color: #E8FFEB;}
#body-left,
#body-right {
/*   background:url(fc-body-leftright) repeat-y; */
  height:100%;
  /* width:; */
  }

/*type*/
/*nav*/
#head {
  background:url(layout_images/4_corners_layout_3.jpg) no-repeat transparent;
  height:11.25em;
  }
	
/*
	#head #nav ul {
		margin:8.3em 0 0 20em;
		}
*/
				#head h1 {display: none;}  


 					
/*main-content*/
#main-content {
/*   background:url(web-assets/body-backgrnd.jpg) repeat-x transparent; */
  height:541px;
  }
  #content-center {
  	background: url(layout_images/4_corners_layout_5.jpg) no-repeat transparent;
  	height: 541px;
/*   	width:760px; */
  	width:48.12em;
  	margin: 0;
  	float: left;
  	}
  	#content-center #center-inner {
  		width:28em;
  		min-height: 10em;
  		padding: .5em 2em;
  		margin: 2em 2em 2em 5em;
  		}
  		#content-center #center-inner h1 {font-size: 130%; font-weight: 900;}
  		#content-center #center-inner p {font-style: italic;font-size: 80%;}
  		#content-center #center-inner h2 {
  		font-size:120%;
  		font-weight: 700;
  		margin:.75em 0;
  		}

  	#content-center #left-inner,
  	#content-center #right-inner {
  		width: 15em;
  		min-height: 10em;
  		padding:0 2em;
  		margin: 2em;
  		float: left;
/*   		border: 1px solid red; */
  		}
  		#content-center #left-inner h1 {
  		font: normal 1.6em/1em arial,helvetica,sans-serif;
  		float:left;
  		}
  		#content-center #left-inner p {}
  		#content-center #right-inner {
  		padding:2em 0;
  		margin:0;
  		width: 23em;
  		min-height:26em;
/*   		border: 1px dotted red; */
  		/* overflow: hidden; */
  		}
/*  		
  		#slideshow {
  		width:368px;
  		overflow:hidden;
  		position:relative;  
  		}
  		
  			.fc-slider-nav {
  				border: 3px dotted red;
  				width: 23em; 
  				height: 50px;
  				top:3em;
  				}
  			#nav li {
						float: left;
						list-style: none;
						margin:0 5px;
						width:50px;
						border:1px dotted green;
						}
					#nav li a.activeSlide { 
  				border:1px dotted #00B0D8;
  				height:50px;
  				position:relative;
  				background: #00B0D8;
   				}		
  			#nav a { 
  			border: 1px solid #ccc;
					background:transparent none repeat scroll 0 0;
					text-decoration: none; 
 				 	margin: 0 5px 6px; 
  				padding: 0 5px;
  				display:inline;
    			}
    			
    			#nav a:hover {
 					border:1px dotted #00B0D8; 
					}
    			#nav a:focus {
  					outline: none;
  				}

				  			
				#content-center #right-inner .fc-slider-nav #nav {
					border:1px dotted red; 
					}
					
*/				
						
  #content-left {
  	background: url(layout_images/4_corners_layout_4.jpg) no-repeat transparent;
  	height: 541px;
/* 		width: 170px; */
		width:10.625em;
  	margin:0;
  	 }
  
  /* links page */
  	.links-head {
  		font-size: 150%;
  	}
/*foot*/
#foot {
  background:url(layout_images/4_corners_layout_8.jpg) no-repeat transparent;
  height:92px;
  font-size: .625em;
  padding: 3em 0 0 0;
  }
  
  #foot ul {margin: 0 0 0 37.625em;}
  	#foot ul li {display: inline;}
  		#foot ul li a:link,
  		#foot ul li a:visited,
  		#foot ul li a:hover,
  		#foot ul li a:active {
  			padding:0 5em 0 0;
  			color:green;
  			text-decoration: none;
  			}
  			#foot ul li a:hover {
  			color:#009CCD;}
  			
  #foot .foot-address,
  #foot .rights,
  #foot .colophon {
  	font: normal 1em/.8em arial,helvetica,sans-serif; 
  	color:#333;
  	padding:0.35em 0 .35em 9.5em;
  	text-align: center;
  	}
  	#foot .colophon {color:#CCC;}