/*
-----------------------------------------------
Dudley & Lake
Author:   Soapbox Studio
Version:  June 13 2006
----------------------------------------------- */

/* Background
----------------------------------------------- */
.bkg {
	background-image: url(/img/bkg.jpg);
	background-repeat: repeat-y;
}
.headerbkg {
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
}
.mainbkg {
	background-image: url(/img/mainbkg.jpg);
	background-repeat: no-repeat;
}
/* Text
----------------------------------------------- */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #2c2f5c;
	text-transform: uppercase;
}
a.nav:link {
	font-weight: normal;
	color: #2c2f5c;
	text-decoration: none;
}
a.nav:visited {
    font-weight: normal;
	color: #2c2f5c;
	text-decoration: none;
}
a.nav:hover {
    font-weight: normal;
	color: #c3c4cf;
	text-decoration: none;
}
.sidebarheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #2c2f5c;
	line-height: 18px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2c2f5c;
}
.sidebarsubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c2f5c;
	line-height: 15px;
}
.sidebarbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
a.sidebarbody:link {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a.sidebarbody:visited {
    font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a.sidebarbody:hover {
    font-weight: normal;
	color: #595c87;
	text-decoration: underline;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #2c2f5c;
}
a.email:link {
	font-weight: bold;
	color: #2c2f5c;
	text-decoration: none;
}
a.email:visited {
	font-weight: bold;
	color: #2c2f5c;
	text-decoration: none;
}
a.email:hover {
	font-weight: bold;
	color: #595c87;
	text-decoration: none;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #2c2f5c;
	line-height: 24px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2c2f5c;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #595c87;
	line-height: 19px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #595c87;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
a.body:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.body:visited {
    font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.body:hover {
    font-weight: bold;
	color: #595c87;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #85869b;
}
a.footer:link {
	font-weight: normal;
	color: #85869b;
	text-decoration: underline;
}
a.footer:visited {
    font-weight: normal;
	color: #85869b;
	text-decoration: underline;
}
a.footer:hover {
    font-weight: normal;
	color: #2c2f5c;
	text-decoration: underline;
}
/* Border
----------------------------------------------- */
.imageborder {
	border: medium solid #2c2f5c;
	margin: 5px;
}
.sidebarborder {
	margin: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2c2f5c;
}
/* Forms
----------------------------------------------- */
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2c2f5c;
	background-color: #e2e2e8;
	border: thin solid #2c2f5c;
	margin: 4px;
	padding: 4px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #85869b;
	background-color: #e2e2e8;
	border: thin solid #2c2f5c;
	margin: 4px;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #e2e2e8;
	background-color: #85869b;
	border: thin solid #2c2f5c;
	margin: 4px;
}
