/* Layout Stylesheet */ 

body {
	margin:5px auto;
	text-align:center;
	background:#3b2301 url('../images/bg_mainbg.jpg') top left repeat-x;
	color:#333;
	font-size:small;
	font-family:Verdana, Arial, sans-serif;
	}

#headernavcontainer {
	margin:0 auto;
	width:900px;
	background:url('../images/headerbg.gif') top left no-repeat;
	padding:0;
	text-align:center;
	}

	#headercontainer {
		margin:0;
		padding:0;
		background:url('../images/mainheader.gif') top left no-repeat;
		}

		#headerlc {
			float:left;
			width:580px;
			text-align:right;
			padding:30px 0;
			}

			#headerlc img {
				border:0px solid white;
				}

		#headerrc {
			float:right;
			width:300px;
			text-align:right;
			}

	#navcontainer {
		margin:0;
		padding:0;
		width:900px;
		}

		#nav {
			margin:0 55px;
			text-align:center;
			}

			#nav a {
				display:block;
				float:left;
				font-family:Georgia, Times, serif;				
				font-size:0.9em;
				font-weight:normal;
				background:url('../images/bg_buttons.gif') top left no-repeat;
				width:148px;
				}

			#nav a:link, #nav a:visited {
				padding:8px 0 9px;
				color:#d38e62;
				background-position:-148px 0;
				}

			#nav a:hover {
				color:#91542d;
				background-position:0 0;
				text-decoration:none;
				}

			#nav a.current {
				color:#91542d;
				background-position:0 0;				
				}



#contentcontainer {
	width:900px;
	margin:0 auto;
	padding:0;
	background:url('../images/bg_contentbg1.gif') top center repeat-y;
	}

/* ===================== Home Page ===================== */

	#hpcolumncontainer {
		background:url('../images/bg_contentbg.gif') top left no-repeat;
		min-height:500px;
		padding:40px 0 30px 0;
		}

		#hpleftcolumn {
			float:left;
			padding:0 0 0 55px;
			margin:0;
			}

			.hpcontentimagestop {
				background:url('../images/bg_hpcontentimagestop.gif') top left no-repeat;
				width:260px;
				height:5px;
				}

			.hpcontentimagesmid {
				background:url('../images/bg_hpcontentimagesmid.gif') top left repeat-y;
				width:260px;
				padding:20px 0;
				text-align:left;
				}

				#hptopcrossfader {
					padding:0;
					}

					.hpcrossfader1 {
						position:relative;
						}

						.crossfader1element {
							margin:0 0 0 19px;
							}
							
				#hpbasecrossfader {
					padding:0;
					margin:40px 0 10px 0;
					}

					.hpcrossfader2 {
						position:relative;
						}

						.crossfader2element {
							margin:0 0 0 19px;
							}

				.hpimagetag {
					margin:5px 20px 0;
					text-align:center;
					font-size:80%;
					font-style:italic;
					color:#666;
					}

			.hpcontentimagesbase {
				background:url('../images/bg_hpcontentimagesbase.gif') bottom left no-repeat;
				width:260px;
				height:5px;
				margin:0 0 30px 0;
				}					

		#hprightcolumn {
			float:right;
			width:538px;
			text-align:left;
			margin:0;
			padding:0;
			}

			.hpcontenttexttop {
				background:url('../images/bg_hpcontenttexttop.gif') top left no-repeat;
				width:480px;
				height:5px;
				}

			.hpcontenttextmid {
				background:url('../images/bg_hpcontenttextmid.gif') top left repeat-y;
				width:480px;
				padding:10px 0 20px;
				}

			.hpcontenttextbase {
				background:url('../images/bg_hpcontenttextbase.gif') bottom left no-repeat;
				width:480px;
				height:5px;
				margin:0 0 30px 0;
				}

/* ===================== Portfolio Page ===================== */

	#contenttextcontainer {
		background:url('../images/bg_contentbg.gif') top left no-repeat;
		min-height:500px;
		padding:40px 0 30px 0;
		width:900px;
		}

		.contenttop {
			background:url('../images/bg_contenttexttop.gif') top left no-repeat;
			width:787px;
			height:5px;
			margin:0 auto;
			}

		.contentmid {
			background:url('../images/bg_contenttextmid.gif') top left repeat-y;
			width:787px;
			padding:10px 0 20px;
			text-align:left;
			margin:0 auto;
			}

			.portimage1 {
				float:left;
				padding:0 0 20px 40px;
				}

			.portimage2 {
				float:left;
				padding:0 0 20px 32px;
				}

			.portimage3 {
				float:right;
				padding:0 40px 20px 0;
				}


		.contentbase {
			background:url('../images/bg_contenttextbase.gif') bottom left no-repeat;
			width:787px;
			height:5px;
			margin:0 auto 30px auto;
			}



#footercontainer {
	margin:0 auto;
	width:900px;
	background:url('../images/bg_footerbg.gif') bottom left no-repeat;	
	}
	
	#footerlc {
		float:left;
		width:450px;
		text-align:left;
		}

	#footerrc {
		float:right;
		width:445px;
		text-align:right;
		}


.clear {
	clear:both;
	}

/* Presentation Stylesheet */

h2 {
	font-family:Georgia, Times, Serif;
	font-size:140%;
	font-weight:normal;
	color:#4e3209;
	margin:0 30px;
	padding:10px 0;
	}

p {	
	margin:0 30px;
	padding:10px 0;
	}

p.headertelephone {
	font-family:Georgia, Times, Serif;
	font-size:140%;
	margin:45px 60px 0 0;
	padding:0;
	color:#2f1c11;
	}

p.headeremail {
	font-family:Georgia, Times, Serif;
	font-size:85%;
	margin:2px 60px 5px 0;
	padding:0;
	}

p.address {
	margin:0 50px;
	padding:10px 0;
	}


p.footer {
	padding:10px;
	margin:0;
	font-size:80%;
	}

ol {	
	margin:0 20px 0 30px;
	padding:10px 0;
	list-style-type:none;
	}

li {
	margin:10px 0;
	padding:0 0 0 30px;
	background:url('../images/listtick.gif') top left no-repeat;
	}

img {
	padding:1px;
	border:1px solid #8f7574;
	}

img.port {
	padding:1px 1px 20px 1px;
	background:url('../images/portfolio/bg_viewlargeimage.gif') bottom center no-repeat;
	border:1px solid #8f7574;
	}


/* Text Links */

a:link {
	color:#91542d;
	text-decoration:none;
	}

a:visited {
	color:#91542d;
	text-decoration:none;
	}

a:hover {
	color:#643516;
	text-decoration:underline;
	}

a:active {
	color:#d38e62;
	text-decoration:none;
	}		