@charset "utf-8";
/* CSS Document */
/*prevent page shift*/
html {min-height:101%}

html, body, ul, li, h1, h2, h3, h4 {
	list-style:none;
	margin:0;
	padding:0;
}

img {
border-style:none;
}

body {
	background-color:#ffffff;
	text-align:left;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
#wrapper {
	width:820px;
	margin:auto;
	padding-top:30px;
	position:relative;
}
#header {
	width:820px;
	height:322px;
	margin-bottom: -62px;
	background:url(/images/grass_header_2.jpg) bottom no-repeat;
	position:relative;
}
#footer {
	text-align: center;
}
#goflamingo-logo {
	background:url(/images/go_flamingo_logo.png) left bottom no-repeat;
	float:left;
	width:398px;
	height:265px;
	text-indent:-500em;
}
#aboutus {
	background:url(/images/flamingo_1.png) 52% bottom no-repeat;
	float:left;
	width:56px;
	height:176px;
	margin-right: 41px;
	text-indent:-500em;
}
#gallery {
	background:url(/images/flamingo_2.png) 73% bottom no-repeat;
	float:left;
	width:99px;
	height:265px;
	margin-right: 50px;
	text-indent:-500em;
}
#contactus {
	background:url(/images/flamingo_3.png) 91% bottom no-repeat;
	float:left;
	width:75px;
	height:199px;
	text-indent:-500em;
}
#nav {
	background:url(/images/nav_bar.png) no-repeat;
	text-align:left;
	height:42px;
	padding-top: 22px;
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: -20px;
	position:relative;
	z-index: 1;
}
#nav_home {
	background: url(/images/nav_home.png) no-repeat;
	margin-left:51px;
	float:left;
	width: 49px;
	height: 17px;/*text-indent:-500em;*/

}
#nav_home:hover {
	background-position: 0 -17px;
}
#nav_home span {
	display:none;
}
#nav_about-us {
	background: url(/images/nav_about-us.png) no-repeat;
	margin-left:51px;
	float:left;
	width:79px;
	height:17px;/*text-indent:-500em;*/

}
#nav_about-us:hover {
	background-position: 0 -17px;
}
#nav_about-us span {
	display:none;
}
#nav_gallery {
	background: url(/images/nav_gallery.png) no-repeat;
	margin-left:51px;
	float:left;
	width:192px;
	height:17px;/*text-indent:-500em;*/

}
#nav_gallery:hover {
	background-position: 0 -17px;
}
#nav_gallery span {
	display:none;
}
#nav_contact-us {
	background: url(/images/nav_contact-us.png) no-repeat;
	margin-left:180px;
	float:left;
	width:94px;
	height:17px;/*text-indent:-500em;*/

}
#nav_contact-us:hover {
	background-position: 0 -17px;
}
#nav_contact-us span {
	display:none;
}
#body {
	text-align:left;
	background:url(/images/content.gif) repeat-y;
	padding-top:20px;
	padding-left:35px;
	padding-right:35px;
	position:relative;
	z-index:0;
}
#body-bot {
	height:13px;
	background:url(/images/content_bottom.gif) no-repeat;
	position:relative;
}


/*Content*/
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	width:auto;
	overflow:auto;/*height:300px;*/

}
#content.about-us {
font-size:17px;
}

.small_text {
font-size:12px;
}

/*Welcome Image*/
#welcome {
	padding-right: 8px;
	margin-bottom: 6px;
}
#welcome_text {
	float:right;
	padding-top:8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align: center;
	width: 260px;
}


/*Highlights*/
.left_highlight_top {
	background: url(/images/highlights_left_top.png) no-repeat;
	margin-top:8px;
	height:11px;
	width:300px;
}
.left_highlight {
	background: url(/images/highlights_left.png) repeat-y;
	width:380px;
	padding-left: 12px;
	text-align:left;
}
.left_highlight_bottom {
	background: url(/images/highlights_left_bottom.png) no-repeat;
	height:11px;
	width:300px;
	margin-bottom: 8px;
}
.right_highlight_top {
	float: right;
	background: url(/images/highlights_right_top.png) no-repeat;
	background-position:right top;
	margin-top:8px;
	height:11px;
	width:100%;
}
.right_highlight {
	float: right;
	background: url(/images/highlights_right.png) repeat-y;
	background-position:right top;
	width:360px;
	padding-right: 12px;
	text-align:right;
}
.right_highlight_bottom {
	float: right;
	background: url(/images/highlights_right_bottom.png) no-repeat;
	background-position:right top;
	height:11px;
	width:100%;
	margin-bottom: 8px;
}

/*Columns*/
#content-left-col {
	text-align: left;
	float: left;
	width: 414px;
}
#content-right-col {
	text-align: right;
	float: right;
	width: 320px;
}
#contact_leftCol {
float:left;
text-align: left;
width: 240px;
}

/*Contact Form*/
#formContainer {float:right;}
.branding {
margin-top: 0;
width:100%;
text-align:right;
font-size:5pt;
color:#000;
text-decoration:none;
}
.branding a:visited {text-decoration:none;}

.center {margin:auto; text-align:center}

/*fixes*/

