@charset "utf-8";

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Site specific CSS */
html, body {
	height: 100%;	
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color:#000;
}

body {
	background-image:url(../img/bgpaper.jpg);	
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 20px 0 0;	
}

#footer {
	width: 1000px;
	margin: 0 auto;
}

#footerleft {
	float: left;
	padding: 17px 0 0 20px;
	display: inline;
	font-size: 0.7em;
	color:#fff;
}

.expandbox {
	width: 1000px;
	margin: 0 auto;
	height: 214px;
}

.expandboxcontactpad {
	padding: 20px 20px 20px 69px;
}	

.expandboxcategoriespad {
	padding: 20px 20px 20px 155px;
}	

#expandboxwrapper {
	background: #000;
	color: #fff;
	font-size: 0.65em;
}	
	#expandboxwrapper a, #expandboxwrapper a:visited {
		color: #fff;
		text-decoration: none;
		margin: 0 15px 0 0;
	}
	
	#expandboxwrapper a:hover, #expandboxwrapper a:active {
		color: #f00;
		text-decoration: none;
	}


#footerright {
	float: right;
	color: #b07d79;
	padding: 17px 20px 0 0;
	display: inline;
	font-size: 0.7em;
}

	#footerright a, #footerright a:visited {
		color: #b07d79;
		text-decoration: underline;
	}
	
	#footerright a:hover, #footerright a:active {
		color: #ffffff;
		text-decoration: underline;
	}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin: 0 0 -50px 0;
}

#headerwrap {
	height: 104px;
	background: url(../img/headerbg.png);
}

#headerwrap2 {
	height: 104px;
	background: url(../img/headerbggrad.png) center top no-repeat;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

h1 {
	padding: 35px 0 0 15px;
}

#navwrap {
	background: #000;	
}

#navbar {
	height: 30px;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 40px;
	font-size: 0.65em;
	text-transform: uppercase;
}

	#navbar a, #navbar a:visited {
		color: #fff;
		text-decoration: none;
		margin: 0 15px 0 0;
	}
	
	#navbar a:hover, #navbar a:active {
		color: #f00;
		text-decoration: none;
	}
	
#navdeco {
	background: url(../img/fillerbackground.jpg) top center no-repeat;
	height: 214px;
}

#footerwrap{ 
	height: 50px;
	background: #700f0f url(../img/headerbggrad.png) center top no-repeat;
}

#headerbottom {
	height: 50px;
	background: url(../img/headerbottom.png) top center repeat-x;
}

#footerpush {
	height: 50px;	
}

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.photodesc {
	color: #725024;
	padding: 15px 25px;
	font-size: 0.9em;
}

.photofull {
	padding: 0px 10px;	
}

.contentboxhalf {
	width: 500px;
	float: left;
	display: inline;
}

	.imagewrapper {
		width: 460px;
		height: 205px;
		overflow: hidden;
	}

	.contentboxhalftop {
		height: 25px;
		background:url(../img/contenthalftop.png);
	}
	
	.contentboxhalfmid {
		background:url(../img/contenthalfmid.png);
		padding: 0 20px;
		color: #725024;
		font-size: 0.8em;
	}
	
	.contentboxhalfbottom {
		height: 25px;
		background:url(../img/contenthalfbottom.png);
	}
	
	.imagethumb {
		margin: 20px auto 0;
	}

.clear {
	clear: both;	
}
