/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #000;
	font: 12px "Times New Roman", Times, serif;
	background: #000 url(assets/images/background.jpg) no-repeat center top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #5c4e32;
	font: 36px/38px "Times New Roman", Times, serif;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #2e4e4d;
	font: italic 22px/24px "Times New Roman", Times, serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #3e6e7e;
	font: bold 16px/18px "Times New Roman", Times, serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px "Times New Roman", Times, serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #32869e;
	font-weight: bold;
	text-decoration: underline;
}
	a:hover {
		color: #000;
		text-decoration: none;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.box {
	width: 440px;
	height: 100px;
	margin: 1em 0px 0px 0px;
	padding: 28px 30px;
	background: transparent url(assets/images/specials-bg.png) no-repeat left top;
}
	.box h3 {
		padding: 0px;
		margin: 0px;
		font-size: 18px;
	}
		.box h3 a {
			text-decoration: none;
			border-bottom: 1px dotted #000;
		}
			.box h3 a:hover {
				border-bottom: 1px solid #000;	
			}
	.box a {
		color: #000;
	}
.sidebox {
	margin: 1em 0px 0px 13px;
	padding: 0px;
	width: 190px;
	border: 8px solid #52676a;
	background-color: #aba492;
}
/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}
#rightCol p {
	text-align: justify;
	}
/* Layout
---------------------------------------------- */
#wrapper {
	margin: 0px auto;
	width: 948px;
	background: transparent url(assets/images/wrapper_bg.gif) repeat-y left top;
	}
	#container {
		background: transparent url(assets/images/container_bg.jpg) no-repeat left top;
		}
		#container2 {
			min-height: 792px;
			_height: 792px;
			background: transparent url(assets/images/container2_bg.gif) no-repeat left bottom;
			}
			#header {
				height: 200px;
				}
				#logo {
					height: 170px;
					width: 948px;
					position: absolute;
					}
				#addressPhone {
					position: relative;
					padding: 133px 4px 0px 0px;
					color: #fff;
					font: bold 14px/14px "Times New Roman", Times, serif;
					text-align: center;
					}
					#addressPhone span {
						padding: 0px 18px;
						}
			#nav {
				float: left;
				margin: 0px;
				padding: 0px 0px 0px 20px;
				width: 148px;
				height: auto;
				}
				
				#nav li {
					margin: 0px;
					paddign: 0px;
					width: auto;
					height: auto;
					list-style: none outside none;
					}
					#nav a {
						display: block;
						margin: 0px;
						padding: 0px 14px 0px 0px;
						width: 134px;
						height: auto;
						color: #000;
						font: 14px/23px "Times New Roman", Times, serif;
						text-decoration: none;
						text-align: right;
						}
					#nav a:hover {
						color: #fff;
						text-decoration: none;
						background: transparent url(assets/images/navHover.jpg) no-repeat left top;
						}
			#rightCol {
				margin: 0px 0px 0px 410px;
				padding: 0px 0px 40px 0px;
				width: 490px;
				}
#bottomNav, #credits {
	margin: 0px auto;
	padding: 10px 0px 0px 362px;
	width: 585px;
	height: auto;
	text-align: center;
	}
	#bottomNav li {
		display: inline;
		margin: 0px;
		padding: 0px 14px;
		width: auto;
		height: auto;
		list-style: none outside none;
		}
		#bottomNav a, #credits, #credits a {
			color: #b7b19e;
			font: 10px/12px "Times New Roman", Times, serif;
			text-decoration: none;
			}
				#bottomNav a:hover {
					text-decoration: underline;
				}

#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
	color: white;
}
/*--------------Light Box Styles START--------------------*/
#overlay {
	background-color: #000;
	opacity: .7;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 800;
	display: none;
}
#lightbox {
	width: auto;
	height: auto;
	min-width: 200px;
	min-height: 200px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -250px;
	z-index: 900;
	display: none;
}
#closebtn {
	/*background: #000 url(assets/images/close-btn.gif) center top no-repeat;*/
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 999;
}
/*--------------Light Box Styles END--------------------*/


