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

/* RESETS */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
/* END RESETS */

html {
	min-height: 101%;
	margin-bottom: 1px;
}
/* the min-height and margin-bottom attributes on the HTML selector above add an empty scroll bar to the side of non-IE browsers so that a center-aligned design doesn't shift left when the user navigates to a long page, featuring a scrollbar.  IE already has the scroll bar built in */

BODY {
	background-color:#FAF5E9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5C3C28;
	text-align:left;
	margin:0px;
}
#wholePage {
	width:1024px; *width:1030px;/* IE6 layout breaks at 950px, so these 6 extra pixels width are just for IE6 - IE7 was also having issues with right-floating images, so all the targeted rules are for IE7 and below--use _ instead of * for IE6 only */

	display:block;

/*	border:1px solid #000000;*/
	margin:auto;
}
#topRow {
	width:100%;
	height:130px;
	float: left;
	display: block;
	clear:both;
}
#leftColumn {
	width:17%;
	float:left;
	clear:none;
	display: block;
	padding-right:20px;
	margin-top:22px;
}
#middleColumn {
	width:590px; *width:591px;/* IE6 layout breaks at 950px, so this extra pixel width is just for IE6--IE6 & IE7 */
	padding-right: 27px;
	margin-top:10px;
	float: left;
	display: block;
}
#rightColumn {
	width:20%;
	margin-top:54px;
	float: right;
	display: block;
}
#middleColumn IMG {
	border:1px solid #5C3C28;
	margin-right:5px;
}
#middleColumn IMG.rightAlign {
	float:right; *float:none;/*IE6 and IE7 have no float*/
	margin-right:0px;
}
#si_contact_form1 INPUT {
	border:1px solid #DBD5C0;
}
a:link {
	color:#552617;
}
a:visited {
	color:#573f37;
}
a:hover {
	color: #8b2200;
}
/* To Do List :
-vary visted link styles
*/

/* COMMON MENU STYLES */
.menu INPUT, .menu LI {
	display:block;
	float:left;
	margin:0px;
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu a:link, .menu a:visited {
	text-decoration:none;
}
/* TOP MENU STYLES */
#top-menu ul.menu {
	margin:8px 0 0 0;
  text-align:center;
}
#top-menu ul.menu li {
	padding:2px 20px 2px 20px;
	text-transform:uppercase;
	letter-spacing:.11em;
	display:inline;
	float: none;
	border:0px;
	font-size:11px;
}
#top-menu ul.menu li a {
	display: inline-block;
}
#top-menu a:link, #top-menu a:visited {
	color:#8A604C;
}
#top-menu a:hover {
	color:#422011;
}
#top-menu INPUT {
	background-color:#8A604C;
	color:#C7B89A;
	padding:0px 5px 0px 5px;
	margin-top:2px;
	margin-bottom:2px;
	letter-spacing:normal;
}
#top-menu #s {
	background-color:#E0D5BD;
	color:#8A604C;
	margin-right:5px;
	padding:0px;
	width:95px;
}
#top-menu DIV.description {
	display:none;
}
/* LEFT MENU STYLES */
#left-menu {
	display:block;
}
#left-menu LI {
	text-transform:uppercase;
	letter-spacing:.13em;
	font-size:11px;
}
.menuTitleCenter {
	text-align:center;
}
.menuTitleCenter UL {
	text-align:left;
}
#left-menu .menuTitleCenter a {
	padding-left:10px;
}
#left-menu .menuTitleCenter UL a {
	padding:2px 10px 2px 0px;
}
#left-menu .sub-menu LI {
	padding:2px 10px 2px 56px;
	border:0px;
	background-color:#DED8C3;
	font-size:12px;
	text-transform:capitalize;
	letter-spacing:normal;
}
#left-menu .sub-menu LI:hover {
	background-color:#E3DECC
}
#left-menu .sub-menu a {
	padding:0px;
}
#left-menu .sub-menu {
	padding-top:5px;
}
.sub-menu LI {
	float:left;
	clear:both;
	width:89px;
	margin-bottom:8px;
}
#left-menu a:link, #left-menu a:visited {
	color:#8C6745;
}
#left-menu a:hover {
	color:#754E2E;
}
#left-menu DIV.description {
	display:none;
}
/* RIGHT MENU STYLES */
#right-menu {
	display:block;
}
#right-menu LI A {
	display:block;
	padding:5px 5% 5px 5%;
	border:0px;
	background-color:#BFA982;
	float:left;
	clear:both;
	width:90%;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:10px;
}
#right-menu LI A:hover {
	background-color:#CCB895;
}
#right-menu a:link, #right-menu a:visited {
	color:#5C3C28;
}
#right-menu a:hover {
	color:#752A00;
}
#right-menu .description {
	width:95%;
	color:#93804E;
	font-size:11px;
	text-transform:none;
	padding:10px 0px 35px 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#right-menu .description A {
	display:inline;
	padding:0px;
	background-color:inherit;
	float:none;
	clear:none;
	margin:0px;
	text-transform:inherit;
	font-size:inherit;
}
#secondary-sidebar {
}
P {
	margin:15px 0px 15px 0px;
	line-height:130%;
}
#boilerplate {
	margin-top:60px;
	font-size:x-small;
}
H2 {
	text-transform:none;
}
H3 {
	margin-top:15px;
}
#middleColumn LI {
	list-style-position:inside;
	margin:7px 0px 12px 35px;
	text-indent:-12px;
}
/* WORDPRESS STYLES FROM STYLES.CSS */
/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
