@charset "UTF-8";
 #container {
	background-image: url(images/palm_background.png);
	background-repeat: no-repeat;
	background-position: 500px bottom;
	background-color: #D7E5ED;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
} 
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
 #header {
	height: 214px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/johns_island_banner_image.jpg);
	background-repeat: no-repeat;
} 
 #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 */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 91px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/left_col_back.png);
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 565px;
}
.thrColFixHdr #container #search_google {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 #sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: auto;
	width: 190px;
	margin: 0px;
	clear: right;
}
 #mainContent {
	margin-top: 0px;
	margin-right: 209px;
	margin-bottom: 0px;
	margin-left: 111px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: auto;
} 
 #footer {
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	clear: left;
	height: 100px;
	top: 80px;
} 
 #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;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
 #container #sidebar1 #MenuBar1 li a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: "Levenim MT", Vrinda;
	font-size: 24px;
}
h2 {
	font-family: "Levenim MT", Vrinda;
	font-size: 18px;
}
p {
	font-family: "Levenim MT", Vrinda;
	font-size: 14px;
	text-align: justify;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
 #container #footer p a {
	height: 22px;
	display: inline-block;
	padding: 0px;
	margin-top: 2px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-family: "MS Serif", "New York", serif;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
 #container #footer p {
	font-family: "Levenim MT", Vrinda;
	font-size: 9px;
}
body {
	background-color: #003;
	margin: 0px;
	padding: 0px;
}
 #container #mainContent ul {
	font-family: "Levenim MT", Vrinda;
	font-size: 14px;
}

.thrColFixHdr #container #mainContent p a {
	color: #000;
	text-align: center;
}
.thrColFixHdr #container #mainContent #danner_add {
	position: relative;
	height: 60px;
	width: 468px;
	margin: 0px;
	overflow: visible;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #sidebar2 #col_add {
	height: 600px;
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColFixHdr #container #mainContent p img {
	margin: 7px;
	padding: 0px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #000;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
#base_col {
	height: 500px;
	width: 109px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	bottom: 1%;
}
.thrColFixHdr #container #footer h5 a {
	color: #000;
	text-decoration: none;
}
#base_content {
	width: 460px;
	padding: 0px;
	float: right;
	clear: left;
	position: relative;
	height: 1200px;
	margin: 0px;
}
#base_div {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 406px;
}
#banner_links {
	width:358px;
	height:26px;
	z-index:1;
	font-family: "Levenim MT", Vrinda;
	text-align: center;
	font-size: 16px;
	padding: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lynn_logo {
	height: 380px;
	width: 160px;
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000;
	text-align: center;
	background-color: #FFF;
	position: relative;
	font-size: 14px;
}
.thrColFixHdr #container #sidebar2 #lynn_logo img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.thrColFixHdr #container #sidebar2 #lynn_logo p {
	font-family: "Levenim MT", Vrinda;
	text-align: justify;
	width: 126px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColFixHdr #container #sidebar2 #lynn_logo p a {
	color: #63533A;
}
.thrColFixHdr #container #sidebar2 #lynn_logo p {
	text-align: justify;
}
h6 {
	font-family: "Levenim MT", Vrinda;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent img {
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: thin solid #000;
}
.thrColFixHdr #container #banner_add {
	padding: 0px;
	height: 70px;
	width: 468px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
#base_content img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	border: thin solid #000;
	position: relative;
	padding: 0px;
	height: 270px;
	width: 406px;
}
.thrColFixHdr #container #mainContent img {
	border: thin solid #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.thrColFixHdr #container #mainContent #map_ji {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lynn_logo h6 #mls {
	float: left;
}
#lynn_logo h6 #equol {
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #sidebar2 #bcAdd {
	height: 200px;
	width: 160px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
	background-color: #FFF;
}
#container #sidebar2 #bcAdd h5 a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #4772B2;
	text-align: center;
}
#sidebar2 #bcAdd a img {
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#container #sidebar2 #trendelogo {
	height: 200px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: thin solid #000;
	background-color: #FFF;
}
#container #sidebar2 #trendelogo img {
}
#container #sidebar2 #trendelogo #logo {
}
#sidebar2 #trendelogo a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	text-decoration: none;
}
