@charset "utf-8";
/* CSS Document */

html, form, body {height: 100%;}


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: gill sans, Verdana, Geneva, Helvetica, sans-serif;
	background:url(images/background.gif) top repeat-x;
	background-color:#003e76;
	padding: 0;
}

#header {
	float:left;
	padding: 0;
	margin: 0;
	height: 115px;
	width: 100%;
}	

#container {
	width:960px;
	margin: 0 auto -250px;
	height: auto;
	height: 100%;
}
#wrapper {
	height: 700px;
	background: url(images/back_wrapper.gif);
}

#nav {
	float:left;
	position:relative;
	width:100%;
	margin: -80px 0 0 0;
}

#logo {
	float: left;
	width: 360px;
	height: 50px;
}

#nav-links {
	float: right;
	height: 50px;
	margin: 0 0 0 0;
}

#content-right {
	float: right;
	width: 620px;
	margin: 0;
	background-color: #fff0cd;
}

#content-right-interior {
	float: right;
	width: 580px;
	margin: 0;
	background-color: #fff0cd;
	padding: 0 20px 0 20px;
}

#content-left {
	float: left;
	width: 300px;
	height: 310px;
	background-color: #fff;
	margin: 0;
	padding: 10px 10px 0 10px;
}

#content-left-image {
	float: left;
	width: 320px;
	height: 320px;
	margin: 0;
}

#orchids {
	float: left;
	width: 300px;
	margin: -20px 10px 0 10px;
}

#orchids-interior {
	float: left;
	width: 300px;
	margin: 0 10px 0 10px;
}

#footer-center {
	float: right;
	width: 300px;
	height: 240px;
	margin: 20px 0 0 20px;
	background:url(images/your_day.gif) no-repeat;
}

#footer-right {
	float: right;
	width: 300px;
	height: 240px;
	margin: 20px 0 0 20px;
	background:url(images/packages.gif) right no-repeat;
}

#footer {
	float:right;
	width: 160px;
	margin: -80px 0 0 0;
}

#lbic-logo {
	float:right;
	width: 160px;
	margin: 30px 10px 0 0;
}

#push {
	height: 250px;
}

#footer-interior {
	width: 960px;
	height: 250px;
	margin: -50px auto;
	background: url(images/back_wrapper.gif);
}

#info {
	float:right;
	width: 475px;
	margin: 30px 0 0 0;
}

#info-interior {
	float:right;
	width: 440px;
	margin: 120px 0 0 0;
}

#deals {
	margin: 155px 10px 10px 10px;
	width:280px;
}

.linepadding {
	height: 20px;
	clear:both;
}

img {border:0;}
.border {border:solid 3px #fff0cd; padding:0;}
.left {float:left; margin-right:10px;margin-bottom: 10px;}
.right {float:right; padding-left:10px;padding-bottom: 10px; }
.blue {color: #003e76;}
.brown {color: #754c24; text-align: center;}
.tan {color: #fff0cd;}

p {
	line-height: 160%;
	font-size: 11px;
	margin:0;
	padding:0;
	padding-bottom:10px;
	color: #754c24;
}

h1 {
	font-size: 24px;
	line-height: 34px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #754c24;
}

h2 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
	color: #754c24;
}
A:link    {text-decoration: underline; color: #003e76; font-weight: bold;}
A:visited {text-decoration: underline; color: #003e76; font-weight: bold;}
A:active  {text-decoration: underline; color: #003e76; font-weight: bold;}
A:hover   {text-decoration: none; color:#003e76; font-weight: bold;}

ul, li {	line-height: 160%;
	font-size: 11px;
	margin:0 0 0 20px;
	padding:0;
	padding-bottom:10px;
	color: #754c24;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
