html { min-height: 100%; margin-bottom: 1px; }

body { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#dff4de;	
	color:#000000; 
	width: 800px;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	}

p {
	padding: 0 20px 0  20px;
	font-size: 12px;
	
}
/* main and content are both divs wrapping the body 
	content of the general site (interior) pages */

#main {
	background-image:  url(../images/bkg.gif);
	background-repeat:repeat-y;
    width: 800 px;	
	margin: 0px;
	padding: 0px;	
	
	}

#content {
	position:relative;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 22px;
	margin-top: 20px;
    margin-left: 130px;
    width: 400px;
	
		}

#header {
    margin-left: 0px;    
	margin-top:12px;	
	
		}
.boldText{
color:#635536;
}
h1{
font-size:18px;
font-weight: bold;
color:#000000;
}
h2{
font-size:14px;
font-weight: bold;
color:#000000;
}
h3{
font-size:12px;
font-weight: bold;
color:#635536;
margin-left: 20px;
margin-bottom:-10px;
}
.portfolioContent{
margin-left:-210px;
}
.portfolioImages{
margin-left:-190px;
}
#footer {
margin-top:-11px;
	margin-left:100px;
	margin-top: 35px;
	background-image:  url(../images/footer_bkg.gif);
	background-repeat:no-repeat;
	height:100px;
	
}

.footerText{
	color: #000000;
	font-size:12px;
	text-align: right;	
	width: 605px;
}


#bottomTextNav {
	font-size:12px;
	line-height:20px;
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	width: 605px;
}



/* We also have some static positioning here for the maintext - 
	maintext is a Div that holds all the body content from the initial 
	header up to the footer. Same deal as above: we needed the static 
	positioning to get over browser compatibility issues. 
*/






a:visited {
	color: #DD8927;
	text-decoration: underline;
}
a:active {
	color: #DD8927;
	text-decoration: none;
}
a:link {
	color: #DD8927;
	text-decoration: underline;
}
a:hover {
	color: #8E7846;
	text-decoration: none;
}


/* Hack for min height*/
  .prop {
    height:400px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/* Pop out menus */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}




#menu {	
	position: absolute;
	display:block;
	top: 130px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0px;
	width: 180px;
	line-height: 35px;
	z-index: 100;
	padding-top:0px;
	margin-top: 0px;
	
	height:580px;
}
#menu dl {
	padding: 0px;
}

#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	color: #000000;	
	font-weight:bold;
	font-size: 14px;
	padding-left: 40px;
	border: 0px;
	text-align: left;
}

#menu dt a:hover {
	color:#DFF4DE;	
	text-decoration: none;
}





#menu dt #sideActive {
font-size: 18px;
	color:#ffffff;
	margin-left:20px;
	text-decoration: none;
	background-image:  url(../images/nav_star.gif);
	background-repeat:no-repeat;
	background-position: 20px;
}


#menu dd {
	position: absolute;
	z-index: 101;
	left: 147px;
	margin-top: -30px;
	width: 200px;
	background-color: #000000;
	border: 1px #ffffff solid;
	border-bottom: 0px;
	display:none;
}

#menu ul {
	padding: 0px;
}
#menu li {
	text-align: left;	
	text-indent:0px;
	font-size: 12px;
	font-weight: bold;	
	color: #ffffff;	
	height: 25px;
	line-height: 25px;
	border-bottom: 1px #ffffff solid;
}


#menu li a:hover {
	color:#DFF4DE;	
	background-color: #ffffff;
	text-decoration: none;
}

