@charset "utf-8";
/*
Color Scheme

#421a2a = Burgandy
#e2d489 = Beige
#807849 = Shade of Green
#958a54 = Another Shade of Green

*/
body,table,tr,td,div,ul,li {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

ul {
	list-style:none;
}

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#e2d489;
	font-size:16px;
}

h1 {
	font-size:22px;
	margin:0;
}

h2 {
	font-size:18px;
	margin:0;
}

p {
		margin:3px 0 12px; 0;
}

a {
	color:#958a54;
}

a:hover {
	color:#eee;
	text-decoration:none;
}

img {
	border:0;
}

#mainTable {
	margin:0 auto;
	text-align:left;
	width:760px;
	border:1px solid #80784b;
}

#bannerContainerCell {
	text-align:center;
	background-image:url(../graphics/bannerBG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:176px;
	vertical-align:top;
}

#burgandyBand {
	background-color:#421a2a;
	height:8px;
	line-height:8px;
}

#blackBand {
	background-color:#000;
	height:8px;
	line-height:8px;
}

#navContainerCell {
	background-image:url(../graphics/navBarBG.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:28px;
	color:#000;
	padding-left:5px;
	padding-right:5px;
	vertical-align:bottom;
	font-size:14px;
}

#navList {
	padding-top:5px;
}

.navListItem {
	display:inline;
}

.navListItemLink {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	vertical-align:bottom;
	line-height:20px;
}

.navListItemLink:hover {
	background-color:#421a2a;
	color:#e2d489;
}

#subNavContainerCell {
	width:179px;
	background-color:#e2d489;
	vertical-align:top;
	color:#000;
}

#subNavList {
}

.subNavListItem {

}

.subNavListLink {
	display:block;
	color:#000;
	padding:2px 5px 2px 5px;
	text-decoration:none;
	margin:2px;
	font-variant:small-caps;
}

.subNavListLink:hover {
	background-color:#421a2a;
	color:#e2d489;
}

.contactInfoTable {
	font-size:12px;
	margin:2px;
	font-weight:bold;
	text-align:center;
	width:173px;
}

#contentContainerCell {
	width:584px;
	vertical-align:top;
	padding:5px 20px 5px 20px;
	font-size:14px;
}

#contentContainerCell img {
	margin:5px;
}

.contentBulletListContainer {
	vertical-align:top;
}

.contentBulletList {
	font-size:12px;
}

.servicesTable {
	border:1px solid #fff;
	width:100%;
	background-color:#b3a96d;
	background-image:url(../graphics/servTableBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#000;
	border:1px solid #80784b;
}

.servicesTableHeading {
	font-weight:bold;
	text-align:center;
}

.servicesTable td {
	width:50%;
	padding:3px;
}

#bottomNavListContainer {
	text-align:center;
}

#bottomNavList {
	padding-top:5px;
}

.bottomNavListItem {
	display:inline;
}

.bottomNavListItemLink {
	text-decoration:none;
	font-size:10px;
	padding:5px;
}

.bottomNavListItemLink:hover {
}

#copyrightContainerCell {
	height:39px;
	width:760px;
	background-image:url(../graphics/pageBottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:10px;
	color:#222;
	vertical-align:bottom;
}

#copyrightContainerCellIntro {
	height:39px;
	width:760px;
	text-align:center;
	font-size:10px;
	color:#222;
	vertical-align:bottom;
}

#copyrightContainerCell a, #copyrightContainerCellIntro a {
	color:#222;
}

#admin_edit_table
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#admin_edit_table TH
{
	text-align : right;
	vertical-align: top;
}

input,select,textarea {
	background-color:#b3a96d;
	border:1px solid #80784b;
	color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 1px 0px 0px 2px;
}

#admin_edit_table INPUT,
#admin_edit_table SELECT,
#admin_edit_table TEXTAREA
{
	background-color:#B3A96D;
	/*background-image:url(../graphics/servTableBG.jpg);
	background-position:center -80px;
	background-repeat:repeat-x;*/
	border:1px solid #80784B;
	color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 1px 0px 0px 2px;
}

.formErrors LI,
.formErrors UL
{
	list-style-type: circle;
	margin-left: 20px;
}

.success_message
{
	color : #0f0;
}

.required_fields
{
	color : #f00;
}

.formErrors
{
	color : #f00;
}