body {
	font-family: "Trebuchet MS", Arial, Verdana;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 12px;
}
.top {
	height: 200px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
#navigation {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: 45px;
	font-size: 12px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
	height: 45px;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #FFFFFF;
}
#contentShell {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(images/content_shell.jpg);
	background-repeat: no-repeat;
}
#content {
	padding-left: 15px;
	font-size: 11px;
	padding-top: 25px;
	background-image: url(images/bottom_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.leftColumn {
	width: 280px;
}
#contentArea {
	padding-left: 20px;
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
	margin-bottom: 135px;
}
#leftNav {
	padding-top: 50px;
	font-size: 12px;
	margin-bottom: 200px;
	padding-bottom: 50px;
}
/* #leftNav UL LI {
	padding-bottom: 10px;
	list-style-type: none;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}

#leftNav UL UL {
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
} */

h2 {
	margin: 0px;
	padding-top: 0px;
	font-weight: lighter;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 21px;
	color: #666666;
}
#leftNav UL {
	padding-left: 10px;
}
#footer {
	background-color: #986665;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 15px;
}
/* Drop Menu */

.anylinkcss{
	position:absolute;
	font:11px "Trebuchet MS", Arial, Verdana;
	z-index: 100;
	color: #FFFFFF;
	visibility: hidden;
	width: 205px;
	margin-top: 8px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat;
}

.anylinkcss a {
	display: block;
	text-decoration: none;
	padding: 7px 0 7px 10px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.anylinkcss a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #CCCCCC;
}
.contentImage {
	border: 5px solid #999999;
	padding: 0px;
	margin-right: 10px;
}
a {
	color: #6666CC;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
h3 {
	font-weight: normal;
	font-size: 16px;
	color: #6F4B4F;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
P {
	padding-left: 10px;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
#itemPanel {
	float: right;
	width: 150px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 0px;
	border: 1px dotted #CCCCCC;
	padding: 10px;
	background-image: url(images/itemPanel_bg.jpg);
	background-repeat: repeat-x;
}
#itemPanel UL {
	padding: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#itemPanel UL LI {
	padding-bottom: 5px;
	margin: 0;
	list-style-type: square;
	color: #666666;
	font-size: 10px;
}
#itemPanel a {
	font-size: 11px;
}
.contentBreak {
	background-image: url(images/content_break.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}
.arrowlistmenu{
	width: 250px;
}
#leftNav .menuheader a {
	font: 14px "Trebuchet MS", Arial, Verdana;
	color: #6F4B4F;
	margin-bottom: 5px;
	text-transform: uppercase;
	cursor: pointer;
	cursor: pointer;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 14px "Trebuchet MS", Arial, Verdana;
color: #6F4B4F;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: pointer;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #6680DF;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0 5px 10px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px dotted #dadada;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
h4 {
	font-weight: normal;
	font-size: 14px;
	color: #724E50;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}

/*Visual Testimonials */

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 450px;
	height: 327px;
	color: #000000;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*margin around each panel*/
width: 450px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

p.samplebuttons{
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}
.carouselOuter {
	padding: 15px;
	border: 1px dotted #dadada;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.note {
	font-size: 10px;
}
#footer LI {
	display: inline;
	list-style-type: none;
}
#footer UL {
	padding: 0px;
	display: inline;
}
#footer TABLE TD {
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
}
.footerSplit {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DBD5D5;
	padding-left: 15px;
}
#footer table {
	margin-bottom: 15px;
}
#footer a {
	color: #000000;
}
.footerBase {
	padding-left: 20px;
}
.footerHead {
	font-weight: bold;
	color: #FFFFFF;
}
#itemPanel a {
	color: #333333;
}
.input {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	background-color: #F0F0F0;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.formButton {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	border: 1px solid #333333;
}
.input:hover {
	color: #000000;
	border: 1px solid #999999;
}
.contentslide{
	background-repeat: repeat-x;
	padding-bottom: 0px;
}

.contentslide .contentdiv{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	word-spacing: normal;
}

.pagination{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 10px;
	width: 235px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
}

.pagination a{
	color: #6680DF;
	display: block;
	padding: 2px 0 5px 10px;
	text-decoration: none;
	border-bottom: 1px dotted #dadada;
	font-size: 12px;
}


.pagination a:hover, .pagination a.selected, .arrowlistmenu ul li a.selected{
color: #A70303;
background-color: #F3F3F3;
}

.pagination a.selected {
}
.leftNavCal {
	border: 1px dotted #dadada;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 235px;
}

.leftNavCal table td {
	text-align: center;
}
.whatsNew P {
	font-size: 11px;
	color: #666666;
	padding-right: 15px;
	padding-left: 20px;
}
.whatsNew H2 {
	font-size: 18px;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
}
.whatsNew {
	border: 1px dotted #DDDDDD;
	width: 235px;
	background-image: url(images/itemPanel_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.bookmarks {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 235px;
}.homeEvent {
	background-color: #F1EBEB;
	border: 1px dotted #CCCCCC;
	padding: 5px;
}
.back2top {
	text-align: right;
	padding-top: 50px;
	padding-bottom: 10px;
}
.back2top a {
	text-decoration: none;
	padding: 3px;
	color: #990000;
}
.back2top a:hover {
	color: #000000;
}
.contentImageRight {
	border: 5px solid #999999;
	padding: 0px;
	margin-left: 10px;
}
.linkBox {
	padding: 5px;
	border: 1px dotted #999999;
	margin-top: 10px;
	background-color: #F3F3F3;
	margin-right: 10px;
}
#stonewall #content {
	padding-left: 15px;
	padding-top: 25px;
	background-image: url(images/bottom_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.stonewallBG {
	background-image: url(images/stonewall/house_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#stonewall h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#stonewall h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#stonewall P {
	font-family: Georgia, "Times New Roman", Times, serif;
}
