/*Reset CSS*/
* { 
margin: 0px; 
padding: 0px; 
border: 0px}

/*Page Styles*/
body {
background-color:#ddc0a9;
text-align:left;
background: #ddc0a9;
background-repeat:repeat-x;
background-attachment:fixed;
font: tahoma, tahoma, sans-serif;

}

table {
border-collapse: separate;
border-spacing: 3 3;
}


td
{ font-family: tahoma; 
color: #000000;
font-size: 8pt;
text-align: center;
height: 25%;
width: 25%;
 }

input, textarea
{ background: #fff;
font-family: tahoma; 
font-size: 9pt;
color: #990000; 
border-style: inset; 
border-color: #990000;
border-width: 1px; }


/*Div Styles*/
#frame {
	width:730px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
    border: 0px solid #667556;
	background:#c7a37f;
	text-align: left;
    font-family: tahoma; 
    color: #61524b; 
    letter-spacing: 1pt; 
    font-weight: normal; 
    font-size: 9pt;
	}
	
#secondFrame {
	width:730px;
    border: 0px solid #667556;
	background:#c7a37f;
	text-align: left;
    font-family: tahoma; 
    color: #61524b; 
    letter-spacing: 1pt; 
    font-weight: normal; 
    font-size: 9pt;
	}

#header {
	width:730px;
	height:130px;
	background:#7e6a63;
    background-image:url('images/TheThorsenHouse.jpg');
    background-position:center center;
	text-align: center;
	background-repeat: no-repeat;
    float:left;
	}	


#quoteBoxContent {
float: left;
width: 600px;
background: #b18467;
border: 20px solid #c7a37f;
padding: 10px;
font-family: tahoma, sans-serif;
font-size: 9pt;
color: #473c3a;
}

#quoteBoxHeader {
float: left;
width: 302px;
height: 210px;
background: #b18467;
border: 20px solid #c7a37f;
padding: 10px;
font-family: tahoma, sans-serif;
font-size: 12pt;
color: #473c3a;
}

#pictureBox {
float: left;
width: 340px;
height: 270px;
padding-left: 20px;
background-image:url('images/ThorsenHouseFront.jpg');
background-position: center center;
background-repeat: no-repeat;
font-family: georgia;
font-size: 9pt;
color: #473c3a;
}

div.sectionTitle {
float:left;
width: 730px;
}

div.content {
width: 670px;
background:#c7a37f;
color: #7d8089;
font-family:tahoma;
font-size:9pt;
overflow:auto;
padding: 20px;
float: left;
}

#footer {
	width:730px;
	height: 50px;
	background:#ddc0a9;
	text-align: left;
    font-family: tahoma; 
    color: #ddc0a9; 
    letter-spacing: 1pt; 
    font-weight: normal; 
    font-size: 9pt;
	}


/*Text Styles*/

		
p,h1,pre {
margin:0px 10px 10px 10px;
}

p {
font-family: Arial, Helvetica, sans-serif;
color: #60514b;
letter-spacing: 1pt;
font-weight: normal
font-size: 12pt;
line-height: 13pt;
}

p.quote {
font-family: Palatino, Georgia, Times New Roman, serif;
font-size: 15pt;
line-height: 16pt;
text-align: center;
color: #473c38;
}

p.quoteSmall {
font-family: Palatino, Georgia, Times New Roman, serif;
font-size: 12pt;
line-height: 16pt;
text-align: center;
color: #473c38;

}

li {
font-family: Arial, Helvetica, sans-serif;
color: #60514b;
margin-left: 30px;
letter-spacing: 1pt;
font-weight: normal
font-size: 12pt;
line-height: 13pt;
}
		
h1 {
font-family: Arial, Helvetica, sans-serif; 
color: #60514b; 
letter-spacing: 2pt; 
margin-bottom:-5px;
font-weight: normal; 
font-size: 18pt;
}

h2 {
font-family: Arial, Helvetica, sans-serif; 
color: #7e6a63; 
letter-spacing: 2pt;
margin-left:10px;
font-weight: normal; 
font-size: 14pt;
}
		
		

/*Additional page attributes*/
hr {
border: 0;
color: #93696a;
background-color: #93696a;
height: 1px;
width: 96%;
text-align: center;
margin-left:10px;
}

.imageProperty {
margin:5px;
}

.imagePropertyHeader {
margin-top:-5px;
margin-bottom:10px;
}
	

/* Other Styles */

#menu {
        float:right;
height:45px;
width:100%;
        align:left;
        width:915px;
	background:#667556;
}

#navDiv {
width:96%;
margin:auto auto auto auto;
}

#navigation {
   list-style: none;
   margin: 0; padding: 0;
   align:left;

   background: #667556;
}

#navigation li {
   float: left;
   align: justify;
   background: #667556;
}

#navigation li a {
   display: block;
   background: #667556;
   text-align: center;
   text-decoration: none;
   font-family: tahoma;
   font-size: 10pt;
   color: #fff;
   padding: 15px 18px 14px 18px;
   border: 0px solid #ffff99;
}

#navigation li a:hover {
   background: #ccddbb;
   color: #667556;
}

