/* SELECTOR RESET
--------------------------------*/
html, body, div, span, object, iframe, a, dl,dt,dd abbr, acronym, address, pre, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, var, center, table, fieldset, form, fieldset, label, legend, select, input, textarea { margin: 0;padding: 0;border: 0;outline: 0; font-size: 100%; }

/* COMMON SELECTOR LAYOUT
--------------------------------*/
body { background: url(../images/bg.png) #FFF repeat-x; color: #666666; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none; }
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing:0; }
p { padding: 5px 0; margin: 0; }
strong, b { color: #113C5F; }
img { border: 0; display:block; }
input, select { vertical-align: middle; }
button {}
ul { margin-top:0; margin-bottom:0; }
legend { font-weight:bold; margin: 10px 0; }
a:link { color: #113C5F; }
a:visited { color: #113C5F; }
a:hover { color: #666666; }
h1, h2, h3, h4, h5, h6 { font-size: 1.5em; font-weight: bold; color: #113C5F; margin: 5px 0 8px 0; padding:0; width: 645px; border-bottom: #CCCCCC solid 1px; padding-bottom: 5px; }

/* COMMON SELECTOR CLASSES
---------------------------------*/
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.inline { display:inline; }
.block { display:block; }
.container { overflow: hidden; width: 100%; }
.required { background:url(../images/bg-required.png) no-repeat 99% 4px; }
.note { font-style: italic; font-size: 10px; margin: 0 0 0 5px; }
.cms img { display:inline; }
.cms { line-height: 1.4em; }
.sifr-alt { display: none; }

h1.sifr,h2.sifr { margin:0;padding:0; font-weight:normal; }
select.text { border: 1px solid #999; }
input.text { padding: 2px; border: 1px solid #999; width: 130px; }
textarea.text { padding: 2px; border: 1px solid #999;  width:220px; height:60px; }
input.image { }
input.button { color:#FFF; background:#000; font: bold 100% Verdana, Arial, Helvetica, sans-serif; border:0;padding: 2px; }
button.button { color:#FFF; background:#000; font: bold 100% Verdana, Arial, Helvetica, sans-serif; border:0;padding: 2px;  float:right; margin: 0 60px 0 0; }
input.checkbox { width:20px; margin: 3px 0 0 0; }
input.radio { width:20px; margin: 5px 0 0 0; }

.error, .error strong { color: #C00; }
h3.error { font-weight: normal; border: 1px solid #C00; background: #FBFCFC; padding: 5px; text-align:center; }
p.error { text-align: center; width: 90%; }
.success, .success strong { color: #390; }
p.success { text-align: center; width: 90%; }

/* BODY SELECTORS
---------------------------------*/
#home, #internal { width: 900px; text-align:left; margin: 7px auto 0 auto; background:url(../images/bg-site.png) repeat-y; }
#home .shell,#internal .shell { background: url(../images/bg-site-shell.png) no-repeat top left; padding: 0 0 0 24px; }

/* HEADER */
#header { height: 108px; background: url(../images/bg-header.png) repeat-x bottom; position:relative; border-top:1px solid #113C60; z-index:100;}
#header #logo { cursor: pointer; display:block; width: 269px; height: 63px; position:absolute; top: 25px; left: 34px; background:url(../images/logo.png) no-repeat; text-indent:-6000px; z-index:20; }
#header span#logo { } /*iepngfix*/

/* SEARCH */
#search {}
#search fieldset { padding:0; margin:0; font-weight:normal; }
#search input.text { width:; margin: 0 4px 0 0; }
#search input.image { }

/* PHOTO */
#home #photo { clear:left; width: 876px; height: 252px; }
#home #photo img { width: 876px; height: 252px; }
#internal #photo { clear:left; width: 876px; height: 53px; }
#internal #photo img { width: 876px; height: 53px; }

/*NAV*/
#home #nav { height: 22px; margin: 85px 0 0 320px;padding: 1px 0 0 0; background: url(../images/bg-nav.png) no-repeat left top #113C60; }
#internal #nav { height: 22px; margin: 27px 0 0 320px;padding: 1px 0 0 0; background: url(../images/bg-nav.png) no-repeat left top #113C60; }

#nav ul { height: 11px; list-style:none; position:relative; z-index: 100; margin: 6px 0 0 0; }
#nav a { display: block; height: 11px; text-indent: -6000px;  }
#nav li.menu-cat { float: left; display: block; text-transform:capitalize; background-repeat: no-repeat; margin: 0 26px; }/*menu category styling*/
#nav li:hover { position:relative; } /*hold flyout positioning*/

/* nav dropdown */
#nav li ul a { padding: 5px 3px 5px 20px; text-indent: 0; text-transform:none; height: auto; width: 145px; color: #113C60; text-decoration: none; } /* reset for dropdown */
#nav li ul a:hover { color: #666666; text-decoration: underline; } /*reset for dropdown */
#nav ul ul { display:none; position: absolute; top: 11px;left: 0px; width: 171px; height: auto; margin:0;padding:0; list-style:none; border-top: 6px #113C60 solid; background: #FFF url(../images/bg-nav-ul-ul.png) repeat-x bottom; } /*dropdown properties*/
#nav li ul li { border: #1E6DAE solid; border-width: 0 0 0 1px; width:100%; }
#nav li ul li ul { position: absolute; top: 5px; left: 99%; } /*flyout positioning */

#nav li ul li.flyout > a { background:url(../images/bg-nav-ul-li-a.png) no-repeat 99% 8px; }

#nav li a.place-holder { cursor: default; }
* html #nav ul ul li {height: 1%; float:left;} /*ie6*/
*+html #nav ul ul li { height: 1%; float:left; } /*ie7*/

#nav li ul li.top { background:url(../images/bg-nav-ul-ul-top.png) no-repeat; height: 6px; }
#nav li ul li.bottom { background:url(../images/bg-nav-ul-ul-bottom.png) no-repeat; height: 6px; }
* html #nav li ul li.bottom { display:none; }
* html #nav li ul li.top { display:none; }

/* nav categories */
#nav #nav-about-us { background-image: url(../images/nav-about-us.png); width: 54px; }
#nav #nav-our-reports { background-image: url(../images/nav-our-reports.png); width: 77px; }
#nav #nav-success-stories { background-image: url(../images/nav-success-stories.png); width: 101px; }
#nav #nav-and-more { background-image: url(../images/nav-more.png); width: 45px; }

/*CALCULATOR*/
#home #cost-segregation-calculator { width:556px; right:0; height: 309px; top: -252px; position:absolute; z-index:1; padding: 0 0 0 0; }
#home #cost-segregation-calculator .content { padding: 10px; color:#fff; display:none; width: 536px !important; height: 252px; background:#329865; } 
#home #cost-segregation-calculator a { position:absolute; top:252px; display:block; width: 556px; height: 54px; background:url(../images/btn-cost-segregation-calculator.png) no-repeat; text-indent:-6000px; }

#internal #cost-segregation-calculator { width:213px; margin: 27px 27px 0 auto; height: 31px; position:relative; z-index:200; padding: 0 0 0 0; }
#internal #cost-segregation-calculator .content { padding: 10px; color:#fff; display:none; height: 252px; width:536px !important; position: absolute; top: 37px; right: 0; background:#329865; } 
#internal #cost-segregation-calculator a { position:absolute; display:block; width: 213px; height: 31px; background:url(../images/btn-cost-segregation-calculator-i.png) no-repeat; text-indent:-6000px; }

/* MAIN */
#main{ position:relative; z-index:1; width: 100%;padding: 1px 0 20px 0; background:url(../images/bg-main.png) repeat-x top; }

#link-home { background:url(../images/link-home.png) 0 0 no-repeat; width:59px;hieght:20px; position:absolute; right: 20px; top: 30px; }
#link-home a { display:block; text-indent:-6000px; height:100%; }

/*CONTENT*/
#content{ overflow:hidden; width: 100%; padding: 50px 0 0 0; }
#area01 { float:left; width: 269px; margin: 17px 0 0 34px; display:inline; }
#home #area02 { float:left; display:inline; width: 512px; min-height: 200px; margin: 15px 0 0 15px; padding: 0 0 0 30px; border-left: 1px solid #CCC; line-height: 160%; }
#internal #area02 { width: 640px; min-height: 200px; margin: 15px 0 0 184px; padding: 10px 0 0 30px; border-left: 1px solid #CCC; line-height: 160%; }
* html  #area02 { height: 200px; }

/* BREADCRUMB */
#crumb { list-style: none; padding: 0; margin: 0 0 9px 0; }
#crumb li { display:inline; background: url(../images/bg-li-crumb.png) no-repeat 0 3px; padding: 0 0 0 11px; margin: 0 14px 0 0; }
#crumb li a, #crumb li a:hover { color:#9CB87E; }

/* FOOTER */
#footer { background: url(../images/bg-footer.png) no-repeat; height: 17px; padding: 3px 0 0 0; text-align: center; margin: 15px 0 0 -24px;  }
#footer ul { margin: 0 0 0 24px;padding:0 0 4px 0;list-style:none; border-bottom:1px solid #113C60;}
#footer li { display:inline; }
#footer li a { margin: 0 6px 0 3px; }

/* CORE101 */
#logo-core101 { width:271px; height:17px; text-align:center; margin: 10px auto 0 auto; background:url(../images/logo-core101.png) no-repeat; text-indent: -6000px; }
#logo-core101 a { display:block; width: 100%; }

/*SITEMAP*/
#sitemap ul {}
#sitemap li { list-style: none;	vertical-align:middle; padding-bottom: 4px;	}
#sitemap a { text-decoration:none; }
#sitemap a:hover{ text-decoration:underline; }
#sitemap li.level1 { padding-left: 0; }
#sitemap li.level2 { padding-left: 25px; }
#sitemap li.level3 { padding-left: 50px; }
#sitemap li.level4 { padding-left: 75px; }
#sitemap li.level5 { padding-left: 100px; }

/* MISC
-------------------------------------*/

.l1 { width:10px !important;}.l2 { width:20px !important;}.l3 { width:30px !important;}.l4 { width:40px !important;}.l5 { width:50px !important;}.l6 { width:60px !important;}.l7 { width:70px !important;}.l8 { width:80px !important;}.l9 { width:90px !important;}.l10 { width:100px !important;}.l12 { width:120px !important;}.l13 { width:130px !important;}.l14 { width:140px !important;}.l15 { width:150px !important;}

/* FORMS */
/*form wrapper*/
form label,form .group { display: block; width: 100%; overflow: hidden; margin: 0 0 5px 0; }
form label span,form .group span { width: 200px; float: left; text-align: right; padding: 4px 5px 0 0; }
form label input { float: left; margin: 0 0 5px 0; width: 110px; }
form label select { float: left; margin: 0 0 5px 0; width: 115px; }
form .buttons { text-align:right; width: 100%; }
/*form group*/
form ul { float:left; width:auto; margin:0 0 5px 0;padding:0;list-style:none; overflow:hidden; }
form li.heading { text-decoration:underline; float:left; padding: 4px 0; width: 100%; }
form li.error { float:left; padding: 4px 0; width: 100%; }
form li { width:50%; float:left; padding: 4px 0; }
form li label, form ul li span, form li input { display:inline !important; width:auto !important; float:none !important; }
form label span.error { width:180px; text-align:left; margin-left: 5px; }

/*...need to make sure forms will accright
#form-taf { width: 500px; }
#form-contact { width: 500px; }
form fieldset { margin:0; padding:0; border:0; }
form label, #captcha-image { display: block; width: 100%; overflow: hidden; margin: 0 0 5px 0; }
form .inline label { display:inline; width: auto; }
form .inline { clear:both; margin: 0 0 0 200px; }
form .inline label span { display:inline; width:auto; float:none; }
form .inline label input { float:none; width: auto; }
form label span, form #captcha-image span { width: 200px; float: left; text-align: right; padding: 4px 5px 0 0; }
form label span.required {}
form label span.error { font-size: 12px; font-style:italic; color:#F00; text-align:left; margin-left: 5px; }	
form label input { float: left; margin: 0 0 5px 0; width: 90px; }	
form label select { float: left; margin: 0 0 5px 0; width: auto; }
form #captcha-image img { float:left; margin: 0 0 5px 0; }
*/