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

* {
	margin:0px; padding:0px;}
	
body {
	background-color: #a9b4b0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#542900;
	font-size:12px;
	line-height:16px;}
a {
	text-decoration:underline; color:#542900;}
a:hover {
	text-decoration:none; color:#542900;}

#container {
	width:890px; height:auto; margin:auto; padding:0px; background-color:#FFFFFF;}
	
ul.left {
	list-style:none;
	margin-bottom:20px;}
ul.left li {
	padding-bottom:10px;}
h1 {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	}
p {
 margin-top:10px;}
.flash {
	margin:0px 0px 20px 25px;}
.images {
	margin:0px 0px 20px 25px;}
	
ul.bullets {
	margin: 10px 0px 0px 35px;}
 
	
/*-----DIVISIONS-----*/
.header {
	width:890px; height:195px; position:relative;}
.header_logo {
	width:225px; height:195px; float:left; position:absolute; top:0; left:0; background:url(../images/header_logo.gif);}
.header_flash {
	width:665px; height:195px; position:absolute; top:0; right:0; text-align:center; background:url(../images/flash_holder.jpg);}
/*-----MENU-----*/
.menu {
	width:890px; height:35px; position:relative; border-top:1px solid #542900; border-bottom:1px solid #542900; z-index:50;}	
/*-----CONTENT-----*/

.equal {
    display:table;
}
.row {
    display:table-row;
}
.row div {
    display:table-cell;
}

/*.content {
	width:890px; height:389px; position:relative; background-color:#FFFFFF; background:url(../images/leftside_background.gif) repeat-y;}*/
	.content {
	width:890px; height:689px; position:relative; background-color:#FFFFFF; background:url(../images/leftside_background.gif) repeat-y;}
	.content2 {
	width:890px;  position:relative; background-color:#FFFFFF; background:url(../images/leftside_background2.gif) no-repeat;}
.content_leftbackground {
	width:225px; height:auto; float:left; text-align:center; padding-top:25px; color:#997f5b; font-weight:bold; font-family:"Times New Roman", Times, serif; letter-spacing:1px;}
.content_main {
	width:482px; background-color:#FFFFFF; float:left;}
.content_subpages {
	width:890px; position:relative; background:url(../images/leftside_background.gif) repeat-y;}
.content_subpages_main {
	width:620px; position:relative; height:auto; float:right; margin:25px 20px 25px 25px; background-color:#FFFFFF;}
/*-----FOOTER-----*/
.footer_banner {
	width:890px; height:26px; position:relative; background:url(../images/footer_banner.gif);}
.footer_testimonial {
	width:225px; height:170px; float:left; background:url(../images/footer_background.gif) repeat; text-align:center; vertical-align:middle; font-size:14px; line-height:24px; color:#643d15; font-weight:bold; font-family:"Times New Roman", Times, serif; font-style:italic; letter-spacing:1px;}
.footer_information {
	width:665px; height:145px; float:right; text-align:center; background-color:#FFFFFF;}
	
.yellowline {
width:620px; margin:0px 0px 25px 0px; height:1px; background-color:#542900;}
	
.subpage_photos {
}

/*-----TEXTS-----*/
.testimonials {
	font-size:14px; line-height:24px; color:#643d15; font-weight:bold; font-family:"Times New Roman", Times, serif; font-style:italic; letter-spacing:1px;}
.small {
font-size:11px; line-height:24px; color:#643d15; font-family:Verdana, Arial, Helvetica, sans-serif;}
.copyright {
font-size:10px; line-height:24px; color:#643d15; font-family:Verdana, Arial, Helvetica, sans-serif;}
a.categories {
	font-weight:bold; font-family:"Times New Roman", Times, serif; letter-spacing:1px; text-decoration:none; color:#343b39;}
a.categories:hover {
	text-decoration:underline;}

/*-----LINKS-----*/
a.footerLink {
	font-size:9px; line-height:24px; color:#643d15; font-weight:bold; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif;}
a.footerLink:hover {
	text-decoration:underline;}
	
	/* START FORM DATA */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 600px;
  float: left;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border: #542900 1px solid;
  padding: 20px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  float: left;
  background: #fff6db;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

