body  {
	text-align:center;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;	
	color: #333;
	letter-spacing:1px;
	}
#frame {
	width:100%;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}
#frame-home {
	width:100%;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}
.hide { display: none; }

img	{
	display: inline; 
	/*border: 0; */
	}
img a:link, img a:visited, img a:active {
	text-decoration: none;
	}
.inline { display: inline; }
.strong {font-weight: bold; }

a:link {
	/*font-weight: normal; */
	color:#148cc1;
	text-decoration: underline;
	}
a:visited {
	/*font-weight: normal; */
	text-decoration: underline;
	color:#148cc1
	}
a:hover {
	/*font-weight: normal; */
	text-decoration: none;
	}
a:active {
	/*font-weight: normal; */
	text-decoration: underline;
	}
p	{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
	letter-spacing:1px;
	}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	letter-spacing:1px;	
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	letter-spacing:1px;	
}
h1{
	color: #336699;
	font-weight: bold;
	font-size: 21px;
	letter-spacing:1px;
	
}
.header 
{
    font-size:20px;
    font-weight:bold;
    letter-spacing:1px;
    color:#ffffff;
    background-color:#437bbf;
    text-align:center;
    padding:10px 5px 10px;
    font-variant:small-caps;
}
.smheader 
{
    font-size:15px;
    font-weight:bold;
    letter-spacing:1px;
    color:#ffffff;
    text-align:left;
    padding:0px 5px 0px 10px
}
.copy 
{
    font-size:14px;
    letter-spacing:1px;
    line-height: 1.5em;
    color:#ffffff;
    text-align:left;
}
.smcopy 
{
    font-size:12px;
    letter-spacing:1px;
    line-height: 1.5em;
    color:#ffffff;
    text-align:left;
}
#customers
{
font-family: Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:1em;
border:1px solid #cccccc;
padding:5px 7px 6px 7px;
vertical-align:top;
}
#customers th 
{
font-size:14px;
text-align:left;
padding-top:6px;
padding-bottom:6px;
background-color:#cccccc;
color:#333333;
vertical-align:bottom;
text-align:center;
}
#customers tr.alt td 
{
color:#000000;
background-color:#efefef;
}
#offices
{
font-family: Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#offices td
{
font-size:12px;
border:1px solid #cccccc;
padding:5px 7px 6px 7px;
vertical-align:top;
}
.cornersgreen { 
	background-color: #6491c5;
  	border:1px solid #003366; 
}
.cornerspurple { 
	background-color: #6491c5;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-khtml-border-radius: 10px;
  	border-radius: 10px;
  	behavior: url(border-radius.htc); /* MSIE fix */
}
.cornersblue { 
	background-color: #6491c5;
  	border:1px solid #003366;
}

/*#top { margin: 0 15px 20px 15px; } top,right,bottom,left */
#top { margin: 0 0px 0 0px; }
#top #topNav {
	font-weight: bold;
	float: right;
	width: 300px;
	text-align: right;
	margin: 0;
	/*margin-top: 72;*/
	margin-top: 0px;
	font-size: 12px;
	}
#top #topNav a:link, #top #topNav a:visited, #top #topNav a:active {
	color: #333;
	text-decoration: none;
	}
#top #topNav a:hover  {
	color: #333;
	text-decoration: underline;
	}

#middle {
	/*margin: 2px;*/
	/*width: 767px; */
	width: 100%;
	text-align: left;
	}
#middle #mainNav {
	margin: -8px 0px -8px 0px;
	background: #148cc1;
	height: 18px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	padding: 3px 0 2px 0;
	}
#middle #mainNav a:link, #middle #mainNav a:visited, #middle #mainNav a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#middle #mainNav a:hover { color: #fff; }

#flashContent {
	font-size: 14px;
	font-weight: normal;
	}

/*	Generic rounded box -- width specified later in containing DIV
	CSS credit: A List Apart "Creating Custom Corners & Borders"
	www.alistapart.com/articles/customcorners */
div.roundbox, div.roundboxLeftNav {
	background: url("/eandm/images/homepage/boxcorners_topleft.gif") top left no-repeat;
	width:10em;  /* Placeholder initial width, declare actual width later in CSS */
	font-size: 15px;
	font-weight: normal;
  }
div.roundbox h2, div.roundboxLeftNav h2 {
	background: url("/eandm/images/homepage/boxcorners_topright.gif") top right no-repeat;
	padding: 15px 15px 20px 15px;
	font-weight: bold;
	margin:0;
  }
div.roundboxLeftNav h2 { margin-bottom: 0.5em; }
div.roundboxBody, div.roundboxBodyLeftNav {
	background: url("/eandm/images/homepage/boxcorners_rightborder.gif") top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding: 15px;
  }
div.roundboxBody .divider {
	border-top: 1px solid #d1d3d7;
	margin-top: 1.0em;
	padding-top: .75em;
	}
div.roundboxBody p { margin-bottom: .5em; }
div.roundboxBodyLeftNav p { margin-bottom: 1.25em; }
div.roundboxFooter, div.roundboxFooterLeftNav { background: url("/eandm/images/homepage/boxcorners_bottomleft.gif") bottom left no-repeat; }
div.roundboxFooter p, div.roundboxFooterLeftNav p {
	background: url("/eandm/images/homepage/boxcorners_bottomright.gif") bottom right no-repeat;
	display:block;
	padding:0 15px 15px 15px;
	margin:-1.2em 0 0 0;
  }
  
/* Generic rounded box with light gray background for left nav -- width specified later in containing DIV */
div.roundboxColor {
	background: url("/eandm/images/homepage/boxcorners_topleft_gray.gif") top left no-repeat;
	width:10em;  /* Placeholder initial width, declare actual width later in CSS */
	font-size: 15px;
	font-weight: normal;
  }
div.roundboxColor h2 {
	background: url("/eandm/images/homepage/boxcorners_topright_gray.gif") top right no-repeat;
	padding: 15px 15px 20px 15px;
	font-weight: bold;
	margin:0 0 0.5em 0;
  }
div.roundboxBodyColor {
	background: url("/eandm/images/homepage/boxcorners_rightborder.gif") top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding: 15px;
  }
div.roundboxBodyColor p {
	margin-bottom: 1.25em;
	line-height: 1.1em;
	}
div.roundboxFooterColor { background: url("/eandm/images/homepage/boxcorners_bottomleft_gray.gif") bottom left no-repeat; }
div.roundboxFooterColor p {
	background: url("/eandm/images/homepage/boxcorners_bottomright_gray.gif") bottom right no-repeat;
	display:block;
	padding:0 15px 15px 15px;
	margin:-1.2em 0 0 0;
  }
  
/* Fixed 596 width rounded box (used in mainCol div) */
div.roundboxfixed {
	background: url("/eandm/images/homepage/boxcorners_tophalf.gif") top left no-repeat;
	width:596px;
	margin: 0;
	padding: 0;
  }
div.roundboxfixedFooter {
	background: url("/eandm/images/homepage/boxcorners_bottomhalf.gif") bottom left no-repeat;
	margin-top: -15px;
  }

/* Rounded box link styles */
div.roundbox a:link, div.roundbox a:visited, div.roundbox a:active,
div.roundboxLeftNav a:link, div.roundboxLeftNav a:visited, div.roundboxLeftNav a:active,
div.roundboxColor a:link, div.roundboxColor a:visited, div.roundboxColor a:active,
div.roundboxfixed a:link, div.roundboxfixed a:visited, div.roundboxfixed a:active {
	color: #148cc1;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #148cc1;
	}
div.roundboxColor a:link, div.roundboxColor a:visited, div.roundboxColor a:active {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #333;
	}
div.roundboxColor a:hover {
	color: #148cc1;
	text-decoration: none;
	border-bottom: 1px solid #148cc1;
	}
div.roundbox a:hover, div.roundboxLeftNav a:hover, div.roundboxfixed a:hover {
	text-decoration: none;
	border-bottom: 0;
	}

#mainColHome {
	/*margin: 15px 20px 0 175px;*/
	
	padding-left:15px;
	/*width: 480px;*/
	}
#mainColHome .description {
	margin-bottom: 25px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing:1px;
	}
#mainColHome .roundboxfixed { float: left; }

#mainCol {
	padding-left:15px;
	}
#mainColLeft {
	margin: 25px 20px 0 0px;
	padding: 0;
	}
#mainColLeft a:link, #mainColLeft a:visited, #mainColLeft a:active {
	color: #148cc1;
	text-decoration: none;
	border-bottom: 1px solid #148cc1; /* was dashed */
	}
#mainColLeft a:hover {
	color: #333;
	background-color: #ceebea;
	border-bottom: 1px solid #148cc1;
	}
#mainCol p {
	font-size: 14px;
	letter-spacing:1px;
	/*line-height: 1.8em;*/
	margin: 0;
	margin-bottom: 1em;
	text-indent: 0;
	}
#mainCol ol li, ul li {
	margin: 0 0 .5em 0;
	font-size: 14px;
	letter-spacing:1px;
	line-height: 1.3em;
	padding-left: 0;
	}
#mainCol h2, h3 { margin: 1.75em 0 0.25em; }
#mainCol h2 { font-size: 16px; }
#mainCol h3 {
	font-size: 14px;
	letter-spacing:1px;
	/*color: #333;*/
	color: #333333;
	font-weight: bold;
	}
#mainCol a:link, #mainCol a:visited, #mainCol a:active {
	color: #148cc1;
	text-decoration: none;
	letter-spacing:1px;
	border-bottom: 1px solid #148cc1; /* was dashed */
	}
#mainCol a:hover {
	color: #333;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#mainCol .note {
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: .75em 1em .75em 1em;
	background-color: #efebf8;
	border: 1px dashed #999;
}

/*#mainCol img, #mainColHome img { padding: 5px 0 0px 20px; }*/

#contentleft { width: 198px; padding: 0; border-right: 1px solid #d1d3d7; }
#contentcenter { width: 198px; padding: 0; border-right: 1px solid #d1d3d7; }
#contentright { width: 198px; padding: 0; }

/* Make equal heights by formatting the divs into table cells, thus making divs behave like table cells
   Credit: Br4inwash3R site, http://blog.br4inwash3r.com/2006/03/equal_heights_three_column_lay.php */
#blocks {
	display: table;
	font-size: 15px;
	letter-spacing:1px;
	font-weight: normal;
	}
#blocks p {
	padding:0 14px 0 14px;
	margin-bottom: 0.5em;
	}
#blocks h2 {
	padding: 10px 14px 5px 14px;
	margin:0;
	}
#blocks .divider {
	border-top: 1px solid #d1d3d7;
	margin: 1.0em 14px 0.5em 14px;
	padding: 1.0em 0 0 0;
	}
#blocks-row { display: table-row; }
#contentleft, #contentcenter, #contentright { display: table-cell; }

#rightCol {
	width: 264px;
	float:right;
	margin: 0 0 0 20px;
	}

#leftCol {
	width: 166px;
	float:left;
	margin: 0 0 0 0;
	}
/* Specify specific width of generic rounded box here */
#leftCol div.roundbox, #leftCol div.roundboxLeftNav, #leftCol div.roundboxColor { width: 165px; }

#footer {
	clear: both;
	font-size: 10px;
	margin: 20px 90px 0 90px;
	padding: 20px 0 0 0;
	}
#footer-home {
	clear: both;
	font-size: 10px;
	margin: 0px 90px 0 90px;
	padding: 10px 0 0 0;
	}
#footer p { color: #148cc1; }
#footer a:link, #footer a:visited, #footer a:active {
	color: #148cc1;
	text-decoration: underline;
	}
#footer a:hover  {
	color: #148cc1;
	text-decoration: none;
	}
	
	
.intro { padding-bottom: 12px; }
.intro h1 { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; height:25px }
.intro p, .intro td p, .tabItemsIntro p { padding: 7px 10px; } .intro td li, .intro td p { font-size: 1em; }
.intro p.note { width: 400px; margin: 15px 0 0 20px; padding: 10px 15px; border: 1px solid #999; }
.intro ul li, .tabItemsIntro ul li { list-style-image:url("/images/css/bulletContent.gif"); }
.intro ul { margin: 7px 25px 0 30px; padding: 0; } .intro ol { margin: 7px 25px 0 35px; padding: 0; }
.introImages { padding-bottom: 15px; }
.introImagesNone { margin-top: -15px; }
