﻿/* Page Structure */	
body
{
	background: #6b99c7 url(/images/common/page_bg.jpg) repeat-x;
	color: #333333;	
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
}
a, a:link, a:hover, a:visited, a:active
{
  color: #2b4c9e;
}
#page
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	width: 963px; /* 992 - padding */
	background-color: #ffffff;
}

#main
{
	width: 961px; /* 963 - padding */
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
	min-height: 400px;
  overflow: hidden; /* Using the "Faux Columns" technique */
}

#header
{
  width: 963px;
  height: 129px;
}
#mainNav
{
  width: 941px; /* 963 - padding */
  height: 31px; /* 41 - padding */
  margin: 0px 1px 0px 1px;
  padding: 10px 0px 0px 20px;
  background: #ffffff url(/images/common/nav_bg.jpg) repeat-x;
}
#mainNav a
{
  padding-right: 38px;
}

#footer
{
  width: 959px; /* 963 - padding */
  border-top: solid 1px #6b99c7;
  background-color: #e6e5e2;
  text-align: center;
  padding: 2px;
  color: #4f86a2;
}
#footer .content
{
  background: #d5e4ee url(/images/common/footer_bg.jpg) repeat-x;
  padding: 20px 40px 10px 40px;
}
#footer .content a
{
  color: #274389;
  font-weight: bold;
  padding: 0px 20px 0px 20px;
}
/* END - Page Structure */

/* Two Column Pages */
#columnContainer
{
  overflow: hidden; /* Using the "Faux Columns" technique */
}

#leftCol
{
  float: left;
  display: inline;
  width: 610px;  
}
#leftCol .content
{
  width: 530px; /* 610 - padding */
  padding: 24px 40px 24px 40px;
  line-height: 1.5em;
}
#leftCol .camaContent
{
  width: 560px; /* 610 - padding */
  padding: 20px 20px 60px 30px;
  line-height: 1.5em;
}
#rightCol
{
  float: left;
  display: inline;
  width: 350px;
  background-color: #e8e6e2;
  border-top: solid 1px #666666;
  border-left: solid 1px #666666;
  margin-bottom: -3000px; padding-bottom: 3000px; /* Faux Table Columns */
}
#rightCol .content
{
  width: 320px; /* 350 - padding */
  padding: 15px 15px 20px 15px;
}

img.banner
{
  margin-bottom: 1px;
}
div.underBanner
{
  height: 15px;
  border-top: solid 1px #666666;
  border-left: solid 1px #666666;
  border-bottom: solid 1px #666666;
}
div.underBannerWide
{
  height: 15px;
  border: solid 1px #666666;
}
/* END - Two Column Pages */

/* Home Page */
.mainContentLeft
{
  float: left;
  display: inline;
  width: 260px; /* 307 - padding - border */
  padding: 17px 25px 20px 20px;
  margin: 0px 1px 0px 0px;
  background-image: url(/images/common/gray_gradient_top.gif);
  background-repeat: repeat-x;
  background-position: 0px 1px;
  border-right: solid 1px #666666;
  font-size: 11px;
  line-height: 1.4em;
}
.mainContentRight
{
  float: left;
  display: inline;
  width: 260px; /* 303 - padding */
  padding: 17px 23px 20px 20px;
  background-image: url(/images/common/gray_gradient_top.gif);
  background-repeat: repeat-x;
  background-position: 0px 1px;
  font-size: 11px;
  line-height: 1.4em;
}

.newsBlock
{
  width: 300px;
  margin: 0px 10px 10px 10px;
}
.newsBlock .image
{
  float: left;
  display: inline;
  width: 80px;
  padding: 0px 0px 0px 0px
}
.newsBlock .image img
{
  background-color: #ffffff;
  padding: 1px;
  border: solid 1px #cccccc;
}
.newsBlock .text
{
  float: left;
  display: inline;
  width: 220px;
  line-height: 1.4em;
}
.titleBox
{
  border: solid 1px #cac4b7;
  background-color: #d8d5cf;
  color: #373229;
  font-size: 14px;
  padding: 0px 0px 2px 13px;
  margin: 0px 0px 10px 0px;
  font-family: Georgia, Times New Roman;
}
.newsPopup
{
  display: none;
  font-size: 10px;
  line-height: 1.4em;
}
.newsPopup p
{
  font-family: Verdana;
  font-size: 10px;
  line-height: 1.4em;
}
/* END - Home Page */

/* About Us */

body.bio
{
  background-color: #ffffff;
  background-image: none
}
div.bio
{
  background-color: #ffffff;
  margin: 10px;
  padding: 10px;
}
.staffBlock
{
  width: 280px;
  padding: 5px 0px 5px 40px;
  line-height: 1.4em;
}
/* END - About Us */

/* Services */
#main .wideContent
{
  width: 881px; /* 961 - padding */
  padding: 30px 40px 30px 40px;
}
.serviceBlock
{
  width: 881px;
  margin: 20px 0px 20px 0px;
}
.serviceBlock .image
{
  float: left;
  display: inline;
  width: 263px; /* 276 - padding - border */
  padding: 1px;
  border: solid 1px #cccccc;
}
.serviceBlock .text
{
  float: left;
  display: inline;
  width: 544px; /* 614 - padding */
  padding: 0px 30px 0px 40px;
  line-height: 1.5em;
  font-size: 11px;
}
/* END - Services */

/* Resources */
ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul li.pdf
{
  background-image: url(/images/resources/pdf.gif);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  padding-left: 27px;
  margin-bottom: 5px;
}

ul li.xls
{
  background-image: url(/images/resources/xls.gif);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  padding-left: 27px;
  margin-bottom: 5px;
}
.resourceBlock
{
  width: 320px;
  margin: 0px 0px 0px 0px;
}
.resourceBlock .image
{
  float: left;
  display: inline;
  width: 89px;  
  padding: 0px 0px 0px 31px
}
.resourceBlock .text
{
  float: left;
  display: inline;
  width: 170px; /* 200 - padding */
  padding: 10px 15px 0px 15px;
  line-height: 1.4em;
}
/* END - Resources */

/* Clients */
.clientBlock
{
  width: 530px;
  margin: 20px 0px 20px 0px;
}
.clientBlock .image
{
  float: left;
  display: inline;
  width: 150px;  /* 154 - padding - border */
  padding: 1px 1px 1px 1px;
  border: solid 1px #666666;
}
.clientBlock .text
{
  float: left;
  display: inline;
  width: 350px; /* 376 - padding */
  padding: 10px 0px 0px 26px;
  line-height: 1.4em;
}
.clientBlock .noimage
{
  float: left;
  display: inline;
  width: 154px;  /* 154 - padding - border */
  height: 10px;
}


table.list
{
  border: solid 1px #666666; 
  padding: 0px;
  margin: 0px;
  text-align: left;
  width: 100%;
}
table.list tr th { 
  color: #333333;
  background-color: #c1dbf3;
  cursor: pointer; 
  font-weight: bold; 
  background-repeat: no-repeat; 
  background-position: center right; 
  padding: 2px 10px 2px 5px;
  margin: 0px; 
} 
table.list tr th.headerSortUp { 
  background-image: url(/images/clients/asc.gif); 
  background-color: #9dc7ee; 
} 
table.list tr th.headerSortDown { 
  background-image: url(/images/clients/desc.gif); 
  background-color: #9dc7ee; 
} 
table.list tr td 
{
  padding: 2px 0px 2px 5px;
  margin: 0px;
}
table.list tr.odd td {
	background-color:#e3e3dd;
}

/* END - Clients */

/* Contact Us */
label
{
  margin: 0px;
  padding: 0px;
}
label.hidden
{
  visibility: hidden;
  display: none;
  width: 1px;
  height: 1px;
  font-size: 1px;
  margin: 0px;
  padding: 0px;
}
.label
{
  color: #066ea2;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  padding-right:5px;
  font-family: Verdana;
  font-size: 10px;
}
/* END - Contact Us */

/* CAMA */
table
{
  font-family: Tahoma;
}
table.border
{
  border: solid 1px #999999;
  padding: 1px;
}
th
{
  background-color: #c1dbf3;
  font-weight: bold;
  text-align: left;
  padding: 2px;
}
th.right
{
  background-color: #c1dbf3;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}
tr.alt
{
  background-color: #e3e3dd;
}
td
{
  vertical-align: top;
  padding: 2px;
}
td.name
{
  text-align: right;
}
td.right
{
  text-align: right;
  padding-right: 5px;
}
td.value
{
  font-weight: bold;
}
/* END - CAMA */

/* Misc / Common Styles */
h1
{
  font-size: 14px;
  font-family: Georgia, Times New Roman;
  color: #2a4fa8;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}
.error
{
	font-size: 10px;
	font-weight: bold;	
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #cc3333;
}
div.center
{
  text-align: center;
}
div.floatLeft
{
  float: left;
  display: inline;
}
div.floatRight
{
  float: right;
  display: inline;
}
img.border
{
  background-color: #ffffff;
  padding: 1px;
  border: solid 1px #cccccc;
}
img.borderLeft
{
  float: left;
  margin: 0px 25px 20px 0px;
  background-color: #ffffff;
  padding: 1px;
  border: solid 1px #cccccc;
}
.borderRight
{
  float: right;
  margin: 0px 0px 20px 20px;
  background-color: #ffffff;
  padding: 1px;
  border: solid 1px #cccccc;
}
div.dotted-rule
{
  background-image: url(/images/common/dotted_rule_bg.gif);
  background-repeat: repeat;
  height: 2px;
  margin: 15px 0px 15px 0px;
}
span.copyright
{
  font-weight: bold;
  font-size: 12px;
  font-family: Trebuchet MS;
  letter-spacing: 0.1em;
}
.clear
{
	clear: both;
	font-size: 1px; 
	line-height: 1px;
	height: 0px;
	white-space: nowrap;
}
.right
{
  text-align: right;
}
select, input, textarea
{
  font-size: 10px;
  margin: 0px;
  padding: 1px;
}
/* END - Misc / Common Styles */
