/* CSS Document */
html, body{
	margin: 0;
	background-color: #9ac4eb; /* #666 #06549c*/
	background-image: url(img/singlepix-bg02.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333; /* #333 */
	font-size: 12px;
}
a{
	color: #6dcadc; /*#6e88b9 blue 39597c*/
	text-decoration: none;
	padding: 2px;
}
a:hover{
	color: #fff; /* #0066FF #c61924 red*/
	background-color: #2c7dbe; /*#2c7dbe*/
	padding: 2px;
}
.client-list a{
text-decoration: none;
outline: none;
margin: 0px;
padding: 0px;
border-width: 0;
border-style: none;
}
.horizmenu a{
	color: #6dcadc; /* #6dcadc #ffcc33; #6e88b9 blue 39597c*/
	text-decoration: none;
	padding: 2px;
}
.horizmenu a:hover{
	color: #6dcadc; /* #000 #0066FF #c61924 red*/
	background-color: #2f2f2f; /* #ffcc33; */
	padding: 2px;
}


h3{
	color: #ffcc33;
}


#top-a{
	height: 130px;
	width: 799px;
	margin: 0;
	padding:0;
	background-image: url(img/banner03a.jpg);
	background-color: #fff;
}
#top-b{
	height: 130px;
	width: 799px;
	margin: 0;
	padding:0;
	background-image: url(img/banner03b.jpg);
	background-color: #fff;
}
#top-c{
	height: 130px;
	width: 799px;
	margin: 0;
	padding:0;
	background-image: url(img/banner03c.jpg);
	background-color: #fff;
}
#horizontalmenu2
{
height: 15px;
width: 799px;
background-color: #424242;
text-align: center;
color: #999;
padding: 10px 0 10px 0;
border-top: 3px solid #2f2f2f;
border-bottom: 3px solid #2f2f2f;
}
.sidebar-heading
{
color: #ccc;
/*background-color: #515151;*/
padding: 2px;
}
#main{
	margin: 20px auto; /* 0 auto;*/
	padding: 0;
	border: 10px solid #2f2f2f; /* #6e88b9 */
	/*border-top: 0;*/
	background-color: #2f2f2f; /*#e4e3eb*/
	font-family: Arial, Helvetica, sans-serif;
	color: #c6d0dc; /* #aebbcb*/
	font-size: 12px;
	width: 799px;
	background: #424242 url(img/left-sidebar-tile.jpg) repeat-y 50% 0;
}
#main-content{
	margin: 0;
	padding: 15px 325px 30px 32px;
	background: url(img/BG-main-pixstretch03.jpg) top left no-repeat;
	/*border: 3px solid #fff; *//* #6e88b9 */
	background-color: #00327d;
}
#main-content2{
	margin: 0;
	padding: 15px 32px 30px 32px;
	background: url(img/BG-secondary01.jpg) top left no-repeat;
	background-color: #00327d;
	/*border: 2px solid #666;*/ /* #6e88b9 */
}

#left-col {
	/* position:relative; */
	margin: 0;
	/*left:0px;
	top:130px;*/
	width:180px;
	/*height:100%;*/
	z-index:3;
	padding: 15px;
	float:left;
	height: 100%;
	/*background-color: #424242;*/
	/*border-left: 3px solid #2f2f2f;*/
}
#right-col {
	/* position:relative; */
	margin: 0 0 0 213px;
	background: url(img/BG-secondary01.jpg) top right no-repeat;
	/*left:250px;
	top:130px;*/
	width: 556px; /* orig 556px Tan Hack subtracts 3 pixels to overcome IE6 float problem*/
	/*width:520ßpx;*/
	height:100%;
	z-index:4;
	padding: 15px;
	min-height:300px;
	/*float:right;*/
}

/*
#main-content span{
	background-image: url(img/singlepixbar-home.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}*/
#search{
	display: inline;
	float: right;
	/*margin: 35px 0px 20px 495px;*/
	padding: 20px;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
img.clients {
	border: 2px solid #2c7dbe;
	margin-top: 20px;
}
img.mapquest {
	border: 2px solid #2c7dbe;
	margin-bottom: 10px;
}
img.client-list {
	border: 2px solid #2c7dbe;
	margin-right: 20px;
}
img.float-left { 
    float: left; 
    margin-right: 10px; 
	border: 2px solid #2c7dbe;
}
img.float-left-nb { 
    float: left; 
    margin-right: 10px; 
}
img.float-right { 
    float: right; 
    margin-left: 10px; 
	border: 2px solid #2c7dbe;
}
img.float-right-nb { 
    float: right; 
    margin-left: 10px; 
}
img.bio-image {
    float: left; 
	margin: 10px 10px 10px 0;
	border: 2px solid #6e88b9;
}

#bq1 {
	background: #2f2f2f;
	border-left: 0.8em solid #2c7dbe;
	border-top: 1px solid #2c7dbe;
	border-bottom: 1px solid #2c7dbe;
	border-right: 1px solid #2c7dbe;
	font: italic 120% Georgia, "Times New Roman", Times, serif;
	padding: 0.75em;
	width: 330px;
}

#bq1 p:first-letter {
	float: left;
	font-size: 250%;
	font-weight: bold;
	margin: .15em .1em .15em 0;
}
/* 1st attempt at table styling.
Put table class="align-advance"
in html to use this code.

table.align-advance {
	width: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: #6e88b9;
	border-collapse: collapse;	
}
table.align-advance td {
	border-style: dotted;
}
*/
#btm-nav{
}

#footer{
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 799px;
	text-align: center;
	color: #ccc; /*yellow grey #e9e3c4 light yellow f8ecb1 r yellowfadd55*/
	background-color: #2f2f2f;
	clear: both;
	
}
.header-text{
	color: #f4dab7; /*#f1bbbe*/
	font: bold 14px Arial;
	background-color: #e0ba85; /* pink red #d7666d */
	background-image: url(img/header-bg.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	padding: 2px 2px 2px 10px;
	border: 2px solid #6e88b9;
}
.header-image{
	border: 2px solid #6e88b9;
}
.right-align{
	float: right;
}
.comments{
color: #CC0000
}
.warning{
color: #ffcc33;
	font-weight: bold;
}
.table-header{
color: #FFF;
}
hr {
  border: 0;
  width: 100%;
  color: #666;
  background-color: #666;
  height: 1px;
  
}

/* Begin Menu code */
/*.horizontalcssmenu {
}*/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 116px; /*Width of top level menu link items default=120 5buttons for w:801px SB 143px*/
padding: 2px 8px;
border: 1px solid #2f2f2f; /*#e4e3eb*/
border-left-width: 0;
text-decoration: none;
background: url(img/menubg-y.gif) center  repeat-x;
color: #ccc; /* #666 */
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #2f2f2f; /*#e4e3eb*/
position: absolute;
display: block;
visibility: hidden;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 122px; /*width of sub menu levels default=160 5buttons for w:801px SB 149px*/
font-weight: normal;
padding: 2px 5px;
background: #666; /*#e3f1bd */ /*#eb5526*/
border-width: 0 1px 1px 0px;
}

.horizontalcssmenu ul li a:hover{
background: url(img/menubgover-y.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #333; /*#cde686;*/ /*#c61d1d;*/
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(img/menuarrow_blk02.gif) no-repeat center left;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
/* end menu code */

/* Tan Hack for IE  */

* html #right-col {
width: 556px -3px; ma\rgin: 0;
}
/* End Tan Hack */