﻿/* Eric Meyer's Global Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, em, font, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    color: #424242;
}
/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}

#middleCareers ul
{
    list-style-type: disc;
    margin-left: 20px;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
/* End of Global Reset */

h1, h2, .blogHeadline, subHeadline, .bodyHeadline
{
    color: #DF8000;
}
h1, .bodyHeadline
{
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}

body
{
    background: #333 url(/images/frame/bck.gif) repeat-x top left;
    font-size: .8em;
    line-height: 1.4em;
    font-family: Calibri, Tahoma, Verdana, Sans-Serif;
    color: #000;
}
/* begin styles for main landing page */
#wrapperLanding
{
    width: 994px;
    margin: 55px auto 10px auto;
}

#headerLanding
{
    background: url(/images/frame/bck-top.jpg) no-repeat top left;
    height: 58px;
    padding-top: 10px;
}
#headerLanding .flashTicker
{
    margin: 0 30px;
    height: 22px;
    width: 934px;
}
#contentLanding
{
    background: url(/images/frame/bckHomemid.jpg) no-repeat top left;
    height: 462px;
}

#contentLanding a img.globe
{
    border: none;
    outline: none;
    float: left;
}
#contentLanding img.tagline
{
    float: right;
}
/* end styles for main landing page (NOTE: footer area is the same for all pages) */


/* begin styles for all the pages */
#wrapper
{
    margin: 0 auto;
    width: 994px;
    position: relative;
    padding-top: 60px;
}

/* pngbehavior.htc is for IE6 transparency. the path may need to be corrected. */
.logo
{
    position: absolute;
    top: 2px;
    left: 12px;
    _behavior: url(../pngbehavior.htc);
}

#header
{
    background: url(/images/frame/bck-header.jpg) no-repeat top left;
    height: 133px;
    padding-top: 8px;
}

#header .flashTicker
{
    margin: 0 5px 0 315px;
    height: 22px;
    width: 650px;
}
/* BEGIN Errors */
.pnlSuccess{
   background-color:#92e4a0;
   border:1px solid #007700;
   color:#007700;
}

.appError
{
	background-color: #EAB1B1;
	border: solid 1px #842525;
	color: #842525;
}
/* End Errors*/

#content
{
    margin: 0 auto;
    width: 973px;
    padding-bottom: 10px;
}

/* begin navigation */
#nav
{
    background: #ee8f23 url(/images/frame/bck-nav.jpg) no-repeat top left;
    height: 46px;
}

#sec
{
    float: right;
    margin-right: 5px;
}

#candidateMenu, #companyMenu
{
    margin-left: 300px;
    _margin-left: 295px;
}

#submenu
{
    clear: right;
    margin-left: 320px;
    padding-top: 1px;
}
#submenu a:link, #submenu a:visited
{
    color: #fff;
    text-decoration: none;
}
#submenu a:hover
{
    text-decoration: underline;
}
/* end navigation */


#mainContent
{
    background: #fff url(/images/frame/bck-mainContent.gif) repeat-y top left;
    height: 100%;
}
#mainContentCareers
{
    background: #fff url(/images/bck-mainContentBlog.gif) repeat-y top left;
    height: 100%;
}
/* begin testimonials on the left hand side */
#testimonials
{
    margin: 0 1px;
    background: #edeade url(/images/frame/bck-testim.gif) repeat-x top left;
    float: left;
    width: 299px;
}
#testimonials .flashContent
{
    margin: 100px 0 10px 45px;
}
/* end testimonials */

/* begin sub content on the right hand side */
#subContent
{
    height: 100%;
    float: right;
    width: 196px; 
    margin: 0 1px;
}

.rightSubHeadline
{
    color: #DF8000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 10px 10px 0 0px;
    display: block;
}

#subContent h2, .subHeadline
{
    color: #DF8000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 30 px 0 10px 10px;
    display: block;
}
#subContent p
{
    padding: 0 10px 10px 10px;
}
#subContent ul#socialmediaIcons 
{
    width: 100%;  
    border: none; 
    margin: 15px 0 0 0;
}
#subContent ul#socialmediaIcons li
{
    float: left;
    width: 33%;
    background: none;
    border: none;
}
#subContent ul#socialmediaIcons li a
{
    width: 50px;
    height: 50px;
    text-indent: -9999pt;
}
#subContent ul#socialmediaIcons li a#fbIcon
{
    background: url(/images/facebook-icon.png) no-repeat;
}
#subContent ul#socialmediaIcons li a#twitterIcon
{
    background: url(/images/twitter-icon.png) no-repeat;
}
#subContent ul#socialmediaIcons li a#liIcon
{
    background: url(/images/linkedin-icon.png) no-repeat;
}
#subContent div#otherLinks ul 
{
    width: 100%;   
}
/* begin links section on the bottom */
#otherLinks ul
{
    list-style: none;
    border-top: 1px solid #dfdfdf;
}
#otherLinks ul li
{
    border-bottom: 1px solid #dfdfdf;
    background: #f3f1e8 url(/images/frame/bck-subnav.gif) repeat-x top left;
    height: 25px;
    display: block;
}
#otherLinks ul li a:link, #otherLinks ul li a:visited
{
    color: #7a7a7a;
    margin-left: 7px;
    text-decoration: none;
    line-height: 25px;
    font-size: 11px;
}
#otherLinks ul li a:hover
{
    text-decoration: underline;
}
/* end sub content on the right hand side */

/* begin main content in the middle */
#middle
{
    margin: 0 215px 0 330px; 
    height: 100%;
    padding: 5px 0;
}

#middleCareers
{
    margin: 0 240px 0 20px; 
    height: 100%;
    padding: 5px 0;
}

#breadcrumbs
{
    margin-bottom: 10px;
}
#breadcrumbs a:link, #breadcrumbs a:visited
{
    color: #DF8000;
}
#breadcrumbs a:hover
{
    text-decoration: none;
}

#middle p
{
    margin-bottom: 10px;
}
#middle h1 { line-height: 1.5em; }
#middle h2 { line-height: 1.5em; font-size:1.2em; }
#middle h3 { font-weight:bold; color:#DF8000; }
#middle ul { list-style-type:disc; margin-left:25px; margin-bottom:10px; }
#middle ol { list-style-type:decimal; margin-left:25px;  margin-bottom:10px;}
#middle ul li, #middle ol li { padding-bottom:3px; }

#middle .teamTable { width: 100%; }
#middle .teamTable td { vertical-align:top;padding:5px; }
#middle .teamTable td.header { background: #fcf6b7; font-style:italic; font-size:1.2em; }
#middle .teamTable td.imageCell {  text-align:center; width:175px; }



/* end main content in the middle */

#contentClearfix
{
    clear: both;
    background: url(/images/frame/bck-mainContent-bt.gif) no-repeat top left;
    height: 15px;
}
#contentClearfixCareers
{
    clear: both;
    background: url(/images/bck-mainContentBlog-bt.gif) no-repeat top left;
    height: 15px;
}
/* begin footer */
#footer
{
    background: url(/images/frame/bck-footer-top.jpg) no-repeat top left;
    width: 975px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#footer table
{
    width: 970px;
}
#footer table td
{
    width: 213px;
    padding: 10px 15px 0 15px;
}
.blogHeadline
{
    color: #DF8000;
    font-size: 14px;
    font-weight: bold;
}

.footerHeadline a:link, .footerHeadline a:visited {color: #DF8000; font-size: 12px; font-weight: bold; text-decoration:none; }
.footerHeadline a:hover {text-decoration: underline;}

.footerBody a:link, .footerBody a:visited
{
    padding-top: 3px;
    color: #7f7f7f;
    font-style: italic;
    text-align: left;
    display: block;
    font-size: 11px;
    text-decoration: none;
}

.footerReadMore a:link, .footerReadMore a:visited
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: right;
    font-style: italic;
    color: #424242;
}

.footerReadMore a:hover {text-decoration: underline;}

.blogText
{
    font-size: 12px;
    line-height: 14px;
    color: #333;
    margin-top: 5px;
} 

/*#footer table td a
{
    color: #f8a430;     
    text-align: left;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#footer table td p
{
    color: #b1b1b1;
    font-style: italic;
    text-align: left;
    display: block;
    font-size: 11px;
    text-decoration: none;
}*/

#footerClearfix
{
    clear: both;
    background: url(/images/frame/bck-footer-bottom.jpg) no-repeat bottom left;
    height: 15px;
}

#footerLinks p
{
    color: #7f7f7f;
    font-size: 11px;
    text-align: center;
}
#footerLinks p a:link, #footerLinks p a:visited
{
    color: #7f7f7f;
    text-decoration: none;
}
#footerLinks a:hover
{
    text-decoration: underline;
}
/* end footer */


/* BEGIN Share This */

.ShareThis
{
    background-color: #222222;
    font-style: normal;
    color: #FFFFFF;
}
.ShareDesc
{
    color: #000000;
}

#tblSocial
{
    margin: auto;
    text-align: center;
}
#tblSocial a
{
    background-repeat: no-repeat;
    background-position: center left;
    padding: 4px 0 0 22px;
    vertical-align: middle;
    cursor: pointer;
}
#tblSocial td
{
    width: 165px;
    padding: 5px;
    text-align: left;
}
.Delicious
{
    background-image: url(/_resources/UserControls/ShareThis/images/delicious.gif);
}
.Digg
{
    background-image: url(/_resources/UserControls/ShareThis/images/digg.gif);
}
.StumbleUpon
{
    background-image: url(/_resources/UserControls/ShareThis/images/stumble.gif);
}
.Furl
{
    background-image: url(/_resources/UserControls/ShareThis/images/furl.gif);
}
.Netscape
{
    background-image: url(/_resources/UserControls/ShareThis/images/netscape.gif);
}
.Yahoo
{
    background-image: url(/_resources/UserControls/ShareThis/images/yahoo_myweb.gif);
}
.Technorati
{
    background-image: url(/_resources/UserControls/ShareThis/images/technorati.gif);
}
.Google
{
    background-image: url(/_resources/UserControls/ShareThis/images/google_bmarks.gif);
}
.Newsvine
{
    background-image: url(/_resources/UserControls/ShareThis/images/newsvine.gif);
}
.BlinkList
{
    background-image: url(/_resources/UserControls/ShareThis/images/blinklist.gif);
}
.Reddit
{
    background-image: url(/_resources/UserControls/ShareThis/images/reddit.gif);
}
.Blogmarks
{
    background-image: url(/_resources/UserControls/ShareThis/images/blogmarks.gif);
}
.Magnolia
{
    background-image: url(/_resources/UserControls/ShareThis/images/magnolia.gif);
}
.Live
{
    background-image: url(/_resources/UserControls/ShareThis/images/windows_live.gif);
}
.Tailrank
{
    background-image: url(/_resources/UserControls/ShareThis/images/tailrank.gif);
}
.Slashdot
{
    background-image: url(/_resources/UserControls/ShareThis/images/slashdot.gif);
}
.Facebook
{
    background-image: url(/_resources/UserControls/ShareThis/images/facebook.gif);
}

.SocialTabs .ajax__tab_header
{
    margin: 0px;
    padding: 0px;
}
.SocialTabs .ajax__tab_outer
{
    margin: 0px 5px 5px 5px;
}
.SocialTabs .ajax__tab_inner
{
    padding: 3px 5px 3px 5px;
}
.SocialTabs .ajax__tab_tab
{
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}
.SocialTabs .ajax__tab_hover
{
    border: solid 1px #D9252E;
    color: #FFFFFF;
    background-color: #F23A44;
}
.SocialTabs .ajax__tab_active
{
    border: solid 1px #FFFFFF;
    margin: 5px 3px 3px 3px;
    color: orange;
}
.SocialTabs .ajax__tab_body
{
    background-color: #FFFFFF;
    background-image: url(/images/content_bkg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    margin: auto;
    text-align: center;
}
.SocialTabs .ajax__tab_body a
{
    font-size: 12px;
    margin: 0px;
    text-align: left;
}

/* END Share This */

