/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #b0b29d;
	behavior: url(includes/csshover.htc);
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#pagewrap {
	display: block;
	margin: 0;
	padding: 0 0 15px 0;
	width: 942px;
	background-color: #58000E;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#innerwrap {
	width: 894px;
	background-color: #FFF;
	border-right: 4px solid #000;
	border-left: 4px solid #000;
	background-image: url(../images/inner_back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#topbar {
	height: 16px;
	background-image: url(../images/scallop.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#leftcol {
	float: left;
	width: 698px;
}
#leftcol_one {
	float: left;
	width: 150px;
	margin: 10px 5px;
	text-align: left;
}
#leftcol_one p{
	padding: 5px 15px;
	color: #580c30;
	font-size: 14px;
}
#leftcol_two {
	float: left;
	width: 480px;
	margin: 10px 0 10px 25px;
	text-align: left;
	font-size: 15px;
	color: #333;
	line-height: 20px;
}
#contactform {
	background-color: #fff9e3;
	float: left;
	width: 693px;
}
#thumbnails {
	background-color: #fff9e3;
	float: left;
	width: 693px;
	text-align: center;
}
#thumbnails img{
	padding: 10px 4px;
}
#rightcol {
	float: right;
	width: 196px;
}
#rightcol #image {
	float: right;
	width: 196px;
	height: 267px;
	background-image: url(../images/right_col.jpg);
	background-repeat:no-repeat;
	border-bottom: 5px solid #FFF;
}
#rightcol #image a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	line-height: 16px;
}
#rightcol p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 13px;
	color: #FFF;
}




div#footer {
	padding: 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 932px;
}
div#footer a {
	color: #666;
	text-decoration: none;
}
div#footer a:hover {
	color: #666;
	text-decoration: underline;
}
div#copyright {
	float: left;
	width: 350px;
	text-align: left;
	margin-left: 25px;
}
div#credits {
	float: right;
	width: 350px;
	text-align: right;
	margin-right: 25px;
}
#menu {
	display: block;
}



/* CLEARFIX */

.clear, #clear {
	clear: both;
}
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}