body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/dogwood-web-bg.jpg);
	background-repeat: repeat;
}
#container  {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/water.png);
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #2694B9;
	background-repeat: no-repeat;
}
#header  {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 100px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
p {
	font-size: 1.2em;
}
#mainContent {
	background: transparent;
	padding: 20px;
}

#navigation  {
	background-color: #FFFFCC;
	color: #0066FF;
	height: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-size: 1.6em;
	text-align: center;
	padding: 10px;
}

#navigation    ul   {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation  ul  li  {
	display: inline;
}

#navigation   ul   li   a  {
	height: 21px;
	text-decoration: none;
	color: #0066FF;
	padding: 10px;
	font-weight: bold;
}

#navigation  ul  li  a:hover  {
	background-color: #FFA400;
	color: #0066FF;
}

#navigation  ul  li  a:link  #navigation  ul  li  a:visited  {
	color: #0066FF;
}

#navigation  ul  li  .current  a:link  {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	color: #FF9900;
	background-color: #0066FF;
}

#footer {
	padding-top: 20px;
	clear: both;
} 
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	display: inline;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:auto;
}
#follow_me {
	text-align: right;
	margin-top: 40px;
}
#logo {
	margin-top: -20px;
}
#slogan {
	text-align: center;
	margin-top: 150px;
	padding-right: 20px;
	padding-left: 20px;

}
#contact {
        float:right;
}
#mainContent_package {
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
	float: left;
	height: auto;
	width: 550px;
}
#whatDo {
	float: right;
	clear: right;
	margin-top: 40px;
}
/*span used to block image on contact.html*/
span {
	display: none;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style:none;
}
#header_nav {
	text-align: right;
}
#flash_slideshow {
	text-align: center;
}
