@charset "UTF-8";
/* SETUP START */
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.homeBody {
 
	background-image: url(../images/slice_r5_c2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #c7352d;
}
	
.mainBody {
	background-image: url(../images/main_r3_c1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.mainContent {
	background-color: #fff;
	font-size: 120%;
	text-align:left;
}

li {
	font-size:18px;
	line-height:24px;
}

a, a:visited, a:hover{
	color:#000000;
}

.homeBody .footer {
display:block;
width: 940px;
padding: 0;
margin:0;
text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

.mainBody .footer {
display:block;
width: 940px;
padding: 0;
margin:0;
text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.mainBody .footer a, .mainBody .footer a:visited {
	font-weight:lighter;
	color: #000;
}

.homeBody .footer a, .homeBody .footer a:visited {
	font-weight:lighter;
	color: #fff;
}

.footer a:hover{
	text-decoration: none;
}

.footerLinks a, .footerLinks a:visited, .footerLinks a:hover{
	color: #fff;
	text-decoration:none;
}

/* TINY MCE */


/* MAIN STYLES START */

h1{
	margin:0px;
	font-weight:lighter;
	color:#000000;
	font-size:33px;
	line-height:39px;
	_line-height:38px;
}
h2 {
	margin:0px;
	font-weight:600;
	color:#000000;
	font-size:18px;
	line-height:24px;
	_line-height:23px;
}

h3, h4, h5, h6 {
	font-family: Georgia;
	color: #000000;
	margin-bottom:-10px;
	_margin-bottom:-17px;
}

p {
	font-size:16px;
	line-height:20px;
	_line-height:20px;
	color:#000000;
}

.main h1{
	margin-left:20px;
	font-weight:lighter;
	color:#32342D;
	font-size:21px;
	line-height:37px;
	_line-height:38px;
	letter-spacing:2px;
}
.main h2 {
	margin:0px;
	font-weight:lighter;
	color:#32342D;
	font-size:18px;
	line-height:24px;
	_line-height:23px;
}
.main h3, .main h4, .main h5, .main h6 {
	font-family: Georgia;
	color: #32342D;
}

.main p {
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	_line-height:22px;
	color:#32342D;
	padding-left:15px; 
}

.main_bgnd_left{
	background-image: url(../images/main_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
}

.main_bgnd_right{
	background-image: url(../images/main_r1_c5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

.home_bgnd_left{
	background-image: url(../images/slice_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #c7352d;
}

.home_bgnd_right{
	background-image: url(../images/slice_r1_c4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #c7352d;
}

/* END OF TINY MCE */


/* MENUS */

/* 
- ul is surrounding first level
- li is first level
- li li is a li in an li
- ul ul is a ul in a ul...
*/
/* MAIN NAVIGATION */
#navbar, #navbar ul { /* all lists */
	padding: 0 0;
	margin: 0;
	list-style: none !important;
z-index:30;
}

#navbar {
	top: 0px;
	width: auto !important;
	margin: 0 !important;
}

.homeBody #navbar {
padding-top: 140px;
}

.mainBody #navbar {
padding-top: 245px;
}

#navbar a {
	display: block;
	text-decoration: none;
	color:#000;
	font-size:22px;
	/*height:20px;  THIS BREAKS IE*/
}

#navbar a:hover {
	text-decoration: underline;
	color:#666;
}
#navbar :hover {
	color:#7E5B1D;
}

#navbar li { /* all list items */

	margin: 38px 0 0 35px;
}

#navbar li .menu_on{ 
font-weight: bold;
}

/* scrollbar jquery */
#scrollBar {
	width:430px;
	_width:430px;
	height:260px;
	overflow:auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right:10px;
	padding-left:5px;
	vertical-align:top;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #0f0;
}
.jScrollPaneDrag {
	position: absolute;
	background: #f00;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 10;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 16px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 16px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.jScrollPaneTrack {
	background: url(images/scroll_bg.gif) repeat-y transparent;
}
.jScrollPaneDrag {
	background: url(images/scroll_icon.gif) repeat-y;
	
}
.jScrollPaneDragTop {
	background: transparent;
	height: 0;
}
.jScrollPaneDragBottom {
	background: transparent;
	height: 0;
}
a.jScrollArrowUp {
	width: 11px;
	height: 10px;
	background: url(images/scroll_arrow_top.gif) no-repeat 0 0;
}
a.jScrollArrowDown {
	width: 11px;
	height: 10px;
	background: url(images/scroll_arrow_bottom.gif) no-repeat 0 0;
}
