html	{
	overflow-y: scroll;
}
body {
	margin: 7px 10px;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	text-align: center;
	}
	
	/*+++++Link Elements++++++*/

a { 
	color: #007F64;
	text-decoration : none;
	}
a:hover { 
	color: #675C53; 
	text-decoration : underline;
	}
	
A.footer {
	color : White;
	text-decoration : none;
}
A.footer:HOVER {
	color : White;
	text-decoration : underline;
}
A.headernav {
	color : White;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
}
A.headernav:HOVER {
	color : #FCD91B;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
}

/*+++++Block Elements++++++*/

P {
	font-size : 12px;
	margin-top : 2px;
	margin-bottom : 6px;
	}

/*Use for all section titles of pages. For example, department names or product names.*/
p.SectionTitle  { 
	font-weight : bold;
	font-size : 14px;
	color : Navy;
	margin-top : 3px;
	margin-bottom : 3px;
	margin-left : 0.5em;
	margin-right : 0.5em;
	  }

/*Use for all section titles of pages. For example, department names or product names.*/
p.Note   {
	background-color : #EEEEEE;
	margin-left : 0em;
	padding : 6px;
	}
	
#leftcontentarea p.Note   {
	background-color : #EEEEEE;
	margin : 0em;
	padding : 10px 16px 10px 16px;
	}
	
/*Use for footer.*/
P.copyright  { 
	font-weight : bold;
	font-size : 9px;
	color : white;
	margin-top : 3px;
	margin-bottom : 3px;
	margin-left : 0.5em;
	margin-right : 0.5em;
	  }
	  
/*Use for supersmall fonts.*/
P.supersmall   { 
	font-size : 9px;
	color : black;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left : 0.5em;
	margin-right : 0.5em;
	  }
	  
	
	
/*NOTE: All pages should have at leats one H1 for search engine optimiation to work properly.*/
 H1 { font-weight : bold;
      font-size : 14px;
      color : #024731;
      margin-top : 4px;
      margin-bottom : 10px;
	  }

 H2 { font-weight : bold;
      font-size : 12px;
      color : #675C53;
      margin-top : 12px;
      margin-bottom : 6px;}

 H3 { font-weight : bold;
      font-size : 11px;
      margin-top : 11px;
      margin-bottom : 1px;}

 H4 { font-weight : bold;
      font-size : 10px;
		  color : #675C53;
      margin-top : 9px;
      margin-bottom : 1px;}

 H5 { font-weight : bold;
      font-size : 10px;
      margin-top : 9px;
      margin-bottom : 1px;}
	  
HR {
	color : #024731;
}

/*+++++List Elements++++++*/

UL {font-size : 12px;
      margin-top : 4px;
      margin-bottom : 4px;
	  }

/*NOTE: Use only when creating bulleted lists that must be flush to left margin rather than usnig the default left indent..An example would be home pages. */	  
UL.Flush {font-size : 12px;
      margin-top : 4px;
      margin-bottom : 4px;
      margin-left : 1.5em;
	}

/*Allows all list items to use paragraph spacing above and below. If you change  <P> spcaing in style sheet, you must also change it here to same value.*/	 
LI {
	margin-top : 2px;
	margin-bottom : 0px;
}

/*Use only for secondary bullets of a "flush" left list*/	 

LI.Secondary {
	margin-left : 1.4em;
	}	
				 
 OL {font-size : 12px;
 	  margin-top : 4px;
      margin-bottom : 6px;
	  }

/*NOTE: Use only when creating numbered lists that are to be flush to left margin rather than usnig the default left indent..*/	  
OL.Flush {font-size : 12px;
      margin-top : 4px;
      margin-bottom : 6px;
      margin-left : 2.2em;
	}	  

/*+++++Table Elements++++++*/

TABLE.withborder {
	border : 1px solid #C1D59F;
	text-align : left;
	padding: 5px 20px 5px 20px;
}

TABLE.withborder-home {
	border : 1px solid #C1D59F;
	text-align : left;
	padding: 0;
}

Td.productheading {
	padding-bottom : 2px;
	padding-left : 10px;
	padding-top : 2px;
	border-top : 1px solid #C1D59F;
	border-bottom : 1px solid #024731;
	background-color : #C1D59F;
	color: #024731;
	font-size: 16px;
	font-weight: bold;
}
TD.doubleborderright {
	border-right : 2px solid #024731;
	font-size : 12px;
 font-family: Arial, Helvetica, sans-serif;
}
TD.paddedtd {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 4px;
	font-size : 12px;
 font-family: Arial, Helvetica, sans-serif;
}

td.paddedtd h3 span {
	font-size: .7em;
	font-weight: normal;
	}
	
TD.sidebar {
	padding: 4px 5px 5px 5px;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
}


 TD {font-size : 12px;
}

 TH {font-size : 12px;
 	   font-weight : bold; }

table.logon_id {
	margin: auto;
	padding: 15px 25px;
	width: 250px;
	height: 150px;
	background-color: #f0eeed;
	border: 1px solid #675c53;
	}
	
table.logon_id td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #675C53;
	padding: 0 5px 0 0;
	height: 20px;
	text-align: right;
	}
	
#leftcontentarea table.dl_table {
	border: 1px solid #024731;
	background-color: #ffffff;
	border-collapse: collapse;
}

#leftcontentarea table.dl_table td {
	border: 1px solid #024731;
	padding: 5px 10px 5px 10px;
}

#leftcontentarea table.dl_table tr.row_header {
	background-color: #e6eed9;
	}

/*+++++Error message Elements++++++*/

.error {
	font-size : 12px;
	color : Red;
	font-weight: bold;
	margin-top : 2px;
	margin-bottom : 6px;
}

/*+++++ New Header Elements (rlj - 11-02-2009) ++++++*/

#top-nav {
	width: 394px;
	height: 30px;
	margin: 0;
/*	margin-left: 382px;
	padding: 0 0 125px 385px; */
	}

#top-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#top-nav ul li {
	float: left;
	font-size: 10px;
	margin: 5px 0 0 13px;
	}
	
#top-nav ul li.dropbox {
	margin: 0 0 0 10px;
	}
	
#top-nav select.formselectboxbest {
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	}
	
#top-nav ul li a,
#top-nav ul li a:link {
	color: #675C53;
	text-decoration: none;
	display: block;
	float:left
	}
	
#top-nav ul li a:hover {
	clear: both;
	text-decoration: underline;
	}

#frame {
	font-family: Arial, Helvetica, sans-serif;
	color: #675C53;
	margin: auto;
	text-align: left;
/*	border: 2px solid #fff; */
	width: 794px;	
	background-color: #fff;
	padding-bottom: 10px;
	}
	.wrapper {/*Used for all full-size web pages*/
	color : White;
	text-decoration : none;
	font-size: 8px;
}
/* commented backslash hack for other browsers \*/
#frame { width: 776px; }
/* end hack */
	
#frame .header td { 
	background: #fff url(../../images/page/sage_certified_consultants-header.jpg) no-repeat top left;
	padding: 0 0 125px 385px;
	}
	
#frame #sectionTable { width: 100%; margin-bottom: 2px; background-color: #F1EDEA; }
#frame #colorbar { margin-bottom: 6px; width: 100%; height: 21px; background: #3A6463 url(../../images/page/sbdcc_colorbar_repeat.gif) repeat top left; }

#frame #nav {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin-bottom: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}	
#frame #nav td {
	background-color: #6F8DB9;
	padding: 0;
	text-align: center;
	border-right: 1px solid #fff;		
	height: 24px;
	font-size: 10px;
	}	
#frame #nav td.last {
	border-right: none;	
	}
	
#frame #nav a { color: #fff; text-decoration: none;  padding: 2px 10px; }		
#frame #nav a#one { width: 129px; }
#frame #nav a#two { width: 125px;  }
#frame #nav a#three { width: 134px;  }
#frame #nav a#four { width: 126px; }
#frame #nav a#five { width: 128px; }
#frame #nav a#six { width: 124px; }
#frame #nav a#seven { width: 129px; }
#frame #nav td a:hover, #frame #nav td.active, #frame #nav td.active a  { color: #ccc;  }

#frame #nav td.active, #frame #nav td.active a { background-color: #FFC726; color: #000; }

/* General table, images and selectors */	
#frame .table0 { 
	width: 776px; 
	padding: 0; 
	}

.imgbestlogo { margin: 0 0 6px 14px; }
.imgbesthome { margin: 4px 13px 0 0; }
.imginvestor { margin: 4px 9px 0 0; }
.imglogo { margin: 20px 0 21px 21px; }
.imglogo2 { margin: 20px 0 21px 10px; }
.imgspecial { margin: 20px 14px 24px 0; }
.imgmainpromo { margin: 0 7px 0 0; }
.imgsectionphoto { margin: 0 2px 0 0; }

.footerNavPadding {
		margin: 0 1px 0 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #675C53;
		line-height: 12px;
	}
	
.footerNavPadding a {
		color: #675C53;
		text-decoration: none;
	}
	
.footerNavPadding a:hover {
		color: #675C53;
		text-decoration: underline;
	}
	
	.footerNav {
		font-family: Arial,Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		color: #6F8DB9;
		margin-left: -2px;
		margin-right: 2px;
		vertical-align: middle;
		line-height: 20px;
	}

#footerDividerLine {
	margin: 25px 0 0 0;
	overflow: hidden;
	}
	
p, li {
	font-size: 12px;
	line-height: 14px;
	color: #675C53;		
	margin: 0;
	}	
strong { color: #675C53; }
	
/* ** Interior Templates **  */	
div.sidenav { width: 173px; }	
div.sidenav h2 {
	font-size: 12px; 
	line-height: 16px;
	padding: 24px 0 7px 0;
	margin: 0;
	color: #024731;
	}

#sidebarmenu div.sidenav {
	width: 200px;
	}
		
/* Main & Sub Menus */
ul.mainMenu {
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
	}
	
ul.mainMenu li {
	background: url(../../images/page/arrow_lt_green.gif) left center no-repeat;
	padding-left: 12px;
	line-height: 16px;
	}
	
ul.subMenu {
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
	}
	
ul.subMenu li {
	background: url(../../images/page/arrow_sm_green.gif) left 5px no-repeat;
	padding-left: 12px;
	line-height: 16px;
	}
	
/* Side Navigation (sub nav) */
ul.sidenav  {
	list-style: none; 
	padding: 0; 
	margin: 0;
	}
	
ul.sidenav ul {
	list-style: none;
	padding: 2px 0 0 0;
	margin: 0;
	}
			
ul.sidenav li {
	font-size: 10px;
	line-height: 12px;
	padding: 0 9px 5px 9px;
	font-weight: bold;
	background: url(../../images/page/sbdcc_arrow.gif) no-repeat 0 4px;		
	}
	
ul.sidenav li.noBullet {
	background: none;		
	padding: 36px 9px 5px 0;
	}
	
ul.sidenav li li {
	font-size: 10px;
	line-height: 12px;
	padding: 0 0 3px 9px;
	font-weight: bold;
	}
	
ul.sidenav li a { color: #675C53; padding-left: 0; text-decoration: none; }
ul.sidenav li a:hover, ul.sidenav li.active a { 
	color: #666; 
	text-decoration: none; 
	}
ul.sidenav li.active a { text-decoration: none; }
ul.sidenav li.active ul li a { color: #675C53; font-weight: normal; background: none; }
ul.sidenav li.active ul li a:hover { color: #675C53;  }
ul.sidenav li.active ul li a:hover, ul.sidenav li.active ul li.active a { 
	color: #6F8DB9; 
	text-decoration: none; 
	background: url(../../images/page/sbdcc_arrow.gif) no-repeat 0 5px;		
	}

/* Main & Left Content Areaa */
#maincontentarea { margin-top: 25px; border:1px solid #C1D59F; text-align:left; padding: 5px 20px 5px 20px;}
#maincontentarea p { padding: 0 16px 10px 0; }
	
#leftcontentarea { padding: 0 20px 0 0; margin-top: 25px; width: 564px;}
#leftcontentarea p { padding: 10px 16px 0 0; }
	
/* E-mail to a Friend */	
p.emailtoafriend { 
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 20px 11px; 
	}
	
p.emailtoafriend a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 6px;
	color: #666;
	}
	
/* Footer plus utility nav */		
#footer { 
	font-family: Arial, Helvetica, sans-serif; 
	width: 780px; 
	padding: 10px 0 10px 0; 
	}

#footer p {
	font-size : 10px;
	line-height: 14px;
	color: #fff;
	padding: 0 0 0 22px;
	font-weight: bold;
	}
	
#footer #ftrutility p { padding-left: 10px; padding-top: 0px; }
#footer #ftrutility p a {
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	}

	
/* Added By IWS  */
.search_table {width:100%;border:0;border-top:1px solid #000;border-bottom:1px solid #000;padding:5px;}
.search_title_left {width:370px;float:left;border-bottom:1px solid gray;}
.search_title_right {width:175px;float:right;border-bottom:1px solid gray;}
.search_left {height:61px;width:370px;float:left;cursor:pointer;padding-top:5px;margin-top:5px;border-bottom:1px solid gray;background-position: right;background-repeat:no-repeat;}
.search_right {height: 61px; width: 175px; float: right; padding-top: 5px; margin-top: 5px; border-bottom: 1px solid gray;}
.ServicesWindow {
	font-size: 11px;
	text-align:left;
	width:175px;
	height:40px;
	overflow:auto;
	scrollbar-arrow-color:#9E948D;
}
.page_table {width:100%;border:0;border-top:1px solid #000;border-bottom:1px solid #000;padding:0px;}
.page_table td {text-align:center;}
.page_table span {font-size:10px;cursor:pointer;}
.hdr_black {font-size: 14px;font-weight: bold;color:#000000;margin:0 0 5px 0;}
.admin_div {border-top:1px solid black;padding:10px 0px 10px 0px;margin:0 0 10px 0;}
.admin_form_div {border-top:1px solid black;padding:10px 0px 10px 0px;margin:10px 0 10px 0;}
.FormHeading {width:100%;margin:10px 0px 5px 0px;font-size:13px;font-weight:bold;line-height:13px;color:#333333;}
.FormLeft {width:75px;float:left;padding-top:5px;color:#333333;}
.FormRight {width:425px;float:right;padding-top:5px;color:#333333;}
.InputBox {font-family: Tahoma;font-size: 12px;height:20px;margin-left:10px;}
.ANST_nav {cursor:pointer;width:25%;background-color:#9E948D;padding:5px;color:#fff;text-align:center;}

#ptleadreg_maincontentarea { margin-top: 25px; border:1px solid #C1D59F; text-align:left; padding: 5px 20px 5px 20px;}
#ptleadreg_maincontentarea p { padding: 0 16px 10px 0; }
#ptleadreg_maincontentarea hr {width:90%;color:#C1D59F;}
#ptleadreg_maincontentarea .left {float:left;width:205px;margin:10px 0 0 0;text-align:right;padding:5px 10px 0 0;}
#ptleadreg_maincontentarea .right {float:right;width:340px;margin:10px 0 0 0;}
#ptleadreg_maincontentarea .right2 {float:right;width:340px;margin:10px 0 0 0;padding:5px 0 0 0;}
#ptleadreg_maincontentarea .rightsubmit {float:right;width:310px;margin:5px 0 10px 0;text-align:right;padding:0 30px 0 0;}
#ptleadreg_maincontentarea .right input {font-size:12px;height:15px;width:300px;}
#ptleadreg_maincontentarea .right textarea {font-size:12px;height:75px;width:300px;}
#ptleadreg_maincontentarea .right .submit {font-size:12px;height:20px;}