/* GLOBAL - - - - - - - - - - - - - - - - - - - - */

body {
	background-color: #8b696f;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	background-image: url(../images/bg-gradient.png);
	background-repeat: repeat-x;
	background-position: 0 0; */
	text-align: middle;
}


/* TYPE - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, p, div, td, th, li {
	font-family: Georgia, serif;
}
p, address, li, td {
	margin-top: 0px;
	font-size: 14px;
	line-height: 17px;
	color: #444;
	font-style: normal;
}
li {
	margin-top: 0px;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}
li {
	margin-bottom: 3px;
}
address {
	margin-left: 28px;
	margin-bottom: 50px;
	/* color: #fff; */
}	
h1 {
	font-size: 24px;
	height: 28px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	color: #bf9b7a;
	font-weight: normal;
	font-style: italic;
	position: relative;
	top: -17px;
}
h2 {
	font-size: 16px;
	margin-top: 1.5em;
	margin-bottom: .25em;
	color: #543d3f;
}
h3 {
	font-size: 14px;
	margin-top: 1.5em;
	margin-bottom: .25em;
	color: #543d3f;
}
a {
	color: #5e7edf; 
	text-decoration: none;
}
a: visited {
	color: #5e7edf;
	text-decoration: none;
}
a: hover {
	color: #86a3fb;
	text-decoration: underline;
}

a.back-to-top {
	font-size: 11px;
	text-align: right;
}

.first-line {
	margin-top: 0;
}




/* HEADER - - - - - - - - - - - - - - - - - - - - */
div#arch {
	position: absolute;
	height: 182px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../images/bg-arch.png);
	background-repeat: no-repeat;
	background-position: 50% -60px;
}
body#index div#arch {
	height: 242px;
	background-position: 50% 0px;
}

div#header {
	height: 178px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/banner-home.jpg);
	background-repeat: no-repeat;
	background-position: 0 47px;
}

	div#header img#logo {
		position: absolute;
		top: 12px;
		left: 0px;
	}
	div#header ul.nav {
		text-align: left;
		position: absolute;
		padding: 6px;
		height: 19px;
		margin: 0px;
		left: 0px;
		top: 47px;
		width: 738px;
		background-color: #7d5d43;
	}
		div#header ul.nav li {
			display: inline;
			font-family: 'Lucida Grande',Verdana,'Myriad Web',TrebuchetMS,Geneva,sans-serif;
			font-size: 13px;
			line-height: 13px;
			padding: 3px;
			padding-left: 9px;
			padding-right: 9px;
		}
			div#header ul.nav li a {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
		}
			div#header ul.nav li a: hover {
				color: #ffe647;
				text-decoration: underline;
			}

	div#header ul.global-nav {
		text-align: right;
		position: absolute;
		padding: 0px;
		margin: 0px;
		right: 0px;
		top: 20px;
		width: 260px;
	}
		div#header ul.global-nav li {
			display: inline;
			font-family: 'Lucida Grande',Verdana,'Myriad Web',TrebuchetMS,Geneva,sans-serif;
			font-size: 12px;
			line-height: 12px;
			padding: 3px;
			padding-left: 9px;
			padding-right: 9px;
		}
			div#header ul.global-nav li a {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
			div#header ul.global-nav li a: hover {
				color: #ffe647;
				text-decoration: underline;
			}

	/* Home page specific stuff */
	body#index div#header
	{
		height: 238px;
	}
	div#curve-top {
		position: absolute;
		width: 750px;
		height: 31px;
		top: 147px;
		left: 0px;
		background-image: url(../images/tan-curve-top.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	body#index div#curve-top {
		top: 207px;
	}



/* BODY - - - - - - - - - - - - - - - - - - - - */

div#body {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	padding-top: 16px;
	background-image: url(../images/tan-curve-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 -70px;
	}

	
	/* Sub page specific stuff */
	div#body div#column1 {
		margin: 0px;
		padding: 10px;
		float: left;
		text-align: left;
		width: 475px; 
		margin-left: 35px;
		margin-top: 18px;
	}

	div#body div#column2 {
		margin: 0px;
		padding: 10px;
		float: left;
		text-align: left;
		width: 155px; 
		margin-left: 15px;
		margin-top: 20px;
	}
		div#body div#column2 h3 {
			margin-top: 0px;
			margin-bottom: 12px;
			color: #898989;
		}
		div#body div#column2 p {
			font-size: 12px;
			line-height: 15px;
			color: #898989;
		}

	div.indent
	{
		margin: 25px;
	}



/* 	Home page specific stuff */
		
	body#index div#body {
		background-image: url(../images/tan-curve-bottom.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	body#index div#mission {
		width: 650px;
		color: #786266;
		font-size: 16px;
		line-height: 21px;
		font-style: italic;
		margin: 0px 50px 50px 50px;
	}

div#body div.clear {
	clear: both;
	height: 30px;
	width: 750px;
}


/* FOOTER - - - - - - - - - - - - - - - - - - - - */

div#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	div#footer ul.nav {
		text-align: right;
		padding: 0px;
		margin: 0px;
		position: absolute;
		right: 0px;
		top: 0px;
/*		width: 400px;*/
                width: 480px;
	}

		div#footer ul.nav li {
			display: inline;
			font-size: 11px;
			line-height: 18px;
			padding: 0px;
			padding-left: 5px;
			margin: 0px;
		}
			div#footer ul.nav li a {
				color: #d6b4bb;
				text-decoration: none;
			}
			div#footer ul.nav li a: hover {
				color: #fff;
				text-decoration: underline;
			}
			
	div#footer p#copyright {
		color: #543d3f;
		font-size: 11px;
		line-height: 18px;
		padding: 0px;
		margin: 0px;
		position: absolute;
		left: 0px;
		top: 3px;
		width: 300px;
	}

td.phototd img{
    width: 200px;
    height:auto !important;
 }
#wgallery   td{
    padding: 8px;
    }

/* webapp styling */
#origphoto{

    width: expression(document.body.clientWidth > 302? "300px" : "auto");
    max-width: 300px;
}
