/* CSS Document */

#tempwrapper {
	margin: 100px auto 100px auto;
	width: 202px;
}

#page-top {
	background: url(../images/page-top.jpg) top left no-repeat;
	width: 786px;
	height: 23px;
	margin: 0px auto 0px auto;
}

#page-header {
	background: url(../images/page-bg.jpg) repeat-y;
	width: 786px;
	height: 94px;
	margin: 0px auto 0px auto;
}

#partners {
	float: right;
	display: inline;
	margin: 8px 22px 0px 0px;
}

#top-nav {
	float: right;
	margin: 8px 22px 0px 0px;
	}
	#top-nav ul, #partners ul {
		margin: 0px;
	}
	#top-nav li, #partners li {
		display: inline;
	}	

#page-bottom {
	background: url(../images/page-bottom.jpg) bottom left no-repeat;
	width: 786px;
	height: 36px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	}
	#page-bottom p {
		margin: 0px 0px 0px 22px;
		padding-top: 4px;
	}
	#page-bottom a, #page-bottom a:visited {
		color: #000000;
		text-decoration: none;
	}
	#page-bottom a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

#designby {
	width: 786px;
	margin: 0px auto 0px auto;
	}
	#designby p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		color: #999999;
		margin-left: 22px;
	}
	#designby a, #designby a:visited {
		text-decoration: none;
		color: #999999;
	}
	#designby a:hover {
		text-decoration: underline;
	}
	
		
#banner {
	background: url(../images/page-bg.jpg) repeat-y;
	width: 786px;
/*	height: 180px;*/
	margin: 0px auto -5px auto !important;
	margin: 0px auto 0px auto;
	}
	#banner object {
		margin: 0px 0px 0px 14px;
	}
	#banner img {
		margin: 0px 0px 4px 14px !important;
		margin: 0px 0px 0px 14px;
	}
	
#nav {
	background: url(../images/fp-nav-bg.jpg) left top no-repeat;
	width: 786px;
	height: 86px;
	margin: 0px auto 0px auto;
	}
	#nav ul {
		float: right;
		list-style-type: none;
		margin: 0px;
	}
	#nav li {
	margin: 0px 78px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	list-style-image: url(../images/nav-arrow.gif);
	}
	#nav table {
		margin-right: 14px !important;
		margin-right: 7px;
	}
	#nav a {
		color: #6B432E;
		text-decoration: none;
	}
	#nav a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
	
#content-container {
	background: url(../images/page-bg.jpg) repeat-y;
	width: 786px;
	margin: 0px auto 0px auto;
	min-height: 340px;
}

#content {
/*	border: 1px solid #000000;*/
	margin: 0px auto 0px auto;
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	#content h1 {
		margin: 0px;
		color: #6B432E;
		font-size: 1.3em;
	}
	#content h3 {
		font-size: 1.1em;
	}
	#content a, #content a:visited {
		text-decoration: none;
		color: #0000FF;
	}
	#content a:hover {
		text-decoration: underline;
	}

#fp-left {
	margin: 0px 0px 20px 0px;
	width: 382px;
	float: left;
/*	border: 1px solid #0000FF;*/
	}
	#fp-left h1 {
		color: #806A4D;
		font-size: 1.3em;
		margin-bottom: 12px;
	}
	#fp-left h2, #fp-right h2 {
		color: #6B432E;
		font-size: 1.3em;
	}
	#fp-left img {
		border: none;
	}
	#fp-left a {
		text-decoration: none;
	}
	#fp-left a:hover {
		text-decoration: underline;
	}
	#fp-left td img {
		border-color: #D9CEC0;
	}

#fp-right {
	margin: 0px 0px 0px 164px;
	width: 180px;
	float: left;
/*	border: 1px solid #FF0000;*/
}

#rightcol {
	margin: 32px 0px 0px 150px;
	width: 198px;
	float: left;
	color: #D9CEC0;
	/*	color: #E5CFB0;*/
	}
	#rightcol li {
		list-style-image: url(../images/nav-arrow.gif);
		margin: 4px 0px 4px 0px;
	}
	#rightcol a, #rightcol a:visited {
		color: #D9CEC0;
		text-decoration: none;
	}
	#rightcol a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	#rightcol h2 {
		margin: 0px 12px 4px 8px;
		color: #FFFFFF;
		font-size: 1.3em;
	}
	#rightcol p, #rightcol h3 {
		margin: 0px 12px 0px 8px;
	}
	#rightcol img {
		border-color: #D9CEC0;
	}
	
	
#quote {
	width: 190px;
	height: 120px;
	margin: 24px auto 20px auto;
	background: url(../images/quotes.gif) no-repeat;
	color: #806A4D;
	}
	#quote p {
		text-align: justify;
		padding-top: 28px;
		padding-left: 8px;
		font-style: italic;
	}

/* CSS Classes */
.fp-logo {
	margin-left: 22px;
}

.fp-banner {
	margin-left: 14px;
}

.prop {
	height:360px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.box-body-bg {
	background: url(../images/rightcol-bg.jpg) repeat-y;
}

.padcell {
	margin-right: 8px;
}

.example-images {
	margin-top: 24px;
}

.gal-image {
	border: 2px solid #D9CEC0;
}
