/* CSS Document */
body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 17px;
	color: #000000;
	margin: 4px 0 0 0;
	background-color: #663333;
	padding: 0;
}
#container {
	width: 755px;
	background-color: #FFFFFF;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(images/bgcontainer.jpg);
	background-repeat: repeat-y;
}
#pageHeader {
	margin: 0;
	background-color: #663333;
	height: 125px;
	text-align: left;
	width: 755px;
}
#sidebar {
	float: left;
	width: 125px;
	margin: 18 0 0 0;
	padding: 0px;
	text-align: left;
}
#navLeft {
	margin: 15px 0 0 8px;
	line-height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/* Content in white area begins here, including page title */
#content {
	margin: 10px 15px 15px 142px;
	text-align: left;
	padding: 0;
	background-color: #FFFFFF
}
#contactone {
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
	float: left;
}
#contacttwo {
	margin-left: 45px;
	margin-top: 15px;
	float: left;
	margin-bottom: 20px;
}
#contactthree {
	margin-left: 45px;
	margin-top: 15px;
	float: right;
	margin-bottom: 20px;
}
#sitemapone {
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
	float: left;
}
#sitemaptwo {
	margin-left: 150px;
	margin-top: 15px;
	float: left;
	margin-bottom: 20px;
}

#footer{
	clear: both;
	width: 755px;
	background-color: #663333;
	background-image: url(images/bgfooter.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 63px;
	text-align: center;
}
#navLeft a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navLeft a:visited {
    color: #FFFFFF;
	text-decoration: none;
}
#navLeft a:active {
    color: #FFFFFF;
	text-decoration: none;
}
#navLeft a:hover {
    color: #FFFFFF;
	text-decoration: none;
	background-color: #663333;
}
a:link { 
	color: #663333;
	text-decoration: underline;
	font-size: 13px; 
}
a:visited {
   color: #663333;
	text-decoration: underline;
	font-size: 13px;
}
a:active {
   color: #663333;
	text-decoration: underline;
	font-size: 13px;
}
a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 13px;
   background-color: #663333;
}
.navStatic {
	color: #FFFFFF;
	background-color: #663333;
}
.copyright{
	color: #B28265;
	font-size: 12px;
	padding: 15px 0 0 0;
	font-weight: bold;
	line-height: 15px;
}
.copyright a:link {
	color: #B28265;
	text-decoration: none;
	font-size: 12px; 
}
.copyright a:visited {
    color: #B28265;
	text-decoration: none;
	font-size: 12px;
}
.copyright a:active {
   color: #B28265;
	text-decoration: none;
	font-size: 12px;
}
.copyright a:hover {
   color: #FFFFFF;
   text-decoration: underline;
	font-size: 12px;
	background-color: #663333;
}
.textlinks {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
.textlinks a:link {
	color: #663333;
	text-decoration: underline;
	font-size: 12px; 
}
.textlinks a:visited {
	color: #663333;
	text-decoration: underline;
	font-size: 12px;
}
.textlinks a:active {
	color: #663333;
	text-decoration: underline;
	font-size: 12px;
}
.textlinks a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 12px;
   background-color: #663333;
}
.goldbold13 {
	color: #A6693D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.goldbold15 {
	color: #A6693D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.blackbold13 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.blackitalic13 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
ul{
  list-style-image: url(images/bullet.gif);
  list-style-position: outside;
  line-height: 14px; 
}
.box {
	border: 1px solid #663333;
	margin: 0;
	padding: 10px 0px 10px 10px;
}