/* CSS Document */
html, body{
	margin: 0;
	padding: 0;
	background-color: #3c6883;
	background-image: url(img/excel-grid-bg02.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
a{
	color: #6e88b9; /*blue 39597c*/
}
a:hover{
	color: #c61924; /*red*/
}
#top{
	height: 150px;
	width: 801px;
	margin: 0;
	padding:0;
	background-image: url(img/ec-accounting-topbar.jpg);
	background-color: #fff;
	/*border: 1px solid #255192;*/
	/*border-bottom: 3px solid white;*/
}
#main{
	margin: 15px auto 6px auto; /* 0 auto;*/
	padding: 0;
	border: 10px solid #649ac2; /* #649ac2; #abbaca #477292; #bbbcff; #3a93b5; #6e88b9;*/
	/*border-top: 0;*/
	background-color: #e4e3eb; /**/
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	width: 801px;
}
#main-content{
	margin: 0;
	padding: 25px 47px;
	background-image: url(img/main-top-graphic.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#main-content-services{
	margin: 0;
	padding: 25px 47px 25px 70px;
	background-image: url(img/main-top-graphic.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#main-content-index{
	margin: 0;
	padding: 320px 47px 20px 47px;
	background-image: url(img/ec-promotional-03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
}
#main-content-index2{
	margin: 0;
	padding: 0;
	height: 100%;
}
#left-col {
	margin: 10px 0 0 40px;
	width:180px;
	padding: 15px;
	float:left;
	min-height:800px;
}
#right-col {
	margin: 10px 0 0 280px;
	width: 370px;
	height:100%;
	padding: 15px;
	min-height:300px;
}
#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 #6e88b9;
	margin-top: 20px;
}
img.mapquest {
	border: 2px solid #6e88b9;
	margin-bottom: 10px;
}
img.client-list {
	border: 2px solid #6e88b9;
	margin-right: 20px;
}
img.float-left { 
    float: left; 
    margin-right: 10px; 
	border: 2px solid #6e88b9;
}
img.float-left-nb { 
    float: left; 
    margin-right: 10px; 
}
img.float-right { 
    float: right; 
    margin-left: 10px; 
	border: 2px solid #6e88b9;
}
img.float-right-nb { 
    float: right; 
    margin-left: 10px; 
}
img.bio-image {
    float: left; 
	margin: 10px 10px 10px 0;
	border: 2px solid #6e88b9;
}
img.service-img {
margin: 3px 0 16px 0;
border: 1px solid #999
}
/* 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;
}
*/

#footer{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 801px;
	text-align: right;
	color: #ccc; /*yellow grey #e9e3c4 light yellow f8ecb1 r yellowfadd55*/
}
.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;
}
.subhead{
	font: bold 17px Arial;
}
.header-image{
	border: 2px solid #6e88b9;
}
.right-align{
	float: right;
}
.comments{
color: #CC0000
}
.warning{
color: #CC0000
}
.table-header{
color: #FFF;
}
.blue-subhead{
font-size: 16px;
font-weight: bold;
color: 338fa6;
}
hr {
  border: 0;
  width: 100%;
  color: #6e88b9;
  background-color: #6e88b9;
  height: 2px;
}


/* 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;
text-align: center;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 143px; /*Width of top level menu link items default=120*/
padding: 2px 8px;
border: 1px solid #ccc; /*#e4e3eb*/
border-left-width: 0;
text-decoration: none;
background: url(img/menubg-y.gif) center  repeat-x;
color: #ccc;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #ccc; /*#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: 149px; /*width of sub menu levels default=160*/
font-weight: normal;
padding: 2px 5px;
background: #fff0b8; /*#e3f1bd */ /*#eb5526*/
border-width: 0 1px 1px 0px;
}

.horizontalcssmenu ul li a:hover{
background: url(img/menubgover-y.gif) center center repeat-x;
color:#333333;
}

.horizontalcssmenu ul li ul li a:hover{
background: #ffe06d; /*#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 */
		


</style> 