/* @group General Styles */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	text-align: left;
	padding: 0;
	margin: 16px 20px 0;
}

h2 {
padding-top: 5px;
padding-left: 20px;
margin-left: -20px;
margin-bottom: 0px;
margin-right: 0px;
margin-top: 0px;
width: 100%;
height: 20px;
background-color: #600100;
font-size: 18px;
color: white;
align: center;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
}

img {

}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
}


#contentContainer #content {
	letter-spacing: 1px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 14px;
	padding: 15px;
}

#footer {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 15px;
}

#footer p {
	margin: 0;
}

#footer a:link, #footer a:visited {

	color: #600100;

}

#footer a:hover, #footer a:active {
	color: #845228;
}
	
/* @end */
#navcontainer {
      margin: 0px;
      padding-left: 0px;
      padding-top: 0px;
      max-height: 86px;
      list-style-type: none;
      min-height: 86px;
      min-width: 250px;
      max-width: 289px;
      font-weight: bold;
      top: 27px;
      position: relative;
      padding-right: 5px;
      padding-bottom: 5px;
      border-color: #600100;
      border-width: 1px;
      border-style: solid;
      background-color: white;
      width: 289px;
      height: 86px;
      font-size: 13px;
      line-height: 16px;
color: #600100;
font-family: "Times New Roman", Times, Georgia, serif;
}
* html #navcontainer ul { display:inline; }

/* 0 */
#navcontainer ul a {
color: #600100;
      text-decoration: none;

}

#navcontainer ul a:hover {
color: #a95d2c;
      text-decoration: none;

}

#navcontainer ul {
      display: inline;
      position: relative;
      list-style-type: none;
      float: left;
      list-style: none;
      padding: 0;
}

#navcontainer ul li {
	list-style-type: none;
	padding: 2px;
	width: 89px;
	display: block;
} 
#navcontainer li #current {
list-style-type: none;
color: #a95d2c;
      text-decoration: none;
}

#navcontainer a {
      color: #600100;
      padding-left: 10px;
      height: 18px;
}

#navcontainer a:hover {
      
      color: #ffa000;
}

#navcontainer a:active {
color: #ffa000;
}



/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 8px 0;
}

h3 {
}

h4 {
	letter-spacing: -1px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

20

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */




/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	font-size: 1em;
	background: #f4f4f4;
	width: 98%;
} 

.form-input-button { 
}

#container {
	text-align: left;
	width: 800px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 25px;
	height: 120px;
	width: 800px;
}

#top a {
	text-decoration: none;
	color: #600100;
}

#top a:hover {
	text-decoration: none;
	color: #845228;
}

#content a {
	color: #600100;
}

#content a:hover {
	color: #845228;
}

em {
	line-height: 12px;
}


/**************************************************************

	MultiBox
	v1.2

**************************************************************/

.MultiBoxContainer {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	position: absolute;
	border: 20px solid #600100;
	background-color: white;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #600100;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.newbox {
	padding: 20px;
	margin-left: 7px;
	margin-bottom: 15px;
	margin-right: 7px;
	margin-top: 7px;
	background-color: white;
	width: 712px;
	border-style: solid;
	border-color: #600100;
	border-width: 1px;
}

20

.boxtext {
}

.newbox img {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 0px;
}

.ibquote {
			color: #600100;
			text-align: justify;
			font-size: 11px;
			font-weight: bold;
		}

		img.ruth {
		}

		.clearall {
			clear: both;
		}

		h5 {
			font-family: sans-serif, Verdana;
			font-style: normal;
			font-weight: normal;
			font-size: 11px;
			text-align: left;
		}

		h6 {
			margin-top: -5px;
			font-size: 9px;
			text-align: center;
			font-style: normal;
			font-weight: normal;
		}

/*************************************************************/


/* @end */

