﻿/* ~~~~~~~~~~~~~~~~~~~~~~~BACKGROUND GRADIENT~~~~~~~~~~~~~~~~~~~~~~~*/
	body {
		background-image: url('../images/stripe4.png');
		padding: 0;
	}
	
	
	
	
	
/*~~~~~~~~~~~~~~~~~GRAPHIC TABS, PANELS, AND LAYOUT~~~~~~~~~~~~~~~~~~~~*/
	.page {
		position: absolute;
		height: auto;
		width: 100%;
		left: 0px;
		top: 0px;
		text-align: center;
	}
	/*important*/
	.content {
		width: 1021px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		text-align: justify;
		padding: 0px;
		top: 0px;
	}
	td img {
		display: block;
		border: 0px;
	}





/*~~~~~~~~~~~~~~~~~~~~TOP NAVIGATION TABS OVERLAY~~~~~~~~~~~~~~~~~~~~~~*/
	#buttons {
		position: absolute;
		margin-top: 41px;
		margin-bottom: 0px;
		width: 1021px;
		height: 24px;
	}
	#button1 {
		position: absolute;
		display: block;
		margin-top: 5px;
		width: 107px;
		top: 0px;
		left: 393px;
		height: 23px;
		float: right;
		text-align: center;
		text-decoration: none;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	}
	#button2 {
		position: absolute;
		display: block;
		margin-top: 5px;
		width: 105px;
		top: 0px;
		left: 500px;
		height: 23px;
		float: right;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
	}
	#button3 {
		position: absolute;
		display: block;
		margin-top: 5px;
		width: 104px;
		top: 0px;
		left: 605px;
		height: 23px;
		float: right;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
	}
		
	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~TOP BUTTON BEHAVIOR~~~~~~~~~~~~~~~~~~~~~~~*/
	a.activeTab {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align: center;
		color: #6D92BC;
		text-decoration: none;
	}
	a.passiveTab {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		text-align: center;
		color: #A7A77C;
		text-decoration: none;
	}
	a.passiveTab:hover {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align: center;
		color: #999966;
		font-weight: bold;
		text-decoration: none;
	}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~CONTENT OVERLAY~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	#overlay {
		position: absolute;
		margin-top: 155px;
		margin-bottom: 0px;
		width: 1021px;
		height: 522px;
		background-color: transparent;
	}
	
	
	
	
/*~~~~~~~~~~~~~~~~NAVIGATION PANEL~~~~~~~~~~~~~~~~*/
	#navPanelWrapper {
		position: absolute;
		width: 156px;
		top: 0px;
		left: 25px;
		height: 522px;
		float: right;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		background-image: url('../images/panel_gradient_nav_156.png');
		font-size: 16px;
	}
	ul {
		list-style: none;
		margin: 0;
		padding: 6px 0px;
	}
	li {
		display: block;
		margin: 10px 0px;
		padding: 3px 8px;
		color: #A5A5A5;
		margin: 10px;
	}
	li a {
		display: block;
		margin: 1px;
		padding: 3px;
		text-decoration: none;
		border-bottom: 1px;
		border-bottom-style: dotted;
		border-color: #336699;
		color: #336699;
	}
	#IE6root li a {
		display: block;
		margin: 1px;
		padding: 3px;
		text-decoration: none;
		border-bottom: 1px;
		border-bottom-style: solid;
		border-color: #D0D7E0;
		color: #336699;
	}
	li a:hover {
		background: #EEF2F7;
	}
	/*FIX IE6*/
	#IE6nav li a {
		border-bottom-style: SOLID;
		border-color: #D0D7E0;
	}
		
	
	
	
/*~~~~~~~~~~~~~~~~~CONTENT PANEL~~~~~~~~~~~~~~~~~~*/
	#contentPanelWrapper {
		position: absolute;
		width: 804px;
		top: 0px;
		left: 193px;
		height: 522px;
		clear: right;
		background-image: url('../images/panel_gradient_content_mash.png');
	}
	h2 {
		color: #999966;
		font-size: 19px;
		margin-bottom: -10px;
		margin-top: 0px;
		padding: 0;
		height: 15px;
	}
	h2 a {
		color: #999966;
		font-size: 19px;
		margin-bottom: -10px;
		margin-top: 0px;
		padding: 0;
		height: 15px;
		text-decoration: none;
	}
	h2 a:hover {
		text-decoration: underline;
	}
	h1, h2, h3, h5 {
		font-family: Garamond, "Times New Roman", Times, serif;
		font-weight: normal;
	}
	h2.serif {
		color: #336699;
		font-size: 24px;
		margin-bottom: -10px;
		margin-top: 0px;
		padding: 0;
		height: 15px;
		font-weight: normal;
	}
	h2.serif a {
		font-size: 24px;
		color: #999966;
		margin: 0;
		padding: 0;
	}
	h2.serif a:hover {
		color: #336699;
		text-decoration: underline;
	}
	h2 a:hover {
		text-decoration: underline;
	}
	#textBlock h1 {
		display: block;
		font-size: 30px;
		line-height: 32px;
		text-align: left;
		color: #336699;
		margin-bottom: -6px;
		padding-bottom: -13px;
		margin-right: 150px;
		width: 208px;
		font-weight: normal;
	}
	#textBlock h2 {
		display: block;
		font-size: 29px;
		line-height: 32px;
		text-align: left;
		color: #336699;
		margin-bottom: 1px;
		margin-top: -3px;
		border-bottom: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #336699;
		padding-bottom: 18px;
		width: 419px;
	}
	/*IE Fix*/
	#textBlockIE6 h2 {
		border-bottom: 1px;
		border-bottom-color: #D0D7E0;
		border-bottom-style: solid;
		padding-bottom: 2px;
	}
	#textBlock h3 {
		display: block;
		font-style: oblique;
		font-size: 20px;
		line-height: 22px;
		text-align: left;
		color: #336699;
		margin-bottom: 0px;
		border-bottom: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #336699;
		padding-bottom: 0px;
		width: 419px;
	}
	/*IE Fix*/
	#textBlockIE6 h3 {
		border-bottom: 1px;
		border-bottom-color: #D0D7E0;
		border-bottom-style: solid;
		padding-bottom: 2px;
	}
	#contentPanelWrapper #contactBlock h2 a {
		color: #336699;
	}
	#contactBlock {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 26px;
		text-align: justify;
		color: #85a3c2;
		margin-top: 30px;
		margin-left: 120px;
		margin-right: 120px;
		padding: 20px;
		clear: both;
	}
	#aboutBlock {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 26px;
		text-align: justify;
		color: #85a3c2;
		margin-top: 20px;
		margin-left: 120px;
		margin-right: 120px;
		padding: 20px;
		clear: both;
	}
	/*IE6 Fix*/
	#IE6about p {
		margin-top: 10px;
	}
	#jobHeadline h2 {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		color: #336699;
		font-size: 19px;
		margin-bottom: -10px;
		margin-top: 0px;
		padding: 0;
		height: 15px;
	}
	#imageBlock {
		position: absolute;
		left: -15px;
		top: 50px;
		width: 259px;
		height: 450px;
	}
	#IEroot #textBlock {
		top: 40px;
	}
	#textBlock {
		position: absolute;
		left: 295px;
		top: 52px;
		width: 465px;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 26px;
		text-align: justify;
		color: #336699;
		margin-left: 0;
		margin-right: 0;
	}
	/*IE6 Fix*/
	#textBlockIE6 #textBlock {
		top: 54px;
	}
	/*IE6 Fix*/
	#IE6about p {
		margin-top: 10px;
	}
	#textBlock p {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 15px;
		margin-right: 46px;
		margin-left: 0px;
		color: #85a3c2;
		line-height: 21px;
		margin-top: 0px;
		margin-bottom: 10px;
		text-align: justify;
	}
	#textBlock em {
		font-weight: bold;
		font-style: normal;
		color: #336699;
	}
	#textBlock a {
		color: #336699;
		text-decoration: underline;
		margin-top: 0px;
	}
	#textBlock a:hover {
		color: #999966;;
	}
	#jobBlockRight {
		position: absolute;
		top: 55px;
		left: 0px;
		width: 350px;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 26px;
		text-align: justify;
		color: #336699;
		margin-left: 40px;
		margin-right: 120px;
		padding: 0px;
		clear: both;
	}
	#jobImage {
		left: 0px;
		width: 350px;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
		float: none;
	}
	#jobHeadline {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 38px;
	}
	#jobHeadline h2 a {
		color: #999966;
	}
	#jobText {
		display: block;
		margin-right: 10px;
	}
	#jobText a {
		color: #999966;
		text-decoration: none;
	}
	#jobText a:hover {
		color: #999966;
		text-decoration: underline;
	}
	#clipPad {
		position: absolute;
		width: 352px;
		height: 537px;
		background-image: url('../images/clipPad.png');
		margin-left: 616px;
		margin-top: 52px;
	}
	#clipPad3 {
		position: absolute;
		width: 352px;
		height: 531px;
		background-image: url('../images/clipPad3.png');
		margin-left: 615px;
		margin-top: 57px;
	}
	#clipPadText {
		position: absolute;
		left: 45px;
		top: 135px;
		width: 260px;
	}
	#clipPadText p {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 15px;
		text-align: justify;
		color: #336699;
		margin-left: 15px;
		margin-right: 15px;
		padding: 0px;
		margin-bottom: -6px;
		line-height: 22px;
	}
	#clipPadText ul {
		margin: 0;
		padding: 6px 20px 10px 10px;
	}
	#clipPadText li {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 16px;
		text-align: justify;
		color: #A5A5A5;
		margin-left: 18px;
		margin-right: 0px;
		padding: 0px;
		margin-bottom: 0px;
		list-style-position: outside;
		list-style-type: disc;
	}




/*~~~~~~~~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~~~~~~*/
	#footerWrapper {
		position: absolute;
		width: 992px;
		top: 520px;
		left: 0px;
		height: 100px;
		padding-top: 20px;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	}
	.bigFooter {
		font-size: 13px;
		text-align: center;
		padding: 0px;
		margin-bottom: 8px;
		color: #336699;
	}
	.smallFooter {
		font-size: 13px;
		text-align: center;
		margin-top: -8px;
		padding: 0px;
		color: #336699;
	}
	.smallFooter a {
		font-size: 13px;
		text-align: center;
		padding: 0px;
		margin-top: -8px;
		color: #336699;
	}
	
	#InfoBar{
	position:absolute;
	top: 90px;
	color: #eef2f7;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 996px;
	
	text-align:right;
	line-height: 15px;
}

#Info1{
	display: block;
	margin-bottom: -2px;
	color: #eef2f7;
}
#Info2{
	display: block;
}

.InfoLink {
color: #eef2f7;
text-decoration: underline;
}

.InfoLink:hover {
color: white;
text-decoration: underline;
}