body {
    background-color:#fff;
	width:auto;
	height:auto;
	margin-right:auto;
	margin-left:auto;
    }
/********** PRIMARY MAJOR DIVS ***************/
#container {
	background-image:url(images/bg.jpg);
	background-color:#fff;
    border:none;
	width:1000px;
	height:692px;
	margin-top:80px;
	margin-right:auto;
	margin-left:auto;
	}
#dots {
	background-image:url(images/dottedLine.jpg);
	background-repeat:no-repeat;
	height:12px;
	}
#bottomdots {
	background-image:url(images/dottedLine.jpg);
	background-repeat:no-repeat;
	height:12px;
	float:left;
	position:relative;
	width:1000px;
	}
#header {
	background-image:url(images/header.jpg);
	height:100px;
	}
#navmenu {
	background-color:#e2dfd0;
	float:left;
	width:186px;
	height:500px;
	padding-top:0px;
    margin-top:0px;
	}
#blurb {
	background-color:#fff;
    width:804px;
	border:none;
	height:0px;
	float:left;
	text-align:justify;
	position:relative;
	padding-left:10px;
	padding-right:0px;
	}
#blurb1 {
	background-color:#838071;
    width:270px;
	border:none;
	height:500px;
	float:left;
	text-align:justify;
	position:relative;
	}
#blurbDivider {
	background-color:#fff;
	height:500px;
	width:10px;
	float:left;
	}
#blurb2 {
    width:524px;
	border:none;
	height:500px;
	float:left;
	text-align:justify;
	position:relative;
	}

/********** SECONDARY MAJOR DIVS ***************/
#imageBox {
    width:773px;
	padding:31px;
	border:none;
	height:526px;
	float:left;
	display:inline;
	}
.imageBoxSub {
	width:247px;
	padding:0px;
	border:none;
	height:459px;
	float:left;
	display:inline;
	position:relative;
	}
.imageBoxSubText {
	display:table-cell;
    vertical-align:bottom;
	}
.imageBoxSpace {
	width:15px;
	padding:0px;
	border:none;
	height:459px;
	float:left;
	display:inline;
	position:relative;
	}
#imageBoxProjects {
    width:773px;
	padding-left:31px;
	padding-top:31px;
	padding-bottom:6px;
	border:none;
	height:469px;
	float:left;
	display:inline;
	}
#thumbnailsProjects {
    width:773px;
	padding-left:0px;
	border:none;
	height:56px;
	float:left;
	display:inline;
	}
.thumbs {
	padding-right:6px;
	border:0px;
	}
/********** FOOTERS ***************/
#footerDiv {
	background-repeat:no-repeat;
    width:1050px;
	height:8px;
	position:relative;
	float:left;
}
#footer {
    text-align:right;
    width:1050px;
	height:40px;
	padding:0px;	
}
#footerText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
#footerText a:link,
#footerText a:visited {
    color:#333333;
	font-size: 10px;
	}
#footerText a:hover {
    text-decoration:underline;
}

/* TEXT FONTS ETC */
p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#f7f6f0;
   padding:10px;
   }
#p2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#fff;
   }
#p3 {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#fff;
   }
h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   color:#b9b9b9;
   }   
h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color:#b9b9b9;
   }
#sr {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #D6C8AE;
   font-weight:bold;
   }
.h3{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#D6C8AE;
   font-weight:bold;
}
#h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #970332;
    font-weight:bold;
}
a {
	color:#666666;
	text-decoration:underline;
	font-size:12px;
	}
a:link {
   font-family: Geneva, Lucida Grande, Arial, Sans;
   font-size:12px;
   text-decoration:none;
   }
a:visited {
   text-decoration:none;
   font-size:12px;
   color:#666666;
   }
a:hover {
    color:#F89828;
	font-size:12px;
	}


/**********IMAGE CLASS**************/
.images {
    padding:15px;
}
.imageAbout {
    padding-left:49px;
}
.images2 {
    width:99%;
}
.images3 {
    padding:0px;
	
}
.imagesAlignR  {
    text-align:right;

}

#mycustomscroll {
/* percentage width without the fix*/
width: 90%;
height: 140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/*percantage width: make it 100% to match container*/
width: 100%;
height: 140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto 0.3em -20px;
/* negative left margin to compensate for the padding,
not related to fleXcroll, and may not be needed elsewhere */
padding: 20px;
}
.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 600px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/*#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}*/
#slideshow {
	list-style:none;
	margin:0;
	padding:0;
	width:804px;
	height:500px;
	overflow:hidden;
}
#slideshow li {
	margin:0;
	padding:0;
}