body{
	background-color: #A59E94;
	text-align: center;
	vertical-align: middle;
	padding: 4% 0px 2% 0%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
body form{
	margin: 0px;
	padding: 0px;
}
#container {
	width: 928px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 20px;
	height: 95%;
	background-color: #FFFFFF;
	background-image: url(../UI_images/container_bgd_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#container2 {
	width: 928px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 20px;
	height: 95%;
	background-color: #FFFFFF;
	background-image: url(../UI_images/container_bgd_tile2.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
#header {
	background-color: #FFFFFF;
	background-image: url(../UI_images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 220px;
	padding: 0px;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 220px;
	padding: 0px;


}
div.leftBarTop{
	background-color: #CEC7BD;
	height: 14px;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 6px;
}
div.middleBarTop{
	background-color: #8C7973;
	height: 14px;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}

div.rightBarTop{
	background-color: #B50000;
	height: 14px;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 6px;
}
div.rightBarMiddle{
	background-color: #D4D1CB;
	padding-top: 15px;
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
div.leftBarMiddle{
	background-color: #D6CFC6;
	padding-top: 15px;
	vertical-align: top;
	padding-bottom: 15px;
}

div.leftBarBottom{
	background-color: #A0988D;
	height: 15px;
	margin-top: 0px;
	width: 220px;
	float: left;
	margin-bottom: 0px;
}


div.middleBarBottom{
	background-color: #B50000;
	height: 15px;
	margin-top: 0px;
	margin-right: 235px;
	margin-left: 235px;
	margin-bottom: 0px;
}
div.middleBarBottom2{
	background-color: #b50000;
	height: 15px;
	margin-top: 0px;
	margin-left: 235px;
	margin-bottom: 0px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #E7DFD6;
	text-align: right;
	padding-right: 5px;
	width: 686px;
}

div.rightBarBottom{
	background-color: #91817d;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #E7DFD6;
	text-align: right;
	padding-right: 5px;
	padding-top: 0px;
	margin-top: 0px;
	float: right;
	width: 215px;
	margin-bottom: 0px;
}
div.mainBody{
	background-color: #ebe8e1;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin-top: 0;
	margin-right: 233px;
	margin-bottom: 0;
	margin-left: 233px;
	vertical-align: top;
	color: #3E210E;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
}
#mainContent a{
	text-decoration: none;
}
#mainContent a:hover{
	text-decoration: underline;
}
#mainContent2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 233px;
	vertical-align: top;
	color: #3E210E;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	width: 695px;

}
#mainContent2 a{
	text-decoration: none;
}
#mainContent2 a:hover{
	text-decoration: underline;
}
div.footer {
	width: 928px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	padding-top: 15px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.rightBarMiddle hr{
	background-color: #807A79;
	width: 120px;
	text-align: left;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
	height: 1px;
	color: #807A79;

}



.leftBarMiddle hr{
	background-color: #97928A;
	width: 100px;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
	height: 1px;
	color: #97928a;

}
ul#menu{
	padding: 0px;
	text-align: left;
	width: 220px;
	margin: 0px;



}
ul#menu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	text-align: left;

}

ul#menu li a{
	font-family: "Arial Narrow", Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #696055;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;

}
ul#menu li a:hover{
	background-color: #E7E2D9;

	color: #B80000;

}
ul#menu li.selected a{
	font-family: "Arial Narrow", Arial;
	font-size: 15px;
	text-transform: uppercase;
	color: #B80000;
	margin: 0px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-weight: bold;
}
ul#menu li.selected2 a{
	font-family: "Arial Narrow", Arial;
	font-size: 15px;
	text-transform: uppercase;
	color: #B80000;
	display: block;
	background-color: #DED9D0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-weight: bold;
}
ul#menu li.sub a{
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	color: #524038;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	height: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin: 0px;
	font-weight: normal;
}
ul#menu li.sub a:hover{
	background-color: #E7E2D9;
	color: #000000;

}

ul#menu li.subSelected a{
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	background-color: #DED9D0;
	color: #B80000;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	height: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin: 0px;
	font-weight: normal;
}
table#news{
	margin: 5px 0px 0px 13px;
	padding: 0px;
	width: 180px;
	border: none;





}
table#news td{
	margin: 0px;
	padding: 0px 0px 0px 2px;
	text-align: left;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B80000;

}
div#media{
	border-top-width: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F3E2C;
	line-height: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.noPadding {
	margin: 0px;
	padding: 0px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #B80000;
	margin-left: 2px;
	width: 25px;
	text-align: center;



}
.txtField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul.features{
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul.features li{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #4b4746;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 15px;
	font-weight: normal;
}
ul.features li.red{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B80000;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 4px;
	font-style: italic;


}
div.portfolio{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1bbb3;
	margin-top: 18px;
	padding-bottom: 22px;
	vertical-align: top;
}
div.portfolio img{
	border: 1px solid #929292;
	float: left;
	margin-right: 0px;
}

div.portfolio ul{
	margin-left: 152px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.portfolio ul li{
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	text-indent: 4pt;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
div.portfolio ul li.test{
	float: right;
	margin-top: -5px;
	margin-right: 5px;
}
div.portfolio ul li.test a{
	text-decoration: none;
	width: 125px;
	background-color: #dedbd3;
	color: #39352c;
}
div.portfolio ul li.test a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #aa9d99;
}
div.portfolio ul li.header, div.multimedia ul li.header{
	color: #b50000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b50000;
}
div.portfolio ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b50000;
	background-color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 115px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #968f7d;
	border-right-color: #b50000;
	border-bottom-color: #b50000;
	border-left-color: #968f7d;
}
div mainBody div.portfolio ul li a:hover{
	background-color: #b50000;
	color: #ffffff;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-decoration: none;
}
.grey{
	color: #676767;
}
div.multimedia{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1bbb3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
div.multimedia img{
	border: 1px solid #FFFFFF;
}
div.imagery{
	margin-right: 0px;
	width: 140px;
	float: left;
}


div.multimedia ul{
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 152px;
	text-align: left;
}
div.multimedia ul li{
	padding: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #4b4746;
	vertical-align: top;
	line-height: 15px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}



div.logos{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1bbb3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

div.logos img{
	border: 1px solid #929292;
	margin-bottom: 10px;
}

div.logos ul{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	width: 425px;

}
div.logos ul li{
	margin: 4px 0px 4px 3px;
	padding: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #4b4746;
	vertical-align: top;
	text-indent: 0pt;
	line-height: 15px;
}
div.logos ul li.header{
	margin: 0px 0px 1px;
	padding: 2px 0px;
	background-color: #7f776d;
	color: #FFFFFF;
	text-indent: 3pt;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
div.logos ul li.subheader{
	margin: 0px 0px 5px;
	padding: 2px 0px;
	background-color: #D0CCBC;
	color: #000000;
	text-indent: 3pt;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-transform: uppercase;
}
a {	color: #b80000; text-decoration: underline; }
a:hover, a.sideLinks, .sidelinks  {text-decoration: none;}

.basePadding {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.blackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3E210E;
	text-transform: capitalize;
}
div#newsArchive{
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#newsArchive ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
div#newsArchive ul li{
	margin-bottom: 6px;
	list-style-type: none;
	background-image: url(../UI_images/icon_newsSmall.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-top: 2px;
}
div.imageHolder{
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}
.greyText {
	color: #42281E;
	padding-right: 20px;
	padding-left: 7px;
	padding-top: 6px;
}
div.newsletter{
	margin-left: 12px;
}
.signUp{
	margin-top: 4px;
}
div.googleMap{
	float: right;
	padding-right: 25px;

}
img{border:none}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #7d6a64;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #7d6a64;
	margin-top: -4px;
	margin-right: -4px;
	margin-bottom: 5px;
	margin-left: -4px;
}
