/* brumley css */

a {
	color: #5d686b;
}

a:hover {
	color: #303d41;
}

body {
	font-family: Arial, Sans-Serif;
	width: 775px;
	margin: 0px auto;
	background: url(images/brumley_bg.jpg) repeat-y;
	background-position: center;
	background-color: #3f5562;
}

li {
	list-style-image: url(images/sitemap2_list_image.gif);
}

.inputfield {
	border: 1px solid #c6bc94;
}

#container {
	width: 775px;
}

#header {
}

#menu {
	width: 775px;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
}

.menuspacer {
	width: 14px;
	background: url(images/menu_off_bg.jpg);
}

.menuoff {
	padding: 0px 4px 0px 4px;
	margin: 0px;
	background: url(images/menu_off_bg.jpg);
}

.menuoff a {
	color: #6d7476;
	text-decoration: none;
}

.menuoff a:hover {
	color: #fff;
}

.menuon {
	padding: 0px 4px 0px 4px;
	margin: 0px;
	background: url(images/menu_on_bg.jpg);
}

.menuon a {
	color: #fff;
	text-decoration: none;
}

.menuend {
	width: 14px;
	background: url(images/menu_off_bg.jpg);
}

#search {
	background: url(images/search_bg.jpg) repeat-x;
	height: 32px;
	width: 100%;
	text-align: right;
}

form {
	padding: 0px;
	margin: 0px;
}

.field {
	border: 1px solid #c6bc94;
}

input {
	vertical-align: middle;
}

#content {
	background-color: #ffffff;
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}

#pageimage {
	padding-right: 10px;
	padding-bottom: 2px;
}

.pagetitle {
	font: 1.2em Arial, San-Serif;
	font-weight: bold;
	color: #596366;
}

.pagecontent {
	padding-top: 15px;
	font: .8em Arial, San-Serif;
	color: #354145;
	line-height: 18px;
}

.sitemap1 {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	list-style-image: url(images/sitemap1_list_image.gif);
}

.sitemap1 a {
	padding-left: 5px;
}

.sitemap2 {
	margin: 0px;
	padding: 5px 5px 5px 20px;
	list-style-image: url(images/sitemap2_list_image.gif);
}

.sitemap2 a {
	padding-left: 5px;
}

.formlabel {
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

/*//////////////////////
//   New Form CSSry   //
//////////////////////*/

#fmWrapperEtc {
	width: 360px;
	padding: 20px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #333;
	float: left;
	}

#fmWrapperEtc .textFiledsHere {	display: block; clear: both; float: left; padding-top: 10px; padding-bottom: 2px; margin: 0px; }
#fmWrapperEtc .textFiledsHere label	{ font-weight: bold; display: block; clear: both; float: left; width: 200px; }
#fmWrapperEtc .textFiledsHere input	{ clear: both; float: left; width: 300px; }

#fmWrapperEtc .radioFiledsHere { display: block; clear: both; float: left; padding-top: 10px; padding-bottom: 2px; margin: 0px; }
#fmWrapperEtc .radioFiledsHere label { height: 20px; font-weight: bold; width: 200px; display: block; float: left; }
#fmWrapperEtc .radioFiledsHere .inputWrapper { height: 20px; width: 20px; float: left; }

#fmWrapperEtc .req { color: #cc0000; }












