/* CSS Document */

/*
CSS Reset Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/* CSS Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* background color for the content part of the pages */
Body
{
	background-color: #f9fcf2;
	margin: 0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 11pt;
	background-image: url(images/topleftbg.png);
	background-position:top left;
	background-repeat: no-repeat;
}

em{font-style:italic;}

b,strong{font-weight:bold;}

.clear {
height: 0;
clear: both;
}

.clearright {
height: 0;
clear: right;
}

/* GENERIC */
H1
{
	font-family: 'Palatino Linotype', Palatino, 'URW Palladio L', Garamond, Georgia, serif;
	font-size: 26px;
	font-weight: normal;
	color: #548948;
}

H2
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336633;
	margin: 15px 0 5px;
}

H3
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #548948;
	margin: 10px 0 4px;
}

H4
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	margin: 15px 0 5px;
}

H5, DT
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	margin: 15px 0 5px;
}

H6
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	margin: 15px 0 5px;
}

TABLE {
border-color: #b0dda2;
}

TFOOT, THEAD
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #548948;
	font-size: 13pt;
}

A:link
{
	text-decoration: none;
	font-weight: bold;
	color: #62bb46;
}

A:visited
{
	text-decoration: none;
		font-weight: bold;
	color: #53aa47;
}

A:hover
{
	text-decoration: underline;
		font-weight: bold;
	color: #62bb46;
}

A:active
{
	text-decoration: none;
		font-weight: bold;
	color: #d2e7b3;
}

SMALL
{
	font-size: 8pt;
}

BIG
{
	font-size: 14pt;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}

UL, OL {
margin-left: 30px;
}

UL LI
{
	list-style-type: disc;
	margin: 0.5em 0 0.5em auto;
}

UL LI LI
{
	list-style-type: circle;
}

UL LI LI LI
{
	list-style-type: square;
}

OL LI
{
	list-style-type: decimal;
	margin: 0.5em 0 0.5em auto;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	background-color: #d2e7b3;
	height: 1px;
	border: 0;
}

input, select {
margin: 2px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
	padding: 3px;
}

.LabelEditTextClass {
width: 99%;
}

.SkinObject
{
	font-weight: normal;
	font-size: 8.5pt;
	color: #89ae81;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SkinObject:link, A.Breadcrumb:link
{
	color: #89ae81;
	text-decoration: underline;
		font-weight: normal;
}

A.SkinObject:visited, A.Breadcrumb:visited
{
	text-decoration: underline;
	color: #89ae81;
		font-weight: normal;
}

A.SkinObject:hover, A.Breadcrumb:hover
{
	text-decoration: none;
	color: #b0dda2;
		font-weight: normal;
}

A.SkinObject:active, A.Breadcrumb:active
{
	text-decoration: underline;
	color: #b0dda2;
		font-weight: normal;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: 'Palatino Linotype', Palatino, 'URW Palladio L', Garamond, Georgia, serif;
	font-size: 26px;
	font-weight: normal;
	color: #548948;
}

h2 .Head {
font-size: 21px;
}

/* style of item titles on edit and admin pages */
.SubHead, .articleTitle
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #548948;
}

h2.Subhead {
	text-transform: uppercase;
}

a.SubHead, a.SubHead:hover  {
font-weight: bold;
text-decoration: none;
color: inherit;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-size: 11pt;
	line-height: 1.5;
}

.Normal p {
margin: 0.7em 0;
}

.Normal img {
margin: 2px 5px;
border: 1px solid #e0eddd;
}

.Normal table th {
margin: auto;
padding: 3px;
}

.Normal table td {
margin: auto;
padding: 3px;
}

.ArticleBullet {
list-style-type:disc;
}

.Normal i center, .Normal i center a:hover {
font-weight: normal;
font-size: 10pt;
color: #336633;
font-style: italic;
text-decoration: none;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cc3333;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding: 1px;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton, .commandbutton
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 30px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited
{
	text-decoration: none;
	background-color: #548948;
	color: #ffffff;
	padding: 3px 5px;
	border: 1px #62bb46 outset;
}

a.CommandButton:hover
{
	text-decoration: none;
	background-color: #d2e7b3;
	color: #62bb46;
	padding: 3px 5px;
	border: 1px #62bb46 inset;
}

a.CommandButton:active
{
	text-decoration: none;
	background-color: #d2e7b3;
	color: #ffffff;
	padding: 3px 5px;
	border: 1px #62bb46 inset;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10pt;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

#Outer {
margin: 0 auto;
width: 806px;
}


#Wave {
	width: 806px;
	height: 0;
	z-index: 10;
	margin: 0 auto;
	background-color: transparent;
	position: relative;
	top: 0;
	overflow: visible;
	text-align: right;
}

#Wrap {
	width: 770px;
	z-index: 1;
	margin: 0 auto 20px;
	position: relative;
	top: 0;
}

#Wave2 {
	width: 806px;
	height: 160px;
	z-index: 2;
	background-color: transparent;
	background-image: url(images/lakevetwave2.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
}

.alImg2 {
width: 260px;
height: 140px;
background-image: url(images/lakevetlogo.png);
background-repeat: no-repeat;
background-position: center;
}

#WaveWhite {
	width: 770px;
	height: 160px;
	z-index: -1;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
	top: 0;
	display: block;
}

#Wrap2 {
	width: 770px;
	z-index: 1;
	margin: 0 auto 20px;
	background-color: #ffffff;
}


#dnn_ContentPane.ContentPaneHome {
	position: relative;
	top: 0;
	z-index: 1;
}


#dnn_ContentPane.ContentPaneHome .Normal img {
margin: 0;
border: none;
}

#menu { 
margin-left: 20px;
width:180px;
 text-align: left;
 float: left;
}


#ContentWrap {
width: 525px;
text-align: left;
margin-left: 225px;
}

#ContentWrap2 {
width: 100%;
}

.HeadArchive {
margin-left: 20px;
}

.Breadcrumb {
margin: 1em 0;
	font-weight: normal;
	font-size: 9pt;
	color: #89ae81;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.ContentPane {
width: 525px;
text-align: left;
}


#Footer {
line-height: 14pt;
clear: both;
text-align: center;
padding: 20px 0;
	font-weight: normal;
	font-size: 8.5pt;
	color: #89ae81;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#Footer p {
margin: 0.7em 0;
}

#Bottom {
height: 20px;
clear: both;
width: 770px;
background-color: #fff;
}

.Locations {
text-align: center;
text-transform: uppercase;
font-size: 12pt;
}

.Locations a:link, .Locations a:visited {
color: #548948;
text-decoration: none;
}

.Locations a:hover, .Locations a:active {
color: #548948;
text-decoration: none;
}

.Locations2 {
text-align: center;
text-transform: uppercase;
font-size: 10pt;
font-weight: bold;
color: #548948;
}

.Locations2 a:link, .Locations2 a:visited {
color: #62bb46;
text-decoration: none;
}

.Locations2 a:hover, .Locations2 a:active {
color: #cedf68;
text-decoration: none;
}

#AddThis {
text-align: right;
margin: 10px 0 5px;
}

#AddThis2 {
text-align: right;
margin: 10px 20px 5px;
}