body 
{
	margin:0 auto;
	padding:0;
	background: url(./images/bg.jpg) no-repeat;
	background-position: top right;
	background-color:#3a6f8f;
	font:12px/17px "Trebuchet MS", Lucida Sans, Verdana, sans-serif;
	font-weight: normal;
	color:#3b3b3b;
}
a 
{
    color: #3A6F8F;
    text-decoration: none;
} 
.clearer 
{
    clear: both;
}
#wrapper 
{
    position: relative;
    margin: 0 auto;
    width: 968px;
    top: 20px;
    }
.skip-link 
{
    display: none;
}
#header 
{
    float: left;
    position: relative;
    display: inline;
    background: url(./images/header.png) no-repeat;
    height: 148px;
    width: 968px;
}
#header h1#blog-title 
{
    display: none;
}
#header #blog-description 
{
    float: left;
    position: relative;
    display: inline;
    top: 95px;
    left: 35px;
    font: 18px Lucida Sans, Verdana, sans-serif;
} 
#access 
{
    float: left;
    position: relative;
    display: inline;
    background: url(./images/navBg.png) repeat-x;
    height: 41px;
    width: 960px;
    margin-left: 4px;
    font-size: 18px;
    color: #4e5658;
    z-index: 0;
}
#access #menu
{
    float: left;
    position: relative;
    display: inline;
    background: none;
    margin: 0px 0 0 22px;
    padding: 0;
}
#homemenu 
{
    float: left;
    position: relative;
    display: inline;
    background: none;
    font-size: 18px;
    color: #4e5658;
    margin: -41px 0 0 26px;
    padding: 0;
}
#access #menu ul,
#homemenu ul
{
    margin: 0;
    padding: 0;
}
#access #menu ul li,
#homemenu ul li 
{
    float: left;
    position: relative;
    display: inline;
    border-left: 1px solid #989c9c;
    border-top: 1px solid #989c9c;
    border-right: 1px solid #989c9c;
    z-index: 99999;
    height: 39px;
}
#access #menu ul li a.forHomeLink
{
    float: left;
    position: relative;
    display: inline;
    margin-top: -20px;
}
#access #menu ul li.page-item-94 
{
    float: left;
    position: relative;
    display: inline;
    width: 108px;
    overflow: hidden;
}
#access #menu ul li a,
#homemenu ul li a
{
    float: left;
    position: relative;
    display: inline;
    background: #cecece;
    border: 2px solid #fff;
    color: #4e5658;
    padding: 11px 10px 5px 10px;
    text-decoration: none;
    z-index: 99999;
}
#access #menu ul li a:hover,
#homemenu ul li a:hover
{
    background: #fcd7a0;
}
#access #menu ul li.current_page_item a,
#homemenu ul li a.selected
{
    float: left;
    position: relative;
    display: inline;
    background: url(./images/navSelected.png) repeat-x;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: none;
    height: 35px;
    color: #4e5658;
    padding: 11px 10px 5px 10px;
    text-decoration: none;
    z-index:999999999;
    overflow: visible;
}
#container 
{
    float: left;
    position: relative;
    display: inline;
    background: url(./images/bodyBg.png) repeat-y;
    width: 968px;
    z-index: 0;
}   
#container #content 
{
    float: left;
    position: relative;
    display: inline-block;
    background: url(./images/contentBg.png) repeat-y;
    width: 621px;
    margin-left: 23px;
    margin-bottom: 20px;
    padding-top: 20px;
    z-index: 1;
}
#content h2.page-title 
{
    float: left;
    position: relative;
    display: inline;
    margin-left: 35px;
}
#respond 
{
    float: left;
    position: relative;
    display: inline-block;
    width: 560px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding-top: 20px;
    z-index: 1;
}
#contentBtm 
{
    float: left;
    position: relative;
    display: inline;
    background: url(./images/contentBtm.png) no-repeat;
    width: 621px;
    height: 14px;
    top: 14px;
    z-index: 1;
}
#container #content .post
{
    float: left;
    position: relative;
    display: inline;
    width: 570px;
    margin: 5px 0 0px 37px;
    padding-bottom: 15px;
    background: url(./images/postBtm.png) no-repeat;
    background-position: bottom;
    line-height: 20px;
}
#content .post .author,
#content .pst .entry-date 
{
    font-weight: bold;
    border: none;
    text-decoration: none;
    margin-bottom: 5px;
}
.published 
{
    border: none;
    text-decoration: none;
}
#content .post .author a 
{
    color: #3B3B3B;
    text-decoration: none;
}
#container #content .page 
{
    float: left;
    position: relative;
    display: inline;
    width: 570px;
    margin: 5px 0 0px 37px;
    padding-bottom: 15px;
    background-position: bottom;
}
#content .post h2 a
{
    font-size: 17px;
    color: #3a6f8f;
    text-decoration: none;
}
#content .post .avatarImg 
{
    float: left;
    position: relative;
    display: inline;
    background: url(./images/posterImgBg.png) no-repeat;
    width: 67px;
    height: 73px;
    margin: -28px 0 0 -72px;
}
.avatarImg img.avatar 
{
    float: left;
    position: relative;
    display: inline;
    border: 1px solid #a9a9a9;
    margin: 6px 0 0 7px;
}
.avatarImg img.photo
{
    float: left;
    position: relative;
    display: inline;
    border: 1px solid #a9a9a9;
    margin: 6px 0 0 7px;
    height: 50px;
    width: 50px;
}

#content #nav-above 
{
    display: none;
}
#content #nav-below 
{
    float: left;
    position: relative;
    display: inline;
    width: 550px;
    margin: 10px 0 0 38px;
}
.rightSide 
{
    float: right;
    position: relative;
    display: inline;
    width: 313px;
    margin: -178px 9px 0 0;
    z-index: 99999999;
}
.rightSide ul.xoxo
{
    float: left;
    position: relative;
    left: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 295px;
}
.rightSide ul.xoxo li,
.rightSide ul.xoxo li ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.rightSide ul.xoxo li#search-2 
{
    float: left;
    position: relative;
    display: inline;
    height: 30px;
}
.rightSide ul.xoxo li ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
}
.rightSide ul.xoxo li ul li 
{
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    width: 290px;
}
#topSide .textwidget 
{
    float: right;
    position: relative;
    display: inline;
    text-align: right;
    width: 290px;
    margin-bottom: 8px;
}
#topSide .textwidget img 
{
    border: none;
}
#topSide .textwidget a 
{
    text-decoration: none;
}
#topSide label 
{
    display: none;
}
#topSide input#s 
{
    float: left;
    position: relative;
    display: inline;
    height: 23px;
    width: 215px;
    border: 1px solid #a9a9a9;
    margin-bottom: 5px;
    margin-right: 5px;
}
#topSide input#searchsubmit 
{
    float: right;
    position: relative;
    display: inline;
    background: url(./images/searchBtn.png) no-repeat;
    font-size: 0;
    width: 66px;
    height: 27px;
    border: none;
    cursor: pointer;
}
#topSide input#searchsubmit:hover 
{
        float: right;
    position: relative;
    display: inline;
    background: url(./images/searchBtn.png) no-repeat 0 -27px;
    font-size: 0;
    width: 66px;
    height: 27px;
}
.WeAre 
{
    float: right;
    position: relative;
    display: inline;
    width: 313px;
    z-index: 99999999;
}
.weAreTop 
{
    float: right;
    position: relative;
    display: inline;
    background: url(./images/whoTop.png) no-repeat;
    height: 16px;
    width: 313px;
    z-index: 99999999;
}
.weAreMid 
{
    float: right;
    position: relative;
    display: inline;
    background: url(./images/whoMid.png) repeat-y;
    width: 313px;
    height: 120px;
    overflow: visible;
    z-index: 99999999;
    color: #fff;
}
.weAreMid h3 
{
    float: left;
    position: relative;
    display: inline;
    font-size: 15px;
    background: url(./images/whoLine.png) no-repeat;
    background-position: left bottom;
    width: 285px;
    margin: 0 0 10px 0;
    padding: 0;
    height: 25px;
}
.weAreBtm 
{
    float: right;
    position: relative;
    display: inline;
    background: url(./images/whoBtm.png) no-repeat;
    height: 59px;
    width: 313px;
    z-index: 1;
}
#primary
{
    float: right;
    position: relative;
    display: inline;

    }
.sidebarOrange
{
    float: right;
    position: relative;
    display: inline;
    width: 313px;
    margin-top: -12px;
}
.orangeTop
{
    float: right;
    position: relative;
    display: inline;
    background: url(./images/orangeTop.png) no-repeat;
    height: 15px;
    width: 313px;
}
.orangeMid
{
    float: right;
    position: relative;
    display: inline;
    background: url(./images/orangeMid.png) repeat-y;
    width: 313px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.orangeMid a 
{
    color: #fff;
    text-decoration: none;
}
.orangeMid a:hover 
{
    text-decoration: underline;
}
.orangeMid h3 
{
    float: left;
    position: relative;
    display: inline;
    font-size: 15px;
    background: url(./images/orangeLine.png) no-repeat;
    background-position: left bottom;
    width: 288px;
    margin: 0 0 10px 0;
    padding: 0;
    height: 25px;
}
.orangeBtm
{
    float: right;
    position: relative;
    display: inline;
    background: url(./images/orangeBtm.png) no-repeat;
    height: 14px;
    width: 313px;
}
.sidebar 
{
    float: right;
    position: relative;
    display: inline;
    background: url(./images/rightcontBg.png) repeat-y;
    width: 313px;
    font-size: 13px;
    font-weight: bold;
    margin-top: -12px;
    padding: 10px 0 20px 0;
    z-index: 0;
}
.sidebar a 
{
    color: #3a6f8f;
    text-decoration: none;
}
.sidebar a:hover 
{
    text-decoration: underline;
}
.sidebar h3 
{
    float: left;
    position: relative;
    display: inline;
    font-size: 15px;
    background: url(./images/sidebarLine.png) no-repeat;
    background-position: left bottom;
    width: 285px;
    margin: 8px 0 10px 0;
    padding: 0;
    height: 25px;
}
#footer 
{
    float: left;
    position: relative;
    display: inline;
    width: 968px;
    background: url(./images/footerBg.png) no-repeat;
    height: 56px;
    padding: 20px 0 0 20px;
    color: #585858;
    font-size: 11px;
}
#footer a 
{
    color: #585858;
    text-decoration: none;
}