

/* Layout Stylesheet */ 
body{
	margin: 0;
	padding:0; 
	background:#81BAD6;
	color: #000000;
	text-align:center;	
	BACKGROUND-IMAGE: url(../images/lakeside2.jpg); 
	BORDER-BOTTOM-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BACKGROUND-REPEAT: no-repeat; 
	BACKGROUND-POSITION: center top; 
	BORDER-TOP-STYLE: none; 
	BORDER-LEFT-STYLE: none;
	font-family: Verdana;
 }
 hr
 { 
	border:1px solid #81BAD6;
 }
 
 form
 {
 	border:1px solid #81BAD6;
	padding: 5px 5px 5px 5px;
	width: 400px;
 }
 
 input
 {
 	color:#81BAD6;
	width: 200px;
	border:1px solid #81BAD6;
	position: relative;
 }
 
 textarea
 {
 	color:#81BAD6;
	width: 300px;
	border:1px solid #81BAD6;
 }
 
 #input
 {
 	color:#81BAD6;
	position: relative;
	width: 100px;
 }
  #button
 {
 	color:#81BAD6;
	position: relative;	
	border:1px solid #81BAD6;
	width: 100px;
	float:right;
 }
 
 #form_line
 {
 	margin: 0 0 0 20px;
	width: 360px;
	position: relative;
 }
 
#link {
	 border: 0;
	float: left; 
	margin: 4px; 
 }	 
	 
#lh-col{
	 position:absolute;
	 top:20px;
	 left:0;
	 width:140px;
	 z-index:3;
 }

#rh-col{
	 position:absolute;
	 top:0;
	 right:0;
	 width:240px;
	 z-index:2;
	 background:#fff;
	 padding-top:5px;
 }

#c-block {
	 width:100%;
	 z-index:1;
	 height:100%;
 }

#hdr{
	width:100%;
	margin:0;
	height:80px; 
 
  }
  
#c-col{
	 margin:300px 10px 0 10px;
	 position:relative;
	 background:#fff;
	 z-index:5;
	 border: solid black;
	 border-width:1px;
 }
 
 #c-col h3{
	 margin:-40px 10px 0 10px;
	 position:relative;
	 color:#4C6D7E;
	 padding-bottom:20px;
 }
 
 #c-img
 {
 	z-index:5;
	position:relative;
	margin:0;
	align:center;
	text-align:center;
 }

#ftr {
	 width:100%;
	 height:50px;
	 margin:0;
	 background:#9EC8DF;
 }
 #ftr_inner {
	 background:#fff;
 }
 
 #fixed {
   margin:0 auto;
   width:1024px;   /* you can use px, em or % */
   text-align:left;
}

#promo_box
{
	border:1px dashed #9EC8DF;
	width:200px;
	height:248px;
	text-align:center;
	margin:0 10px 0 10px;
	color: #fff;
	font-size: 130%;
	float:left;
	position:relative;

}
#sumary_box
{
	border:1px dashed white;
	width: 730px;
	height:250px;
	margin:0 5px 0 5px;
	float:right;
	position:relative;
	padding: 0 15px;
	font-size: 10pt; 
}
#sumary_box_bottom
{
	
	background-image: url(../images/end-quote.jpg); 
	background-position: bottom right;
	background-repeat: no-repeat
}
#sumary_box_top
{
	background-image: url(../images/front-quote.jpg); 
	background-position: top left;
	background-repeat: no-repeat
}

#text_box
{
	margin:20px 0 0 0;
	border:1px dashed white;
	align:right;
	text-align:left;
	padding: 0 15px;
	font-size: 10pt; 
}

#text_box_bottom
{
	align:right;
	text-align:left;
	border:1px dashed white;
	padding: 0 15px;
	font-size: 10pt; 
}
#text_box iframe
{
	valign:top;
	position:relative;
	padding: 0 15px;
	font-size: 10pt; 
}

#promo_box_rhs
{
	width: 300px;
	margin:0 10px 0 10px;
	float:right;
	position:relative;
	border:1px dashed white;
}
#top_link
{
	float:right;
	background-image: url(../images/end-quote.jpg); 
	background-position: top left;
	background-repeat: no-repeat
}


/* menu css*/
#centeredmenu {
   float:right;
   width:100%;
   border-bottom:4px solid #9EC8DF;
   overflow:hidden;
   position:relative;   
	margin:60px 0;
	font-size: 80%;
	font-weight: bold;
	background:#81BAD6;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#81BAD6;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#9EC8DF;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#4C6D7E;
   font-weight:bold;
}