/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:775px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	/*background-color: rgb(255,255,255); */
	background-image: url(../images_pres/backgroundLotus40_775x600.jpg);
	background-repeat: no-repeat;	
	background-position: 0 150px;
	background-position: 0 150px;
	}
#main_wrapper2 {
	width:775px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	background-color: rgb(243,243,246); 
	}

#main_wrapper3 {
	width:775px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	background-image: url(../images_pres/googleMapContact_40.jpg);
	background-repeat: no-repeat;	
	background-position: 0 150px;
	}
#main_wrapper4 {
	width:775px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	background-color: rgb(255,250,231); 
	}

#header {
	height: 150px;
	width: 775px;
	background-image: url(../images_pres/header_typeBlue.jpg) ;
	background-repeat: no-repeat;
	margin-top: 10px;}

#header2 {
	height: 150px;
	width: 775px;
	background-image: url(../images_pres/header_typeSun.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;}

#left {
	width:19%;
	float:left;
	}
	
#content {
	width:58%;
	float:left;
	}
#photo {
	width:22%;
	float:left;
	}
#footer {
	width:100%;
	clear:both;
	}
#header_inner, #left_inner, #content_inner, #photo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#header_inner {
	/*background-image: url(../images_pres/svHead185x46.png);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	padding: 0 0 0 10px;*/
	}
#left_inner {
	margin:100px 0 0 0px;
	}
#content_inner {
	margin:20px 0em 0em 0em;
	padding: 0 0 0 0px;
	}
	
#content_inner p {
	padding: 0 0 0 10px;
	}
	

#photo_inner img{
	padding: 20px 0 0 10px;
	}

#footer_inner {
	padding:.5em 10em;
	text-align:center;
	border-top: 1px solid #333;
	background-color: rgb(220,219,229);
	}
	
	/*navigation*/	
#nav {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	font-size:  .6em;/* helvetica, arial, verdana, sans-serif;	SET FONT-SIZE HERE */
	letter-spacing: .2em;
	padding:2px 0 1px 0;
	/*background-color:#ffF;*/ /* colors the div */
	margin-top:0px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	font-weight: bold;
	z-index: 2;*/
	}
	
#nav ul {
	margin-left: 20%;
	display: block;/* indents ul from edge of container */
	}
	
#nav li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	margin-top: 130px;
	list-style-type:none;	/* removes the bullet off each list item */
	padding-right: 5px;
	/*background-color:#FFA;*/ 
	/*sets the background of the menu items */
	border-right:0px solid #000; /* creates dividing lines between the li elements */
}
	
/*#nav li:first-child {
	border-left:1px solid #069; the first vertical line on the menu 
	}*/
	/* remove these two lines is you want the top menu choices to be clickable */

#nav ul li a:hover {
	color:#ccffcc;/*rgb(193,32,158)*/; 
	cursor:pointer;
	} /* removes the hover color and pointer - there is no choice to click so we disguise it */
	  
#nav ul li ul li a:hover {
	color:#000; 
	cursor:pointer;
	} /* restores the hover color and pointer on the "drop-down" choices */


#nav li:hover { 
	/*background-color:#FFF; sets the background of the menu items */
	}
	
#nav a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 6px 0px 0; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#fff;	/* sets the type color */
	}
	
#nav a:hover {
	color:rgb(133,178,74);
	/* background-color:rgb(39,93,166); colors the div */
	}
/* the horizontal menu ends here */

/* START OF THE FORM CSS */
#formcontainer {
	width:100%; 
	float: left;
	margin-left:10px; 
	}
#formcontainer p {	
padding: 0 0 0 0;
}
#formcontainer form  {
	/*border-top:1px solid #CCC;*/
	border-bottom: 1px solid #CCC;
	padding: 0 20px 0px 0;
	}
	
#formcontainer div.clearfix {
	/*border-top: 1px solid #CCC;*/
	padding: 5px 0px;
	vertical-align: top;
	margin: 0 0px 0 0px;
	} /* adds the line above each section and provides vertical spacing */

#formcontainer  label {
	width:150px; 
	float:left; 
	font-size:.7em;} /* this is the text label on the left of each input */
	padding: 0 10px;
	}
	
	/*some extra styles for the checkbox and radio button sets*/			
#formcontainer div.buttongroup {
	float:left; 
	border:0; 
	padding:10px;
	} /* a container for a groups of buttons - suppresses the clearfix div top border on the divs around the radio buttons/checkboxes */

#formcontainer div.buttongroup div {
	margin-bottom:5px; 
	font-size:.75em;
	} /* wrapper for the INPUT and its text - margin-bottom sets the vertical distance between buttons */

#formcontainer div.buttongroup input {
	margin-right:5px;
	} /* set the distance between button and its label text */
		
/* END OF THE FORMS CSS*/

