@charset "UTF-8";

body {
	font: small Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #666;
	line-height:18px;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto; /* 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. */
}

#header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the 			#header instead of text, you may want to remove the padding. */
	height:130px;
	/*margin-bottom:10px;*/
}

#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 */
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#banner {
	width:760px;
	height:260px;
	margin:0 0 0 0;
	/*background-image:url(images/banner/image15.jpg);*/
}

#home_wrapper {
	margin:0 20px;	
}

#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top:thin dashed;
	border-top-color:#999;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-small;
	color:#666;
	clear:both;
	margin-top:20px;
}

#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 */
}

/* HEADER NAVIGATION STYLES */

#logo {
	width:230px;
	float:left;
}
#navigation {
	width:480px;
	float:right;
	
}

.nav {
	margin: 80px 20px 0 0;
	padding: 0;
	width: 440px;
	list-style: none;
	background: #fff;
	vertical-align:bottom;
}

.nav li {
	padding: 0;
	margin: 0;
	margin-right:20px;
	height: 34px;
	list-style: none;
	background-repeat: no-repeat;
}
.nav li a, .nav li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 34px;
	background-repeat: no-repeat;
	outline:none;
}
.home {
	background-image: url(images/nav/home_over.gif);
	width:68px;
}
.home a {
	background-image: url(images/nav/home.gif);
	outline:none;
}
.about {
	background-image: url(images/nav/about_over.gif);
	width:106px;
}
.about a {
	background-image: url(images/nav/about.gif);
	outline:none;
}
.menu {
	background-image: url(images/nav/menu_over.gif);
	width:62px;
}
.menu a {
	background-image: url(images/nav/menu.gif);
	outline:none;
}
.contact {
	background-image: url(images/nav/contact_over.gif);
	width:88px;
}
.contact a {
	background-image: url(images/nav/contact.gif);
	outline:none;
}
ul.nav li a:hover {
	background: none;
}
.nav li {
	float: left;
}
.nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#welcome_head {
	margin-top:20px;
}

#welcome_text {
	width:730px;	
}

#reviews_img {
	float:left;
	margin:15px 15px 15px 0;
}

#reviews_head {
	/*margin:0 0 0 300px;*/
	/*margin: 20px 0 0 0;*/
	padding: 20px 0 0 0;
	width:730px;
}


/* MENU STYLES */

#lbfg_menu_left {
	float:left;	
	width: 340px;
	padding: 20px;
}

#lbfg_menu_right {
	float:right;
	width: 340px;
	padding: 20px;
}

#lbfg_menu_left h3, #lbfg_menu_right h3 {
	color:#063;
	margin: 5px 0;	
	text-transform:uppercase;
	text-decoration:underline;
}

#lbfg_menu_left h4, #lbfg_menu_right h4 {
	margin: 5px 0;
	font-size:x-small;
}

#lbfg_menu_left li, #lbfg_menu_right li {
	list-style:none;
	margin: 0 0 0 -8px;
}

/* CONTACT STYLES */

#contact_info {
	text-align:center;
	padding:20px 0 30px 0;
}

#contact_info p {
	margin:10px 0 20px 0;	
}

#contact_info h1 {
	margin:10px 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}

#disclaimer {
	font-size:x-small;	
}

/* ABOUT US STYLES */

#about {
	padding:20px 0;	
	margin-bottom:60px;
}

#about h1 {
	margin:10px 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;	
}

#sff_stuff {
	margin-top:30px;	
}

#sff_logo {
	width: 100px;
	float: left;
	clear:both;
}

#sff_text {
	width: 620px;
	float:right;
	padding:5px 0 0 20px;
	/*clear:both;*/
}

/* LINK STYLES */

a:link {
	color:#03C;
	text-decoration:none;
}

a:hover {
	color:#063;
	text-decoration:underline;
}

a:visited {
	color:#666;
	text-decoration:none;
}

/*#footer a:link {
	color:#03C;
	text-decoration:none;
}

#footer a:hover {
	color:#063;
	text-decoration:underline;
}

#footer a:visited {
	color:#666;
	text-decoration:none;
}*/