/*
-----------------------------------------------
Landscape Concepts
Author:   Soapbox Studio
Version:  9 Feb 2006
----------------------------------------------- */

/* Backgrounds
----------------------------------------------- */
.bkg {
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
}

/* Text
----------------------------------------------- */
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #859488;
	text-decoration: none;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #D7CEB5;
	text-decoration: none;
}
a.nav:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
    font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
    font-weight: normal;
	color: #D7CEB5;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00523c;
	text-decoration: none;
}
a.footer:link {
	font-weight: normal;
	color: #00523c;
	text-decoration: underline;
}
a.footer:visited {
    font-weight: normal;
	color: #00523c;
	text-decoration: underline;
}
a.footer:hover {
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D7CEB5;
	line-height: 24px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
a.body:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.body:visited {
    font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.body:hover {
    font-weight: normal;
	color: #D7CEB5;
	text-decoration: underline;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
a.sidebar:link {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.sidebar:visited {
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.sidebar:hover {
    font-weight: normal;
	color: #00523c;
	text-decoration: underline;
}
.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00523c;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00523C;
}
.sidebarsubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00523c;
	line-height: 17px;
}
/* Div
----------------------------------------------- */
.scrolldiv {
	height: 400px;
	width: 775px;
	padding-right: 10px;
	overflow: auto;
}
/* Misc
----------------------------------------------- */
.border {
	border: 1px solid #D7CEB5;
}
.sidebarborder {
	border: 1px solid #000000;
}
.bottomborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D7CEB5;
	border-right-color: #D7CEB5;
	border-bottom-color: #D7CEB5;
	border-left-color: #D7CEB5;
}
/* Forms
----------------------------------------------- */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #000000;
	margin: 4px;
	padding: 2px;
	background-color: #D7CEB5;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #00523c;
	margin: 4px;
	background-color: #ffffff;
}
/* Buttons
----------------------------------------------- */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #859488;
	background-color: #1A2D22;
	margin: 3px;
	padding: 2px;
	border: 1px solid #000000;
	height: auto;
	text-align: center;
	width: 50px;
}
