/* CSS Document */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bgRepeat.jpg);
	background-repeat: repeat-y;
	background-position: 0px 394px;
}
#innerWrapper {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#homeInnerWrapper {
	background-image: url(images/homeHeader.jpg);
	background-repeat: no-repeat;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #372D28;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #575129;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#leftBar {
	float: left;
	width: 235px;
}
#rightBar {
	float: right;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #5F777E;
	border: 8px solid #000;
}

#rightBar p {
	margin: 8px 10px;
	font-size: 11px;
	padding: 0px;
}
#content {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 710px;
	float: left;
}
#contentWrapper #wideContent {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}


#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

#footer #caption {
	font-size: 9px;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#caption {
	margin-top: 5px;
}
#topNav {
	text-align: center;
	background-color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
#leftBar a {
	font-size: 14px;
	font-weight: bold;
	color: #433C20;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: right;
	margin-top: 3px;
	margin-right: 50px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#leftBar a:hover {
	text-decoration: underline;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #5F777E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#header {
	height: 150px;
}
#homeHeader {
	height: 420px;
}
#boxHolder {
	clear: both;
}
#topNav a {
	padding: 10px;
}
#leftHomeBox {
	background-repeat: repeat-y;
	width: 445px;
	float: left;
	height: 300px;
}
#boxHolder {
	margin-right: 20px;
	margin-left: 20px;
}
#boxHolder #leftHomeBox .boxContent {
	height: 155px;
}
.boxContent p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
}
.clipsImg {
	margin-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightHomeBox .boxContent {
	height: 109px;
}
.leftImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.boxContent  {
	background-image: url(images/transparentBorders.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #464319;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.sidebarBox {
	background-image: url(images/transparentBG.png);
	float: right;
	width: 250px;
	border: 5px solid #B4A65B;
	padding-right: 10px;
	padding-left: 10px;
}
.titleImg {
	display: block;
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
}


.bordersImg {
	display: block;
}

#rightHomeBox {
	background-repeat: repeat-y;
	width: 445px;
	float: right;
}
.boxContent .detailLink {
	font-size: 10px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	color: #4F4A22;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #7B441B;
	border-right-color: #7B441B;
	border-bottom-color: #7B441B;
	border-left-color: #7B441B;
}
#wrapper #topNav a {
	color: #FFF;
}
.right {
	float: right;
	margin-right: 20px;
}
.left {
	float: left;
}
#leftBar a.active {
	color: #786707;
}
