/* 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) #BCD1F0 repeat-x; line-height: 1; color: #787878; 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: #1A3573; line-height:1.1em; }
a:visited { color: #1A3573; }
a:hover { color: #1A3573; }
h1, h2, h3, h4, h5, h6 { color:#001B5F; font-size: 1.1em; font-weight: bold; margin: 5px 0; padding:0; }
.p,.m{position:absolute;top:auto;left:-6000px;width:1px;height:1px;overflow:hidden;}

.top{display:block;position:absolute;width:100%;top:0;bottom:auto!important;}.right{display:block;position:absolute;width:100%;right:0;left:auto!important;}.left{display:block;position:absolute;width:100%;left:0;right:auto!important;}.bottom{display:block;position:absolute;width:100%;bottom:0;top:auto!important;}

/* 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; }

.align-left { float:left; padding: 0 10px 10px 0; }
.align-right { float:right; padding: 0 0 10px 10px; }
h1.sifr,h2.sifr { margin:0;padding:0; font-weight:normal; }
select.text { border: 1px solid #D5D5D5; }
input.text { padding: 2px; border: 1px solid #D5D5D5; width: 130px; }
textarea.text { padding: 2px; border: 1px solid #D5D5D5;  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:#031E61; 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: 978px; text-align:left; margin: 0 auto 0 auto; }

/* HEADER */
#header { height: 89px; position:relative; overflow:hidden; background:#FFF; }
#header #logo { cursor: pointer; display:block; width: 265px; height: 51px; position:absolute; top: 21px; left: 30px; background:url(../images/logo.png) no-repeat; text-indent:-6000px; z-index:20; }
#header span#logo { cursor: pointer; display:block; width: 265px; height: 51px; position:absolute; top: 21px; left: 30px; background:url(../images/logo.png) no-repeat; text-indent:-6000px; z-index:20; } /*iepngfix*/

/* SEARCH */
#search { width: 181px; float:right; display:inline; margin: 51px 27px 0 0; background:url(../images/bg-search.png) left bottom no-repeat; height: 21px; padding: 0 0 0 51px; }
* html #search { background-position: left 12px;}
#search fieldset { padding:0; margin:0; font-weight:normal; }
#search input.text { margin: 0 4px 0 0; height:15px; width:155px; padding-top:4px; }
#search input.image { }

/*NAV*/
#nav { background: url(../images/bg-nav.png) repeat-x; padding: 1px 0 0 0; height: 36px; text-align:center; }
#nav ul { width: 832px; height: 25px; list-style:none; margin: 12px auto 0 auto;padding:0; position:relative; z-index: 100; }
#nav a { text-align:left; display: block; height: 14px; text-indent: -6000px;  }
#nav li.menu-cat { float: left; display: block; text-transform:capitalize; background-repeat: no-repeat; margin-right: 23px; }/*menu category styling*/
#nav ul li.last { margin-right:0; }
#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: 148px; color: #001A5E; text-decoration: none; } /* reset for dropdown */
#nav li ul a:hover { color:#6AA6FD; } /*reset for dropdown */
#nav ul ul { display:none; position: absolute; top: 14px;left: 0px; width: 171px; height: auto; margin:0;padding:0; list-style:none; border-top: 0 #DADCF6 solid; } /*dropdown properties*/
#nav li ul li { border: #DADCF6 solid; border-width: 0; width:100%; background: #FFF; }
#nav li ul li ul { position: absolute; top: 5px; left: 100%; } /*flyout positioning */

#nav li ul li.flyout > a { background-image:url(../images/bg-nav-flyout-a.png); background-repeat: no-repeat; background-position: 97% 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: 5px; }
#nav li ul li.bottom { background:url(../images/bg-nav-ul-ul-bottom.png) no-repeat; height: 5px; }
* html #nav li ul li.bottom { display:none; }
* html #nav li ul li.top { display:none; }

/* nav categories */
#nav #nav-home { background-image: url(../images/nav-home.png); width: 58px; }
#nav #nav-home:hover {background-position: 0 -14px; }
#nav #nav-about-us { background-image: url(../images/nav-about-us.png); width: 80px; }
#nav #nav-about-us:hover {background-position: 0 -14px; }
#nav #nav-cost-segregation { background-image: url(../images/nav-cost-segregation.png); width: 135px; }
#nav #nav-cost-segregation:hover {background-position: 0 -14px; }
#nav #nav-industries { background-image: url(../images/nav-industries.png); width: 88px; }
#nav #nav-industries:hover {background-position: 0 -14px; }
#nav #nav-strategic-alliances { background-image: url(../images/nav-strategic-alliances.png); width: 147px; }
#nav #nav-strategic-alliances:hover {background-position: 0 -14px; }
#nav #nav-resources { background-image: url(../images/nav-resources.png); width: 90px; }
#nav #nav-resources:hover {background-position: 0 -14px; }
#nav #nav-contact-us { background-image: url(../images/nav-contact-us.png); width: 92px; }
#nav #nav-contact-us:hover {background-position: 0 -14px; }

/* PHOTO */
#photo { width: 100%; height: 167px; margin: 10px 0 0 0; }

/* SLIDESHOW */
#slideshow { position:relative; width: 100%; height: 210px; margin: 10px 0 0 0; }
#slideshow img { display:block; position:absolute; top:0; left:0; z-index:8; height: 100%; width:100%; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

/* MAIN */
#home #main{ background:url(../images/bg-main.png) repeat-y; }
#home #main .shell { width: 100%; background:url(../images/bg-main-shell.png) no-repeat top; overflow:hidden;  }
#internal #main{ background:url(../images/bg-main-i.png) repeat-y; }
#internal #main .shell { width: 100%; background:url(../images/bg-main-shell-i.png) no-repeat top; overflow:hidden;  }

/*CONTENT*/
#home #content { float:left; width:676px; display:inline; margin: 43px 0 0 31px; padding: 0 0 0 0; }
#internal #content { float:right; width:666px; display:inline; margin: 24px 34px 0 0; padding: 0 0 0 0; }
#internal #content h1 { margin: 0; padding: 0; font-weight:normal; font-size: 25px; height: 35px; border-bottom: 1px solid #CCCDCF; }
#internal #content .cms { margin: 12px 0 0 0; min-height: 200px; }
* html #internal #content .cms { height: 200px; }

/* NEWS & NOTES */
#news-notes { float:right; display:inline; width: 210px; margin: 0 28px 0 0; }
#news-notes h1 { margin: 17px 0 5px 0; padding: 0 0 0 5px; font-weight:normal; font-size:14px; height: 21px; border-bottom: 1px solid #D3D3D4; }
#news-notes ul { margin:0; padding:0; list-style:none; }
#news-notes li { border-bottom: 1px solid #D3D3D4; padding: 0 0 0 21px; background: url(../images/bg-news-notes-ul-li.png) no-repeat 0 7px; }
#news-notes li a { line-height: 1.3em; display:block; width: 171px; padding: 6px 0 8px 0; }
#news-notes .cms { margin: 20px 0 0 0; text-align:center; }

#social-media { margin: 10px 0 0 0; }
#social-media ul { background:0; }
#social-media ul li { padding: 0 0 0 24px; height:27px; margin: 0 0 4px 30px; width: 120px; border:0; position:relative; }
#internal #social-media ul li { margin-left: 19px; }

#social-media ul li .left { top:-1px; width:28px; height:28px; background-image: url(../images/social-media.png); background-repeat: no-repeat; z-index:10; }
#social-media ul li a { text-decoration:none; padding: 0 0 0 12px; display:block; width:113px; height:25px; overflow:hidden; border:1px solid #fff; border-width: 1px 1px 1px 0;line-height:23px; }
#link-twitter .left { background-position: 0 -58px !important; }
#link-twitter a { color:#6DCBD0; border-color:#B0E8EB !important; background:#E1F4F5; }
#link-facebook .left { background-position: 0 -29px !important; }
#link-facebook a { color:#006BB2; border-color:#2496DB !important; background:#C7DFED; }
#link-linkedin .left { background-position: 0 0 !important; }
#link-linkedin a { color:#008AB4; border-color:#79C8E0 !important; background:#C9E7F0; }
#link-blogspot .left { background-position: 0 -87px !important; }
#link-blogspot a { color:#e35f25; border-color:#ed9362 !important; background:#f3c0ae; }

/*NAV SUB*/
#nav-sub { float:left; display:inline; width: 192px; margin: 24px 0 0 38px; }
#nav-sub img { margin: 0 0 0 20px; }
#nav-sub  ul { list-style:none; padding:0; margin: 0 0 20px 0;  width: 100%; }
#nav-sub li { background:url(../images/bg-nav-sub-li.png) no-repeat 14px 10px;  padding: 0 0 0 23px; width: 169px; border-bottom: 1px solid #E3E4E5;  }
#nav-sub a {display:block; padding: 5px 0; width: 100%; text-decoration:none; }
#nav-sub a:hover { text-decoration:underline; }

/* BREADCRUMB */
#crumb { list-style: none; padding: 0; margin: 10px 0 9px 0; }
#crumb li { display:inline; padding: 0 0 0 0; margin: 0 0 0 0; }
#crumb li a, #crumb li a:hover { }

/* FOOTER */
#footer { color:#000; background: url(../images/bg-footer.png) repeat-x; padding: 1px 28px 0 28px; text-align: center; }
#internal #footer { background: url(../images/bg-footer-i.png) repeat-x; }
#footer ul { margin: 40px 0 17px 0;padding:0;list-style:none; line-height: 1.6em;}
#internal #footer ul { margin: 47px 0 17px 0; }
#footer li { display:inline; }
#footer li a { margin: 0 6px 0 3px; }
#footer span { line-height: 1.1em; font-size: 10px; }

/* 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; }
*/