@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
		background-image: url(../../images/template/background.jpg);
		background-color: #FFF4B6;
		background-position: center top;
		background-repeat: no-repeat;
	color: #331803;
	font-family: Arial, Helvetica, sans-serif;
	width: 975px;
	margin: 0px auto 0px auto;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #B01222;
	font-weight: bold;
	}
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FD6D3A;
	font-size: 0.90em;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FE5B17;
	font-size: 0.8em;
	}
	
			.intro {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 1em;
				color: #B01222;
				font-weight: normal;
				}
			
			.sub {
				font-size: .85em;
				padding-top: 5px;
				display: block;
				}
.hidden {
	display: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	}
	
			.listInline { /* defines appearance of lists inside paragraph content */
				}
			
			.listInline li {
				padding-bottom: 10px;
				}
			
			.listNonlist {
	line-height: 1.75em;
				}
				
a:link, a:visited {
	font-weight: normal;
	color: #B01222;
	text-decoration: underline;
	}
	
a:hover {
	font-weight: normal;
	color: #A7825A;
	text-decoration: none;
	}
	
a img {
	border:0;
	}
			
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	}
#formContainer {
	font-size: 0.75em;
	font-style: italic;
	color: #7B6D4C;
	}

/* -------- TEMPLATE styles -------- */

#header {
	position: relative; 
 	height:130px; 
	width:975px;
	z-index:100;
}
#logoLeft {
	position: absolute;
	background-image: url(../../images/template/logo_left.gif);
	background-repeat: no-repeat;
	height: 155px;
	width: 165px;
	left: 121px;
	top: 20px;
	}
	
#logoRight {
	position: absolute;
	background-image: url(../../images/template/logo_right.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 385px;
	left: 304px;
	top: 30px;
	}
	
#address {
	position: absolute;
	height: 45px;
	width: 165px;
	right: 0px;
	top: 51px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: normal;
		color: #FF8500;
		line-height: 1.2em;
	}

#contentContainer {
	 position:relative;
	 width:975px;
	 z-index: 0;
	}
	
#contentWrapper {	/* surrounds the whole box excluding navigation */
	position: relative;
	background-image: url(../../images/template/content_background.gif);
	background-repeat: repeat-y;
	left: 50px;
	width: 925px;
	}

#contentTop {
	position:relative;
	width: 925px;
	background-image:url(../../images/template/content_top.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 35px 0px 0px 0px;
		/*min-height: 550px;  min-height hack 
		height: auto !important;
		height: 550px;*/
	}

#contentBottom { /* contains the rounded corners for the bottom of box */
	position:relative;
	background-image:url(../../images/template/content_bottom.gif);
	background-repeat:no-repeat;
	margin: 0;
	width: 925px;
	height: 33px;
	left: 0px;
	clear: both;
	}

#contentArea {	/* actual text and images live ONLY inside this box*/
	position: relative;
	left: 188px;
	width: 700px;
	padding-top: 15px;
	min-height:400px;
	height:auto !important;
    height:400px;
	}

			#columnLeft {
				width:400px;
				left: 0px;
				top: 0px;
				display: block;
				position: relative;
				float: left;
				}
				
			#columnRight {
				float:left;
				width: 275px;
				display: block;
				left: 25px;
				position: relative;
				padding-top: 40px;
				/* margin-top: 300px; invoked for photo */
				}
	

#footer {
position:relative;
background-image: url(../../images/template/hansen_logo.gif);
background-repeat: no-repeat;
background-position: 314px 20px;
padding-left: 315px;
padding-top: 100px;
height: 40px;
width: 835px;
color: #706D6A;
font-size: 0.65em;
clear: both;
}
	
	
			/* --- Navigation elements --- */
			
			#navigation {	
				width: 202px;
				position: absolute;
				left: 0px;
				top: 180px;
				}
				
			#navigation ul{
				list-style: none;
				margin: 0px;
				left: 15px;
				margin-left: 20px; padding-left:0px;

				}
			#navigation li   {
				padding: 5px 0px 5px 10px;
				border-bottom: 1px dotted #FEB228;
				width: 150px;
				}
				
			#navigation a {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: .7em;
				font-weight: bold;
				color: #FE5B17;
				text-decoration: none;
				}
				
			#navigation a:hover {
				color: #B01222;
				}
				
			#navigation .bas, #navigation .haut, #navigation .milieu { /* suppression of all margins and paddings */
				margin: 0;
				padding: 0;
				width: 202px;
				}
			
			#navigation .bas { /* bottom */
				height: 25px;
				background-image:url(../../images/template/nav_bottom.gif);
				background-repeat: no-repeat;
				}
			
			#navigation .haut {	/* top */
				height: 25px;
				background-image: url(../../images/template/nav_top.gif);
				background-repeat: no-repeat;
				}
			
			#navigation .milieu { /* middle */
				background-image: url(../../images/template/nav_bg.gif);
				background-repeat: repeat-y;
				}
				
          
#photoLayer {	/* places the scrapbook-style photos on the page */
	position: relative;
	float: right;
	}




