/* Homepage CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(/images/bg_tree.jpg); 
	background-repeat: repeat-x; 
	background-color: #fcf5eb;
}

#container {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('/images/container_bg.jpg');
	background-repeat: repeat-y;
	background-color: #f5ebd2;
}

/*header navigation*/

#nav {
  border: none;
  text-align: center;
  padding-bottom: 40px;
  background-color: #f2ece0;
}

#nav ul {
  width: 100%;
  background-color: #023c6e; 
  padding-left:0;
  margin:0;
  float:left;
}

#nav ul li {
  display:inline;
}

#nav ul li a {
  float: left;
  text-align: center;
  color:#FFFFFF;
  padding:6px 12px 6px 12px;
  border-right:1px solid #FFFFFF;
}

#nav ul li a:hover {
  background-color: #0060b1;
}

.belownav {
	padding: 0px;
	border: none;
}

/*header*/

#mainheader {
	width: 898px;
	height: 125px;
	margin: 0 auto;
	background: url('/images/main_header.jpg') top left no-repeat;
	border: none;
}

#slideshow {
	width: 800px;
	border: 5px;
	border-style: solid;
	border-color: #023c6e;
	margin-left: 45px;
	margin-right: 45px;
}

#logo {
	width: 170px;
	height: 174px;
	border: none;
	margin: 0 auto;
	padding-right: 615px;
	padding-top: 25px;
	padding-bottom: 5px;
}

#topheader {
	width: 898px;
	padding-top: 20px;
	margin: 0 auto;
	background: url('/images/top_header.jpg') top left no-repeat;
}

#bottomheader {
	width: 898px;
	padding-bottom: 20px;
	margin: 0 auto;
	background: url('/images/bottom_header.jpg') bottom left no-repeat;
}

/*content*/

#content {
	padding: 0px;
}

#content_left {
	width: 600px;
	font-size: 16px;
	float: left;
	text-align:	left;
	padding-left: 24px;
	padding-right: 24px;
}

#content_services {
	width: 300px;
	font-size: 16px;
	float: left;
	text-align:	left;
	padding-left: 50px;
	padding-right: 50px;
}

#content_right {
	width: 400px;
	font-size: 16px;
	float: left;
	color: #000000;
	text-align:	center;
	border: 4px solid #023c6e;
	padding-top: 10px;
	padding-bottom: 10px;
}

#spacer {
	height: 500px;
}

img 
{
   border: none;
}

#flowers {
   padding-left: 216px;
   padding-right: 216px;
}

a[href^="mailto"] { color: #ffffff; }

#little_bg1 {
	width: 400px;
	font-size: 20px;
	background-color: #ff2626;
	float: left;
	color: #FFFFFF;
	text-align:	center;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 24px;
}

#little_bg2 {
	width: 400px;
	font-size: 20px;
	background-color: #2679bf;
	float: left;
	color: #FFFFFF;
	text-align:	center;
	margin-left: 24px;
	margin-right: 24px; 
	margin-bottom: 24px;
}

#little_bg3 {
	width: 400px;
	font-size: 20px;
	background-color: #68ff26;
	float: left;
	color: #FFFFFF;
	text-align:	center;
	margin-left: 24px;
	margin-right: 24px;
}

#little_bg4 {
	width: 400px;
	font-size: 20px;
	background-color: #ab26ff;
	float: left;
	color: #FFFFFF;
	text-align:	center;
	margin-left: 24px;
	margin-right: 24px;
}

h4 {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	color: #023c6e;
	text-align:	left;
	padding-left: 24px;
}

h3 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	color: #c63737;
	text-align:	left;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #023c6e;
	text-align:	left;
	padding-left: 24px;
}

/*footer */

#footer {
	font-size: 11px;
	background-color: #023c6e;
	color: #ffffff;
	text-align: center;
	height: 10px;
	border-top: 10px solid #fdf4eb;
	padding: 10px;

}

#footer a:link, #footer a:visited {
	color: #ffffff;
}
