/* CSS Document */
/* import navigation styles */
@import url("navigation.css");
/* generic font adn color used for the site */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
/* define font size and bg color, font size is 80% and is set this way for W3C reasons */
body {
	background-color: #FFF;
	font-size: 80%;
	margin: 39px 0px 75px 0px;
	line-height: 1.2em;
}
/* generic styles, should be self-explanatory */
.bold {
	font-weight:bold;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
.paragraphTitleBlue {
	font-weight: bold;
	color: #3970aa;
	font-size: 1.6em;
}
.paragraphTitle {
	font-weight: bold;
	color: #e27632;
	font-size: 1.6em;
}
.paragraphTitle2 {
	font-weight:bold;
	color: #e27632;
	font-size: 2em;
}

.orangeText {
	font-weight: bold;
	color: #e27632;
	font-size: 1.1em;
}
.blueText {
	font-weight: bold;
	color: #3970aa;
}
/* allows for extra space between each list item */
.ds_lists li {
	margin-bottom: 1em;
}
/* centers page */
#fullPage {
	margin-right: auto;
	margin-left: auto;
	width: 636px;
}
/* default link colors */
a:link {
	color: #3244fb;
}
a:visited {
	color: #3244fb;
}
a:hover {
	color: #8b4d31;
}
/* redefine images to get rid of the border */
img {
	border: 0px;
}
/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* W3C style to hide alt image text from screen but still have it accessible to readers */
.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}
/* styles for the top and bottom of the page design */
#border {
	border: 1px solid #000;
}
#header {
	height: 108px;
	width: 634px;
	border-bottom: none;
}
#pictureRow {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pictureRow #p1 {
	background-image: url(../_images/pic1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 108px;
	width: 133px;
}
#pictureRow #p2 {
	background-image: url(../_images/pic2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 108px;
	width: 94px;
}
#pictureRow #p3 {
	background-image: url(../_images/pic3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 108px;
	width: 157px;
}
#pictureRow #p4 {
	background-image: url(../_images/pic4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 108px;
	width: 75px;
}
#pictureRow #p5 {
	background-image: url(../_images/pic5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 108px;
	width: 83px;
}
#pictureRow #p6 {
	background-image: url(../_images/pic6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 108px;
	width: 92px;
}

#body {
	width: 634px;
	background-image: url(../_images/bodyBG.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#content {
	float: left;
	width: 501px;
}
#contentHeader {
	float: left;
	height: 24px;
	width: 501px;
	background-image: url(../_images/logo_mess.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
#footer {
	clear: both;
	width: 634px;
	margin: 0px;
}
#copyRight {
	text-align: right;
	width: 604px;
	padding: 12px 30px 0px 0px;
	color: #3970aa;
	font-weight: bold;
}
/* class the creates the large first letter in the content */
.firstLetterOrange {
	font-size: 4em;
	text-transform: uppercase;
	color: #e27632;
	display: block;
	float: left;
	margin: -1px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: auto;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	height: 0.9em;
	line-height: 0.9em;
}
.firstLetterBlue {
	font-size: 4em;
	text-transform: uppercase;
	color: #3970aa;
	display: block;
	float: left;
	margin: -1px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: auto;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	height: 0.9em;
	line-height: 0.9em;
}
/* adjusts the first paragraph's spacing to be a little tighter underneath the page title */
.firstParagraph {
	margin-top: 0px;
	padding-top: 0px; 
}
/* table definition for one row, two column, used for the next and previous links */
.flushRight {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: 100%;
}
.flushRight td {
	padding: 0px;
	margin: 0px;
}
/* fake table look that puts the .... between text on the left and right */
.dottedTbl {
	width: 100%; 
	background-image:url(../_images/dottedLine.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.dottedTblC1 {
	float: left;
	width:auto;
	background-color: #f8f5eb;
}
.dottedTblC2 {
	float: right;
	width: auto;
	background-color: #f8f5eb;
}
/* table definition that is used for form elements, usually a two column table */
.formInput {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: auto;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}
/* redefine list for the pictures in research */
#pictureList {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	float: right;
	width: 291px;
}
.plCaption {
	font-weight: bold;
	padding-bottom: 10px;
}
/* print only style, used for instance in the timeline */
.printOnly {
	display: none;
}
/* table definition for visitor information - events */
.eventsTbl {
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: 100%;
}
.eventsTbl td {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #3970aa;
	padding: 5px;
}
.eventsTbl .eventsTblLastRow {
	border-bottom: none;
}

TD.pageTitle
{
	padding-bottom: .3em;
}

#contactUsPage h3 {
	color:#e27632;
	font-size:1.5em;
}


#contactUsPage #mainPhone {
	font-size:1.3em;
	font-weight:bold;
}

#contactUsPage #faxNum {
	font-size:1.1em;
	font-weight:bold;
}

#emailform {
	border:1px solid #7d7d7c;
	padding:4px;
	padding-top:12px;
	padding-bottom:12px;
}


.twoColFormContainer {
	clear:both;
	float:left;
	margin-bottom:12px;
}

.twoColForm {
	width:45%;
	float:left;
}

.oneColFormContainer {
	clear:both;
}

.formAlignRight {
text-align:right;
}

.errMessage {
	border:1px solid red;
	color:red;
	padding:4px;
	margin-bottom:12px;
}

.successfulEmail {
	border:1px solid green;
	color:green;
	padding:4px;
	margin-bottom:12px;
}
