/* **************************** /*
** green lush css based layout  **
** ---------------------------- **
** author: Yamazaki             **
** this layout is free for      **
** download, however you can't  **
** redistribute it and put the  **
** zip / rar file in your web   **
** without any permissions from **
** the author. thank you        **
** ---------------------------- **
** have fun with the layout     **
/* **************************** */

body
{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      #e1f7fd url(images/sands.gif);
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}

a:link, a:active, a:visited
{
	text-decoration: underline;
	color:           #990000;
}

a:hover
{
	text-decoration: none;
}

.floatRight {
float: right;
margin: 0 0 5px 10px;
border: 4px solid #6db1d0;
}
.floatLeft {
float: left;
padding: 0 10px 5p 0;
}

#container
{
	margin:          0 auto;
	width:           683px;
	position:        relative;
	background:      transparent url('images/containerbg.png') top left repeat-y;
	border-bottom: 10px solid #6db1d0;
}

#header_home
{
	margin:          0 auto;
	width:           640px;
	height:          200px;
	background:      transparent url('images/header_home.jpg') top left no-repeat;
}
#header_tour
{
	margin:          0 auto;
	width:           640px;
	height:          200px;
	background:      transparent url('images/header_tour.jpg') top left no-repeat;
}
#header_gallery
{
	margin:          0 auto;
	width:           640px;
	height:          200px;
	background:      transparent url('images/header_gallery.jpg') top left no-repeat;
}
#header_birding
{
	margin:          0 auto;
	width:           640px;
	height:          200px;
	background:      transparent url('images/header_birding.jpg') top left no-repeat;
}
#header_friends
{
	margin:          0 auto;
	width:           640px;
	height:          200px;
	background:      transparent url('images/header_friends.jpg') top left no-repeat;
}
#header_contact
{
	margin:          0 auto;
	width:           640px;
	height:          200px;
	background:      transparent url('images/header_contact.jpg') top left no-repeat;
}

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       26px;
	font-weight: bold;
	color:           #990000;
	top:             10px;
	left:            7px;
}

#menu
{
	margin:          0 20px;
	height:          29px;
	background:      #93c5dc !important;
	background:      #93c5dc;
	padding:         5px 0;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url('images/menuoff.png') top left repeat-x;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #fff;	
	padding:         13px 9px 15px 9px;
	font-size:       1.18em;
	line-height:		 12px;
	background:      transparent url('images/menuoff.png') center left repeat-x;
	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background:      transparent url('images/menuon.png') center left repeat-x;
	color:           #016b96;
}

#roundedheader
{
	width:           640px;
	height:          18px;
	margin:          0 auto;
	background:      transparent url('images/belowheader.png') top left no-repeat;
}

#content
{
	min-height:      390px;
	width:           640px;
	margin:          0 auto;
	background:      transparent url('images/contentbg.png') top left repeat-y;
}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	padding-right:   25px;
	width:           590px;
}

#insidecontent p
{
	margin:          0;
	color:           #212121;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.35em;
	line-height:     170%;
}

#insidecontent ul li
{
	margin:          0;
	padding:          0;
	font-size:       1.15em;
	line-height:     125%;
}

.red
{
	color:           #CC0000;
}


#insidecontent a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #990000;
}

#insidecontent a:hover
{
	text-decoration: none;
}

#insidecontent img
{
	text-decoration: none;
	border: 4px solid #6db1d0;
}


#roundedfooter
{
	width:           640px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url('images/abovefooter.png') top left no-repeat;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color:           #0074aa;
	font-size:       3.2em;
}

h2
{
	margin:          0 0 5px 0;
	font-size:       2.0em;
	font-weight:     bold;
	color:           #7b7b7b;
}

h3
{
	margin:          0;
	font-size:       1.85em;
	font-weight:     bold;
	color:           #6db1d0;
}

#contact
{
	text-align:      center;
	width:           589px;
	margin: 				 10px 0 0 0
}

#contact img
{
	border:     	 	none;
}

#contact p
{
	font-size:     	1.0em;
	line-height:		normal;
}


#footer
{
	margin:          0 auto;
	width:           641px;
	height:          39px;
	background:      transparent url('images/footer.png') top left repeat-x;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1.0em;
	padding:         10px;
	color:           #212121;
}