
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font-size: .70em; 
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	line-height:12pt;
	color:#00205B;
	background: #A9BAC3 url(../../Images/bg3.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
}
h1	
{
    color:#6297BC;
    font-family: Garamond, 'Trebuchet MS', Arial, Sans-serif;
    font-size:17pt;
    margin: 15px 0px; 
} 
h2 { font-size: 1.4em; color:#00205B; margin-bottom:5px;}
h3 { font-size: 1.3em; color:#00307B;margin-bottom:5px;}
p {margin-bottom:12px;}

ul, ol {
	margin: 0px 10px 10px 10px;
	padding: 0 15px;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
    
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	/*margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; */
}
label {
	/*display:block;*/
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	/*border:1px solid #999;*/
	font: normal 1em Verdana, sans-serif;
	color:#333;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#333;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF;	
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 940px; 
	height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 90px;	
	background: #fff url(../../images/headerbg.gif) repeat-x 0% 100%;	
}

#logo 
{
    background: #fff url(../../Images/logo.gif);
	
	height:83px;
	width:270px;
}

#header h2#slogan {	
	top: 37px;
	left: 95px;
	color: #666;
	text-indent: 0px;
	position: absolute;	 
	text-transform: none;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 	
}

#header p {
	top: 14px; 
	right: 18px;	
	font-size:9pt;
	font-weight:bold;
	position: absolute;
}

/* main */
#main {
	float: left;	
	padding: 0;
	width: 75%;	
	margin: 10px 5px 10px 20px;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; 
	margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}

.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 0%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: left;
	width: 20%;
	padding: 0; 
	margin: 10px 5px 10px 10px;	
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#menu {
	z-index: 999999;
	position: absolute;
	margin: 0; 
	padding: 100;
	list-style: none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#menu li 
{
    display:inline;
    margin:0; padding:0;
}
#menu a {
   float:left;
   background: url(../../Images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#menu a span {
   float:left;
   display:block;
   background: url(../../Images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFF;
}
#menu a:hover {
   background-position:0% -42px;
}
#menu a:hover span {
   background-position:100% -42px;
}
#menu #current a {
   background-position:0% -42px;
	color: #FFF;
}
#menu #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.fontnormal{	font-weight: normal; }

  .memberslink
  {
      background-image: url(images/user_business_boss.png);      
      background-repeat:no-repeat;
      padding-left:20px;      
  }
  .registerlink
  {
      background-image: url(images/text_signature.png);      
      background-repeat:no-repeat;
      padding-left:20px;      
  }
  
  .sectionborder
  {
      border-bottom: solid 1px #eef;
      border-left: solid 1px #eef;
      border-right: solid 1px #eef;
  }
  
  .sectionholder
  {
      margin-right:10px;
      width: 680px;
  }
 

 .sectionholder-mini
  {   
      margin-right:10px;        
      width: 220px;
  }
     
  .sectionheading
  {
      background-color:#eef;
  }
  
  .sectiondesc
  {
      padding:7px;
      min-height:50px;
  }
  
    .sectiondesc a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration:none;
    }
    
    .sectiondesc a:hover {
	color: #9EC068;
	background-color: inherit;
    }
  
  .sectionbody
  {
      padding:7px;
  }
  
  .news-bg
  {
     background-image: url(images/newspaper.png) ;
     background-repeat:no-repeat;
     padding-left:20px;   
  }
  
  .downloads-bg
  {
      background-image: url(images/doc_page.png);      
      background-repeat:no-repeat;
      padding-left:20px;   
  }
  
  .FAQ-bg
  {
      background-image: url(images/find.png);      
      background-repeat:no-repeat;
      padding-left:20px;   
  }
  
  .MembersOnly-bg
  {
      background-image: url(images/user_business_boss.png);      
      background-repeat:no-repeat;
      padding-left:20px;   
  }
  
  .arrow-more
  {
      background-image:url(bluearrow.png);
      background-repeat:no-repeat;
      background-position:right;
      margin-right:15px;
  }
  
  .SubMenu td
  {
      padding-right:5px;
      margin:0px;
  }
  
  .SubMenu a
  {
      font-weight:bold;
  }
  
  .SubMenuCurrent
  {
      text-transform:uppercase;
      text-decoration:underline;
  }
  
    .thin-blue-line
    {
        margin:10px 10px 10px 30px;
        width:90%;
        height:1px;
        background-color:#4284B0;        
    }
    
    .tab-across
    {
        margin-left:20px;
    }
    
    .tableSimple
    {
        border-left: solid 1px #eef;
        border-top: solid 1px #eef;
      
    }
  
    .tableSimple td
    {
        border-bottom: solid 1px #eef;
        border-right: solid 1px #eef;   
        padding:2px;     
    }