/* CSS Document */
html {height: 100%;}
body {
	background-color: #ADBA62;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	padding: 0px;
}
#wrapper {
	width: 900px;
	 height:auto;
	text-align: left;
	margin-bottom: 0px;
	background-color: #24010f;
	background-image: url(images/sideimg.jpg);
	/*background-position: center left;*/
	background-position:  1px 300px;
    /*background-position: 100 100;*/
	background-repeat: no-repeat;
	
}
	#header {
		background-image: url(images/mainimg.jpg);
		background-repeat: no-repeat;
		height: 225px;
	}
		#logo_cntnr {
			padding: 56px 0px 0px 25px;
		}
	#left_nav {
		width: 179px;
	 height:auto;
		float: left;
		padding: 25px 5px 0px 25px;
		margin-bottom: 0px;
		height: 100%;
	}
	#left_nav p {
		margin: 1em;
		padding: 0px;
	}
	#left_nav a:link, #left_nav a:active, #left_nav a:visited, #left_nav p {
		color: #f6fbcf;
		text-decoration: none;
		margin: .5em 0em;
		border: none;
	}
	#left_nav .selected, a:hover {
		border-bottom: dotted 1px #f6fbcf;
		text-decoration: none;
	}
	#left_nav li 
	{
	    font-weight:bold;
	}
	
	
	    
#right_content {
	width: 631px;
	float: right;
	padding: 25px 25px 0px 25px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f6fbcf;
	margin-bottom: 0px;
	 height:auto;
	 
	 
}
h1 {
	color: #652627;
	font-size: 12px;
	margin: 0em;
	padding: 0px;
}
li {list-style-type:none;}
h2 {
	color: #ADBA62;
	font-size: 12px;
	margin: 0em;
	padding: 0px;
}
.center {text-align:center;}
.smpadding {padding: 0px 5px;}
p {padding: 0px 0px 10px 0px; margin: 0em;}
.greendots {
	border-top: 1.5px dotted #d6ef25;
	padding-top: 1em;
}
a:link, a:visited, a:active {color: #652627; text-decoration:none; border-bottom: dotted 1px #652627;}
a:hover {color: #ADBA62; text-decoration: none; border: none;}
.imgborder {padding: 5px; border: 1px solid #ADBA62;}
.imgpadding {padding: 5px;}
.floatright {float: right;}
.indent {margin: 0em 0em 0em 20px; padding: 0px;}
#footer {
	text-align: right;
	/*background-image: url(images/footer_bkgrnd.jpg);*/
    background-repeat: no-repeat;
    background-position:right;
	padding:  5px 0px 0px 0px;
	font-size: 10px;
	color: #f6fbcf;
	clear:both;
}

/*for form on contact us page*/
.form {
	 width: 450px;
	 padding: 5px;
	 margin: 0px auto;
}
div.row {
  clear: both;
  padding-top: 10px;
  }
div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }
div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
/**/

/* for highslide effect*/
.highslide {
	cursor: url(images/highslide_graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	padding: 5px;
	border: 1px solid #ADBA62;
}
a.highslide {border-bottom: none;}
.highslide:hover img {border: 1px solid #000000;}
.highslide-image {border: 2px solid white;}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
}
.highslide-move {cursor: move;}
.highslide-display-block {display: block;}
.highslide-display-none {display: none;}
/**/