/* 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;outline: 0;font-size: 100%; }

/* COMMON SELECTOR LAYOUT
--------------------------------*/
body { background: url(../images/bg.png) repeat #FEFEFB; line-height: 1; color: #666658; 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 { }
img { border: 0; display:block; }
input, select { vertical-align: middle; }
button {}
legend { font-weight:bold; margin: 10px 0; }
a:link { color: #666658; }
a:visited { color: #666658; }
a:hover { color: #666658; }
h1, h2, h3, h4, h5, h6 { font-size: 1.1em; font-weight: bold; margin: 5px 0; padding:0; }

/* COMMON SELECTOR CLASSES
---------------------------------*/
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.fl-left { float: left; }
.fl-right { float: right; }
.inline { display:inline; }
.block { display:block; }
.pos-rel { position:relative; }
.pos-abs { position:absolute; }
.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 #DBE3DF; width: 130px; }
textarea.text { padding: 2px; border: 1px solid #DBE3DF;  width:230px; height:60px; }
input.image { }
input.button { color:#FFF; background:#3B544A; font: bold 100% Verdana, Arial, Helvetica, sans-serif; border:1px solid #F5F5E6; padding: 2px; }
button.button { float:right; color:#FFF; background:#3B544A; font: bold 100% Verdana, Arial, Helvetica, sans-serif; padding: 2px; border:1px solid #F5F5E6; margin: 0 60px 0 0; }
input.checkbox { width:20px; margin: 3px 0 0 0; }
input.radio { width:20px; margin: 5px 0 0 0; }
input.size-xlong { width: 300px; } input.size-long { width: 205px; } input.size-mid { width: 70px; } input.size-small { width: 30px; } input.size-tiny { width: 20px; } input.size-xsmall { width: 10px; }

.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: 841px; text-align:left; margin: 0 auto 0 auto; background:url(../images/bg-home.png) repeat-y; padding: 0 0 0 18px; }
/* * html #home, * html #internal { background:url(../images/bg-home-ie6.png) repeat-y; } */

/* HEADER */
#header { height: 70px; background: url(../images/bg-header.jpg) no-repeat; position:relative; border-bottom: 1px solid #E4E7DB; }
#header img#logo { float:left; width: 433px; height: 95px; position:absolute; top:9px; left:9px; z-index: 500; }
* #header span#logo { float:left; width: 433px; height: 95px; position:absolute; top:9px; left:9px; z-index: 500; } /*iepngfix*/

/* TICKER*/
#stock-ticker { margin: 15px 275px 0 auto; width: 170px; height: 30px; text-align:right; line-height: 1.4em; background:#FAFAF5; padding: 10px; }
#stock-ticker span { font-size: 10px; }

/*NAV*/
#nav { background: #FFF; }
#nav ul { height: 19px; background: url(../images/bg-nav.png) repeat-x; list-style:none; margin:0 0 0 104px;padding:0 0 0 0; position:relative; z-index: 800; }
#nav a { display: block; height: 19px; text-indent: -6000px;  }
#nav li.menu-cat { float: left; display: block; text-transform:capitalize; background-repeat: no-repeat; position:relative; z-index:800; }

/*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: 144px; color: #3C544A; text-decoration: none; } /* reset for dropdown */
#nav ul li.flyout { background: url(../images/bg-flyout.png) 98% 3px no-repeat; }
#nav li.flyout a:hover { background: url(../images/bg-flyout.png) 98% 3px no-repeat #EBEBCD; }
#nav li.flyout li a:hover { background-image: none; }
#nav li ul a:hover { color: #3C544A; background: #EBEBCD; } /*reset for dropdown */
#nav ul ul { display:none; position: absolute; top: 19px;left: 0; width: 169px; height: auto; margin:0;padding:0; list-style:none; border-top: 1px #F6F6E8 solid; background: #FFF; } /*dropdown properties*/
#nav li ul li { border: #F6F6E8 solid; border-width: 0 1px 1px 1px; width: 167px; }
#nav li ul li ul { position: absolute; top: 0; left: 100%; } /*flyout positioning */

* html #nav ul ul li {height: 1%; float:left;}
*+html #nav ul ul li { height: 1%; float:left; }
/* nav categories */
#nav #nav-about-us { background-image: url(../images/nav-about-us.png); width: 93px; }
#nav #nav-about-us:hover { background-position: 0 -19px; }
#nav #nav-our-portfolio { background-image: url(../images/nav-our-portfolio.png); width: 132px; }
#nav #nav-our-portfolio:hover { background-position: 0 -19px; }
#nav #nav-our-team { background-image: url(../images/nav-our-team.png); width: 94px; }
#nav #nav-our-team:hover {background-position: 0 -19px; }
#nav #nav-investor-relations { background-image: url(../images/nav-investor-relations.png); width: 169px; }
#nav #nav-investor-relations:hover {background-position: 0 -19px; }
#nav #nav-sbic { background-image: url(../images/nav-sbic.png); width: 61px; }
#nav #nav-sbic:hover {background-position: 0 -19px; }
#nav #nav-contact-us { background-image: url(../images/nav-contact-us.png); width: 110px; }
#nav #nav-contact-us:hover {background-position: 0 -19px; }
#nav #nav-home { background-image: url(../images/nav-home.png); width: 64px; }
#nav #nav-home:hover {background-position: 0 -19px; }

/* NAV-SUB */
#nav-sub { float:left; display:inline; width: 147px; background:url(../images/bg-nav-sub-top.png) no-repeat top #F9F9F0; padding: 10px 0 0 0; margin: 30px 0 0 14px; }
#nav-sub .shell { background: url(../images/bg-nav-sub-bottom.png) no-repeat bottom; padding: 0 0 10px 0; }
#nav-sub ul { width:145px; margin:0;padding:0;list-style:none; border: solid #E6E6C7; border-width: 0 1px; }
#nav-sub li.level2 { width: 125px; background:url(../images/bg-nav-sub-li-level2.png) no-repeat 5px 8px; padding: 0 5px 0 15px; }
#nav-sub li.level3 { width: 115px; margin: 0 0 0 10px; background:url(../images/bg-nav-sub-li-level3.png) no-repeat 5px 8px; padding: 0 5px 0 15px; }
#nav-sub a { width: 100%; display:block; padding: 5px 0; text-decoration:none; }
#nav-sub a:hover { text-decoration:underline; }


/* MAIN */
#home #main{ overflow:hidden; width: 100%; background: url(../images/bg-main.jpg) no-repeat right #FFF; height: 239px; }
#home #main-bottom { background:url(../images/bg-main-bottom.jpg) no-repeat #F4F5E7; position:relative; padding: 12px 0 12px 0; }
#internal #main { overflow:hidden; width: 100%; padding: 0 0 20px 0; background: url(../images/bg-main.png) repeat-x bottom #FFF; }

/* BULL */
#bull { position:absolute; top:-89px; left:0; z-index: 20; width:152px; height:143px; }

/* WELCOME */
#welcome { background: url(../images/bg-welcome-top.png) no-repeat top #F9F9F0; padding: 10px 0 0 0; width: 525px; margin: 24px 0 0 15px; }
#welcome .shell { background: url(../images/bg-welcome-bottom.png) no-repeat bottom; padding: 0 0 10px 0; }
#welcome h1.title { height: 22px; color:#3D564C; border: solid #E6E6C7; border-width: 0 1px; width: 509px; padding: 0 0 0 14px; }
#welcome .cms { border: solid #E6E6C7; border-width: 0 1px; width: 492px; padding: 0 14px 0 17px; }

/* CONTENT */
#home #content { background:url(../images/bg-content-top.jpg) no-repeat top #FCFDF8; width: 670px; overflow:hidden; margin: 0 0 0 119px; padding: 10px 0 0 0; }
#home #content .shell { background: url(../images/bg-content-bottom.png) no-repeat bottom; padding: 0 0 10px 0; }
#home #content .cms { background:url(../images/bg-content.jpg) no-repeat; border: solid #D9E1DB; border-width: 0 1px; width: 608px; min-height: 100px; padding: 0 30px 0 30px; }
* html #home #content .cms { height: 100px; }

#internal h1.title { float:right;  width: 655px; height: 30px; color:#3D564C; margin: 20px 0 0 0; }
#internal #content { clear:right; float:right; display:inline; width: 655px; background:url(../images/bg-content-top-i.png) no-repeat top; padding: 8px 0 0 0; margin: 0 12px 0 0; }
#internal #content .shell { background: url(../images/bg-content-bottom-i.png) no-repeat bottom; padding: 0 0 8px 0; }
#internal #content .cms { width: 621px; border: solid #DBE3DF; border-width: 0 1px; min-height: 270px; padding: 8px 16px; background: #FFF; }
* html #internal #content .cms { height: 270px; }

/* FOOTER */
#footer { background: url(../images/bg-footer.png) repeat-x; height: 20px; padding: 10px 0 0 0; text-align: center; border-top: 1px solid #EEEEDC; }
#footer span { margin: 0 56px 0 0; }
/* CORE101 */
#core101-logo { text-align:center; padding: 10px 0; }

/* MISC
-------------------------------------*/

/* forms */
#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; }

/* sitemap */
#sitemap li { list-style: none;	vertical-align:middle; padding-bottom: 4px;	}
#sitemap a { text-decoration:none; }
#sitemap a:hover{ text-decoration:underline; }