/* Global Styles */

html{
	height: 100%;
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #455967;
}

body{
	height: 100%;
	padding: 0px; margin: 0px;
	text-align: center;
}

.clear, #content p.clear{
	margin: 0px; padding: 0px;
	clear: both; text-indent: -5000px;
	width: 1px; height: 1px; line-height: 1px;
}

#page{
	position: relative;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	background: url(../images/pageTop.jpg) 0px 0px repeat-x;
}

#pageContainer{
	padding: 17px 0px; margin: 0px auto;
	width: 759px;
	text-align: left;
}

* html #page{
	height: 100%;
}

#footer{
	position: absolute;
	bottom: 0; left: 0px; width: 100%;
	background: url(../images/pageBottom.jpg) 0px 0px repeat-x;
}

a{color: #789db5; font-weight: bold;}

/* header */

#logo{
	margin: 0px; padding: 0px; float: left;
}
	#logo a{
		display: block; width: 207px; height: 82px;
		background: transparent  url(../images/logo.jpg) 0px 0px no-repeat;
		text-indent: -5000px;
	}
	
#nav{
	margin: 0px; padding: 0px; float: left; height: 82px;
	list-style: none;
}
	#nav li{float: left;}
	#nav li a{
		display: block;
		height: 82px;
		text-indent: -5000px;
	}
	
	#nav li.homeNav a{background: url(../images/nav-i.jpg) 0px 0px no-repeat; width: 104px;}
		#nav li.homeNav a:hover, #nav.homeActive li.homeNav a{background: url(../images/nav-a.jpg) 0px 0px no-repeat;}
	#nav li.TMNav a{background: url(../images/nav-i.jpg) -104px 0px no-repeat; width: 115px;}
		#nav li.TMNav a:hover, #nav.TMActive li.TMNav a{background: url(../images/nav-a.jpg) -104px 0px no-repeat;}
	#nav li.PRWNav a{background: url(../images/nav-i.jpg) -219px 0px no-repeat; width: 112px;}
		#nav li.PRWNav a:hover, #nav.PRWActive li.PRWNav a{background: url(../images/nav-a.jpg) -219px 0px no-repeat;}
	#nav li.BiosNav a{background: url(../images/nav-i.jpg) -331px 0px no-repeat; width: 116px;}
		#nav li.BiosNav a:hover, #nav.biosActive li.BiosNav a{background: url(../images/nav-a.jpg) -331px 0px no-repeat;}
	#nav li.ContactNav a{background: url(../images/nav-i.jpg) -447px 0px no-repeat; width: 105px;}
		#nav li.ContactNav a:hover, #nav.ContactActive li.ContactNav a{background: url(../images/nav-a.jpg) -447px 0px no-repeat;}

#headerImage{
	margin: 0px; padding: 0px;
	height: 129px;
	clear: both;
}


/* content */
#content{
	clear: both;
	padding: 20px 0px;
}
#content h1{
	margin: 0px; padding: 0px;
}

#content h2{
	font-weight: bold; font-stretch: narrower;
	font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px; margin: 0px;
}

#content p{
	margin: 0px; padding: 6px 0px 6px 0px;
	line-height: 18px; text-align: justify;
}
	#content p.homeImg{padding: 0px;}

.homeContent, .contactContent{
	background: url(../images/homeDivider.jpg) top center no-repeat;
	padding: 0px 0px 5px 0px;
}
	.contactContent{background: url(../images/contactDivider.jpg) center no-repeat;}

.homeLeft{
	width: 346px; float: left;
}

.homeRight{
	width: 346px; float: right;
}

a.moreLink{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	background: url(../images/arrowMoreLink.jpg) 0px 2px no-repeat;
}

.bioPic{float: left; margin: 0px 5px 0px 0px;}
#content p.bioName, .bioName{
	font-weight: bold; font-stretch: narrower; font-size: 16px; padding: 0px; font-family: Georgia, "Times New Roman", Times, serif;
}
	#content p.contactTitle{font-size: 13px;}

.industries{margin: 9px 0px 20px 0px;}
.industries td{padding: 0px 0px 5px 0px;}
.industries td span.indsutryBullet{
	background: url(../images/arrowBlue.jpg) 0px 3px no-repeat;
	padding: 0px 0px 0px 13px;
	display: block;
}

.seperator{
	border-bottom: 1px solid #dce7ee;
	padding: 3px 0px 3px 0px; margin: 0px 0px 8px 0px;
}

.bulletList{
	margin: 0px 0px; padding: 0px;
	list-style: none;
}
.bulletList li{
	padding: 2px 0px 7px 22px;
	background: url(../images/arrowBlue.jpg) 7px 5px no-repeat;
}
	.bulletList li ul{
		margin: 0px; padding: 0px;
		list-style: none;
	}
	.bulletList li ul li{
		padding: 3px 0px 3px 13px;
		background: url(../images/arrowBlue-sub.jpg) 0px 7px no-repeat;
	}

.contactInfoItem{
	float: left; text-align: center; margin: 5px auto;
	padding: 3px 58px 5px 57px;
	border-top: 1px solid #8AAFC7;
	border-bottom: 1px solid #8AAFC7;
}

.copyrightInfo{
	text-align: right;
	border-top: 1px solid #b8d1e1;
	padding: 3px 0px;
	font-size: 11px;
	clear: both;
}


