/* CSS Document */
/* Dan Partain */
/* 8/18/05 */

/*clear out all of the margins and borders*/
* {padding:0;margin:0}

/************************************/
/*colors and borders*/
/************************************/
.backgroundColor{
	background-color:#f0d8a8;
}
.innerBackgroundColor{
	background-color: #FFF2D9;
}
.borderColor{
	border-color:#A89776;
}
/************************************/
/*end of colors and borders*/
/************************************/

/************************************/
/*Main styles*/
/************************************/
body{
	position:relative;
	text-align:center;
	font-size:76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.globalContainer{
	margin-right : auto;
  	margin-left : auto;
	text-align:left;
	width:730px;
	border:1px solid;
	margin-top:1em;
	margin-bottom:1em;
}
/************************************/
/*end of Main styles*/
/************************************/

/************************************/
/*banner and header styles*/
/************************************/
.bannerTop{
	height:96px;
	border-bottom:1px solid;
}
.headerContainer{
	height:51px;
	width:100%;	
	border-bottom:1px solid;	
}
/* IE HACK */
* html .headerContainer{
	border-bottom:0px solid;
}
.headerTitle{
	float:right;
	width:205px;
	height:50px;
	background-image:url(images/CustomProducts-Logo.png);
}
.headerTitle span{
	display:none;
}
.bannerBottom{
	height:30px;
	border-top:1px solid;
	margin-top:5px;
}

/************************************/
/*end of banner and header styles*/
/************************************/

/************************************/
/*styles for the navigation bar*/
/************************************/
.nav {
	font-weight:bold;	
}
.nav ul{
	display:inline;
	margin-left: 20px;
	padding-left: 0;	
}
/*IE HACK*/
* html .nav ul{
	margin-left: 8px;
}
.nav ul li{
	margin:0;
	padding:0px 1px 0px 1px;
	border: 1px solid ;
	background-color: #f0d8a8;
	display: inline;
}
/*IE HACK*/
* html .nav ul li{
	margin-right:1px;
}
.nav ul li a:link, .nav ul li a:visited{
	color:#000;
	text-decoration:none;
}
.nav ul li a:hover{
	color:#AD5134;
}
.nav ul li.here {
	border-top: 1px solid #FFF2D9;
	background-color:#FFF2D9;
	list-style:none;
	display: inline;
}
/*IE HACK*/
* html .nav ul li.here{
	border-top: 2px;
}

/************************************/
/*end of styles for the navigation bar*/
/************************************/

/************************************/
/* main text styles*/
/************************************/
p{
	padding-top: .7em;	
}
.mainText{	
	margin:5px 20px 15px 20px;	
	font-size:1.2em;
}
.mainText a:link{
	color:#AD5134;
	text-decoration:none;
}
.mainText a:visited{
	color:#7A7FA8;
	text-decoration:none;
}
.mainText a:hover{
	color:#AD5134;
	text-decoration:underline;
}
.mainText ul{
	margin-left:2em;	
}
.photo {
	padding:.6em;
}
.photo caption {
	font-size:.8em;	
}
.right {
	float:right;
}
.left {
	float:left;
}
/************************************/
/* end of main text styles*/
/************************************/

/************************************/
/* footer styles*/
/************************************/
.footer p{
 	text-align:center;
	font-size:.8em;
}
/************************************/
/* end of footer styles*/
/************************************/

/*clearer used to make floats display properly*/
.clearer{
	clear:both;
	line-height:0;
	height:0;
}

/************************************/
/*Image replacements for the Titles */
/************************************/

h1{
	padding-top:1.1em;	
}
h2{
	padding-top:1.5em;
	padding-bottom:0;
	clear:both;
}
h3{
	padding-top:1em;	
}
/*
#BSNETitle {width:205px;height:25px;background-image:url(images/BSNE-Title.png);}
#BSNETitle span {display:none;}

#ModBSNETitle {width:205px;height:50px;background-image:url(images/Modified-BSNE-Title.png);}
#ModBSNETitle span {display:none;}

#TripleBSNETitle {width:205px;height:50px;background-image:url(images/Triple-BSNE-Title.png);}
#TripleBSNETitle span {display:none;}

#WeighingBSNETitle {width:205px;height:50px;background-image:url(images/Weighing-BSNE-Title.png);}
#WeighingBSNETitle span {display:none;}

#SensitTitle {width:205px;height:50px;background-image:url(images/Sensit-Title.png);}
#SensitTitle span {display:none;}

#SurfaceCreepTitle {width:205px;height:50px;background-image:url(images/Surface-Creep-Title.png);}
#SurfaceCreepTitle span {display:none;}

#ContactsTitle {width:205px;height:50px;background-image:url(images/Contacts-Title.png);}
#ContactsTitle span {display:none;}

#AwardsTitle {width:205px;height:50px;background-image:url(images/Awards-Title.png);}
#AwardsTitle span {display:none;}

#ConsultingTitle {width:205px;height:50px;background-image:url(images/Consulting-Title.png);}
#ConsultingTitle span {display:none;}

#ResearchAreasTitle {width:205px;height:50px;background-image:url(images/Research-Areas-Title.png);}
#ResearchAreasTitle span {display:none;}

#ExperienceTitle {width:205px;height:50px;background-image:url(images/Experience-Title.png);}
#ExperienceTitle span {display:none;}

#EducationTitle {width:205px;height:50px;background-image:url(images/Education-Title.png);}
#EducationTitle span {display:none;}

#DonaldWFryrearTitle {width:205px;height:50px;background-image:url(images/Donald-W-Fryrear-Title.png);}
#DonaldWFryrearTitle span {display:none;}

#QualificationsTitle {width:205px;height:50px;background-image:url(images/Qualifications-Title.png);}
#QualificationsTitle span {display:none;}

#PartialPublicationsTitle {width:205px;height:50px;background-image:url(images/Partial-Publications-List-Title.png);}
#PartialPublicationsTitle span {display:none;}

#CVTitle {width:205px;height:50px;background-image:url(images/Curriculum-Vitae-Title.png);}
#CVTitle span {display:none;}
*/
