body {
    background-color: White;
    margin: 0;
    color: Black;
    font-family: Arial;
    font-size: 14px;
    background: url('/Images/Elements/PageBG.png');
	background-repeat:repeat-y;
	background-position:center;
}
a {
    color: #008800;
}

a:link {/*background: none;*/ color:#069; text-decoration: none; cursor: pointer;}
a:visited {/*background: none;*/ color :#069; text-decoration: none; cursor: pointer;}
a:hover {/*background: none;*/ color: #333; text-decoration: underline; cursor: pointer;}
a:active {/*background: none;*/ color: #069;text-decoration: none; cursor: pointer;}

a.forum:link {/*background: none;*/ color:#069; text-decoration: none; cursor: pointer;}
a.forum:visited {/*background: none;*/ color :#666; text-decoration: none; cursor: pointer;}
a.forum:hover {/*background: none;*/ color: #333; text-decoration: underline; cursor: pointer;}
a.forum:active {/*background: none;*/ color: #069;text-decoration: none; cursor: pointer;}

a.whitelink:link {/*background: none;*/ color:#fff; text-decoration: none; cursor: pointer;}
a.whitelink:visited {/*background: none;*/ color :#fff; text-decoration: none; cursor: pointer;}
a.whitelink:hover {/*background: none;*/ color: #fff; text-decoration: underline; cursor: pointer;}
a.whitelink:active {/*background: none;*/ color: #fff;text-decoration: none; cursor: pointer;}

a.jumpbar_nav {
	color: #FFFFFF;
}
h1 {
    font-size: 160%;
}
h2 {
    font-size: 145%;
}
h3 {
    font-size: 130%;
}
h4 {
    font-size: 115%;
}
h5 {
    font-size: 105%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 0.7em;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}
img, table {
    border: 0;
}
form {
    display: inline;
    margin: 0;
    padding: 0;
}
#title-bar {
	width: 980px; 
	height: 50px;
	margin: 5px auto;  
	padding: 5px 0px 5px 10px;
	color: #333333; 
	background-color: #F4F4F4; 
	text-align: left; 
	font-family:"Times New Roman", Times, serif; 
	font-size: 40px; 
	font-style: normal; 
	font-weight: normal;
	border-color:#666;
	border-width: 1px;
	border-style:solid;
	border-radius: 5px;
	overflow: hidden;
	text-shadow:#999 1px 1px 5px;
}
#member-title-bar {
	border: solid 1px black; 
    background-color: LemonChiffon; 
    text-align: center; 
    padding: 0.3em; margin-bottom: 1em;
}
a.header {
    text-decoration: none;
    font: bold 10pt "Verdana";
    color: Green;
}
a.url {
    font-size: 14pt;
    text-decoration: none;
}
a.nounderline {
    text-decoration: none;
}
form {
    margin-top: 0px;
    margin-bottom: 0px;
}
table.list {
    border-right: #5de5b3 1px solid;
    border-top: #5de5b3 1px solid;
    border-left: #5de5b3 1px solid;
    border-bottom: #5de5b3 1px solid;
    cell-spacing: 5;
    cell-padding: 0;
}
table.list td.list {
    border-right: black 1px solid;
    border-top: black 1px solid;
    background: white;
    border-left: black 1px solid;
    color: black;
    border-bottom: black 1px solid;
}
tr.verdana
{
    FONT: 10pt "Verdana";
    COLOR: black
}
td.data {
    font: 10pt "Verdana";
    color: black;
}
th.data {
    font: bold 10pt "Verdana";
    color: black;
}
td.data-sml {
    font: 8pt "Arial Narrow";
    color: black;
}
th.data-sml {
    font: bold 8pt "Arial Narrow";
    color: black;
}
td.data-a {
    font: 10pt "Arial";
    color: black;
}
td.formlabels {
    font: 10pt "Verdana";
    color: DimGray;
    text-align: right;
}
td.formlabelssmall {
    font: 8pt "Arial";
    color: Black;
    text-align: right;
}
td.labels {
    font: 10pt "Verdana";
    color: DimGray;
}
td.menu {
    font-size: x-small;
    color: white;
    font-family: Arial;
}
input.dollars {
    text-align: right;
}
td.label-dk {
    font: bold 10pt "Arial";
    vertical-align: middle;
    color: #03557f;
    text-align: left;
}
td.label-lt {
    font: bold 10pt "Arial";
    vertical-align: bottom;
    color: #ffffff;
    text-align: center;
}
.menu-sub-vertical {
	background: url('/Images/Nav/ButtonSmallBackground.png');
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	padding: 5px 0px 5px 20px;
	vertical-align: middle;
	margin-bottom: 7px;
}
.red {
    color: red;
    font-family: Verdana, Arial;
}
.head1 {
    font-size: 16pt;
    font-family: Verdana, Arial;
}
.head2 {
    font-size: 14pt;
    font-family: Verdana, Arial;
}
.head3 {
    font-weight: bolder;
    font-size: 12pt;
    font-family: Verdana, Arial;
}
.link {
    font: bold 12pt "Arial";
    cursor: hand;
    text-align: center;
}
tr.labels {
    vertical-align: bottom;
    background-color: #03557f;
    text-align: center;
}
tr.odd {
    vertical-align: bottom;
    background-color: silver;
}
tr.even {
    vertical-align: bottom;
}
.rec-nums {
    font-size: 10pt;
    font-family: Verdana, Arial;
    position: relative;
    top: 5pt;
}
input.color1 {
    font-size: 9 pt;
    font-family: Arial;
    background-color: #FBFCE0;
    color: Green;
}
textarea.color1 {
    font-size: 9 pt;
    font-family: Arial;
    background-color: #FBFCE0;
    color: Green;
}
label.error {
    color: red;
    font-style: italic;
    margin-left: 0.3em;
    font-size: 10pt;
    font-family: Verdana, Arial;
}
input.error, select.error {
	border: 2px solid red;
	background-color: #FFFFD5;
	color: red;
}
table.blackborder {
	border-collapse: collapse;
	border: solid 1px black;
}
table.blackborder td, table.blackborder th {
    border: solid 1px black;
}
div.sectionhead {
	border-color: #000000;
	boder-style: solid;
	border-size: 1px;
	border-radius: 10px 10px 0px 0px;
	background-color: #246779;
	color: #ffffff;
	font-family: Arial;
	/*font-family:"Copperplate Gothic", "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-weight: normal;
	font-size: 22px;
	font-variant:normal;
	text-align: center;
	height: 22px;
	margin-bottom: 1px;
	vertical-align: middle;
	padding: 3px 0px 7px 0px;
	text-shadow: #000000 1px 1px 1px;
}
a.news {
	color: black;
	text-decoration: none;
}
a.news:hover {
    color: green;
}
.tabhead {
	font-size: medium;
	color: White;
	font-weight: bold;
	text-align: center;
	background-color: #008000;
	width: 33%;
	padding: 0.5em 0 0.3em 0;
}

.tabline {
    background-color: #008000;
    height: 2px;
    margin-bottom: 0.5em;
}

.success {
    background: #cefeca url('/Images/Animated/UpdateSuccessAni.gif') no-repeat scroll 1em center;
    padding: 0.5em 0 0.5em 3em;
    margin: 0.5em 0;
    font-size: 9pt;
    font-weight: bold;
}

.failure {
    background: #FF9999 url(/_common/images/failure.png) no-repeat scroll 1em center;
    border: #ccc dotted 2px;
    padding: 0.5em 0 0.5em 3em;
    margin: 0.5em 0;
    font-size: 9pt;
    font-weight: bold;
}

.formitem {
    margin-left: 0.5em;
    margin-bottom: 10px;
}

.formitem label span {
    display: block;
    font-size: 90%;
    font-weight: bold;
    padding-left: 4px;
}

.defaultTextActive { 
    color: #a1a1a1;
}

.btnbbcode {
    background-color: #EFEFEF;
    border: 1px solid #666666;
    color: #000000;
    font-family: "Lucida Grande",Verdana,Helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}

.membermenu
{
    color:#444444;
    font-family:Lucida Grande,Lucida Sans Unicode,Arial,Sans-Serif;
/*    display:block; commented out by Garland 11/19/2008 */
    font-weight:normal;
    height:auto;
    letter-spacing:0;
    line-height:22px;
    margin:0;
    padding:0 8px;
    text-transform:uppercase;
}

input.required {
    background-image: url('/Images/InputReqCorner.gif');
    background-repeat: no-repeat;
    background-position: right top;
}

#safari_search
{
margin-top:2px;
overflow:hidden;
width:280px;
}
#input_big
{
height: 25px;
background-color:#f7f7f7;
border-color: #999;
border-width: 1px;
border-style: solid;
vertical-align: middle;
}
#safari_search #search_wrapper
{
float:left;
height:19px;
}
#safari_search span
{
display:block;
}
#safari_search #search_wrapper_left 
{
background:transparent url('/Images/Nav/Search/search_left.png') no-repeat scroll 0 0;
float:left;
height:19px;
width:20px;
}

#safari_search #search_wrapper input 
{
background:transparent url('Images/Nav/Search/search_bg.png') repeat-x scroll 0 0;
border:0 none;
color:#999999;
float:left;
font-size:11px;
height:17px;
padding:3px 0 0;
width:156px;
}

#safari_search #search_wrapper_right 
{
background:transparent url('Images/Nav/Search/search_right.png') no-repeat scroll right top;
float:left;
height:19px;
width:10px;
}
.buttonbig {
	padding: 5px 20px 5px 20px;
	font-size:16px;
}
.newsbutton {
	border: 0;
	padding-bottom: 3px;
	float: right;
}
.newsbutton a {
	border: 1px solid #000000; 
	margin: 0pt; 
	padding: 0px 15px 0px 15px;
	outline-color: -moz-use-text-color; 
	outline-style: none; 
	outline-width: medium; 
	line-height: 10px; 
	text-align: center; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF; 
	background-color: #999; 
	font-style: normal;
	text-shadow: 1px 1px 1px #000000;
	margin-left: 20px;
}
.newsbutton a:hover{
	border: 1px solid #000000; 
	background-color: #C90;
	color: #000000;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.newsbutton a:active{
	outline-color: -moz-use-text-color; 
	outline-style: none; 
	outline-width: medium;
}

.toplabels label {
	display: block;
	margin-bottom: 1em;
}

.toplabels label span {
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding-left: 4px;
}

.toplabels label span.check {
	display: inline;
	padding-left: 0;
	position: relative;
	top: -2px;
}

.toplabels .hide {
	display: none;
}

.toplabels .clear {
	clear: left;
}

.toplabels .float {
	float: left;
	margin-right: 12px;
}

.toplabels textarea, .toplabels input, .toplables select {
	font: 13px Arial;
}

.toplabels textarea {
	height: 5em;
}

.toplabels .full {
	width: 450px;
}

.toplabels .half {
	width: 219px;
}

.toplabels .third {
	width: 138px;
}

.promoheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15pt;
	font-weight: bold; 
	background-color: #E1E1E1; 
	padding: 5px 10px 5px 20px; 
	margin-bottom: 0.5em;
	border-color: #999; 
	border-style: solid; 
	border-width: 1px; 
	text-shadow: #FFF 1px 1px 1px; 
}

.promoheader a {
	background-color: #FFF; 
	padding: 4px 15px 4px 15px; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 14px; 
	font-famUily: Calibri,Verdana; 
	color: #000; 
	border-color: #666; 
	border-width: 1px; 
	border-style: ridge; 
	vertical-align: middle; 
	float: right;
}

.formwrap label {
	font-weight: bold;
	float: left;
}
.formwrap label.inline {
	margin-right: 0.4em; 
	float: none;
}
.formwrap textarea, .formwrap input, .formwrap select {
	font: 13px Arial;
	margin-left: 0;
}
.formwrap select {
	height: 22px;
}
.formwrap input, 
.formwrap select {
	margin-right: 1em;
}
.formwrap label input, 
.formwrap label textarea, 
.formwrap label select {
	display: block;
	margin-bottom: 1em;
}
.formwrap select {
	margin-top: 2px;
}
.formwrap label span.preface {
	font-weight: normal;
	white-space: pre;
}
.formwrap label span.preface:before {
	content: "\A";
}
.formwrap label span.preface + input {
	display: inline;
}
.wideform label, .wideform label > * {
	width: 100%;
}
.wideform label.left-50 {
	width: 47%;
	margin-right: 6%;
}
.wideform label.right-50 {
	width: 47%;
}
.autocomplete-site span {
	font-size: 80%; 
}
.clear {
	clear: both;
}
div.bar {
	background-color: Black;
	color: White;
	font-weight: bold;
	padding: 0.5em;
	clear: both;
	margin-bottom: 0.5em;
}
div.bar input {
	margin-right: 0.5em;
}
div.indent {
	padding-left: 1.5em;
}
div#slideshow-wrapper {
	width: 400px; 
}
div#slideshow {
	width: 400px; 
	height: 300px;
}
div#caption-wrapper {
	position: relative;
}
div#caption {
	width: 400px; 
	position: absolute;
	top: -50px;
}
div#caption div {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: sans-serif;
	border-radius: 10px;
	display: none;
}
/*----------- B E G I N   M E N U --------------*/
.menu{
	border:none;
	border:0px;
	margin:0px auto;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333;
	text-shadow:#FFF 1px 1px 1px;
	width:990px;
	}
.menu ul{
	background:url('http://www.lakemartin.com/Images/Elements/Buttons/menu-bg.png') top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	margin: 0 auto;
	}
	.menu li{
		float:left;
		padding:0px 8px 0px 8px;
		margin: 0 auto;
		text-align:center;
		}
	.menu li a{
		color:#333;
		display:block;
		font-weight:bold;
		line-height:43px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#369;
			text-decoration:none;
			}
	.menu li ul{   /* sub-menu*/
		background:#e0e0e0;
		border-left:2px solid #0d3f4e;
		border-right:2px solid #0d3f4e;
		border-bottom:2px solid #0d3f4e;
		display:none;
		height:auto;
		filter:alpha(opacity=100);
		opacity:1.00;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:225px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
			background:#DEECD5;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		background:url('http://www.lakemartin.com/Images/Elements/Buttons/current-bg.png') top left repeat-x;
		color:#ffffff;
		}
		










