@charset "utf-8";
/* CSS Document */

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
body {
	background-color:#433c2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	height:100%;
	width:auto;
	margin:7px;
}
html {
height:100%
}


p {
	margin:0px;
	padding:10px;
}
div#container {
	width:900px;
	height:auto;
	margin:auto;
	border:2px solid #2c281f;
}
div#site-bg {
	width:900px;
	background:url(images/site-bg.jpg) repeat-y;
	height:auto;
}
div#header {
	width:900px;
	height:110px;
	background:url(images/header-bg.jpg) no-repeat;
	position:relative;
}
div#content-container {
	background:url(images/content-bg.jpg) bottom no-repeat;
	height:auto;
	width:900px;
	position:relative;
}
div#menu-container {
	width:120px;
	height:auto;
	float:left;
	left:5px;
	position:absolute;
}
div#menu-top {
	width:120px;
	height:17px;
	background:url(images/menu-bg-top.png);
}
div#menu-bottom {
	width:120px;
	height:17px;
	background:url(images/menu-bg-bottom.png);
}
div#menu-middle {
	background:url(images/menu-bg-middle.png) repeat-y;
	padding-top:25px;
	padding-bottom:25px;
}
div#menu-middle menu {
	list-style:none;
	margin:0px;
	padding:0px;
}
div#menu-middle menu li {
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}
div#menu-middle menu li a, div#menu-middle menu li a:visited {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#f3f3f3;
	text-decoration:none;
	font-size:11pt;
}
div#menu-middle menu li a:hover {
	color:#fff;
	text-decoration:underline;
}
div#content {
	width:740px;
	margin-left:137px;
	margin-top:25px;
	min-height:430px;
}
div#footer {
	width:900px;
	height:33px;
	background:url(images/footer-bg.jpg) no-repeat;
	text-align:right;
	padding-top:5px;
	font-size:10px;
}
div#home-page-flash {
	width:725px;
	height:200px;
	background-image:url(images/home-flash-bg.png);
}
td.home-content-left {
	width:350px;
	height:auto;
	padding-right:35px;
	background: url(images/home-p-border.png) right no-repeat;
	text-align:justify;
}
td.home-content-right {
	width:350px;
	vertical-align:top;
	text-align:justify;
}
.home-first-letter {
	background-color:#500001;
	color:#fff;
	font-size:14pt;
	padding-left:5px;
	padding-right:5px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	line-height:12pt;
}
img.header-image {
	position:absolute;
	right:25px;
	top:7px;
}
td.about-us-content {
	width:450px;
	vertical-align:top;
}
td.about-us-flash {
	height:500px;
	width:250px;
	background:url(images/about-us-flash-bg.png) no-repeat center;
}
h2 {
	color:#500001;
	font-size:12pt;
	text-decoration:underline;
	margin:0px;
	margin-left:10px;
	margin-top:5px;
}
h3 {
	color:#500001;
	font-size:11pt;
	margin:0px;
	margin-left:10px;
	margin-top:5px;
}
div#offices-flash {
	float:right;
	margin-right:165px;
	margin-top:40px;
}
.ajaxFormError {
	background-color: #FF0000;
}
input, textarea {
	width:250px;
}
textarea {
	height:100px;
}
.submit-button {
	height:25px;
	width:75px;
	float:right;
	color:#FFF;
	background-color:#500001;
	border:0px;
	margin-top:10px;
	cursor:pointer;
}
ul#services {
	color:#000;
	font-size:12pt;
	margin:0px;
	margin-left:10px;
	padding-top:25px;
}
li#services {
	padding-top:25px;
	font-weight:bold;
	color:#000;
}
li {
	padding-top:10px;
}
