﻿/* 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;
}
/* 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: "" "";
}

blockquote
{
    padding-left: 35px;
}
/* End of Global Reset */

h1, h2, .blogHeadline, subHeadline, .bodyHeadline, .bodyHeadline2, .entryAuthor, .entryCategory, .contactInfo, .next a, .previous a
{
    color: #DF8000;
    text-decoration: none;
}
h1, .bodyHeadline
{
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
.bodyHeadline2
{
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
.bodyHeadline2:hover
{
    color: #ef5320;
}
.blogHeadline
{
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    text-decoration: none;
}

body
{
    background: #333 url(/images/frame/bck.gif) repeat-x top left;
    font-size: .8em;
    line-height: 1em;
    font-family: Calibri, Tahoma, Verdana, Sans-Serif;
    color: #000;
}

/* 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;
}

#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-mainContentBlog.gif) repeat-y top left;
    height: 100%;
}

/* begin sub content on the right hand side */
#subContent
{
    height: 100%;
    float: right;
    width: 196px; _width:185px; 
    margin: 0 1px;
}

#subContent h2, .subHeadline
{
    color: #DF8000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 15px 10px 0 10px;    
    display: block;
}
#subContent p
{
    padding: 0 10px 10px 10px;
}

/* begin links section on the bottom */
#subContent ul
{
    list-style: none;
    border-top: 1px solid #dfdfdf;
    display: inline-block;
}
#subContent ul li
{
    border-bottom: 1px solid #dfdfdf;
    background: #f3f1e8 url(/images/frame/bck-subnav.gif) repeat-x top left;
}
#subContent ul li a:link, #subContent ul li a:visited
{
    color: #333333;
    margin-left: 7px;
    text-decoration: none;
    line-height: 25px;
    display: block;
    font-size: 11px;
}
#subContent ul li a:hover
{
    text-decoration: underline;
}

td.linkItem
{
    border-top: 1px solid #dfdfdf;
    display: inline-block;
    width: 100%;
    background: #f3f1e8 url(/images/frame/bck-subnav.gif) repeat-x top left;
}
td.linkItem a:link, td.linkItem a:visited
{
    color: #7a7a7a;
    margin-left: 7px;
    text-decoration: none;
    line-height: 25px;
    display: block;
    font-size: 11px;
    width: 100%;
}
td.linkItem a:hover
{
    text-decoration: underline;
}

table.linkItem
{
    border-top: 1px solid #dfdfdf;
    display: inline-block;
    width: 100%;
    background: #f3f1e8 url(/images/frame/bck-subnav.gif) repeat-x top left;
}
table.linkItem a:link, table.linkItem a:visited
{
    color: #7a7a7a;
    margin-left: 7px;
    text-decoration: none;
    line-height: 25px;
    display: block;
    font-size: 11px;
    width: 100%;
}
table.linkItem a:hover
{
    text-decoration: underline;
}



.bottomBorder
{
    border-bottom: 1px solid #dfdfdf;
}
a.pagingLink
{
    text-decoration: none;
    font-size: 12px;
}
a.pagingLink:hover
{
    text-decoration: underline;
}

#subContent ul li ul
{
}
#subContent ul li ul li
{
    background: #fff;
}
#subContent ul li ul li a:link, #subContent ul ul li a:visited
{
    color: #7a7a7a;
    margin-left: 15px;
    text-decoration: none;
    line-height: 25px;
    display: block;
    font-size: 11px;
}
#subContent ul li ul li a:hover
{
    text-decoration: underline;
}

p.contactInfo
{
    line-height: 20px;
}
p.contactInfo a:link, p.contactInfo a:visited
{
    color: #DF8000;
}
p.contactInfo a:hover
{
    text-decoration: underline;
}

/* end sub content on the right hand side */

/* begin main content in the middle */
#middle
{
    margin: 0 240px 0 100px;
    height: 100%;
    padding: 5px 0;
}
#breadcrumbs
{
    margin-left: 220px;
    margin-bottom: 75px;
}
#breadcrumbs a:link, #breadcrumbs a:visited
{
    color: #DF8000;
}
#breadcrumbs a:hover
{
    text-decoration: none;
}

#middle p
{
    margin-bottom: 10px;
}

/*.blogEntry { background: url(/images/frame/bck-footerBlogEntry.gif) no-repeat bottom center; padding-bottom:40px; margin-top:10px;}*/
.blogEntry p
{
    vertical-align: text-top;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
}
.blogEntry ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol ol ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol ol ol ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol ol ol ol ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol ol ol ol ol ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol ol ol ol ol ol ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ol ol ol ol ol ol ol ol ol ol ol ol
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul ul ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul ul ul ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul ul ul ul ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntry ul ul ul ul ul ul ul ul ul ul ul ul
{
    vertical-align: text-top;
    font-size: 11;
    color: Black;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blogEntryInfo
{
    line-height: 15px;
    font-size: 11px;
}
.blogEntry img
{
    border: 2px solid #d8d8d8;
    margin: 5px;
    max-width: 590px;
}
.blogEntryMeta
{
    text-align: right;
    font-size: 11px;
}
.blogEntryMeta a:link, .blogEntryMeta a:visited
{
    text-decoration: none;
    font-size: 11px;
}
.blogEntryMeta a:hover
{
    text-decoration: underline;
}
/*.blogEntryMeta img { }*/

.next
{
    float: right;
}
.previous
{
    float: left;
}
.next img, .previous img
{
    vertical-align: middle;
}

.blogEntry
{
    line-height: 150%;
}


.blogEntry a:link
{
    color: #DF8000;
    text-decoration: none;
}
.blogEntry a:visited
{
    color: #DF8000;
    text-decoration: none;
}
.blogEntry a:hover
{
    color: #DF8000;
    text-decoration: underline;
}
/* end main content in the middle */

#contentClearfix
{
    clear: both;
    background: url(/images/frame/bck-mainContentBlog-bt.gif) no-repeat top left;
    height: 15px;
}

/* begin footer */

#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 */

a.noUnderline:link, a.noUnderline:visited
{
    text-decoration: none;
}
a.noUnderline:hover
{
    text-decoration: underline;
}

a.noUnderlineOrange:link, a.noUnderlineOrange:visited
{
    text-decoration: none;
}
a.noUnderlineOrange:hover
{
    text-decoration: underline;
    color: #f8ac37;
}

.PostCommentButton
{
    background-color: #f8ac37;
    color: #fff;
    font-weight: bold;
}
.PostCommentButton:hover
{
    cursor: pointer;
}



/* 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
{
    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: 5px 5px 5px 5px;
}
.SocialTabs .ajax__tab_inner
{
    padding: 3px 2px 3px 5px;
    text-align: center;
}
.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: #ef5320;
}
.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: center;
}



/* END Share This */

/* BEGIN Modal */

.ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.ModalPopup
{
    width: 400px;
    margin: 10px;
    background-color: #FFFFFF;
    border-bottom: groove 2px #000000;
    border-right: groove 2px #000000;
}

/* END Modal */

.GreyText a:link, .GreyText a:visited
{
    text-decoration: none;
}

.GreyText a:hover
{
    text-decoration: underline;
}

.CategoryLinks a:link, .CategoryLinks a:visited
{
    text-decoration: none;
}

.CategoryLinks a:hover
{
    text-decoration: underline;
}



