/*
Theme Name: ChessMediaGroup
Author: Blue Sail Creative 
*/
body, h1, h2, h3, h4, h5, h6, p, br, ul, ol, li, form, table, tr, td, hr, img{
    margin:0;
    padding:0;
    border:none;
}
ul , ol{
    list-style-type:none;
}
a, a:hover, a:active {
    outline:0;
}
.clear {
    clear:both;
}
pre {
    font-size:1.0em;
    line-height:1.4em;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* Layout */
body {
    color:#fff;
    font-family:Arial,Georgia,serif;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    font-size:14px;
    background:#000 url('images/backgrounds/background.jpg') no-repeat center 0;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    text-decoration: none;
}
h1, h1 a{
    font-size: 27px;
}
h2, h2 a{
    font-size: 24px;
}
h3, h3 a{
    font-size: 21px;
}
h4, h4 a{
    font-size: 17px;
}
h5, h5 a{
    font-size: 14px;
}
h6, h6 a{
    font-size: 12px;
}
a{
    color:#B36C00;
    text-decoration:none;
}
a:hover{
    color:#B36C00;
}
/* end Layout */

/* WordPress */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin:5px 10px 0 0 !important;
}
.alignright {
    float: right;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.wp-caption.alignleft{
    margin-right: 10px;
}
.wp-caption.alignright{
    margin-left: 10px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* end WordPress */


/* Form validator errors */
input[type=text], textarea, select, *[aria-required]{
    border:1px solid #777;
}
.fv-error input[type=text].requirement, 
.fv-error textarea.requirement, 
.fv-error select.requirement, 
.fv-error *[aria-required],
#cforms2form ol li input.cf_error{
    border:1px solid #d00;
}
/* end Form validator errors */


/* edit post button */
a.post-edit-link{
    float: right;
    display: block;
    background: url("images/edit-post.gif") no-repeat scroll 0 0 transparent;
    width: 30px;
    height: 28px;
    margin:2px 0 0;
}
a.post-edit-link:hover{
    text-decoration:none;
    background: url("images/edit-post.gif") no-repeat scroll 0 -28px transparent;
}


/* Post Entry */
.post{
    margin: 10px 0;
}
.entry p{
    text-align:justify;
    margin: 10px 0;
}
.entry ul{
    list-style: disc;
    margin: 5px 25px 15px;
    padding:0;
    overflow:hidden;
}
.entry ol{
    padding:0;
    margin: 5px 30px 15px;
}
.entry ul li,
.entry ol li{
    margin: 5px 0 5px 15px;
    padding:0;
}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5{
    margin: 15px 0 10px 0;
}
.post-meta{
    font-size: 11px;
}
blockquote{
    margin:10px 0;
    padding:2px 26px;
    background:transparent url(images/quotes.gif) no-repeat scroll 0 0;
    color:#555555;
}
#container blockquote p,
#container blockquote ul,
#container blockquote ol{
    border-left:1px solid #ccc;
    margin:10px;
    padding:0 0 0 7px;
	display: block;
}
code{
    color:#009900;
}
/* end Post Entry */


/* WP-PageNavi plugin */
.navigation {
    margin: 10px 0;
    clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
}
.wp-pagenavi a, .wp-pagenavi span.current {
    padding: 0 2px;
}
.wp-pagenavi .pages {
    padding: 0 4px 0 0;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
    text-decoration: underline;
}
.wp-pagenavi span.current {
    font-weight: bold;
    text-decoration: underline;
}
.wp-pagenavi span.pages {
    text-transform: uppercase;
    color: #777;
}
/* end WP-PageNavi plugin */


/* Shortcodes */
.entry .nix-attachment-list{
    list-style-type: none;
    float: right;
    padding: 0;
    margin: 0;
}
.entry .nix-attachment-list li{
    float: left;
    text-align:center;
    padding: 0;
    margin: 0 0 5px 10px;
}
.entry .nix-attachment-list li .asc-icon{
    height: 64px;
    display: block;
}
.entry .nix-attachment-list li .asc-icon img{
    max-width: 46px;
    max-height: 60px;
}
/* end Shortcodes */


/* Comments */
.comments{
    float: right;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: url("images/comments.gif") no-repeat scroll 0 0 transparent;
    width: 30px;
    height: 24px;
    margin:3px 0 0 4px;
    padding:4px 0 0;
    text-align:center;
    color: #fff;
}
a.comments:hover{
    background: url("images/comments.gif") no-repeat scroll 0 -28px transparent;
    color: #fff;
}
#commentform .comment-form-comment label{
    display: none;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
    height: 25px;
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
    float:left;
    margin-right: 4px;
}
#commentform label {
    font-style: italic;
}
#commentform .comment-notes {
    padding: 0 0 6px;
}
#commentform #comment{
    width:100%;
    height:120px;
}
#commentform .form-submit{
    padding:2px 0;
    height:25px;
}
#commentform #submit{
    float:right;
}
#respond {
    -moz-border-radius:3px;
    border:1px dotted #CCCCCC;
    margin:5px 0;
    padding:6px 10px;
}
.commentlist {}
.commentlist li {
    -moz-border-radius:3px;
    border:1px solid #CCCCCC;
    padding:10px;
    position: relative;
    margin: 10px 0;
}

.commentlist li .reply{
    font-size:11px;
}
.commentlist li .comment-meta{
    font-size:12px;
    position:absolute;
    right:8px;
    top:9px;
}
.commentlist li .comment-author {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:3px;
    padding-bottom:2px;
}
/* end Comments */

#body {
    width:967px;
    margin: 8px auto 14px;
    z-index:1;
}
.home {
    background:#000 url('images/backgrounds/backgroundHome.jpg') no-repeat center 0;
}
.home blockquote {
	margin:-22px 0 -12px;
}
/* HEADER */
.headerBg {
    background:transparent url("images/backgrounds/header-bg.png") repeat-x 0 0;
    position:relative;
    z-index:2;
}
#header{
    height:144px;
    margin:8px auto;
    width:967px;
    position: relative;
    z-index:10;
}
#sitelogo{
    float: left;
    background:transparent url("images/backgrounds/logoBg.png") no-repeat 0 0;
    width:241px;
    height:162px;
    margin:0 0 0 -9px;
    padding:0 0 0 9px;
}
/* Header menu */
#menu-main-navigation{
    float:left;
    position:relative;
    margin:19px 0 0 51px;
}
#menu-main-navigation li{
    float:left;
    position: relative;
    padding: 0;
    margin:0 2px 0 0;
}
#menu-main-navigation li:hover a span,
#menu-main-navigation li.current-menu-item a span{
    background:transparent url("images/backgrounds/menuBg.png") repeat-x 0 0;
}
#menu-main-navigation li a span.linkCenter{
    font-size:20px;
    float:left;
    color: #fff;
    padding:47px 0 5px;
    text-align:center;
    letter-spacing:-0.03em;
}
#menu-main-navigation li a span.linkCenter span{
    min-width:67px;
}	
#menu-main-navigation li a span.linkCenter span{		
    float:left;
    margin-top:-43px;
    padding:40px 0;
    font-size:20px;
    text-transform:capitalize;
}
#menu-main-navigation li:hover a span.linkCenter span,
#menu-main-navigation li.current-menu-item a span.linkCenter span{
    background:transparent url("images/backgrounds/linkBg.gif") no-repeat center center;
}
#menu-main-navigation li a .linkBefore{
    float:left;
    height:112px;
    width:13px;
}
#menu-main-navigation li.HasSubmenu:hover a .linkBefore{
    background:transparent url("images/backgrounds/linkBefore.png") no-repeat center 0;
}
#menu-main-navigation li:hover a .linkBefore,
#menu-main-navigation li.current-menu-item a .linkBefore{
    background:transparent url("images/backgrounds/linkBefore.png") no-repeat center 0;
}

#menu-main-navigation li a .linkAfter{
    float:left;
    width:13px;
    height:112px;
}
#menu-main-navigation li.HasSubmenu a .linkAfter{		
    height:99px;
}
#menu-main-navigation li.HasSubmenu:hover a .linkAfter{
    background:transparent url("images/backgrounds/linkAfterHas.png") no-repeat center 0;
}
#menu-main-navigation li:hover a .linkAfter,
#menu-main-navigation li.current-menu-item a .linkAfter{
    background:transparent url("images/backgrounds/linkAfter.png") no-repeat center 0;
}
#menu-main-navigation li ul{
    display: none;
    position: absolute;
    top:99px;
    left:0;
    width:100%;
    background:transparent url("images/backgrounds/sub-menuBg.png") no-repeat 0 0;
}
#menu-main-navigation li ul:hover,
#menu-main-navigation li:hover ul{
    display: block;
}
#menu-main-navigation li ul li{
    float:left;
    width:100%;
    position: relative;
    padding: 0;
    background:none;
    margin:0;
}
#menu-main-navigation li ul li a {
    float:left;
    width:100%;
}
#menu-main-navigation li ul li.first-child a span.linkCenter {
    padding:23px 0 6px;
    line-height:15px;
}
#menu-main-navigation li ul li a span.linkCenter{
    font-size:15px;
    background:none;
    float:left;
    color: #fff;
    padding:8px 0 6px;
    line-height:15px;
    background:#8fbc11;
    font-family:'Myriad Pro';
    text-align:left;
    border-bottom:1px dotted #a2d814;
}
#menu-main-navigation li ul li a span.linkCenter span,
#menu-main-navigation li:hover ul li a span.linkCenter span{
    background:none;
    float:left;
    margin-left:-4px;
    margin-top:0;
    font-size:15px;
    padding:0 0 0 6px;
}
#menu-main-navigation li ul li a:hover span.linkCenter span {
    color:#f29200;
    background:none;
}
#menu-main-navigation li ul li.last-child a span.linkCenter {
    background:transparent url("images/backgrounds/linkCenterNew.png") repeat-x 0 0;
    border-bottom:none;
}
#menu-main-navigation li.HasSubmenu ul li.first-child a .linkBefore{
    float:left;
    height:45px;
    width:13px;
}
#menu-main-navigation li.HasSubmenu ul li a .linkBefore{
    float:left;
    height:30px;
    width:13px;
}
*+html #menu-main-navigation li.HasSubmenu ul li.first-child a .linkBefore,
*+html #menu-main-navigation li.HasSubmenu ul li.first-child a .linkAfter{
    height:42px;
}
*+html #menu-main-navigation li.HasSubmenu ul li a .linkBefore,
*+html #menu-main-navigation li.HasSubmenu ul li a .linkAfter{
    height:27px;
}
#menu-main-navigation li.HasSubmenu:hover ul li a .linkBefore{
    background:transparent url("images/backgrounds/linkBeforeNew.png") repeat-y 0 0;
}
#menu-main-navigation li.HasSubmenu:hover ul li.last-child a .linkBefore{
    background:transparent url("images/backgrounds/linkBeforeNewLast.png") no-repeat 0 0;
}
#menu-main-navigation li.HasSubmenu ul li.first-child a .linkAfter{
    height:45px;
}
#menu-main-navigation li.HasSubmenu ul li a .linkAfter{
    float:left;
    width:13px;
    height:30px;
    margin-right:0;
}
#menu-main-navigation li.HasSubmenu:hover ul li a .linkAfter{
    background:transparent url("images/backgrounds/linkAfterNew.png") repeat-y 0 0;
}
#menu-main-navigation li.HasSubmenu:hover ul li.last-child a .linkAfter{
    background:transparent url("images/backgrounds/linkAfterNewLast.png") no-repeat 0 0;
}
#menu-main-navigation li.last-child{
    float:left;
    position: relative;
    padding: 0;
    margin:0;
}
/* end Header menu */

/* end HEADER */

/*.NewsletterContainer*/
.NewsletterContainer{
    background: url("images/backgrounds/sliderPartnersContainer.gif") repeat-x 0 0 #9CBA4B;
    margin-bottom:-635px;
    margin-top:445px;
    border-top:6px solid #000;
    width:100%;
    float:left;
    z-index:20;
    position:relative;
    display:none;
}
.home .NewsletterContainer {
    display:block;
}
.NewsletterContainer .Newsletter{
    margin: -19px auto 0;
    padding-top: 19px;
    height: 184px;
    width: 969px;
    overflow:hidden;
}
.NewsletterContainer .Newsletter h3{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    line-height: 19px;
}
.NewsletterContainer .PastNewsletters{
    border-right: 1px dotted #000;
    height: 149px;
    width: 300px;
    float:left;
    margin-top: 10px;
    padding-top: 12px;
}
.NewsletterContainer .ImageNewsletter{
    margin-top: 18px;
    width: 300px;
}
.NewsletterContainer #mce-responses {
    font-size: 13px;
    left: 0;
    margin: -31px 0 0;
    position: absolute;
    top: 17px;
}
.NewsletterContainer .ImageNewsletter .newsletter-list{
    float: left;
    margin-right: 10px;
}
.NewsletterContainer .ImageNewsletter .newsletter-list a{
    float: left;
    background:transparent url("images/backgrounds/newsletter-listBg.gif") no-repeat 0 0;
    width:81px;
    height:99px;
    padding:5px 0 0 5px;
}
.NewsletterContainer .SubscribetoOurNewsletter{
    float: left;
    margin-top: 22px;
    margin-left: 19px;
    width: 641px;
}
.NewsletterContainer .SubscribetoOurNewsletter h3{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    line-height: 19px;
}
.NewsletterContainer .MailChimpFormHomePage{
    margin-top: 18px;
    position:relative;
}
.MailChimpFormHomePage input{    
    cursor: pointer;
    border:1px solid #7ba20f;
}
.MailChimpFormHomePage .mc-field-group{
    float: left;
}
.MailChimpFormHomePage input#mce-FNAME,
.MailChimpFormHomePage input#mce-EMAIL,.MailChimpFormHomePage input#inf_field_FirstName,.MailChimpFormHomePage input#inf_field_Email{
    float: left;
    height: 29px;
    line-height: 29px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding:0 0 0 13px;
    color:#fff;
    font-family:Arial;
    width: 254px;
    background:transparent url("images/backgrounds/MailChimpFormHomePageInput.gif") no-repeat 0 0;
}
.MailChimpFormHomePage input#mce-LNAME,
.MailChimpFormHomePage input#mce-TITLE,.MailChimpFormHomePage input#inf_field_LastName,.MailChimpFormHomePage input#inf_field_JobTitle{
    float: left;
    height: 29px;
    line-height: 29px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding:0 0 0 13px;
    color:#fff;
    font-family:Arial;
    width: 254px;
    background:transparent url("images/backgrounds/MailChimpFormHomePageInput.gif") no-repeat 0 0;
}
.MailChimpFormHomePage input#mce-COMPANY,.MailChimpFormHomePage input#inf_field_Company{
    float: left;
    height: 29px;
    line-height: 29px;
    padding:0 0 0 13px;
    color:#fff;
    font-family:Arial;
    width: 527px;
    background:transparent url("images/backgrounds/mce-COMPANY.gif") no-repeat 0 0;
}
.all-required {
    font-size:12px;
    font-family: Arial;
    margin: -71px 0 0 11px;
    width: 76px;
    float:left;
}
.MailChimpFormHomePage input#mc-embedded-subscribe{
    background: url(images/button/newsletter-submit.png) no-repeat 0 -30px;
    border: none;
    height:26px;
    width: 60px;
    display: block;
    text-indent: -9999px;
    margin-left: 15px;
}
.MailChimpFormHomePage input#mc-embedded-subscribe{
    background: url(images/backgrounds/mc-embedded-subscribe.png) no-repeat 0 0;
    border: none;
    height:33px;
    width: 64px;
    display: block;
    text-indent: -9999px;
    margin-left: 8px;
}/*
.MailChimpFormHomePage input#mc-embedded-subscribe:hover{
    background: url(images/button/newsletter-submit.png) no-repeat 0 0;
}*/
/*end .NewsletterContainer*/

/* CONTENT */
#wrapper {
    float:left;
    width:100%;
}
#container {
    float:left;
    position:relative;
    min-height:500px;
}
/* header slider */
.homeSlider {
    position:relative;
    height:360px !important;
    z-index:0;
}
.homeSlider li{
    min-height:360px;
}
.homeSlider li img{
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.homeSlider li p{
    z-index:1;
    position:relative;
}
.navHomeSliderContainer {
    float:left;
    margin-left:780px;
    margin-top:25px;
}
.navHomeSlider {
    float:left;
    margin-left:11px;
}
.navHomeSlider li {
    float:left;
}
.navHomeSlider li a{
    float:left;
    background:transparent url("images/backgrounds/slide.gif") no-repeat 0 0;
    height:31px;
    padding:3px 0 0 7px;
    width:17px;
    color:#fff;
    font-size:15px;
}
.navHomeSlider li:first-child a{
    background:transparent url("images/backgrounds/e1Prev.gif") no-repeat 0 0;
}
.navHomeSlider li a:hover,
#e1_prev:hover,
#e1_next:hover,
.navHomeSlider li.usl-current-parent a{
    float:left;
    background:transparent url("images/backgrounds/slideHover.gif") no-repeat 0 0;
    text-decoration:none;
    width:19px;
    height:25px;
    padding:6px 0 0 12px;
    margin:-3px 0 0 -7px;
}
#e1_prev:hover,
#e1_next:hover {
    margin:-3px 0 0 1px;
}
#e1_prev,
#e1_next{
    float:left;
    background:transparent url("images/backgrounds/e1Prev.gif") no-repeat 0 0;
    color:#fff;
    font-size:15px;
    height:32px;
    margin-left:8px;
    padding:2px 0 0 7px;
    width:17px;
}
/*end  header slider */
.ChessInfo {
    float:left;
    width:955px;
    margin-top:232px;
    margin-bottom:53px;
}
.socialBusiness {
    float:left;
    margin-bottom:23px;
}
.socialBusinessQuest,
.WhyWorkWithCMGQuest{
    background:transparent url("images/backgrounds/pewka.png") no-repeat 229px 0;
    float:left;
    margin-top:-2px;
    min-height:76px;
    padding:51px 104px 0 25px;
    text-align:right;
    width:197px;
}
.socialBusinessQuest h2,
.WhyWorkWithCMGQuest h2{
    color:#8cb811;
    font-size:23px;
    font-family:Times New Roman;
    line-height:19px;
}
.socialBusinessInfo {
    float:left;
    width:580px;
    padding-top:6px;
    border-left:1px dotted #84ae10;
    padding-left:23px;
}
.WhyWorkWithCMGInfo {
    border-left:1px dotted #84ae10;
    padding-left:23px;
    float:left;
    width:580px;
}
.socialBusinessInfo h3,
.WhyWorkWithCMGInfo h3{
    font-size:17px;
    font-weight:normal;
    color:#8cb811;
    line-height:19px;
    font-family:'Myriad Pro';
    margin-bottom:13px
}
.socialBusinessInfo h3 cufon,
.WhyWorkWithCMGInfo h3 cufon{
    margin-bottom:3px;
}
.WhyWorkWithCMGInfo ul,
.socialBusinessInfo ol {
	list-style-type: inherit;
	margin:0 0 10px 15px;
}
.WhyWorkWithCMGInfo ul li,
.socialBusinessInfo ol li {
	color:#ccc;
}
.socialBusinessInfo p,
.WhyWorkWithCMGInfo p{
    color:#cccccc;
    padding-bottom:10px;
    font-family:arial;
    font-size:14px;
    line-height:17px;
}
.WhyWorkWithCMGInfo a.ContactPage {
    background:transparent url("images/button/cont.png") no-repeat 0 0;
    float:left;
    text-indent:-9999px;
    width:139px;
    height:27px;
    margin-left:-3px;
    margin-top:9px;
    padding-bottom:3px;
}
.WhyWorkWithCMGInfo a.ContactPage:hover {
    background:transparent url("images/button/cont.png") no-repeat 0 -38px;
}
.WhyWorkWithCMGInfo ol li{
    list-style-type: disc;
    color: #8CB811;
    font-family: 'Myriad Pro';
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    margin-left: 16px;
}
.WhyWorkWithCMGInfo ol li span{
    margin-left: -30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-bottom: 1px dotted #8CB811;
}
.socialBusinessInfo a.ServicesPage{
    background:transparent url("images/button/viewMore.png") no-repeat 0 0;
    float:left;
    text-indent:-9999px;
    width:78px;
    height:27px;
    margin-left:-3px;
    margin-top:29px;
}
.socialBusinessInfo a.ServicesPage:hover{
    background:transparent url("images/button/viewMore.png") no-repeat 0 -38px;
}
.WhyWorkWithCMG {
    float:left;
}
.WhyWorkWithCMGQuest {
    background:transparent url("images/backgrounds/horse.png") no-repeat 225px 26px;
    padding:73px 89px 0 0;
    width:237px;
}
.blogRss {
    width:300px;
    float:left;
    margin-left:10px;
}
.blogRss .blogTitle a{
    color:#000;
    font-size:16px;
    font-family:'Myriad Pro';
    background:transparent url("images/backgrounds/blogTitleBg.gif") no-repeat 0 0;
    height:25px;
    padding:8px 0 0 10px;
    text-transform:uppercase;
    width:291px;
    text-indent:0;
    margin-top:0;
}
.blogRss .blogTitle a:hover{
    background:transparent url("images/backgrounds/blogTitleBg.gif") no-repeat 0 0;
}
.blogRss h3 {
    color:#008383;
    font-size:16px;
    line-height:15px;
    margin-top:14px;
    margin-bottom:8px;
}
.blogRss p{
    font-family:Arial;
    color:#ccc;
    font-size:14px;
    line-height:17px;
}
.blogRss a{
    background:transparent url("images/button/viewMore.png") no-repeat 0 0;
    float:left;
    text-indent:-9999px;
    width:78px;
    margin-top:11px;
    height:27px;
}
.blogRss a:hover{
    background:transparent url("images/button/viewMore.png") no-repeat 0 -38px;
}
.UpcomingEvents {
    float:left;
    margin-left:20px;
    width:301px;
    margin-right:18px;
}
.UpcomingEvents .UpcomingEventsTitle {
    color:#000;
    font-size:16px;
    font-family:'Myriad Pro';
    background:transparent url("images/backgrounds/HomeEventBg.gif") no-repeat 0 0;
    height:25px;
    padding:6px 0 0 10px;
    text-transform:uppercase;
    width:291px;
    margin-bottom:19px;
}
.UpcomingEvents .UpcomingEventsTitle {
    background:transparent url("images/backgrounds/HomeEventBg.gif") no-repeat 0 0;
    height:23px;
    padding:8px 0 0 10px;
    width:291px;
    margin-bottom:10px;
}
.UpcomingEvents .UpcomingEventsTitle a{
    color:#000;
    font-size:16px;
    font-family:'Myriad Pro';
    text-transform:uppercase;
}
.UpcomingEvents ul li{
    border-bottom:1px dotted #666666;
    float:left;
}	
.UpcomingEvents ul li .WrEv{
    padding-left:0;
    margin-left:0;
    border-left:none;
    width:301px;
    min-height:10px;
}
.UpcomingEvents ul li .WrEv p.EvTitle {
    color:#fff;
    font-size:12px;
    font-weight:normal;
}
.UpcomingEvents ul li .WrEv p.EvTitle a{
    color:#fff;
    float:left;
    background:transparent url("images/backgrounds/eventhome.png") no-repeat 0 10px;
    padding:9px 0 9px 21px;
    width:280px;
}
.UpcomingEvents ul li.hover .WrEv p.EvTitle a{
    background:#9a5c00/* url("images/backgrounds/EventhomeBg.gif") repeat-x 0 0*/;
    cursor:pointer;
}
.UpcomingEvents ul li .WrEv p span.DateHome{
    float:left;
    text-transform:capitaloze;
    color:#fff;
    font-size:12px;
    font-weight:normal;
    margin-right:3px;
}
.UpcomingEvents ul li .WrEv p{
    margin-bottom:0;
}
.UpcomingEvents .HomeEventLink {
    background:url("images/button/viewMore.png") no-repeat scroll 0 0 transparent;
    float:left;
    height:27px;
    margin-top:11px;
    text-indent:-9999px;
    width:78px;
}	
.UpcomingEvents .HomeEventLink:hover{
    background:transparent url("images/button/viewMore.png") no-repeat 0 -38px;
}
.HomeResourcesContainer {
    float:left;
    width:300px;
}
.HomeResourcesContainer .HomeResourcesTitle {
    background:transparent url("images/backgrounds/WorkTitleBg.png") no-repeat 0 0;
    height:25px;
    padding:8px 0 0 4px;
    width:296px;
    margin:0;
}
.HomeResourcesContainer .HomeResourcesTitle a{
    color:#000;
    font-size:16px;
    font-family:'Myriad Pro';
    text-transform:uppercase;
}
.HomeResourcesContainer .slider-work-bg{
    background: url("images/backgrounds/WorkSliderBg.png") no-repeat 0 0;
    width:300px;
    height:134px;
    position: relative;
    padding-top: 7px;
}
.HomeResourcesContainer .slider-work-bg .slider-work{
    background: #fff;
    width:286px;
    height:120px;
    margin-left: 7px;
    padding-top: 7px;
}
.slider-work .prev{
    background: url("images/backgrounds/WorkSliderPrev.png") no-repeat 0 0;
    position: absolute;
    width:15px;
    height:15px;
    left: 20px;
    top: 50%;
    display: block;
    text-indent: -9999px;
}
.slider-work .next{
    background: url("images/backgrounds/WorkSliderNext.png") no-repeat 0 0;
    position: absolute;
    width:15px;
    height:15px;
    right: 20px;
    top: 50%;
    display: block;
    text-indent: -9999px;
}
#OurWorkList{
    height: 113px;
    width: 209px;
    margin-left:44px;
    overflow: hidden;
}
.HomeResourceContent h2.HomeResourceTitle {
    color:#008383;
    font-size:16px;
    font-family:Arial;
}
.HomeResourceContent p.HomeResourceContent {
    color:#ccc;
    font-size:14px;
    line-height:17px;
    font-family:Arial;
}
.HomeResourcesContainer a.HomeResourceLink {
    background:transparent url("images/button/viewMore.png") no-repeat 0 0;
    float:left;
    height:27px;
    margin-top:11px;
    text-indent:-9999px;
    width:78px;
}
.HomeResourcesContainer a.HomeResourceLink:hover{
    background:transparent url("images/button/viewMore.png") no-repeat 0 -38px;
}

/* end content */

/* FOOTER */
.BgFooter {
    background:#000 url('images/backgrounds/bodyBottom.jpg') no-repeat center 0;
    z-index:0;
    float:left;
    width:100%;
    margin-top:-140px;
}
#footer{
    width:961px;
    margin:0 auto;
    height:115px;
    padding:190px 0 0 13px;
}
#footer img{
    float:left;
}
.footerContact {
    float:left;
    width:175px;
    margin-left:90px;
    background:transparent url("images/backgrounds/footerContact.png") no-repeat 0 0;
    padding-left:45px;
    margin-top:2px;
}
.footerEmail {
    float:left;
    width:170px;
    margin-left:36px;
    padding-left:41px;
    padding-top:2px;
    background:transparent url("images/backgrounds/footerEmail.png") no-repeat 0 4px;
}
.facebook {
    float:left;
    width:95px;
    margin-top:5px;
    margin-left:71px;
    background:transparent url("images/backgrounds/facebook.png") no-repeat 0 0;
    padding-left:40px;
}
.footerContact h2,
.footerEmail h2,
.facebook h2,
.facebook h2 a{
    color:#85b010;
    text-transform:uppercase;
    font-size:16px;
    font-family:'Myriad Pro';
    letter-spacing:-0.03em;
    margin-bottom:9px;
}
.footerContact p,
.footerEmail a{
    color:#fff;
    font-size:13px;
    float:left;
    font-family:Arial;
}
/***************************************about us***************************************************/
.SloganSectionContainer {
    float:left;
    margin-left:110px;
    margin-top:33px;
    margin-bottom:0;
}
.SloganSectionTitle {
    float:left;
    width:118px;
}
.SloganSectionInfo {
    float:left;
    width:700px;
    padding-bottom:28px;
    margin-left:22px;
    margin-top:-7px;
}
.SloganSectionInfo a {
    background:transparent url("images/button/cont.png") no-repeat 0 0;
    float:left;
    text-indent:-9999px;
    width:139px;
    height:27px;
    margin-left:24px;
    margin-top:28px;
}
.SloganSectionInfo a:hover {
    background:transparent url("images/button/cont.png") no-repeat 0 -38px;
}
.SloganSectionTitle h2{
    font-family:'Myriad Pro';
    font-size:20px;
    color:#fff;
    font-weight:normal;
    text-align:right;
    text-transform:uppercase;
}
.SloganSectionSlogan h2 {
    color:#8cb811;
    font-weight:normal;
    padding-top:3px;
    font-family:'Myriad Pro';
    font-size:16px;
    margin-bottom:41px;
    padding-left:14px;
    border-left:1px dotted #8cb811;
}
.SloganSectionSlogan h2 cufon{
    margin-bottom:3px;
}
.SloganSectionContent h2 {
    color:#ccc;
    font-family:Arial;
    font-size:14px;
    padding-left:19px;
    line-height:17px;
	font-weight:normal;
}
.EmployeesContainer {
    float:left;
    margin-left:248px;
    width:725px;
}
.Employees li {
    float:left;
    width:725px;
    min-height:140px;
    margin-bottom:36px;
}
.Employees li h2.EmployeesCategory {
    float:left;
    width:725px;
    padding-bottom:4px;
    border-bottom:1px solid #999999;
    margin-bottom:20px;
    padding-bottom:4px;
}

.Employees li img {
    border:3px solid #333333;
    float:left;
    margin-right:20px;
}
.Employees li div{
    float:left;
    width:554px;
}
.Employees li div h2 {
    font-size:16px;
    color:#8cb811;
    font-weight:normal;
    text-transform:uppercase;
    font-family:'Myriad Pro';
}
.Employees li div p{
    font-size:14px;
    color:#ccc;
    line-height:17px;
    margin-bottom:10px;
}
.Employees li div p.EmployeesTitle {
    font-size:12px;
    color:#f29200;
    font-weight:bold;
    margin-bottom:15px;
}
.EmployeesCategoryContainer {
    float:left;
    margin-top:-11px;
}
.EmployeesCategoryName p {
    color:#8cb811;
    font-size:16px;
    font-family:'Myriad Pro';
    text-transform:capitalize;
    margin-bottom:7px;
}
.EmployeesCategoryDescription p {
    color:#8cb811;
    font-size:12px;
    font-family:'Myriad Pro';
}

/******************************************events***************************************/
.ListEvents {
    float:left;
    width:584px;
    margin-left:89px;
    margin-top:-21px;
}
.page-template-eventsCalendar-php #container ul.ListEvents li{
    float:left;
    margin-bottom:43px;
}
.page-template-eventsCalendar-php #container ul.ListEvents li img{
    border:3px solid #333333;
    float:left;
    height:114px;
    width:137px;
}
.WrEv {
    float:left;
    margin-left:18px;
    padding-left:22px;
    border-left:1px dotted #a0d713;
    min-height:120px;
    width:400px;
}
.WrEv .EvTitle,
.WrEv .EvDate,
.WrEv .EvDesc{
    color:#ccc;
    margin-bottom:-3px;
    float:left;
    width:100%;
}

.WrEv .EvTitle span,
.WrEv .EvDate span,
.WrEv .EvDesc span{
    color:#a0d713;
    font-size:16px;
    font-weight:bold;
    margin-right:8px;
}
.WrEv .EvTitle a:hover {
    text-decoration:underline;
}
.WrEv .EvDesc span.DescrSpanfirst {
    float:left;
}
.WrEv .EvTitle .DescrSpan,
.WrEv .EvDate .DescrSpan,
.WrEv .EvDesc .DescrSpan {
    color:#ccc;
    font-size:13px;
    font-weight:normal;
}
.WrEv .EvDesc .DescrSpan {
    float:left;
}
.page-template-eventsCalendar-php #container ul.ListEvents li .WrEv .EvDesc .DescrSpan ul li {
    margin-bottom:0;
    width:100%;
}
.WrEv p.EvRsvp {
    color:#ccc;
    margin-bottom:-3px;
    float:left;
    width:53px;
}
.WrEv .tweetmeme_button {
    float:left !important;
    margin-top:19px;
}
#tweetmeme_button a {
    display:none;
}
.FacebookShareEv {
    float:left;
    margin-top:18px;
}
.EvRsvp a{
    background:transparent url("images/button/rsvp.png") no-repeat 0 0;
    float:left;
    width:53px;
    height:26px;
    margin-top:14px;
}
.EventsSidebar {
    width:230px;
    float:right;
    margin:-33px 11px 0 0;
}
.EventRss,
.EventCalendar{
    width:230px;
    float:left;
    margin-bottom:13px;
}
.EventRss h2,
.EventCalendar h2{
    color:#fff;
    font-size:18px;
    font-family:'Myriad Pro';
    font-weight:normal;
    background:transparent url("images/backgrounds/EventRssBg.png") no-repeat 0 0;
    letter-spacing:0.01em;
    padding:13px 0 0 13px;
    height:41px;
    position:relative;
    z-index:1;
}
.EventRss a.rss{
    background:transparent url("images/backgrounds/Rss.png") no-repeat 0 0;
    width:34px;
    position:relative;
    z-index:2;
    height:33px;
    float:right;
    margin-right:6px;
    margin-top:-50px;
}
.EventCalendar a.close{
    display:none;
}
.calendar-table {
    width:218px;
    background:#86b010;
    border:1px solid #a2d814;
    margin-top:-23px;
    padding-top:15px;
    margin-left:5px;
}
.calendar-month {
    color:#fff;
    font-size:10px;
    text-transform:uppercase;
}
.calendar-prev a{
    background:transparent url("images/backgrounds/calendar-prev.png") no-repeat 0 0;
    width:10px;
    height:7px;
    float:left;
}
.calendar-next a {
    background:transparent url("images/backgrounds/calendar-next.png") no-repeat 0 0;
    width:10px;
    height:7px;
    float:right;
}
.calendar-table tr td{
    background:#9cba4b;
    width:20px;
    height:19px;
    color:#fff;
    padding-left:5px;
    font-size:10px;
    position:relative;
}
.calendar-table tr td.hover,
.calendar-table tr td.day-with-date{
    background:#f29200;
    cursor:help;
}
.calendar-table tr td.no-events {
    background:#9cba4b;
}
.calendar-table tr td.calendar-heading,
.calendar-table tr td.calendar-prev,
.calendar-table tr td.calendar-month,
.calendar-table tr td.calendar-next,
.calendar-table tr td.normal-day-heading,
.calendar-table tr td.weekend-heading,
.calendar-table tr.SelectToday td{
    background:none;
}
.calendar-table tr td.calendar-heading {
    margin-left:-5px;
    padding-left:5px;
}
.calendar-table tr td.calendar-month {
    text-align:center;
}
.calendar-table tr td span.event {
    display:none;
}
.calendar-table tr td .EventWrap {
    position:relative;
}
.calendar-table tr td.hover span.event{
    display:block;
    position:absolute;
    top:0;
    left:0;
    margin-left:-172px;
    margin-top:-33px;
    z-index:100;
}
.calendar-table tr td p a.GoTo{
    color:#fff;
}
.calendar-table tr td p a.GoTo:hover{
    color:#cf7d00;
}
.GrabEventsTop {
    background:transparent url("images/backgrounds/GrabEventsTopBg.png") no-repeat 0 0;
    width:179px;
    height:31px;
    float:left;
}
.GrabEvents {
    background:transparent url("images/backgrounds/GrabEventsBg.png") repeat-y 0 0;
    width:106px;
    float:left;
    padding-left:51px;
    padding-right:22px;
    color:#000000;
}
.GrabEventsFirst {
    margin-top:-25px;
    background:transparent url("images/backgrounds/GrabEventsItemBg.png") no-repeat 0 0;
    margin-left:-42px;
    padding-left:42px;
    margin-bottom:4px;
}
.GrabEventsItem {
    background:transparent url("images/backgrounds/GrabEventsItemBg.png") no-repeat 0 0;
    margin-left:-42px;
    padding-left:42px;
}
.GrabEventsItem p {
    font-family:Arial;
}
.GrabEventsBottom{
    background:transparent url("images/backgrounds/GrabEventsBottomBg.png") no-repeat 0 0;
    width:179px;
    float:left;
    height:25px;
}
.calendar-table tr td span{
    color:#fff;
}
.EventRss ul {
    background:#7aa10f;
    border:1px solid #a2d814;
    width:200px;
    margin-left:5px;
    padding-left:18px;
    position:relative;
    z-index:0;
    margin-top:-18px;
    padding-top:18px;
}
.EventRss ul li a{
    color:#fff;
    font-size:12px;
}
/**********************************Event Single**********************************************/
.single-events .EventSingleContainer {
    float:left;
    margin-left:89px;
    margin-top:-21px;
    width:584px;
}
.single-events .EventSingleContainer img.EvThumb{
    border:3px solid #333333;
    float:left;
    height:114px;
    width:137px;
}
/*********************************partners page***********************************************/
.page-template-partners-php .SloganSectionSlogan h2 {
    margin-bottom:55px;
}
.page-template-partners-php #posts {
    float:right;
    width:230px;
    margin-right:12px;
    margin-top:-5px;
}
.page-template-partners-php .cformsform {
    float:right;
    width:230px;
}
.PartnersContainer {
    float:left;
    width:700px;
    margin-top:-28px;
}
.Partners li {
    margin-bottom:39px;
    min-height:115px;
    float:left;
}
.Partners li a{
    float:left;
}
.Partners li a img{
    border:3px solid #333333;
    float:left;
    margin-top:17px;
    margin-left:9px;
    width: 217px;
    height: auto;
}
.Partners li p{
    color:#ccc;
    border-left:1px dotted #84ae10;
    width:435px;
    float:left;
    padding-top:22px;
    margin-left:18px;
    padding-left:13px;
    font-size:14px;
    line-height:17px;
}
.Partners li p a{
    color:#b36c00;
    font-size:13px;
    margin-right:2px;
    float:none;
}
.Partners li p a:hover{
    color:#f29200;
}
#cformsform .cf-fs1 {
    border:none;
    padding:0;
    width:230px;
    margin:0;
}
.cf_hidden {
    display:none;
}
#cformsform .cf-fs1 .cf-ol li label span{
    font-family:Arial;
    font-weight:bold;
    color:#fff;
    float:left;
    width:100%;
    font-size:12px;
    margin-left:10px;
    padding-bottom:5px;
}
#cformsform .cf-fs1 ol {
    margin:-20px 0 0 5px;
    padding:20px 0 10px 0;
    border-right:1px solid #a2d814;
    border-left:1px solid #a2d814;
    border-bottom:1px solid #a2d814;
    position:relative;
    float:left;
    width:218px;
    z-index:0;
    background:#789f0f;
}
#cformsform .cf-fs1 ol li{
    margin:0 0 9px 0;
}
#cformsform .cf-fs1 legend{
    background:transparent url("images/backgrounds/EventRssBg.png") no-repeat 0 0;
    font-family:'Myriad Pro';
    color:#fff;
    font-size:18px;
    position:relative;
    width:217px;
    z-index:1;
    height:41px;
    padding-left:13px;
    padding-top:13px;
}
#cformsform .cf-fs1 .cf-ol li input{
    background:#9cba4b;
    border:none;
    width:205px;
    height:29px;
    margin-left:7px;
}
#cformsform .cf-fs1 .cf-ol li textarea{
    background:#9cba4b;
    border:none;
    width:205px;
    height:112px;
    margin-left:7px;
}
p.cf-sb input {
    background:transparent url("images/button/submitPart.png") no-repeat 0 0;
    width:223px;
    z-index:1;
    height:26px;
    text-indent:-9999em;
    border:none;
    margin:0 0 0 4px;
    cursor:pointer;
}
p.cf-sb input:hover {
    background:transparent url("images/button/submitPart.png") no-repeat 0 -37px;
}
.reqtxt,
.emailreqtxt,
.linklove{
    display:none;
}
/**************************************career********************************************/
.page-template-careers-php .CareerContainer {
    float:left;
    margin-left:104px;
}
.page-template-careers-php .CareerContainer ul li{
    float:left;
    margin-bottom:29px;
}
.page-template-careers-php .CareerContainer ul li .CareerInfo{
    float:left;
    width:125px;
    text-align:right;
}
.page-template-careers-php .CareerContainer ul li .CareerInfo p.CareerTitle {
    font-family:Arial;
    color:#f89500;
    font-weight:bold;
    font-size:16px;
}
.page-template-careers-php .CareerContainer ul li .CareerInfo p.CareerTitle a:hover{
    color:#B36C00;
    text-decoration:underline;
}
.page-template-careers-php .CareerContainer ul li .CareerInfo p.CareerDate {
    font-family:Arial;
    color:#ccc;
    font-weight:bold;
    margin-top:3px;
    font-size:12px;
}

.page-template-careers-php .CareerContainer ul li .CareerInfo p.NoCall {
    color:#CCCCCC;
    float:right;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    margin-top:7px;
    width:100%;
}

.CareerContainer ul li .CareerButton {
    background:transparent url("images/button/apply.gif") no-repeat 0 0;
    width:53px;
    height:26px;
    text-indent:-9999em;
    border:none;
    float:right;
    text-align:left;
    cursor:pointer;
    margin-top:14px;
}
.CareerContainer ul li .CareerDescription {
    float:left;
    width:680px;
    border-left:1px dotted #fa9600;
    padding-left:21px;
    margin-left:22px;
}
.CareerContainer ul li .CareerDescription p{
    color:#ccc;
    margin-bottom:15px;
    font-size:14px;
    line-height:17px;

}
.CareerContainer ul li .CareerDescription ul,
.CareerContainer ul li .CareerDescription ol{
    list-style-type:disc;
    display:block;
    padding: 0 0 17px 14px;
    overflow:hidden;
}
.CareerContainer ul li .CareerDescription ul li,
.CareerContainer ul li .CareerDescription ol li{
    width:100%;
    float:left;
    color:#ccc;
    font-size:14px;
    margin-bottom:0;
    line-height: 17px;
}
/******************************single career********************************************/
.single-career .CareerContainer {
    float:left;
    margin-left:104px;
}
.single-career .CareerInfo {
    float:left;
    text-align:right;
    width:125px;
}
.single-career .CareerContainer ul li .CareerInfo p.CareerTitle {
    font-family:Arial;
    color:#B36C00;
    font-weight:bold;
    font-size:16px;
}
.single-career .CareerContainer ul li .CareerInfo p.CareerDate {
    color:#CCCCCC;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    margin-top:3px;
}
.single-career .NoCall {
    color:#CCCCCC;
    float:right;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    margin-top:7px;
    width:100%;
}
/******************************Service*************************************************/
.page-template-services-php .SloganSectionSlogan h2 {
    margin-bottom:36px;
}
.ServiceSectionContent {
    color:#f29200;
    font-size:18px;
    font-family:'Myriad Pro';
    margin-left:-238px;
}
.ServiceSectionContent p cufon{
    margin-bottom:3px;
}
.ServiceContainer {
    float:left;
    margin-left:116px;
    margin-top:8px;
}
.ServiceContainer ul li {
    /*float:left;*/
    /*margin-bottom:29px;*/
}

.ServiceContainer ul li a{
    float:left;
    color:#8cb811;
    font-size:16px;
    width:116px;
}
.ServiceContainer ul li a:hover cufon{
    text-decoration:underline;
}
.ServiceDescription a.linkExcerpt{
    color:#8CB811;
    font-size:14px;
    line-height:17px;
    width:100%;
}
.ServiceDescription a.linkExcerpt:hover{
    color:#8CB811;
    font-size:14px;
    line-height:17px;
    text-decoration:underline;
}
.ServiceDescription {
    float:left;
    width:680px;
    margin-left:20px;
    border-left:1px dotted #84ae10;
    padding-left:21px;
}
.ServiceDescription p {
    color:#ccc;
    margin-top:9px;
    font-size:14px;
    line-height:17px;
}
.ServiceImgBorder {	
    float:left;
}
.ServiceDescription span img{
    border:3px solid #333333;
    width:674px;
}
/***********************************Single Service*******************************************/
.single-service #posts a.ServiceTitle{
    font-weight:normal;
    float:left;
    width:125px;
    color:#8CB811;
    margin-top:5px;
    font-size:16px;
}
.single-service h2 a{
    color:#8CB811;
    font-size:16px;
}
.single-service .entry {
    float:left;
    margin-left:-15px;
    width:680px;
}
.single-service #wrapper {
    margin-top:62px;
}
.single-service #container {
    margin-left:120px;
}
.single-service .entry p {
    color:#ccc;
    margin-top:13px;
    float:none;
    text-align:left;
}
.single-service .entry ul,
.single-service .entry ol{
    color:#ccc;
    /*float:left;
	width:100%;*/
}
/************************************Our Work*******************************************/
.OurWorkContainer {
    float:left;
    margin-left:11px;
    margin-top:-11px;
}
.OurWorkContainer ul li{
    float:left;
    width:214px;
    height:144px;
    background:#333333;
    padding:6px 0 0 5px;
    margin:0 20px 22px 0;
    position:relative;
}
.OurWorkContainer ul li:hover{
    background:#82ab10;
    border:1px solid #a2d814;
    width:213px;
    padding:5px 0 0 4px;
    height:143px;
    cursor:pointer;
}
.OurWorkContainer ul li img{
    width:209px;
    height:113px;
}
.OurWorkContainer ul li .OurWorkInfo a{
    color:#a0d713;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    margin-left:5px;
    margin-top:4px;
    float:left;
    text-transform:capitalize;
}
.OurWorkContainer ul li .OurWorkInfo p{
    display:none;
}
.OurWorkContainer ul li:hover .OurWorkInfo{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    border-top:1px solid #a2d814;
    background:#7ea60f;
}
.OurWorkContainer ul li:hover .OurWorkInfo a{
    color:#000a13;
}
.OurWorkContainer ul li:hover .OurWorkInfo p{
    display:block;
    float:left;
    width:100%;
    color:#000a13;
    margin-left:5px;
    padding-bottom:4px;
}
.OurWorkContainer ul li:hover .OurWorkInfo p span{
    font-weight:bold;
    font-size:12px;
    text-transform:capitalize;
}
/************************************single work*****************************************/
.single-work .OurWorkContentContainer {
    float:left;
    margin:-20px 0 0 11px;
}
.single-work .OurWorkLogoFile {
    float:left;
    width:214px;
    padding:6px 0 0 5px;
    background:#333333;
    margin-right:23px;
}
.single-work .OurWorkLogoFile a{
    color:#A0D713;
    float:left;
    font-family:Arial;
    font-weight:bold;
    margin-bottom:8px;
    margin-left:5px;
    margin-top:7px;
}
.single-work .OurWorkLogoFile span a{
    margin-left:0;
    margin-top:0;
}
.single-work .OurWorkLogoFile span.ServiceImgBorder {
    padding-left:0;
    border-left:0;
}

.single-work .OurWorkLogoFile span.ServiceImgBorder a img {
    width: 209px;
    height: auto;
}

.single-work .OurWorkContent {
    float:left;
    width:635px;
}
.single-work .OurWorkContent .ServiceDescription {
    margin-left:0;
    border-left:none;
}
.single-work .OurWorkContent h2{
    color:#A0D713;
    font-family:'Myriad Pro';
    font-weight:normal;
    text-transform:uppercase;
    float:left;
    width:100%;
    font-size:20px;
    margin-bottom:22px;
}
.single-work .OurWorkContent .ServiceDescription p{
    margin-left:0;
    margin-top:0;
    line-height:15px;
    margin-bottom:16px;
    font-size:13px;
    letter-spacing:-0.03em;
}
.single-work .OurWorkTestimonialsContainer {
    float:left;
    margin-top:29px;
}
.single-work .OurWorkTestimonialsContainer h2{
    float:left;
    color:#fff;
    font-family:'Myriad Pro';
    font-weight:normal;
    text-transform:uppercase;
    font-size:20px;
    margin-left:26px;
}
.single-work .OurWorkTestimonialsContainer p{
    float:left;
    color:#fff;
    width:657px;
    font-family:'Georgia';
    font-weight:normal;
    font-style:Italic;
    font-size:12px;
    margin-left:92px;
    border-left:1px dotted #84ae10;
    padding-left:18px;
}
.single-work .OurWorkTestimonialsContainer p span{
    font-style:normal;
}

/******************************************contact******************************/
.page-template-contactUs-php .SloganSectionSlogan h2 {
    margin-bottom:35px;
}
.page-template-contactUs-php #posts {
    float:left;
    position:relative;
    width:720px;
}
#usermessage2a,
#responses{
    color: #FA9600;
    font-size: 15px;
    width: 230px;
    position:absolute;
    top:0;
    left:0;
}
#responses {
    top:40px;
}
#cforms2form {
    float:left;
    width:380px;
    margin-left:250px;
    margin-top:-29px;
}
#cforms2form ol{
    margin:0;
}
#cforms2form ol li{
    float:left;
    margin:0 0 14px;
}
#cforms2form ol li label span{
    font-size:12px;
    color:#fff;
    font-family:Arial;
    font-weight:bold;
    float:left;
    padding-left:3px;
    width:377px;
    margin-bottom:8px;
}
#cforms2form ol li input{
    font-size:12px;
    color:#fff;
    font-family:Arial;
    float:left;
    padding:3px;
    width:374px;
    height:23px;
    background:#404040;
    border:none;
}
#cforms2form ol li input:focus {
    border:1px solid #5c7221;
    height:21px;
    width:372px;
}
#cforms2form ol li#li-2-8 #cf2_field_8 {
    float: left;
    height: 14px;
    margin: 0;
    width: 12px;
}
#cforms2form ol li#li-2-8 .cf-after span{
    height: 14px;
    margin: 0;
    padding-left: 10px;
    width: 348px;
}

#cforms2form ol li.cf-box-title {
    margin-top:13px;
    margin-bottom:7px;
}
#cforms2form ol li input.cf-box-b {
    width:auto;
    height:auto;
    margin:2px 0 0;
}
#cforms2form ol li.cf-box-group label span {
    margin-bottom:4px;
    margin-top:4px;
    width:350px;
    padding-left:10px;
}
#cforms2form ol li textarea{
    font-size:12px;
    color:#fff;
    font-family:Arial;
    float:left;
    padding:3px;
    width:374px;
    height:106px;
    background:#404040;
    border:none;
}
.confidential {
    float:left;
    margin-left:253px;
}
.ContactInfoContainer {
    float:left;
    width:169px;
    margin-left:20px;
    margin-top:-30px;
}
.ContactInfoFirst,
.ContactInfoSecond{
    float:left;
    margin-bottom:40px;
}
.ContactInfoFirst p.ContactInfoFirstName,
.ContactInfoSecond p.ContactInfoSecondName{
    color:#8cb811;
    font-size:16px;
    font-family:'Myriad Pro';
    text-transform:uppercase;
    background:transparent url("images/backgrounds/ContactInfoFirstNameBg.gif") no-repeat 0 0;
    padding:8px 0 4px 33px;
}
.ContactInfoSecond p.ContactInfoSecondName {
    background:transparent url("images/backgrounds/ContactInfoSecondName.gif") no-repeat 0 4px;
}
.ContactInfoFirst p.ContactInfoFirstKing,
.ContactInfoSecond p.ContactInfoSecondKing{
    color:#fff;
    font-size:12px;
    font-family:arial;
    padding-left:32px;
    font-weight:bold;
}
.ContactInfoFirst ul.ContactInfo,
.ContactInfoSecond ul.ContactInfo{
    float:left;
    margin-top:8px;
    margin-left:13px;
}
.ContactInfoFirst ul.ContactInfo li,
.ContactInfoSecond ul.ContactInfo li{
    margin-bottom:7px;
    float:left;
    margin-top:-2px;
    font-size:13px;
    padding-left:24px;
    padding-bottom:3px;
}
.ContactInfoFirst ul.ContactInfo li.ContactInfoFirstPhone,
.ContactInfoSecond ul.ContactInfo li.ContactInfoSecondPhone{
    background:transparent url("images/backgrounds/ContactInfoFirstPhoneBg.gif") no-repeat 0 2px;
    color:#ccc;
}
.ContactInfoFirst ul.ContactInfo li.ContactInfoFirstRss,
.ContactInfoSecond ul.ContactInfo li.ContactInfoSecondRss{
    background:transparent url("images/backgrounds/ContactInfoFirstRssBg.gif") no-repeat 0 2px;
    color:#ccc;
}
.ContactInfoFirst ul.ContactInfo li.ContactInfoFirstSkype,
.ContactInfoSecond ul.ContactInfo li.ContactInfoSecondSkype{
    background:transparent url("images/backgrounds/ContactInfoFirstSkypeBg.gif") no-repeat 0 2px;
    color:#ccc;
}
.ContactInfoFirst ul.ContactInfo li.ContactInfoFirstTwittet,
.ContactInfoSecond ul.ContactInfo li.ContactInfoSecondTwittet{
    background:transparent url("images/backgrounds/ContactInfoFirstTwittetBg.gif") no-repeat 0 2px;
    color:#ccc;
}
.ContactInfoFirst ul.ContactInfo li.ContactInfoFirstRss a,
.ContactInfoSecond ul.ContactInfo li.ContactInfoSecondRss a,
.ContactInfoFirst ul.ContactInfo li.ContactInfoFirstSkype a,
.ContactInfoSecond ul.ContactInfo li.ContactInfoSecondSkype a,
.ContactInfoFirst ul.ContactInfo li.ContactInfoFirstTwittet a,
.ContactInfoSecond ul.ContactInfo li.ContactInfoSecondTwittet a{
    color:#ccc;
    font-size:12px;
}
/**************************************news*****************************************/
.blog .SloganSectionInfo {
    margin-bottom:-22px;
    padding-bottom:0;
}
.blog #posts{
    width:688px;
    float:left;
}
.PostNavContainer {
    float:left;
    margin-left:10px;
    margin-top:-13px;
}
.blog #posts .post{
    float:left;
    margin-bottom:11px;
}
.TweetFaceContainer {
    float:left;
    width:75px;
}
.TweetMe {
    float:left;
    width:100%;
    margin-bottom:7px;
}
.TweetMe .tweetmeme_button {
    float:left !important;
    margin-left:0 !important
}
.FacebookShareB {
    float:left;
    width:100%;
    margin-bottom:14px;
}
.blog #posts .entry {
    float:left;
    border-top:1px dotted #f29200;
}
.blog #posts .post h2{
    color:#f29200;
    font-size:18px;
    font-family:'Myriad Pro';
    float:left;
    width:570px;
    font-weight:normal;
    letter-spacing:0.007em;
}
.blog #posts .post small{
    color:#fff;
    font-size:12px;
    font-family:arial;
    float:left;
    width:570px;
    margin-top:5px;
}
.blog #posts .post .entry p,
.blog #posts .post .entry div{
    color:#ccc;
    font-size:13px;
    line-height:16px;
}
.blog #posts .post .entry ul li,
.blog #posts .post .entry ul li p{
    color:#ccc;
    font-size:13px;
    line-height:16px;
}
.blog #posts .post .entry div {
    margin:10px 0;
}
#nav-below .nav-previous a span,
#nav-below .nav-previous a{
    color:#a0d713;
    font-weight:bold;
    font-family:Arial;
    float:left;
}
.NewsArchivesContainer {
    float:right;
    width:230px;
}
.NewsArchivesContainer h2 {
    background:transparent url("images/backgrounds/EventRssBg.png") no-repeat 0 0;
    color:#fff;
    font-family:'Myriad Pro';
    font-size:18px;
    height:54px;
    position:relative;
    width:230px;
    z-index:1;
}
.NewsArchivesContainer a.rss {
    background:transparent url("images/backgrounds/Rss.png") no-repeat 0 0;
    float:right;
    height:33px;
    margin-right:6px;
    margin-top:-50px;
    position:relative;
    width:34px;
    z-index:2;
}
.NewsArchivesContainer ul {
    background:#789F0F;
    float:left;
    border-bottom:1px solid #A2D814;
    border-left:1px solid #A2D814;
    border-right:1px solid #A2D814;
    margin:-20px 0 0 5px;
    padding:20px 0 10px;
    position:relative;
    width:218px;
    z-index:0;
}
.NewsArchivesContainer ul li {
    margin:0 0 9px;
}
.NewsArchivesContainer ul li a{
    color:#fff;
    float:left;
    font-family:Arial;
    margin-left:19px;
    padding-bottom:5px;
    width:100%;
    font-size:12px;
}
.connect_confirmation_cell {
    display: none;
}
/*********************************news single************************************/
.single-post .post-meta{
    float:left;
    padding:10px 0;
    width:100%;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
}
.single-post #posts .post h2.NewsTitle {
    color:#B36C00;
}
.single-post #posts .post small {
    margin-top:5px;
    float:left;
}
.single-post .entry {
    border-top:1px dotted #F29200;
    float:left;
    width:100%;
}
.single-post .entry p,
.single-post .entry div{
    color:#CCCCCC;
    font-size:13px;
    line-height:16px;
}
.single-post .entry div {
    margin:10px 0;
}
.single-post .entry ul li,
.single-post .entry ul li p{
    color:#CCCCCC;
    font-size:13px;
    line-height:16px;
}
/********************************archive***********************************************/
.archive .SloganSectionInfo {
    margin-bottom:-22px;
    padding-bottom:0;
}
.archive #posts{
    float:left;
    width:688px;
}
.PostNavContainer {
    float:left;
}
.archive #posts .post{
    float:left;
    margin-bottom:11px;
}
.TweetMe {
    float:left;
    width:100%;
    margin-bottom:7px;
}
.TweetMe .tweetmeme_button {
    float:left !important;
    margin-left:0 !important
}
.FacebookLikeB {
    float:left;
    width:100%;
    margin-bottom:14px;
}
.archive #posts .entry {
    float:left;
    border-top:1px dotted #f29200;
}
.archive #posts .post h2{
    color:#f29200;
    font-size:18px;
    font-family:'Myriad Pro';
    float:left;
    width:570px;
    font-weight:normal;
    letter-spacing:0.007em;
}
.archive #posts .post small{
    color:#fff;
    font-size:12px;
    font-family:arial;
    float:left;
    width:570px;
    margin-top:5px;
}
.archive #posts .post .entry p,
.archive #posts .post .entry div{
    color:#ccc;
    font-size:13px;
    line-height:16px;
}
.archive #posts .post .entry div {
    margin:10px 0;
}
.archive #posts .post .entry ul li,
.archive #posts .post .entry ul li p{
    color:#ccc;
    font-size:13px;
    line-height:16px;
}
#nav-below .nav-next a span,
#nav-below .nav-next a{
    color:#a0d713;
    font-weight:bold;
    font-family:Arial;
    float:right;
}
.NewsArchivesContainer {
    float:right;
    width:230px;
    margin-right:11px;
    margin-top:25px;
}
.NewsArchivesContainer h2 {
    background:transparent url("images/backgrounds/EventRssBg.png") no-repeat 0 0;
    color:#fff;
    font-family:'Myriad Pro';
    font-size:19px;
    height:41px;
    position:relative;
    width:217px;
    z-index:1;
    padding-left:13px;
    padding-top:13px;
    letter-spacing:-0.015em;
}
.NewsArchivesContainer a.rss {
    background:transparent url("images/backgrounds/Rss.png") no-repeat 0 0;
    float:right;
    height:33px;
    margin-right:9px;
    margin-top:-50px;
    position:relative;
    width:34px;
    z-index:2;
}
.NewsArchivesContainer ul {
    background:#789F0F;
    float:left;
    border-bottom:1px solid #A2D814;
    border-left:1px solid #A2D814;
    border-right:1px solid #A2D814;
    margin:-20px 0 0 5px;
    padding:20px 0 10px;
    position:relative;
    width:218px;
    z-index:0;
}
.NewsArchivesContainer ul li {
    margin:0 0 9px;
}
.connect_confirmation_cell {
    display: none;
}
/*********************************Resources*************************************************/
.page-template-resources-php .ResourcesContainer{
    float:left;
    margin-left:143px;
    width:570px;
}
.page-template-resources-php .ResourcesContainer ul li{
    float:left;
    margin-bottom:29px;
}
.page-template-resources-php .ResourcesContainer ul li .ResourcesInfo {
    float:left;
    text-align:right;
    width:85px;
}
.page-template-resources-php .ResourcesContainer ul li .CareerTitle {
    color:#F89500;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}
.page-template-resources-php .ResourcesContainer ul li .ResourcesDate {
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    margin-top:3px;
    color:#ccc;
    margin-bottom:9px;
    margin-top:-3px;
}
.page-template-resources-php .ResourcesContainer ul li img{
    height:117px;
    width:87px;
}

.page-template-resources-php .ResourcesContainer ul li a .ResourceLink {
    cursor:pointer;
}				   
.page-template-resources-php .ResourcesContainer ul li a.ResourceFileDownload {
    background:url("images/button/view.gif") no-repeat 0 0 transparent;
    border:medium none;
    cursor:pointer;
    float:right;
    height:27px;
    margin-top:14px;
    text-align:left;
    text-indent:-9999em;
    width:70px;
}	
.page-template-resources-php .ResourcesContainer ul li a.ResourceFileDownload:hover {
    background:url("images/button/view.gif") no-repeat 0 -33px transparent;
}
.ResourcesDescription {
    border-left:1px dotted #FA9600;
    float:left;
    margin-left:22px;
    padding-left:21px;
    width:430px;
    min-height:158px;
}
.ResourcesDescription p {
    color:#CCCCCC;
    font-size:14px;
    line-height:17px;
    margin-bottom:15px;
}
.ResourcesDescription p.ResourcesTitle {
    color:#fff;
    font-size:16px;
    line-height:17px;
    margin-bottom:0;
}
#mc_embed_signup {
    position:absolute;
    top:0;
    left:0;
}
#mc_embed_close {
    position:absolute;
    top:10px;
    right:4px;
    z-index:70;
    background:url("images/backgrounds/closeDownload.gif") no-repeat scroll 0 0 transparent;
    float:right;
    height:23px;
    margin-right:5px;
    text-align:left;
    width:23px;
    text-indent:-999em;
}
#mc_embed_signup fieldset{
    background:#789F0F;
    border:1px solid #A2D814;
    margin:0;
    padding:20px 0 10px;
    position:relative;
    width:218px;
    z-index:56;
}
#mc_embed_signup fieldset div {
    margin:0 0 9px;
}
#mc_embed_signup #mce-responses {
    padding-left: 5px;
}
#mc_embed_signup fieldset div label{
    color:#FFFFFF;
    float:left;
    font-family:Arial;
    font-weight:bold;
    margin-left:10px;
    padding-bottom:5px;
    width:100%;
}
#mc_embed_signup fieldset div input[type="text"]{
    background:#9CBA4B;
    border:none;
    height:19px;
    margin-left:7px;
    width:205px;
    cursor:pointer;
    line-height:16px;
    padding:5px 0;
}
#mc_embed_signup fieldset div.input-group ul li{
    width:100%;
    float:left;
}
#mc_embed_signup fieldset div.input-group ul li input{
    float:left;
}
#mc_embed_signup fieldset div.input-group ul li label {
    width:auto;
    margin-top:1px;
}
#mc_embed_signup fieldset div input#mc-embedded-subscribe,
a.ResourceFile{
    background:transparent url("images/button/downloadNew.gif") no-repeat 0 0;
    border:none;
    height:29px;
    margin-left:7px;
    width:205px;
    cursor:pointer;
    float:left;
    text-indent:-999em;
}
#mc_embed_signup fieldset div input#mc-embedded-subscribe {
    background:transparent url("images/button/register.gif") no-repeat 0 0;
    border:none;
    height:29px;
    margin-left:7px;
    width:205px;
    cursor:pointer;
    float:left;
    text-indent:-999em;
}
#mce-success-response,
.mce_inline_error{
    margin:0 0 0 10px !important;
}
.MailChimpForm {
    display: none;
}
.page-template-resources-php .bodyBottom {
    z-index:2;
    background:none;
    margin-top:-166px;
}
.MailChimpForm #mce-SUBSCRIBE {
    float: left;
}
.MailChimpForm .Subscribe {
    display: block;
    height: 20px;
}
.MailChimpForm #lable-SUBSCRIBE {
    font-size: 13px;
    margin-left: 0;
    padding-top: 2px;
    width: 195px;
}
/*Resources sidebar*/
.ResourcesCategoriesContainer {
    float:right;
    width:230px;
}
.ResourcesCategoriesContainer h2{
    background:transparent url("images/backgrounds/EventRssBg.png") no-repeat 0 0;
    color:#FFFFFF;
    font-family:'Myriad Pro';
    font-size:19px;
    height:41px;
    letter-spacing:-0.015em;
    padding-left:13px;
    padding-top:13px;
    position:relative;
    width:217px;
    z-index:1;
}
#menu-resources-category {
    background:none repeat scroll 0 0 #789F0F;
    border-bottom:1px solid #A2D814;
    border-left:1px solid #A2D814;
    border-right:1px solid #A2D814;
    float:left;
    margin:-20px 0 0 5px;
    padding:20px 0 10px;
    position:relative;
    width:218px;
    z-index:0;
}
#menu-resources-category li {
    margin:0 0 9px;
}
#menu-resources-category li a{
    color:#FFFFFF;
    float:left;
    font-family:Arial;
    font-size:12px;
    margin-left:19px;
    text-transform:capitalize;
    padding-bottom:5px;
    width:88%;
}
/*Resources cat*/
.archive .archiveResources .SloganSectionInfo{
    margin-bottom:0;
    padding-bottom:28px;
}
.archive .archiveResources .ResourcesInfo  {
    float:left;
    text-align:right;
    width:85px;
}
.archive .archiveResources #posts{
    width: 590px;
    margin-left:143px;
}
.archive .archiveResources .ResourcesInfo img {
    height:117px;
    width:87px;
}
.archive .archiveResources .ResourcesInfo a.ResourceFileDownload {
    background:transparent url("images/button/view.gif") no-repeat 0 0;
    border:none;
    cursor:pointer;
    float:right;
    height:27px;
    margin-top:14px;
    text-align:left;
    text-indent:-9999em;
    width:70px;
}
.archive .archiveResources .ResourcesInfo a.ResourceFileDownload:hover {
    background:transparent url("images/button/view.gif") no-repeat 0 -33px;
}
.archive .archiveResources .ResourcesDescription .ResourcesDate {
    color:#CCCCCC;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    margin-bottom:9px;
    margin-top:-3px;
}
/*************************************Resources single*************************/
.single-resource .resource {
    float:left;
    margin-left:143px;
}
.single-resource .ResourcesInfo {
    float:left;
    text-align:right;
    width:85px;
}
.single-resource .ResourcesInfo p{
    font-size:10px;
    margin-bottom:10px;
}
.single-resource .ResourcesInfo img{
    height:117px;
    width:87px;
}
.single-resource .ResourcesInfo a{
    background:transparent url("images/button/view.gif") no-repeat 0 0;
    border:medium none;
    cursor:pointer;
    float:right;
    height:27px;
    margin-top:14px;
    text-align:left;
    text-indent:-9999em;
    width:70px;
}
.single-resource .ResourcesCategoriesContainer {
    margin-right:-17px;
}
.single-resource .ResourcesDescription p.ResourcesTitle{
    color:#B36C00;
}
.single-resource .ResourcesDescription p.ResourcesDate {
    color:#CCCCCC;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    margin-bottom:9px;
    margin-top:-3px;
}
#menu-footer-menu {
    float: left;
    clear:both;
    margin-right: 107px;
    margin-top: 23px;
    margin-bottom: 10px;
}
#menu-footer-menu  li{
    float:left;
}
#menu-footer-menu a {
    color: #CCCCCC;
    font-family: Arial;
    font-size: 12px;
    line-height: 17px;
    padding: 0 6px;
    text-decoration: underline;
}
.archiveResources .resource {
    margin-bottom: 29px;
    float:left;
}
/*
#mc_embed_signup-home div .loading,
#mc_embed_signup fieldset div .loading{
	background:transparent url("images/loading_green.gif") no-repeat 0 0;
        height: 32px;
        width: 32px;
        float: left;
}*/

.Scroll {
    display: none;
}
/*** Scroll ***/
.jScrollArrowUp {
    background:transparent url(images/scroll/up.png) no-repeat 0 0;
    display:block;
    height:18px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-2000px;
    top:0;
    z-index:1;
}

.jScrollArrowDown {
    bottom:0;
    right:0;
    position: absolute;
    background:red;
    display:block;
    overflow:hidden;
    text-indent:-2000px;
    z-index:1;
}

.jScrollPaneDrag {
    background:red;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    left: -6px;
    width: 18px!important;
    background:transparent url(images/backgrounds/jScrollPaneDrag.png) no-repeat 0 0;
}

.jScrollPaneTrack {
    background-color:#fdfdcb;
    position:absolute;
    right:0;
    margin-right: 5px;
}

.jScrollPaneContainer{
    overflow:hidden;
    position:relative;
    border: 1px solid #8a8a8a;
    background-color:#f0f0f0;
    padding-left: 10px;
}

.example_scrollbar {
    height: 300px;
    width: 712px
}
#TB_title {
    background: #749a0e !important;
    border-top:1px solid #a2d814 !important;
    border-right:1px solid #a2d814 !important;
    border-left:1px solid #a2d814 !important;
}
#TB_ajaxWindowTitle {
    padding:32px 0 0 14px !important;
    font-size:22px !important;
    color:#fff !important;
}
#TB_ajaxContent {
    background:#8cb811 url("images/backgrounds/TB_ajaxContent.gif") repeat-x 0 0;
    border-bottom:1px solid #a2d814 !important;
    border-right:1px solid #a2d814 !important;
    border-left:1px solid #a2d814 !important;
    padding: 2px 26px 15px 2px !important;
    height: 614px !important;
}
.jScrollPaneContainer  {
    border:none !important;
    background: none !important;
}
.scrollbar {
    padding:0 !important;
    width:647px;
    height:598px;
}
.jScrollPaneTrack {
    background: #2f4e2f !important;
}
/*** End Scroll ***/
