/* CSS Document */
html { margin: 0; padding: 0; width: 100%}

body {
	margin: 0; 
	padding: 0;
	font-size: 72.5%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	text-align: left;
	background: #9b928c; 
	color: #72645a; 
	position: relative;
	line-height: 18px;
}


h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img { border:none; text-decoration: none;}



/* STRUCTURE */

div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}


#content{
  width: 943px;
  height: 630px;
  margin: 0px auto 30px auto;
  padding: 0;
  background: #fff url(../images/bg-center.gif) no-repeat center;
  
}

#maincontent {
	width: 943px;
  height: 370px;
}

#topnav {
	width: 943px;
	height: 43px;
}

div#logo {
	width: 160px;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div#logo span {
	display:none;
	}

hr.topnavhr {
	width: 911px;
	size: 1px;
	
	margin: 0 auto;
	
	border:1px solid #9b928c;
	}
	
.welcomemessage {
	margin-left: 45px;
	margin-bottom: 10px;
}
.welcomephoto1 {
	margin-left: 45px;
	
	margin-bottom: 10px;
}
.welcomephoto {
	margin-left: 45px;
	margin-bottom: 20px;
	margin-top: 7px;
}
.table {
	
	margin-left: 47px;
	margin-right: 47px;
	margin-top: 10px;
	
}

.table td{
	
	border-bottom: 1px #80766f solid;
	line-height: 25px;
}

p {
	margin-bottom: 10px;
	margin-left: 45px;
	margin-right: 47px;
	text-align: left;
	font-size: 1.0em;
}
p.welcome1 {
	margin-bottom: 15px;
	margin-left: 45px;
	margin-right: 47px;
	text-align: left;
	font-size: 1.8em;
	color: #72645a;
}
span.welcome2 {
	margin-bottom: 0px;
	
	text-align: left;
	font-size: 16px;
	color: #72645a;
}
p.welcome3 {
	margin-bottom: 10px;
	margin-left: 45px;
	margin-right: 47px;
	text-align: left;
	font-size: 13px;
	color: #72645a;
}


p.copyright {
	color: #fff;
	font-size: 9px;
 	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
	
	}
	
.spacer {
	height: 120px;
}
	
h1 {
	margin-left: 47px;
	margin-right: 47px;
	font-size: 1.3em;
	font-weight: bold;
	color:#4b3d34;
	}
h2 {
	margin-left: 47px;
	margin-right: 47px;
	font-size: 1.2em;
	font-weight: bold;
	color:#4b3d34;
	}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	color:#80766f;
	}

/*  TITLE IMAGES */

.pagetitlecontact {
	background: url(../images/pagetitle-contact.jpg) no-repeat left top;
	width: 368px;
	height: 24px;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
}


ul.features {
	margin-bottom: 10px;
}

ul.features li {
	list-style: square;
}


/* LINK COLORS */

a:link {
	color: #790000; 
	text-decoration: none;
		}
a:visited {
	color: #790000; 
	text-decoration: none;
	}
a:hover {
	color: #3b200c; 
	text-decoration: none;
	}
a:active {
	color: #3b200c; 
	text-decoration: none;
	}


.copyrightlink:link {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
		}
.copyrightlink:visited {
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:hover {
	color: #333; 
	text-decoration: none;
	text-transform: uppercase;
	}
.copyrightlink:active {
	color: #333; 
	text-decoration: none;
	text-transform: uppercase;
	}
	
	
	
/* TOP NAV */
ul#mainNav {
	margin: 0 auto;
	height: 53px;
	width: 900px;
}
ul#mainNav li {
	height: 53px;
	list-style: none;
	margin: 0;
	float:left;
}
ul#mainNav li a {
	display: block;
	height: 53px;
}

ul#mainNav li a span {
	display: none;
}

