/* Page numbers */
div.pagenumbers	{
	position: relative; 
	clear: both; 
	margin: 5px; 
	padding: 3px; 
	font-size: 11px; 
}

	span.pagenumbers_label	{
		display: inline; 
		margin-right: 7px; 
	}
	
	span.pagenumber	{
		display: inline; 
		position: relative; 
	}
	
	span.pagenumber.activePage	{
		padding: 3px; 
		background: #fff; 
		color: #666; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		-moz-box-shadow: 0px 0px 2px #000; 
		-webkit-box-shadow: 0px 0px 2px #000; 
		-o-box-shadow: 0px 0px 2px #000; 
		box-shadow: 0px 0px 2px #000; 	
	}
	
	span.pagenumber.disabled	{
		padding: 3px; 
		background: #fff; 
		color: #ddd; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		cursor: not-allowed; 
	}

		span.pagenumber a	{
			padding: 3px; 
			background: #fff; 
			color: #666; 
			text-align: center; 
			-moz-border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-o-border-radius: 2px; 
			border-radius: 2px; 
			text-decoration: none !important; 
		}
		span.pagenumber a:hover	{
			background: #f1f2f2; 
		}

/* Lightbox popup */
div.lightbox_wrapper	{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, .6); 
	text-align: center; 
	overflow: auto; 
	z-index: 101; 
}
	div.lightbox_innerwrap	{
		position: relative; 
		width: 70%; 
		top: 15%; 
		margin: 0 auto; 
		padding: 10px; 
		text-align: left; 
		background: #fff; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		-o-border-radius: 8px; 
		border-radius: 8px; 
		-moz-box-shadow: 0px 0px 10px #000; 
		-webkit-box-shadow: 0px 0px 10px #000; 
		-o-box-shadow: 0px 0px 10px #000; 
		box-shadow: 0px 0px 10px #000; 
	}
	
		div.lightbox_close	{
			position: absolute; 
			top: -15px; 
			right: -15px; 
			width: 30px; 
			height: 26px; 
			padding: 4px 0 0 0; 
			text-align: center; 
			background: #f60; 
			color: #fff; 
			font-size: 23px; 
			font-weight: bold; 
			border: 1px solid #fff; 
			cursor: pointer; 
			-moz-border-radius: 20px; 
			-webkit-border-radius: 20px; 
			-o-border-radius: 20px; 
			border-radius: 20px; 
			-moz-box-shadow: 0px 0px 5px #000; 
			-webkit-box-shadow: 0px 0px 5px #000; 
			-o-box-shadow: 0px 0px 5px #000; 
			box-shadow: 0px 0px 5px #000; 
		}
		div.lightbox_close:hover	{
			color: #f60; 
			background: #fff; 
		}

/* Validated forms */
form div.field-widget	{
	position: relative; 
}

	form div.field-widget input[type="text"].date	{
		width: 80px; 
	}
	form div.field-widget input[type="text"].number	{
		width: 30px; 
	}
	form div.field-widget input[type="text"].largeWidth	{
		width: 540px; 
	}
	form div.field-widget input[type="text"].shortWidth	{
		width: 100px; 
	}
	
	form div.field-widget textarea.shortHeight	{
		height: 100px; 
	}
	form div.field-widget textarea.shortWidth	{
		width: 100px; 
	}
	form div.field-widget textarea.largeWidth	{
		width: 540px; 
	}
	
	form div.field-widget img.datepicker_icon	{
		cursor: pointer;		
	}
	
	form div.field-widget div.datepicker	{
		top: 0 !important; 
		left: 100px !important; 
	}

/* Slider */
.wmSlider	{
	position: relative; 
	width: 100%; 
	height: 9%; 
	background: url(/images/slider_track_center.png) center top repeat-x;
}

	.wmSlider .left_end	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_left.png) left top no-repeat; 
	}
	
	.wmSlider .right_end	{
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_right.png) right top no-repeat; 
	}
	
	.wmSlider .handle	{
		position: relative; 
		width: 19px; 
		height: 20px; 
		left: 0; 
		cursor: col-resize; 
		background: url(/images/slider_handle.png) center center no-repeat; 
	}

.wmSliderAmount	{
	position: relative; 
	width: 100%; 
}

	.wmSliderAmount .amount, .wmSliderAmount .unitText	{
		display: inline !important; 
		position: static !important; 
		width: auto !important; 
		height: auto !important; 
		margin: 0 !important; 
	}

body#tinymce {
 height: auto;
}


html {
 width: 100%;
 height: 100%;
 }

body {
 margin: 0pt;
 padding: 0pt;
 background: rgb(93, 92, 92) none repeat scroll 0% 0%;
 height: 100%;
 width: 100%;
 text-align: center;
 font-family: verdana;
 font-size: 12px;
 }
td {
text-align: left;
 }
a {
 text-decoration: none;
 font-weight: bold;
 color: #a85004;
 }

a:hover {
 text-decoration: none;
 color: rgb(102, 102, 102);
 font-weight: bold;
 }

h2 {
 font-size: 20px;
 text-decoration: none;
 color: rgb(193, 90, 4);
 }

div#container {
 position: relative;
 border: 1px solid rgb(193, 90, 4);
 margin: -3px auto -25px;
 background: rgb(255, 250, 235) none repeat scroll 0% 0%;
 position: relative;
 padding-top: 1px;
 width: 950px;
 min-height: 100%;
 height: auto ! important;
 height: 100%;
 text-align: left;
 background-image: url(/images/3/background.gif);
 background-repeat: no-repeat;
 background-position: bottom center;
    }

div#footer {
 border-top: 1px dashed rgb(181, 179, 179);
 margin: 0pt auto;
 padding: 1px;
 background: rgb(255, 250, 235) none repeat scroll 0% 0%;
 position: relative;
 height: 21px;
 width: 948px;
 left: 50%;
 margin-left: -474px;
 z-index: 10;
    color: rgb(5, 5, 5);
 }

div#footer p {
 margin: 0pt;
 padding-top: 2px;
text-align: center;
 }

div.spacer {
 clear: both;
 width: 100%;
 height: 25px;
 }

#mainbar {
 background: rgb(255, 250, 235) none repeat scroll 0% 0%;
 position: relative;
 width: 100%;
 height: 237px;
 float: left;
    }

#topmargin {
 border-bottom: 1px solid rgb(193, 90, 4);
 background: rgb(93, 92, 92) none repeat scroll 0% 0%;
 position: relative;
 width: 952px;
 left: -1px;
    height: 15px;
 }

#maincontent {
 position: relative;
 width: 950px;
 float: left;
  }

#content {
 padding: 7px;
 position: relative;
 float: left;
 width: 728px;
 text-align: left;
 }

#sidebar {
 padding: 4px;
 float: left;
 width: 194px;
 }

#logoh {
 background: transparent url(/images/2/header.jpg) repeat scroll 0% 0%;
 position: absolute;
 top: 50px;
 left: 0px;
 width: 950px;
 height: 204px;
 }

#menu	{
	position: absolute;
	right: 20px;
	top: 5px;
	text-align: center;
}

	#menu ul	{
		margin: 0; 
		padding: 1px 0 0 0; 
	}
	
		#menu ul li	{
			display: inline; 
			list-style: none; 
			margin: 0 10px 0 0; 
			padding: 0 5px 0 0; 
			border-right: 1px solid #c15a04; 
		}
		
			#menu ul li a	{
				font-family: "Times New Roman", Times; 
				font-size: 18px; 
				font-weight: normal; 
				text-decoration: none; 
				color: #c15a04; 
			}
			#menu ul li a:hover	{
				color: #693102; 
			}
	
.menu-item {
 padding-right: 10px;
 height: 40px;
 float: left;

 }

.menu-item a {
 font-family: Times;
 font-size: 18px;
 color: #C15A04;
 font-weight: normal;
 }
.menu-item a:hover {
color: #693102;
 }
 

  input.optional, textarea.optional 
 {
    border: 1px solid #a85004 !important;
}

input.required, textarea.required
{
    border: 1px solid #a85004 !important;
}
 /* TinyMCE specific rules */
.mceContentBody a 
	{
	color: #a85004;
	}
.mceContentBody
	{
   background: transparent;
    text-align: left;
	}

@media screen {

  .sIFR-flash {
 margin: 0pt;
 padding: 0pt;
 visibility: visible ! important;
 }

  .sIFR-replaced, .sIFR-ignore {
 visibility: visible ! important;
 }

  .sIFR-alternate {
 overflow: hidden;
 position: absolute;
 left: 0pt;
 top: 0pt;
 width: 0pt;
 height: 0pt;
 display: block;
 }

  .sIFR-replaced div.sIFR-fixfocus {
 margin: 0pt;
 padding: 0pt;
 overflow: auto;
 letter-spacing: 0px;
 float: none;
 }

}

@media print {

  .sIFR-flash {
 overflow: hidden;
 display: none ! important;
 height: 0pt;
 width: 0pt;
 position: absolute;
 }

  .sIFR-alternate {
 visibility: visible ! important;
 display: block ! important;
 position: static ! important;
 left: auto ! important;
 top: auto ! important;
 width: auto ! important;
 height: auto ! important;
 }

}

@media screen {

  .sIFR-active h1, .sIFR-active h2, .sIFR-active bodyitem.right h1, .sIFR-active bodyitem.right h2, .sIFR-active div.ballon p {
 font-family: Verdana;
 visibility: hidden;
 }

  .sIFR-active h1 {
 font-size: 22px;
 }

  .sIFR-active h2 .sIFR-active bodyitem.right h1 {
 font-size: 20px;
 }

  .sIFR-active bodyitem.right h2 {
 font-size: 16px;
 }

  .sIFR-active div.porttitle {
 font-size: 20px;
 }

}

/* TinyMCE specific rules */
.mceContentBody a 
	{
 text-decoration: none;
 font-weight: bold;
 color: #a85004;
	}
/* TinyMCE specific rules */
.mceContentBody a { 
 text-decoration: none !important;
 font-weight: bold !important;
 color: #a85004 !important;
  }
.mceContentBody { background: transparent; text-align: left; }