@charset "UTF-8";
/* CSS Document */


/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}




/*fonts.css*/

body{font:11px geneva,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% geneva,arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}






body {
	margin: 10px auto;
	background-color: #6A5D4C;
	min-width: 876px;
}

div#wrapper {
    margin:auto;
	text-align:left; /* leave unchanged */ 
    width: 876px;/* non-IE */
    *width: 876px;/* IE */ 
    min-width: 876px;/* optional but recommended */ 
} 

div#header {
	background: url(images/header.gif) no-repeat;
	height: 174px;
	width: 876px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: white;
	font-style:italic;
	text-align:right;
}

div#header.about {
	background: none;
	height: 0;
}

div#header p {
	margin-right:20px;
	line-height: 22px;
}

div#quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: white;
	font-style:italic;
	text-align:right;
	position: relative;
	top: -209px;
	right: 20px;
	height: 0;
}

*html div#content.about {
	margin-top: -72px;
}

div#quote p.quote {
	font-size: 16px;
	padding-top: 15px;
	}
	
div#quote p.author {
	font-size:14px;
	}
	
div#menuwrapper {
	background: url(images/bodybgrd.gif) repeat-y;
	padding: 0 6px 0 4px;
	text-align:center;
}

div#menu {
	border-top: 1px solid #116149;
	border-bottom: 1px solid #116149;
	padding: 5px 40px 5px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

div#menu ul {
	list-style: none;
} 

div#menu ul li {
	display: inline;
	padding-right: 30px;

}

div#menu ul li a{
	color: #808080;
	text-decoration:none;
}

div#menu ul li a:hover, div#menu ul li a:active {
	color: #333;
}
	
div#content {
	background: url(images/bodybgrd.gif) repeat-y;
	width: 796px;
	padding: 40px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#content.home {
	min-height: 250px;
}

div#content.prop {
	min-height: 700px;
}

div#content h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 28px;
	color: #026145;
	margin-bottom: 10px;
	letter-spacing: .02em;
}

div#content h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 20px;
	margin-top: 20px;
	letter-spacing: .02em;
	clear: left;
}

div#content div.toggle h2 {
	cursor: pointer;
	text-decoration: underline;
}

div#content div.toggle h2:hover {
	text-decoration: none;
}

div#content p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

div#content p strong {
	font-weight: bold;
}

div#content a, div#footer a {
	color: #116149;
}

div#content a:hover, div#footer a:hover {
	text-decoration: none;
}

div#content img {
	margin: 0 10px 10px 0;
	float: left;
	padding: 3px;
	background-color: #F2F2F2;
}

div#content img.arrow {
	margin: 2px 3px 0 0;
	float: left;
}

div#content img.contact {
	margin: 5px 10px 5px 0px;
	padding: 3px;
	background-color: #116149;
	border: 4px solid #F2F2F2;
}

div#content .column p {
	clear: left;
}

div#content br.clear {
	clear: both;
}

div#content #container {
  padding-left: 265px;   /* LC width */
  padding-right: 265px;  /* RC width */
}
div#content #container .column {
  position: relative;
  float: left;
}
div#content #center {
  width: 100%;
}
div#content #left {
  width: 265px;          /* LC width */
  right: 265px;          /* LC width */
  margin-left: -265px;
}
div#content #right {
  width: 265px;          /* RC width */
  margin-right: -265px;  /* RC width */
}


div#flash {
	padding-right: 20px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div#footerwrapper {
	background: white url(images/bodybgrd.gif) repeat-y;
	width: 876px;
	clear: both;
}

div#footer {
	background: url(images/footer.gif) bottom no-repeat;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

div#footer p {
	line-height: 13px;
}
