/*==================================================================
	Reset styles!
==================================================================== */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	text-shadow: 0 0 0 #000;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*==================================================================
	Global styles
==================================================================== */
 
.clear {
	clear:both;
}
.float-left {
	float:left;
	margin:0 10px 10px 0;
}
.float-right {
	float:right;
	margin:0 0 10px 10px;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold, b, strong {
	font-weight:700;
}
.italic {
	font-style:italic;
}

.small {font-size:80%}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.uppercase {
	text-transform:uppercase;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/*==================================================================
	Overall styles
==================================================================== */

html, body {
	height: 100%;
}

body#top {
	background-color:#ffffff;
	font-size: 100%;
	margin: 0;
	padding:0;
	color: #3e3f2d;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.wrap {
	margin: 0;
	padding: 0;
}

/*==================================================================
	Structure styles
==================================================================== */

#container {
	left:50%;
	width:762px;
	/* Overall width of div */
margin:0px 0 -50px -381px;
	/* half of the overall width */
background:none;
	position:relative;
	padding: 0;
	min-height: 99%;
	height: auto !important;
	height: 99%;

}

img.x10 {
	width:10px;
	height:10px;
}
.tableStructure {
	width: 762px;
	margin:20px 0 0 0;
}
.tableStructure td.tr {
	background-image: url(/images/turtle_lake_layout_tr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tableStructure td.t {
	background-image: url(/images/turtle_lake_layout_t.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.tableStructure td.tl {
	background-image: url(/images/turtle_lake_layout_tl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tableStructure td.l {
	background-image: url(/images/turtle_lake_layout_l.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.tableStructure td.bl {
	background-image: url(/images/turtle_lake_layout_bl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tableStructure td.b {
	background-image: url(/images/turtle_lake_layout_b.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.tableStructure td.br {
	background-image: url(/images/turtle_lake_layout_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tableStructure td.r {
	background-image: url(/images/turtle_lake_layout_r.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/*==================================================================
	masthead styles
==================================================================== */
.masthead {
	width:742px;
	height:183px;
	clear: both;
}

/*==================================================================
	Navigation styles
==================================================================== */
.nav {
	float: left;
	clear: left;
	width: 190px;
	background-image: url(/images/turtle_lake_layout_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navInner {
	margin:10px 10px 20px 15px;
}
.navInner ul {

}
.navInner ul li, .footerInner ul li {
	font-size:14px;
	margin:1px 0;
	padding:5px 0;
	line-height:125%;
}
.navInner ul li a, .navInner ul li a:visited, .footerInner ul li a, .footerInner ul li a:visited  {
	color: #3f402d;
	border: none;
	padding:3px;
	text-decoration:none;
}
.navInner ul li a:active, .navInner ul li a:hover, .footerInner ul li a:active, .footerInner ul li a:hover {
color:#ffffff;
background: #3f402d;
}

/*==================================================================
	Content styles
==================================================================== */
.content {
	float: right;
	width: 550px;
	clear: right;
}
.contentInner {
	padding:20px;
	width:90%;
}

.contentInner h1 {
	font-size: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d7caaa;
	float: right;
	font-weight: normal;
	padding: 3px 0 10px 0px;
	margin: 0 0 20px 0;
	line-height:100%;
}
.contentInner h2 {
	font-size:23px;
	margin:10em 0;
	clear:both;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
	border-bottom: 1px solid #d7caaa;
	line-height:125%;
}
.contentInner h3 {
	font-size:18px;
	clear:both;
	margin:20px 0 5px 0;
}
.contentInner p {
font-size:12px;
font-family:Tahoma,Arial,Helvetica,sans-serif;
text-align: left;
word-spacing:-2px;
margin:0 0 10px 10px;
}

.contentInner ul li {
list-style: none;
	font-size: 12px;
font-family:Tahoma,Arial,Helvetica,sans-serif;
text-align: left;
word-spacing:-2px;
margin-bottom:3px;
	padding: 0 0 3px 16px;
	background-image: url(/images/arrow-off.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.contentInner a, .contentInner a:visited	{
	color:#3f402d;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3f402d;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.contentInner a:active, .contentInner a:hover	{
	color:#ffffff;
	background-color:#3f402d;
	border: 1px solid #3f402d;
	}
	
	img.bdr {
	padding: 2px;
    background:#ffffff;
    border: #3f402d 1px dotted;
    margin:5px 4px 4px 5px;
    }
	
.contentInner a.lightbox, .contentInner a:hover.lightbox, .contentInner a:active.lightbox, .contentInner a:visited.lightbox {border:none; background:none;}
/*==================================================================
	Footer styles
==================================================================== */

.footer, .push {height:50px;}
.footer {left:50%;
	width:762px;
	/* Overall width of div */
margin:0px 0 0 -381px;
	/* half of the overall width */
background:none;
	clear:both;
	position:relative;
	padding: 0;
	
	text-align:center;}


