@charset "UTF-8";
.oneColFixCtr {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #efefef url(/images/bggrad.gif) repeat fixed left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
		color: #0f65b0;
	text-decoration: none;
}
a:visited {
		color: #0f65b0;
	text-decoration: none;
}

a:hover {
		color: #0f65b0;
	text-decoration: underline;
}
.oneColFixCtr #container {
	width: 898px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
	padding: 15px;
	border: 2px solid #0f65b0;
	margin-top: 10px;	
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	margin-top: 20px;
	
}

.text {
	color: #333;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


p {
	color: #333;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

ul {
	color: #333;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.footer {
	color: #666;
	text-align: left;
	font: 9px/11px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
}

.head1 {
		color: #0f65b0;
	font: 20px/23px Georgia, "Times New Roman", Times, serif;
}

.head2 {
	color: #999;
	font: italic 14px/18px Georgia, "Times New Roman", Times, serif;
}

.headphotoarea {
	width: 100%; 
	background-color: #022037; 
	height: 125px; 
	text-align:left;
}
.headphotoarea2 {
	width: 100%; 
	background-color: #022037; 
	height: 144px; 
	text-align:left;
}

.topnavarea {
	width: 100%; 
	background-color: #022037; 
	height: 43px; 
	text-align:center;
	background-image: url(/images/navbg.jpg);
}

td {
	color: #333;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
}

.rightphoto {
	float: right;
	margin-left: 20px;
	margin-right: 80px;
	padding-top: 10px;
}

.footerbox {
	background: url(/images/footerbg.jpg) repeat-x scroll left top;
	clear: both;
	padding: 8px;
	color: #fff;
	font: 12px/12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	height: 24px;
}

.navbottom {
	background: url(/images/navbottom.gif) repeat-x scroll left top;
	height: 10px;
}

.workcolumn {
	 margin-left: 100px;
	 padding-bottom: 0px;
}

.copycolumn {
	 margin-left: 400px;
	 margin-right: 100px;
}

.imageloader {
	display: none;
}

.copyimage {
	float:left; 
	margin-left: 140px;
	width:  218px;
	height: 218px;
	padding-bottom: 168px;
}

.workthumb {
	margin-right: 15px;
	border: none;
}

.subnavarea {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #0f65b0;
}

.worklink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0f65b0;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-right: 50px;
	padding-bottom: 4px;
	padding-left: 50px;
}

.worklink:link {
	
}
.worklink:visited {
	
}.worklink:hover {
	text-decoration: none;
	color: #999;
}

.thumbnailarea {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}

.mainnav {
	width: 100%;
	 text-align: center;
	   background-image: url(/images/navbg.jpg);
	   margin: 0px;
	   padding: 0px;
	     height: 43px;
}

.mainnav a {
border-right: 1px solid #066eac;
  background-image: url(/images/navbg.jpg);
  color: #fff;
  display: block;
  font: 12px/46px Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  text-align: center;
  margin: 0px;
    height: 43px;

}

.bottomcontainer {
	clear: both;
	height: 200px; 
	vertical-align:bottom;
	width: 898px;
	margin: 0px;
	padding: 0px;
	display: table-cell;
}

.spacer {
		border:  1px solid #fff;
height: 410px;
width:  1px;
float:left; 
}