body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 145%;
	margin:0;
	padding: 0;
	color: #301000;
	background-color: #000000;
}

a {
	color: #008000;
}

html { overflow-y: scroll; }

a:link { }
a:visited { }
a:active { }
a:hover { }

a:link:hover, a:visited:hover {
	color: #33FF00;
	text-decoration: underline;
} 

fieldset {
	padding: 0px;
	margin: 0px;
	border-style: none;
}

.lwk-clearboth {
	clear: both;  
}

h2 {
	color: #500000
}

td {
	padding: 3px;
	background-color: #FFF0E0;
}

div#lwk-outer-wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

div#lwk-header {
	width: 760px;
	height: 150px;
	float: left;
	position: relative;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5;
}

div#lwk-footer {
	width: 760px;
	float: left;
	position: relative;
	border-top: 1px solid #605040;
	background-image: url(/images/text-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 5;
	background-color: transparent;
}

div#lwk-address {
	font-size: 12px;
	float: left;
	position: relative;
	color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}

div#lwk-email {
	font-size: 12px;
	float: left;
	position: relative;
	color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}

div.lwk-tag {
	padding: 2px;
	float: left;
	position: relative;
}

div.lwk-badges {
	float: right;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
img { 
	padding: 0;
	margin: 0;
	border-style: none;
}

img.lwk-tag {
	border: 1px solid #503000;
}

div#lwk-menu-wrapper {
	text-align: center;
	background-color: #000000;
	background-image: url(/images/menu-middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 29px;
	width: 760px;
	position: relative;
	clear: both;
	z-index: 10;
}
div.lwk-menu-spacer {
	float: left;
	height: 29px;
	position: relative;
	width: 1px;
	background-color: #000000;
	margin: 0px 10px 0px 10px;
}
div#lwk-menu-border-left {
	float: left;
	height: 29px;
	width: 16px;
	position: relative;
	background-color: #000000;
	background-image: url(/images/menu-left-border.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
div#lwk-menu-border-right {
	float: right;
	height: 29px;
	width: 16px;
	position: relative;
	background-color: #000000;
	background-image: url(/images/menu-right-border.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div.lwk-menu-item {
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
}

a.lwk-menu-item {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #F8F8F8;
	text-decoration: none;
}

a.lwk-menu-item:link:hover, a.lwk-menu-item:visited:hover {
	color: #AAFF00;
	text-decoration: none;
} 

div.lwk-align-center {
	position: relative;
	text-align: center;
	width: 100%;
}

div#lwk-body {
	float: left;
	padding: 20px;
	position: relative;
	width: 720px;
	background-color: #C0B8B8;
	background-image: url(/images/main-gradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	color: #000000;
	display: block;
	font-family: "Comic Sans MS", Arial, helvetica, sans-serif;
}

div#lwk-body a {
	color: #5F4F30;
	text-decoration: none;
}

div#lwk-body a:link:hover, div#lwk-body a:visited:hover {
	color: #803000;
	text-decoration: none;
}

.lwk-tooltip-tip {
   	color: #000;
   	width: 211px;
   	z-index: 13000;
   	display: block;
}

.lwk-tooltip-tip ul { 
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
.lwk-tooltip-tip li {
	padding: 2px;
	margin: 0px;
}
 
.lwk-tooltip-title {
        font-weight: bold;
        font-size: 13px;
        margin: 0;
        padding-left: 20px;
        padding-right: 10px;
        padding-top: 2px;	
        color: #3E4F14;
        background-image: url(/images/tooltip-title.png);
        background-repeat: no-repeat;
        background-position: left top;
        width: 181px;
        height: 26px;
}
 
.lwk-tooltip-text {
	font-size: 11px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 12px;
	line-height: 130%;
	margin: 0;
	background-image: url(/images/tooltip-body.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 181px;
}

div.lwk-prat-wrapper, div.lwk-contact-wrapper {
	float: left;
	margin: 15px;
	margin-top: 20px;
	position: relative;
	width: 328px;
	border: 1px inset #A08980;
	display: block;
}

div.lwk-column-left, div.lwk-column-right  {
	float: left;
	position: relative;
	width: 340px;
	text-align: justify;
	display: block;
}

div.lwk-column-left {
	margin-right: 20px;
}

div.lwk-column-right {
	margin-left: 20px;
}

	

div.lwk-contact-padding {
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	background-color: #FFF0E0;
	width: 308px;
	display: block;
}

div.lwk-prat-wrapper {
	background: #FFFFFF;
}

div.lwk-prat-title {
	float: left;
	position: relative;
	clear: both;
	border-bottom: 2px solid #A09080;
	width: 328px;
	color: #330000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	background: #FFF2E8;
}

ul {
	margin-top: 10px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}




div.lwk-prat-body {
	float: left;
	position: relative;
	clear: both;
	background: #FFFFFF;
	color: #807050;
	width: 100%;
	display: block;
}

div.lwk-learn-more {
	float: right;
	position: relative;
	clear: both;
	width: 109px;
	height: 40px;
	margin-left: 0px;
	margin-top: -40px;
	margin-bottom: -5px;
}

.brown { color: #500000; }

div#lwk-accordion {
	
}

div.lwk-section {
}

div.lwk-section h3 {
	text-align: center;
	font-weight: normal;
}

.toggler:hover {
	background-color: #FFF8F0;
}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #F0E8E0;
	border-bottom: 1px solid #edd;
	border-right: 1px solid #edd;
	border-top: 1px solid #FFf5f5;
	border-left: 1px solid #FFf5f5;
	font-weight: bold;
	cursor: pointer;

}
.element {
 	padding-left: 35px;
 	padding-right: 35px;
 	background: #FAFAFA;
}
