
@charset "utf-8";
/* CSS Document */


body {
	background-color: #000000;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url(images/bg-tile.gif) top repeat-x;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
}

#header {
	height: 100px;
	background-color: #275821;
	background: url(images/header.jpg) no-repeat;
}

img {
	border :0;
}

a {
	text-decoration: none;
}

#navi {
	height: 30px;
	font-family: font-family: 'Crimson Text', arial, serif;
	margin-left: -20px;
}

	#navi ul, #footer ul {
		list-style-type: none;
		display: block;
		color: #900;
	}
	
	#navi ul li, #footer ul li {
		float: left;
		margin-right: 5px;
	}
	
	#nav_sign-up {
	  position: relative;
		margin-left: 31px;
	}
	
	#navi a {
		color: #900;
	}
	
	#navi a:hover {
		color: #275821;
	}
	
	#facebook-like {
	  position: absolute;
	  top: -7px;
	  left: 60px;
	}
  
	
#content {
	height: 430px;
	position: relative;
}

#content-menu {
	height: 414px;
	position: relative;
}

.slideshow {
	z-index: 100;
}

	.slideshow img { display: none }
	.slideshow img.first { display: block }

#slideshowControl {
	height: 120px;
	margin-top: -110px;
	z-index: 200;
	position: relative;
	background: url(images/slideshow-control-divider.png) center bottom no-repeat;
	background-color: #ee1e25;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

	#slideshowControl ul, #menu-carousel ul {
		list-style-type: none;
		position: absolute;
		margin-top: -80px;
		padding: 0;
	}

	#slideshowControl ul li, #menu-carousel ul li{
		float: left;
		width: 286px;
		text-align: center;
	}
	
	#menu-carousel ul {
		margin-top: 10px;
	}

	#menu-carousel {
		float: left;
		
		height: 165px;
		z-index: 200;
		/*position: absolute;*/
		background: url(images/slideshow-control-divider.png) center bottom no-repeat;
		background-color: #ee1e25;
		margin-top: 2px;
	
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
	}	
	
	#menu-carousel ul li img {
		border: 0;
	}
	

#menu {
	height: 264px;
	float: left;
	position: relative;
}

	#menu ul {
		background: url(images/menu-bg.jpg) no-repeat;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 0px;
		width: 245px; /*width: 244px;*/
		height: 240px;
		padding-top: 27px;
		/*padding-top: 60px;*/
		margin: 0px;
	}

	#menu ul li#label {
		font-family: "Times New Roman", Times, serif;
		font-size: 25px;
		color: #275821;
		padding-left: 23px;
	}

	#menu ul li {
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		width: 200px;
		padding-left: 33px;
	}

	#menu ul li a {
		color: #275821;
	}

	#menu ul li a:hover {
		color: #990000;
	}
	
	#menu ul li a.selected {
		color: #990000;
	}
	
	/*Sub Menu*/
	#menu ul li ul {
		background-image: none;
		list-style-type: none;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0px;
	}

	#menu ul li ul li {
		font-family: "Times New Roman", Times, serif;
		padding-left: 20px;
	}
	
	#menu ul li ul li a {
		color: #275821;
	}

	#menu ul li ul li a:hover {
		color: #990000;
	}
	
	#menu ul li ul li a.selected {
		color: #990000;
	}

#menu-pic {
	float: left;
	width: 614px; /*width: 500px;*/
	/*height: 260px;*/
}

	#menu-pic-content {
		background-color: #F1EFE6;
		margin: 5px 0 0 0;
		padding: 15px;
		
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
	}
	
		.menu-pic-content-header {
			margin: 5px 0 0 0;
			color: #275821;
		}
		
		#menu-pic-content a {
			text-decoration: none;
			color: #275821;
		}

		#menu-pic-content a:hover {
			color: #990000;
		}
	

#footer {
	float: left;
	text-align: center;
	z-index: 500;
	width: 100%;
	/*position: relative;*/
}

	/*
	#footer li a, #footer li a:visited { color: #fff; }
	*/
	
	#footer ul{
		background-color: #275821;
		color: #fff;
		font-size: 12px;
		padding: 10px 0;
		height: 20px;
		margin: 0;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
	}
	
	#footer ul li:first-child{
		margin-left: 130px;
	}
	
	#footer ul li a {
		color: #fff;
	}
	
	#footer ul li a:hover {
		color: #990000;
	}
	
	#footer p a {
		color: #275821;
	}
	
	#footer p a:hover {
		color: #990000;
	}

#copyright {
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.btnprev, .btnnext {
	width: 29px; height: 24px;
	display: block;
	position: absolute;
	top: 80px;
	z-order: 500;
}

.btnprev {
	background: url(images/prev.jpg);
	left: 10px;
}

.btnnext {
	background: url(images/next.jpg);
	left: 820px;
}

.spacer13 {
	clear: both;
	height:13px;
}

/*Contact Us*/
table#tbl-contact-us td.label {
	vertical-align: top;
	font-weight: bold;
}

table#tbl-contact-us td input, textarea {
	width: 300px;
}

label.error {
	color: red;
	padding: 3px 3px 3px 6px;
}

/* Applictation Form */
table#tbl-application td.label {
	vertical-align: top;
}

table#tbl-application td.label2 {
	font-weight: bold;
	text-decoration: underline;
}

table#tbl-application td input, textarea {
	width: 300px;
}

.add-image-border {
  padding: 3px;
  border: 1px solid #cccccc;
}
