/* Main Layout */
body	{
	margin:0;
	padding:0px;
	
	background: #5A698C;
}

#centercontent {
	background:#fff;
   	margin-left: 150px;
   	margin-right:150px;
   	margin-top: 10px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 151px;
   	margin-right:151px; 	
   
}		
html>body #centercontent {
	margin-left: 151px;
   	margin-right:151px;
}
#content	{
	margin: 0 5px;
	font: normal 9pt tahoma,arial,sans-serif;
	color: #303030;
	overflow: hidden;
}

#leftcontent {
	position: absolute;
	left:0px;
	top:132px;
	width:150px;
}
#rightcontent {
	position: absolute;
	right:0px;
	top:132px;
	width:150px;
}

#banner {
	background: #5A698C;
	background-image: url("../images/top_bg.png");
	background-repeat: repeat-x;
	
	height: 95px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:94px;
}
html>body #banner {
	height:94px;
}
#banner #bannerLeft	{
	position: absolute;
	left:0px;
	top:0px;
	z-index: 100;
	
	background-image: url("../images/top_left.png");
	background-repeat: no-repeat;
	width: 361px;
	height: 94px;
}
#banner #bannerRight	{
	position: absolute;
	right:0px;
	top:0px;
	z-index: 80;
	
	background-image: url("../images/top_right.png");
	background-repeat: no-repeat;
	width: 278px;
	height: 94px;
}





#menuHeader,
#clientsHeader,
#searchHeader,
#sideLinksHeader	{
	background-repeat: no-repeat;
	height: 16px;
	width: 150px;
	margin-bottom: 2px;
}
#menuHeader span,
#clientsHeader span,
#searchHeader span, 
#sideLinksHeader span	{
	display: none;
}
#menuHeader	{
	background-image: url("../images/header_General.png");
}
#clientsHeader	{
	background-image: url("../images/header_Clients.png");
}
#searchHeader	{
	background-image: url("../images/header_Search.png");
}
#sideLinksHeader	{
	background-image: url("../images/header_Links.png");
}

#menu,
#clients,
#searchBox,
#spotlights,
#sideLinks	{
	width: 140px;
	background: #ACB4C4;
	margin-left: 5px;
	margin-bottom: 5px;
}
#menu ul	{
	list-style-image: url("../images/dot.png");
	list-style-type: disc;
	list-style-position: outside;	
	padding: 0;
	margin:  0 25px;
}
#menu ul li     {
	margin: 0px;
	padding: 0px;
	font: normal 12px tahoma,verdana,sans-serif;
}
#menu a,
#menu a:visited {	
	color: #383D5A;
}
#menu a:hover    {
	color: #fff;
}
#menu #Webmail	{
	display:none;
}

#leftcontent form {
	font: bold 10px tahoma, sans-serif;
}
#clients form 	{
	padding: 0 4px 0 2px;
}
#clients table th {
	text-align: left;
}
#clients input	{
	width: 99%;
}

#leftcontent .Button, 
#leftcontent .Button:visited	{
	border: 1px solid black;  
	background-color: #466BB5;
	font: bold 12px tahoma, sans-serif;
	color: white;
	padding: 0;
	margin: 0;
}
#leftcontent .Button:hover {
	border: 1px inset;
	background-color: #9BB1DE;
	color: #0E1929;
}

#searchBox	div.thumbnail {
	margin-left: 10px;
	background: #EAEAEA;
}

#spotlights	div.thumbnail {
	margin-left: 10px;
}


/*  rounded corner */
.rbtop div  { background: url(../images/corn_tl.png) no-repeat top left; }
.rbtop      { background: url(../images/corn_tr.png) no-repeat top right; }
.rbbot div  { background: url(../images/corn_bl.png) no-repeat bottom left; }
.rbbot      { background: url(../images/corn_br.png) no-repeat bottom right; }

.rb2top div  { background: url(../images/corn2_tl.png) no-repeat top left; }
.rb2top      { background: url(../images/corn2_tr.png) no-repeat top right; }
.rb2bot div  { background: url(../images/corn2_bl.png) no-repeat bottom left; }
.rb2bot      { background: url(../images/corn2_br.png) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot ,
.rb2top div, .rb2top, .rb2bot div, .rb2bot{
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent, 
.rb2content  { 
	margin: 0 14px; 
}

#footer {
	clear: both;
	padding: 1em;
    text-align: center;			
	text-decoration: overline;
	font-size: 12px;
}
#footer a, 
#footer a:visited	{
	border-bottom: 1px dashed;
	color: #1525b0;
}
#footer a:hover 	{
	color: #4555E9;
}

/* End of Layout */

