@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background:#f3ddb6 url(/images/bg.jpg) repeat;
	margin:0;
	padding:0;
}
/* -- custom -- */

#container {
	width:776px;
	margin-right:auto;
	margin-left:auto;
}
#wrapper {
	width:776px;
	float:left;
	padding:0;
	margin:0;
	background:url(/images/body_bg.jpg);
	background-repeat:repeat;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapperIP {
	width:776px;
	float:left;
	padding:0;
	margin:0;
	background:url(/images/ip_body_bg.jpg);
	background-repeat:repeat;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
#body_wrap {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
/* -- header -- */

#header {
	width:776px;
	height:166px;
	padding:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}
#headerHPwrapper {
	width:776px;
	float:left;
	height:166px;
	margin:0;
}
#headerHP {
	float:left;
	width:435px;
	height:166px;
	overflow:none;
}
#slideshow {
	position:relative;
	height:166px;
	float:left;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
#navhero_wrap {
	width:760px;
	padding:0;
	border-bottom:2px solid #fff;
}
#nav {
	float:left;
	width:230px;
	height:240px;
	background:url(/images/nav_bg.jpg) no-repeat;
	border-right:2px solid #fff;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	text-indent:20px;
}
#nav li a {
	height: 30px;
	text-decoration: none;
	color:#fff;
	display:block;
}
#nav li a:link, #nav li a:visited {
	color: #fff;
}
#nav li a:hover, #nav li a:active, #nav a:link#current, #nav a:visited#current, #nav a:hover {
	color: #fff;
	background-image: url(/images/nav_over.gif);
	width:230px;
	height:30px;
	text-decoration:none;
}
#hero {
	float:left;
	width:528px;
	height:240px;
}
/* -- content -- */

#content {
	width:760px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#content a {
	color:#721213;
	text-decoration:none;
}
#content a:hover {
	color:#721213;
	text-decoration:underline;
}
/* -- hpContent -- */

#home_about {
	width:460px;
	height:220px;
	float:left;
	background:#edede3;
	border-right:2px solid #fff;
	overflow:hidden;
}
#home_welcome {
	width:298px;
	height:220px;
	float:left;
	background:#e4e4d0;
	overflow:hidden;
}
#home_text {
	padding: 20px;
	font-size:11px;
	color:#333;
	line-height:18px;
}
.red {
	color:#721213;
}
#quote {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#quote p {
	margin:0;
	padding:0;
}
#photodiv img {
	border:none;
}
/* -- ipContent -- */

#leftColumn {
	float:left;
	width:230px;
	background:#edede3;
	border-right:2px solid #fff;
	padding-bottom:50px;
}
#leftColumn ul {
	list-style:square;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#leftColumn li a {
	text-decoration: none;
	color:#721213;
}
#leftColumn li a:link, #leftColumn li a:visited {
	color: #721213;
}
#leftColumn li a:hover, #leftColumn li a:active, #leftColumn a:link#current, #leftColumn a:visited#current, #leftColumn a:hover {
	color: #333;
	text-decoration:underline;
}
#ip_text {
	padding:20px;
	font-size:12px;
	color:#333;
	line-height:18px;
}
#ip_text h1 {
	font-size:18px;
	color:#381212;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
}
#ip_text h2 {
	font-size:18px;
	color:#333;
	line-height:18px;
	font-weight:normal;
}
#ip_text h3 {
	font-size:14px;
	color:#333;
	line-height:18px;
	font-weight:normal;
	border-bottom:1px solid #666;
}
.largerText {
	font-size:14px;
}
.largerTextRed {
	font-size:14px;
	color:#721213;
}
.breadcrumb {
	font-size:10px;
	color:#666;
}
#ip_text blockquote {
	background-color:#f8efdf;
	padding:10px 10px 10px 20px;
	margin-top:10px;
}
#ipContent {
	float:left;
	width:528px;
	background:#fff;
}
#ipContent a {
	color:#721213;
	text-decoration:none;
}
#ipContent a:hover {
	color:#721213;
	text-decoration:underline;
}
.imageBorder {
	padding:2px;
	border:1px solid #CCCCCC;
}
.galleryImageBox {
	float:left;
	width:100px;
	height:100px;
}
/* -- footer -- */

#bottomcurve {
	width:776px;
	height:20px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	clear:both;
	width:700px;
	padding-top:40px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:40px;
	color:#333;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}
