/******************************************************************
Theme Name: TSC Group
Description:x
Author: Webrevolve
Author URI: Webrevolve
Version: 1.09
Tags: html5, css3, fixed, development, bones, h5bp

License: GPL or whatever
License URI: http://www.gnu.org/copyleft/gpl.html

All Default Styles are in library/css/normalize.css
I reccommend not editing those files and making all
changes here. That way if something goes awry, you
can easily revert back to the original, but that's
totally up to you. Happy Developing!
******************************************************************/

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/

body {
    background: #f7f5e6 url('images/bodyBg.png') center top no-repeat;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#000000;
}
.border {border:1px solid #000;}
/******************************************************************
GRID STYLES
******************************************************************/
.top {
    background: #f0eee0;
    width:100%;
    height:25px;
    border-bottom: 1px solid #d7d6d0;
}
    .topContOuter {
        background:url('images/topContBg.png') center top repeat-y;
        width:984px;
        margin:0 auto;
        height:25px;
    }

.main-outer {
    background:url('images/mainBg.png') center top repeat-y;
    width:984px;
    margin:0 auto;
    padding:0;
}
/* 960 Grid System (http://960.gs/ ) */

.container_12, .wrap {
    width: 984px;
    margin: 0 auto;
    padding:0px; /* padding:0px 10px; */
}

/* layout options ( all have margins right & left of 2.1276596%) */
.container_12 .grid_1 {width: 62px;}
.container_12 .grid_2 {width: 144px;}
.container_12 .grid_3 {width: 226px;}
.container_12 .grid_4 {width: 308px;}
.container_12 .grid_5 {width: 390px;}
.container_12 .grid_6 {width: 472px;}
.container_12 .grid_7 {width: 554px;}
.container_12 .grid_8 {width: 636px;}
.container_12 .grid_9 {width: 718px;}
.container_12 .grid_10 {width: 800px;}
.container_12 .grid_11 {width: 882px;}
.container_12 .grid_12 {width: 964px;}

/* layout & column defaults */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

/******************************************************************
CUSTOM FONTS
******************************************************************/

@font-face {
    font-family: 'helveticaregular';
    src: url('library/fonts/4864-webfont.eot');
    src: url('library/fonts/4864-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/4864-webfont.woff') format('woff'),
         url('library/fonts/4864-webfont.ttf') format('truetype'),
         url('library/fonts/4864-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************************************************
COMMON & REUSABLE STYLES
******************************************************************/

/* floats */
.left { float: left; }
.right { float: right; }

/* text alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* highlighting search term on search page */
mark, .search-term { background: #EBE16F; }

/* alerts & notices */
.help, .info, .error, .success { margin: 10px; padding: 5px 18px; border: 1px solid #cecece; }
.help { border-color: #E0C618; background: #EBE16F; clear:both; float:left; margin-top:25px; display:none; }
.info { border-color: #92cae4; background: #d5edf8; }
.error { border-color: #fbc2c4; background: #fbe3e4; }
.success { border-color: #c6d880; background: #e6efc2; }

/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited { color: #606060; text-decoration: underline;}
a:hover, a:focus { color: #555555; }
a:active {} /* on click */
a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */ }

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

/* Highlighted Text */
::selection {
	background: #6fc2f6;
	color:#fff;
	text-shadow : none;
}

/* Firefox */
::-moz-selection {
	background: #6fc2f6;
	color:#fff;
	text-shadow : none;
}

/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/

.rtl {}
.home {} /* home page */
.blog {}
.archive {} /* archive page */
.date {} /* date archive page */
	.date-paged-1 {} /* replace the number to the corresponding page number */
.search {} /* search page */
	.search-results {} /* search result page */
	.search-no-results {} /* no results search page */
	.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
.error404 {} /* 404 page */
.single {} /* single post page */
	.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
.attachment {} /* attatchment page */
	.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	.attachment-mime-type {} /* style mime type pages */
.author {} /* author page */
	.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
.category {} /* category page */
	.category-1 {} /* individual category page (i.e. body.category-6) */
	.category-paged-1 {} /* replace the number to the corresponding page number */
.tag {} /* tag page */
	.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	.tag-paged-1 {} /* replace the number to the corresponding page number */
.page-template {} /* custom page template page */
	.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	.page-paged-1 {} /* replace the number to the corresponding page number */
	.page-parent {}
	.page-child {}
	.parent-pageid-1 {} /* replace the number to the corresponding page number */
.logged-in {} /* if user is logged in */
.paged {} /* paged items like search results or archives */
	.paged-1 {} /* individual paged (i.e. body.paged-3) */

/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-weight:700; margin:0px; padding:0px; color:#ab0635; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }
h1, .h1 { font-size: 24px; }
h2, .h2 { font-size: 16px; line-height: 24px; margin-bottom: 0.2em; font-weight:normal; color:#9b8055;}
h3, .h3 { font-size: 22px; line-height: 16px; margin-bottom: 0.2em; font-weight:100; }
h4, .h4 { font-size: 1.1em; font-weight: 700; color:#9b8055;}
h5, .h5 { font-size: 0.846em; line-height: 2.09em; text-transform: uppercase; letter-spacing: 2px; }
.h2 a, .h3 a { font-size: 1em; line-height: 1.4em; margin-bottom: 0.5em; color:#9b8055; font-weight:700; }
/******************************************************************
HEADER SYTLES
******************************************************************/
header[role=banner] {
    position: relative;
    z-index:1000;
}

#socialMediaTop {
    width:272px;
    margin: 4px 25px 0 0;
    height:25px;
    float:right;
}
    #socialMediaTop span {float:left;line-height:16px; font-size:12px; margin-left: 15px;}
    .bookmark {
        background: url('images/dot-topNav.png') 99% 50% no-repeat;
        list-style-type: none;
        margin: 0px 0 0 12px;
        padding: 0 14px 0 0px;
        line-height: 16px;
        font-size: 12px;
        margin-left: 15px;
        float: left;
        text-decoration: none;
    }
    #facebookTop, #twitterTop, #linkedinTop {
        background: url('images/dot-topNav.png') 0% 50% no-repeat;
        list-style-type: none;
        margin:0px 0 0 12px;
        padding: 0 0px 0 10px;
        float:right;
    }
    #facebookTop { background: none; padding:0px !important;}
    #facebookTop a, #twitterTop a, #linkedinTop a { display:block;text-indent:-9999px;}
    #facebookTop a {width:7px;height:17px;background: url('images/icon-facebook.png') no-repeat; }
    #twitterTop a {width:16px;height:17px;background: url('images/icon-twitter.png') 0% 49% no-repeat; }
    #linkedinTop a {width:16px;height:17px;background: url('images/icon-linkedin.png') no-repeat; }

/******************************************************************
HEADER STRAPLINE
******************************************************************/

#inner-header {
padding: 40px 25px 0px 0;
width: 759px;
height: 125px;
margin: 0;
float: right;
background: none;
}
    .hdrContent {
        width:740px;
        padding:0;
        margin:0px;
        float: right;
    }
        #welcome {display:block;width:310px;height:43px;float:left;}
            #welcome h2 {line-height: 13px;margin-bottom: 13px;color:#ab0635;}
            #globeTimes {
display: block;
height: 17px;
width: 320px;
color: #AC0636;
font-size: 12px;
margin-left: 1px;
            }
                #globeTimes p {display:inline-block;float:left;margin:0 10px 0 0;}
                    #tickerCont {background-color:transparent;display:inline-block; height:17px;overflow:hidden; width:160px;margin:0;}
                    html.ie7 #tickerCont {position: relative; z-index: -1;}
                    #tickerCont p {background-color:transparent;display:inline; white-space: nowrap;margin:0;}
                #globeTimes span {display:inline-block; background: url('images/dot-globeTimes.png') 50% 50% no-repeat; width:4px; height:10px;margin:0 6px;}
                html.ie7 #globeTimes span { height:17px; }
                
        .headerStrapline {
			width: 765px;
			padding: 0;
			margin-top: 12px;
			height: 40px;
			clear: both;
			float: right;
        }
            .headerStrapline p {
                color:#929292;
                font-size:20px;
                font-weight: bold;
            }
			.ie7 .headerStrapline p {
                font-size:19px;
            }
            .fulljustify {
                text-align: justify;
              }
              .fulljustify:after {
                content: "";
                display: inline-block;
                width: 100%;
              }
#contactCont {
    display: block;
    width:934px;
    height:39px;
    padding-top:20px;
    margin:0 auto 20px;
    clear:both;
    padding-left:30px;
}
    #contactTitle {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline;
width: 310px;
height: 20px;
padding: 0 0 0 0;
color: #987F56;
font-size: 16px;
line-height: 24px;
float: left;
text-align: left;
padding-right: 5px;
    }
    #contactNumber {

        padding: 0px 10px 0 0;
    }

    #location p
    {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #636363;
        font-size: 16px;
        text-decoration: none;
        line-height: 45px;
        display: inline;
        margin-left: 10px;
        font-weight: bold;
    }

    #contactCont p {
        background: url('images/icon-telephone.png') 0px no-repeat;
        color: #987F56;
        font-size: 16px;
        font-weight: normal;
        text-indent: 32px;
        margin: -3px 0 0 0px;
        float: left;
        margin-right: 8px;
        margin-top: 0px;
    }
    #contactCont p.last {
	    margin-right:0px !important;
    }
    #contactCont p strong {
    	color:#AB0635; 
    	font-weight:bold; 
    }
    #contactCont a {display:inline; float:right;}
    #liveChat {
        float:left;
        text-indent: -9999px;
        background: url('images/btn-liveChat.png') no-repeat;
        width:128px; height:34px;
        margin-top: -4px;
    }

/******************************************************************
HOME PAGE CONTENT
******************************************************************/
.hideLanguage { text-indent: -9999em; display: none;}
.showLanguage { text-indent: 0; display: block; }
#englishTitle, #arabicTitle, #frenchTitle, #hebrewTitle, #hindiTitle, #mandarinTitle, #russianTitle, #spanishTitle{ height:30px;}
#englishContent, #arabicContent, #frenchContent, #hebrewContent, #hindiContent, #mandarinContent, #russianContent, #spanishContent{}
/******************************************************************
GLOBAL CLOCK TICKER
******************************************************************/

/******************************************************************
BANNER
******************************************************************/

.videoBanner {
	float:left;
	padding-left:20px;
	margin-bottom:20px;
}

/* 404 page, etc */
.subpageCont {
    width:964px;
    height:101px;
    margin:0 auto;
}
/* sub page banner */
.subpageBannerCont {
    width:964px;
    height:301px;
    margin:0 auto;
}
.parent-pageid-1315 .subpageBannerCont {
    height:101px;
}
/* slider (letft) */
  .sliderContainer{
background: #EBEBEB;
height: 310px;
position: relative;
border-radius: 3px;
width: 551px;
    }
        .sliderCont{
            overflow: hidden;
            position: relative;
            display: block;
            margin: 0 auto;
            height: 308px;
            width: 100%;
        }


        .bgM{height:310px;width: 551px; margin:2px;}
        #sliderControls {
            z-index: 1000;
            position: absolute;
            top: 140px;
            margin: 0;
            width: 100%;
            height: 25px;
        }
        #PrevD {
            position: relative;
            float: left;
            padding-left: 10px;
        }
        #nextD {
            position: relative;
            float: right;
            padding-right: 10px;
        }
        #PrevD, #nextD {opacity: 0.5;} #PrevD:hover,#nextD:hover {opacity: 1;}




/* front page slideshow */
.slideshowCont {
    position: relative;
    padding: 0;
    margin:0;
    width:300px;
    float:right;
    height:319px;
}

    #prev1 { position:absolute;left:0px;background: url('images/btn-circleTriangleLeft.png') no-repeat; width:26px;height:26px;top:265px;z-index: 100; cursor: pointer; }
    #next1 { position:absolute;right:0px;top:265px; background: url('images/btn-circleTriangle.png') no-repeat; width:26px;height:26px;z-index: 100; cursor: pointer;}

    #slideshow {
    	width:300px;
        height:300px;
        margin:0;
    }
#slideshow li { display: none; margin:0;padding:0;float:left;list-style-type: none; background:none !important;}
#slideshow li.first { display: block }
    #slideshow li img {
        position: absolute;
        display:inline;
        width:553px;
        height:258px;
        padding:0;
        top:0;
        left:47px;
        border:1px solid #e1e1e1;
    }
    #slideshow li div#slideshowContent {
/*        position:absolute;
        top:0px;
        left:618px;*/
        width:240px;
        height:260px;
        overflow: hidden;
    }
    #slideshow li h1 {font-size:24px;font-weight:700;line-height: 32px;overflow: hidden;}
    #slideshow li p {
        overflow: hidden;
        color: #666666;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    #slideshow li a {
        xposition: absolute;
        xbottom: 3px;
        display: block;
        background: url('images/btn-viewMoreInfo.png') no-repeat;
        width:168px;
        height:34px;
        padding:0;
        text-indent:-9999px;
    }

    #slideshowNav { position: absolute; display:block; bottom:0px; margin:0; z-index: 10; }
        #slideshowNav a {
            background:url('images/slideshowNav.png') no-repeat;
            width:10px;
            margin: 0 1px;
            padding: 0 2px;
            text-decoration: none;
            display: inline;
            text-indent: -9999px;
            float: left;
        }
        #slideshowNav a.activeSlide { background:url('images/slideshowNavActive.png') no-repeat; }


/******************************************************************
BLOCKS AND GLOBAL HELPERS
******************************************************************/

.block {
    background: #fff;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    display:block;
    padding:16px 0px;
    margin-bottom:10px;
}

.block strong.title {
    font-size:24px;
}

/******************************************************************
PAGE / CATEGORY LIST
******************************************************************/


/******************************************************************
MULTIPLE PAGE CONSTANTS
******************************************************************/

header .logo {
	position: absolute;
	left:-61px;
}

.logo {
    padding:0px;
    width:244px;
    display:inline;
    float:left;
    top: 45px;
}

.logo a {
    display:inline;
    background: url('images/logo.png') no-repeat;
    width:244px;
    height:154px;
    margin-top:11px;
    display:block;
    text-indent: -9999px;
}

#accreditationCont {
    width:100%;
    height:90px;
    border-top:1px solid #ededed;
    overflow:hidden;
    margin-top:10px;
}
#accreditationArea {
    overflow:hidden;
}
ul.accreditation {}
ul.accreditation li { list-style: none; float:left; margin:0 0px 0 90px;}
ul.accreditation li img {
    float:left;
    position:relative;
    border:none;
    top:-8px;
    margin-right:0px;
}
ul.accreditation li h3 { margin-bottom: 0; }
ul.accreditation li p { font-size: 10px; color: #100f31; line-height: 12px; }
ul.accreditation li a {}

#testimonialsArea strong.title:before { content: "â€œ"; }
#testimonialsArea strong.title:after { content: "â€�"; }

/******************************************************************
QUICK ENQUIRY CONTACT FORM
******************************************************************/

#quickEnquiry { padding: 10px 20px; }

#quickEnquiry strong.title {
    padding-left: 47px;
    background: url('images/icon-help.png') top left no-repeat;
}

.wpcf7-form {
	width: 248px;
}

.wpcf7-form p{
	margin:0px;
}

.wpcf7-form p.formAskUs {
    margin:0 0 0.5em 0;
    text-align: center;
    color:#363636;
    font-size:14px;
}

#quickEnquiry #contactForm p {
	color:#949494;
	font-size:1em;
	line-height:1.231em;
	font-weight:700;
}

.wpcf7-form input, .wpcf7-form textarea {
    width:225px;
    background:#FFFFFF;
    color:#3D3D3D;
    border:1px solid #acacac;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding:8px 10px 8px 10px;
    resize:none;
}

.wpcf7-form button {
    color:#FFF;
    background: url('images/btn-submit.png') no-repeat; /* Old browsers */
    height:42px;
    width:262px;
    border:0;
    margin:0 auto;

}

.wpcf7-form button span {
	color:#FFF;
	font-weight:700;
	width:248px;
	height:32px;
	float:left;
	padding:10px 0px 0px 0px;
	font-size:1.308em;
	text-transform: uppercase;
}

html.ie7 .wpcf7-form button {
	filter:chroma(color=#000000);
	border:none;
}

span.wpcf7-not-valid-tip  {
	display:none;
	text-indent:-9999px;
}

#quickEnquiry .wpcf7-form .wpcf7-not-valid {
	background:#F7A0A0;
	border:1px solid #F76767;
	color:#FFF;
}

#quickEnquiry .wpcf7-response-output {
	margin:0em 0em 0.5em 0em;
	border:0 none;
        color:#ffffff;
}

/******************************************************************
NAVIGATION STYLES
(Top Navigation)
******************************************************************/
.menuTop{
    display: inline;
    float:left;
    width:580px;
    height:25px;
}
    .menuTop ul.menu {
        float:left;
        margin:3px 0;
    }
        .menuTop ul.menu { }
            .menuTop ul.menu li {
                background: url('images/dot-topNav.png') 0% 50% no-repeat;
                list-style-type: none;
                float: left;
            }
                .menuTop ul.menu li.home { background:none; }

                    .menuTop ul.menu li a {
                        color: #555;
                        font-weight: normal;
                        padding: 0 8px 0 8px;
                        display: block;
                        text-decoration: none;
                        font-size: 12px;
                        line-height: 19px;
                    }
                    .menuTop ul.menu li a:hover { color:#ab0635; }

                    .menuTop ul.menu li.home a {
                        display: block;
                        background: url('images/icon-home.png') left 3px no-repeat;
                        height: 19px;
                        margin: 0px 0px 0 25px;
                        padding-left: 17px;
                    }

		/* sub menus */
                .menuTop ul.menu li ul.sub-menu { display: none; } /* you shouldn't have that many links here so it's set to display none ;P */

/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/


/******************************************************************
SEARCH FORM
******************************************************************/
#searchformCont {
    display:block;
    background-color: #B29465;
    width:416px;
    height:46px;
    padding-right: 6px;
}
html.ie7 #searchformCont {position: relative;z-index: -1;}
#searchformCont p {margin: 13px 0 0 10px;
font-weight: bold;
float: left;
display: inline;
font-size: 14px;
color: #BB1616;
background: url('images/what_u_lookin.png') no-repeat center;
text-indent: -9999px;
width: 180px;
}
#searchform {
    float:right;
    margin-top:8px;
}
/*
#searchform #s {
    float:left;
    border:1px solid #bbb89c;
    border-right: none;
    border-top-left-radius:3px;
    -moz-border-top-left-radius:3px;
    -webkit-border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-bottom-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;

    background-color: #fff;
    padding:7px 7px 8px 7px;
    font-size:12px;
    color:#919191;
    width:181px;
}
.ie7 #searchform #s, .ie8 #searchform #s {
    padding-bottom:7px;
}
#searchsubmit {
   	float:left;
        padding:0;
        margin:0;
	border:1px solid #bbb89c;
        border-left: none;
        padding: 6px 9px 6px 0;
        background-color:#fff;
	border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
*/


#searchform #s {
    float:left;
    border:1px solid #bbb89c;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background-color: #fff;
    padding:7px 7px 8px 7px;
    font-size:12px;
    color:#919191;
    width:175px;
}
#searchsubmit {
    float:left;
    /* height:15px; */
    padding:0;
    margin: 2px 0 0 -25px;
    border: none;
    padding: 6px 9px 6px 0;
    background-color:#fff;
    display:none;
}
/******************************************************************
BREADCRUMBS
******************************************************************/
.breadcrumbCont {
    position: relative;
    display:block;
    width: 919px;
    margin: -106px auto 0;
    padding: 5px 0 0 0;
    background: #faf9f4;
    height:29px;
}
.page-template-sub-sub-sub-page-php .breadcrumbCont,.page-template-uk-formation-company-php .breadcrumbCont, .sitemap .breadcrumbCont {margin: 0 auto 0;}
#breadcrumbs {
    display:inline-block;
    font-size:11px;
    padding:5px 0 8px 18px;
    margin:0;
    color:#5E5E5E;
    font-weight: 600;
    width: 700px;
    float:left;
}

#breadcrumbs a{
    color:#5E5E5E;
    text-decoration: none;
    font-weight: normal;
}

#breadcrumbs span.seperator {
    background: url('images/dot-topNav.png') 50% 50% no-repeat;
    width: 6px;
    height: 9px;
    display: inline-block;
    padding: 0 4px;
}
.printPageCont {float:right;text-align: right;height:20px;margin-top:5px;}
.printPageCont a {
    position: relative;
    display: inline-block;
    text-align: right;
    background: url('images/icon-print.png') left 50% no-repeat;
    height:17px;
    text-indent:25px;
    text-decoration: none;
    margin-right: 20px;
    font-size:11px;
    color:#5E5E5E;
    font-weight:normal;
}
a:hover.printPage { text-decoration: none; }

html.ie7 #breadcrumbs span.seperator, html.ie7 #breadcrumbs a {
    float:left;
}

html.ie7 #breadcrumbs span.seperator {
    padding-top:9px;
    margin-right:5px;
}

/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#subContent {
    position: relative;
    width: 902px;
    margin: 0 auto 0;
    padding: 15px 17px 0 0;
    height: 100%;
    background-color:#fff;
}

#content {
    position:relative;
    width:919px;
    margin:0 auto;
    padding:0;
    height:100%;
}
    #main {
        width:615px;
        padding:0;
        margin:0;
        height:100%;
        float:left;
    }

        .callToAction {
            float:left;
            margin:0px auto 20px auto;
            background: #fff;
            padding: 0px;
            width:100%;
            border:1px solid #9b8055;
            border-radius:4px;
            -moz-border-radius:4px;
            -webkit-border-radius:4px;
        }
            .callToAction a {
                display:block;
                background: url('images/subBannerBg.png') right top no-repeat;
                width:100%;
                height:90px;
                text-decoration: none;
                border-radius:3px;
                -moz-border-radius:3px;
                -webkit-border-radius:3px;
            }
            .callToAction h2 {
                color: #ab0635;
                font-size: 18px;
                font-weight: 100;
                width: 300px;
                padding: 10px 0 0 16px;
                display: block;
                line-height: 24px;
            }
            .callToAction p { color: #9b8055; font-size: 14px; font-weight: 200; margin:10px 0 0 16px; line-height: 12px; font-weight: bold;}

	#post-not-found {
		padding:10px;
	}

		.hentry { padding: 0 16px; }

                .single-title, .page-title {padding-left: 7px;}
                    #headerIcon-uk { display: inline-block; background: url('images/icon-hdr-uk.png') -5px -3px no-repeat; text-indent:55px; }
                    #headerIcon-int {display: inline-block;background: url('images/icon-hdr-int.png') -5px 50% no-repeat; text-indent:55px;}
                    #headerIcon-assetProtection {display: inline-block;background: url('images/icon-hdr-asset.png') -5px 50% no-repeat; text-indent:60px;}
                    #headerIcon-Finance {display: inline-block;background: url('images/icon-hdr-corpFinance.png') -5px 50% no-repeat; text-indent:57px;}
                    #headerIcon-taxServices {display: inline-block;background: url('images/icon-hdr-tax.png') -5px 50% no-repeat; text-indent:60px;}
                    #headerIcon-legalServices {display: inline-block;background: url('images/icon-hdr-legal.png') -3px -4px no-repeat; text-indent:56px;}

        .search-results .hentry {
	        border-bottom: 1px solid #C6AB83;
    		margin-bottom: 15px;
    	}
    	
    	.hilite { 
    		background:#929292; 
	    	color:#AB0635;
    	}
    	
    	.search-results .archive_title {
	    	margin-bottom:15px;
    	}
    	
    	.search-no-results article header h1 {
	    	padding-left:8px;
    	}
        
		.single-title {}
		.home .page-title {margin-bottom: 1.5em;}
		.archive_title { padding: 0 18px 15px 18px; }

		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {margin-left: 3px; margin-bottom: 30px;} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */

		/* post meta */
		.meta { font-size:0.9em; letter-spacing:0.05em; line-height:1.75em; color: #000; margin: 0.875em 0; padding-left:7px; }
			.meta time {}

		/* post content */
		.post_content {
                    margin-top: 10px;
                    padding-left: 8px;
		}
                .post_content table{font-size: 11px;}
                .post_content table td{padding-left: 5px;}
		.postImage {
                    margin-top:55px;
                    border-radius:4px;
                    -moz-border-radius:4px;
                    -webkit-border-radius:4px;
                    border:1px solid #c2a569;
		}
                        .page-id-1200 .post_content {margin-top:0px !important;}
			.post_content p { margin: 0 0 1.5em 0; line-height:20px; color:#000000; font-size: 13px;}
			.post_content ul, .post_content ol, .post_content table, .post_content dl { margin:0; }
			.post_content ul, .post_content ol { list-style-position:outside; line-height:1; margin-left: 3em; margin-right: 1.538em; margin-bottom: 1.5em;}
			.post_content li { margin-bottom: 0.50em; margin-top: 0.90em; }
			.post_content ul li:first-child {margin-top:5px !important;}
                        .hasSubs {margin-bottom: 15px !important; margin-top: 30px !important;}
                        
			.post_content ol li { list-style-type: decimal; }
			.post_content strong {
                            font-weight: 700;
			}

			.post_content blockquote { font-style:italic; line-height:1.6em; margin: 1.5em 2.2em; }
			.post_content blockquote:before { font-family:Georgia, serif; content: "â€œ"; font-size:2.75em; text-indent:-.8em; margin-top:.1em; float:left; opacity:.3; } /* this adds the quote before the blockquote */

			.post_content dl { margin:1.75em 0 1.75em; }
			.post_content dt { margin-top: 1.25em; font-weight:700; }
			.post_content dd { font-style: italic; margin-top:0.5em; line-height:1.6em; }

			.post_content img {
                            max-width: 100%;
                            background: #fff;
                            padding: 5px !important;
                            margin:0 0 0 0px;
                            border-top:1px solid #ededed;
                            border-bottom:1px solid #ededed;
                            border-radius:3px;
                            -moz-border-radius:3px;
                            -webkit-border-radius:3px;
                            -webkit-box-shadow:  0px 0px 5px 1px #e1e6e7;
                            box-shadow:  0px 0px 5px 1px #e1e6e7;
                        }

			.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }
			.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }
			.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }

			.post_content video {  max-width: 100%; display: block; }
			.post_content object { display: block; margin: 1.5em 0; max-width: 100%; }

            pre, code { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; margin-left: 20px;}
                         .post_content  { line-height: 1.7em; }
                            .post_content  ul {}
                            .post_content  ul {}
                                .post_content  ul li { background: none; }
                                    .post_content ul li ul {margin-left: 30px; width: 500px;}

			.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; }
			.wp-caption img { border: 0 none; padding: 0; margin: 0; }
			.wp-caption .wp-caption-text { font-size:0.8em; font-style:italic; margin:0em; }

			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}

			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}

		.hentry footer { clear: both; margin: 1.5em 0 0; padding-bottom: 2.2em; }


                #bottomContent
                {

                }

/******************************************************************
BOTTOM OF HOME PAGE CONTENT
******************************************************************/

 #hoverOver
{
    clear: both;
    display: block;
    height: 34px;
    background: url('images/hoverBack.png') repeat-x;
    width: 964px;
    margin-left: -22px;
    padding-top: 8px;
}
#hoverOver p
{
    font-family: 'helveticaregular';
    font-size: 17px;
    color: #BB1616;
    text-align: center;
    margin: 0 auto;
    float: left;
    display: inline;
    font-weight: bold;
    margin-top: 2px;
    text-indent: -9999px;
    background: url('images/hover_over.png') no-repeat center;
    width: 295px;
    margin-top: 0px;
}
#downArrow
{
    background: url('images/downIcon.png') 50% 50% no-repeat;
    height: 7px;
    width: 10px;
    display: inline;
    float: left;
    margin: 10px 10px;
}
#hoverWrapper
{
    width: 363px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

#bottomContent
{
    display: block;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
#businessNews, #tcsBlog, #tcsLocations
{
    width: 265px;
    display: inline;
    float: left;
    padding: 20px 10px 20px 20px;
}

#tcsBlog h2 a {
    color:#AB0635;
}
#businessNews
{
    border-right:1px solid #f0f0f0;
    overflow-y:hidden;
}
#businessNews li
{
margin: 0px 0px;
font-size: 15px;
list-style: none;

line-height: 15px;
padding: 5px 0px 5px 0px;
border-radius: 5px;

 background-repeat: no-repeat;
 background-position: 0% 15%;
padding-top: 30px;
}
/*#businessNews  li:hover {background-color: #F1F0E4; }*/

#businessNews #skyNewsRSS li {background-image:url('images/SkyNews_feed.png');}
#businessNews #nasdaqRSS li {background-image:url('images/nasdaq.png'); }
#businessNews #reutersRSS li {background-image:url('images/reuters.png');}

#businessNews li a
{
    color:#707070;
    text-decoration: none;
}
#businessNews li a:hover
{
    text-decoration: none;
}
#tcsBlog
{
    border-right:1px solid #f0f0f0;
}
#rssIcon
{
    margin-left:10px;
}
#tcsBlog li
{
    list-style-type: none;
}
#blogPost
{
    font-family: 'helveticaregular';
    color:#5E5E5E;
    display:block;
    clear:both;
    margin-bottom:10px;
    margin-top:10px;
}
#blogPost img
{
    display: inline;
    float: left;
    margin-right:10px;
}
#blogPost h3
{
    margin: 0;
    line-height:14px;
}

.ie7 #blogPost h3 {
	float:left;
	margin-top:0px;
}

.ie7 #blogExcerpt {
	clear:both;
}

#blogPost h3 a
{
    color:#9b8055;
    font-size:14px;
}
#blogExcerpt p
{
    font-family: 'helveticaregular';
    font-size:11px;
    margin:0;
    overflow: hidden;
    height: 35px;
}
#tcsLocations img
{
    display:inline;
    float:left;
}
#location
{
    height:50px;
    display:block;
    margin:15px 0px;
}
#locationName
{
    margin: 15px 0 0 10px;
}

#bottomContent h1, #bottomContent h2
{
    font-family: 'helveticaregular';
    color:#ab0635;
    display:inline;
    font-size: 20px;
}
#bottomContent h1
{
    font-weight:normal;
}
#bottomContent h2
{
    font-weight:bold;
}
#bottomContent h3
{
    color: black;
    margin: 15px 0;
}
#bottomContent ul
{
    margin:0;
}

/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

/* page navigation */
.page-navigation, .wp-prev-next { margin: 1.1em 0 2.2em; padding-left:13px; }
	.bones_page_navi, .wp-prev-next ul { }
		.bones_page_navi li { float: left; margin-left: 10px; }
			.bones_page_navi li a { padding: 3px 6px; display: block; text-decoration: none; position: relative; }
				.bones_page_navi li a:hover { color: #C2A569; text-decoration: underline; }
		.bones_page_navi li.bpn-current { padding: 3px 6px; border-bottom: 2px solid #C2A569; position: relative; color:#C2A569; } /* current page link */
				.bones_page_navi li.bpn-current:hover {}
		.bones_page_navi li.bpn-prev-link { } /* previous link */
			.bones_page_navi li.bpn-prev-link a { padding: 0; }
				.bones_page_navi li.bpn-prev-link a:hover { background: none; }
		.bones_page_navi li.bpn-next-link { font-weight: 700; } /* next page link */
			.bones_page_navi li.bpn-next-link a { padding: 0; }
				.bones_page_navi li.bpn-next-link a:hover { background: none; }
		.bones_page_navi li.bpn-last-page-link {} /* last page link */
			.bones_page_navi li.bpn-last-page-link a {}
				.bones_page_navi li.bpn-last-page-link a:hover { background: none; }
		.bones_page_navi li.bpn-first-page-link {} /* first page link */
			.bones_page_navi li.bpn-first-page-link a {}
				.bones_page_navi li.bpn-first-page-link a:hover { background: none; }

	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link { float: left; }
			.wp-prev-next .next-link { float: right; }


/******************************************************************
COMMENT STYLES
******************************************************************/

#comments { margin: 20px 20px 0px 0.75em; border-top:1px solid #000; padding-top:30px;}/* h3 comment title */
	#comments span { font-weight: 700; } /* number of comments span */

.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}

.commentlist { margin: 0 20px; }
	.commentlist li { position: relative; clear: both; list-style-type: none; margin-bottom: 1.5em; padding: 0.7335em 10px; }
		.commentlist li[class*=depth-] { padding-left: 20px; margin-top: 1.1em; }
			.commentlist li.depth-1 { margin-left: 0; margin-top: 0; }
				.commentlist li:not(.depth-1) { margin-right: -10px; margin-top: 0; padding-bottom: 0; }
			.commentlist li.depth-2 {}
			.commentlist li.depth-3 {}
			.commentlist li.depth-4 {}
			.commentlist li.depth-5 {}
			.commentlist li:last-child { margin-bottom: 0; }
				.commentlist li ul.children li {}
				.commentlist li ul.children li.alt {}
				.commentlist li ul.children li.byuser {}
				.commentlist li ul.children li.comment {}
				.commentlist li ul.children li.depth-1 {} /* change number for different depth */
				.commentlist li ul.children li.bypostauthor {}
				.commentlist li ul.children li.comment-author-admin {}
				.commentlist li ul.children .alt {}
				.commentlist li ul.children .odd {}
				.commentlist li ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd { background: #eee; }
			.commentlist .even { background: #fefefe; }
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children { border-left: 2px solid #6ac8d3; }
			.commentlist .pingback {}
			.commentlist .bypostauthor {}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}

			.commentlist .vcard { }
				.commentlist .vcard cite.fn { font-weight: 700; font-style: normal; }
				.commentlist .vcard time { float: right; }
					.commentlist .vcard time a { color: #000; text-decoration: none; }
						.commentlist .vcard time a:hover { text-decoration: underline; }
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar { position: absolute; left: 20px; padding: 2px; border: 1px solid #cecece; background: #fff; }
					.commentlist .vcard cite.fn a.url {}
				.commentlist .comment-meta {}
					.commentlist .comment-meta a {}
				.commentlist .commentmetadata {}
					.commentlist .commentmetadata a {}
			.commentlist li .comment_content { }
				.commentlist li .comment_content p { margin: 0.7335em 0 1.5em; font-size: 1em; line-height: 1.5em; }
				.commentlist li ul { margin: 0; }
				.commentlist .comment-reply-link { text-decoration: none; float: right;  background: #AB0635; padding: 3px 5px; color: #fff; opacity: 0.65; margin-bottom: 10px; font-weight: 700; font-size: 0.9em; }
					.commentlist a.comment-reply-link:hover { opacity: 1; }


/******************************************************************
COMMENT FORM STYLES
******************************************************************/

.respond-form { margin: 1.5em 20px; padding-bottom: 2.2em; }
	#comment-form-title { margin: 0 0 1.1em; }

	#cancel-comment-reply {}
			#cancel-comment-reply a {}

	.respond-form form[method=post] { margin: 0.75em 0; }

		.comments-logged-in-as {}

		.respond-form form[method=post] li { list-style-type: none; clear: both; margin-bottom: 0.7335em; }
			.respond-form form[method=post] li label, .respond-form form[method=post] li small { display: none; }
			.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url], .respond-form textarea { padding: 3px 6px; background: #efefef; border: 2px solid #cecece; line-height: 1.5em; }
			.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus { background: #fff; }
			.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { max-width: 400px; min-width: 250px; }

			#allowed_tags { margin: 1.5em 10px 0.7335em 0; }
			.respond-form textarea { resize: none; width: 97.3%; height: 150px; }
			#commentform #submit { 
				float:right;
				background:#AB0635;
				color:#FFF;
				padding:5px;
				border:0;
				display: block;				
			}

	/* form validation */
	.respond-form input:invalid, .respond-form textarea:invalid { border-color: #fbc2c4; background: #fbe3e4; outline: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background-color: #f6e7eb; }

	/* no comments */
	.nocomments { margin: 0 20px 1.1em; }

/******************************************************************
SIDEBARS & ASIDES
******************************************************************/
#formWrapper
{
    display: block;
    margin: 0 auto;
    width: 246px;
}
strong.title{
    font-size:24px;
    margin: 0px;
    text-align: left;
    display:block;
    color:#25aae1;
}
.sidebar{
    width:286px;
    float:right;
}
#sidebar1 {
    margin-top: 2.2em;
}
.sidebarBox {
    background: #ab0635;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.sidebarBox h3
{
    display: block;
    margin: 10px auto 10px auto;
    text-align: center;
    color:#fff;
}
#getInTouch {
    font-family: 'helveticaregular';
    font-size:11px;
    color:white;
    display: block;
    margin: 5px auto;
    width: 160px;
    text-align: center;
}
#arrangeTime {
    font-family: 'helveticaregular';
    font-size: 11px;
    color: white;
    display: block;
    margin: 5px auto;
    width: 215px;
    text-align: center;
}
div.wpcf7 .watermark {
    color: #888;
    display: block !important;
}

.hideField {
	display:none;
}

#quickEnquiry {
    padding: 10px !important;
}

#dropdowns
{
    display: block;
    margin: 0px 0;
    height: 38px;
}

#message {
	clear:both;
}

#daySelect
{
    float:left;
    display:inline;
}
#daySelect .formSelect
{
    width:160px;
    background-color: white;
    color:#3D3D3D;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #600620;

}
#datepicker{ 
	width: 130px; 
	margin-top: 0;
	color:#888;	
}
#amSelect
{
    float:right;
    display:inline;
}
#amSelect .formSelect
{
    width:90px;
    background-color: white;
    color:#3D3D3D;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #600620;
        margin: 0;
    height: 33px;
}

.sidebar input
{
    border:1px solid #600620;
    -webkit-box-shadow: inset 1px 1px 2px 2px #e0e0e0;
    box-shadow: inset 1px 1px 2px 2px #e0e0e0;
}
.sidebar textarea
{
    border:1px solid #600620;
    -webkit-box-shadow: inset 1px 1px 2px 2px #e0e0e0;
    box-shadow: inset 1px 1px 2px 2px #e0e0e0;
}
.sidebar button{
    background:url('images/button-enquiry.png') no-repeat;
    width:248px !important;
    height:32px !important;
    margin: 5px auto;
}
a#requestCallback, #quickEnquiry button, .sidebar button{
    background:url('images/button-enquiry.png') no-repeat;
    width:248px !important;
    height:31px !important;
    margin: 5px 0;
    text-indent: -9999em;
}

a#requestCallback {
	display:block;
}

.ie7 #quickEnquiry button {
	float:left;
}

.changeLanguage {margin: 0px 0px 30px 0px;  }
.changeLanguage p {margin: 0; float: left; color: #000; font-weight:bold; margin-bottom:5px;}
.changeLanguage select option{background: rgba(255, 255, 255, 0);}
    .changeLanguage select {width: 153px;
border: 0px solid;
border-radius: 3px;
color: #929292;
background: transparent;
-webkit-appearance: none;
outline: 0px;
height: 22px;}
#languagesList{background: url('images/dropdown.jpg') center no-repeat;
width: 161px;
float: left;
overflow: hidden;
height: 24px;
padding-left: 5px;
margin-left: 5px;}
/********* END SIDEBARS & ASIDES **********/

	.widget { padding: 0; }
		.widget li { margin-bottom: 0.75em; }
		.widget li ul { margin-top: 0.75em; padding-left: 1em; }

		.widgettitle { border-bottom: 2px solid #444; margin-bottom: 0.75em; }

	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}

	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}

	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}

	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}

	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {}
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}

	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}

	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}

	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {}
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}

	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}

	/* search widget */
	#searchform {}
	.widget_search {}
	.screen-reader-text {}

	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}


/******************************************************************
FOOTER STYLES
******************************************************************/

.contactNumberFtr_txt.txt3 a
{
    text-decoration: none !important;
}

/******************************************************************
MEDIA QUERIES & DEVICE STYLES
To use a responsive design, it's reccomended to use the responsive version of Bones. You can find it on github: https://github.com/eddiemachado/bones-responsive
******************************************************************/

@media only screen and (min-width: 480px) {
	/* insert styles here */
}

@media only screen and (min-width: 768px) {
/* insert styles here */
}

@media only screen and (min-width: 992px) {
/* insert styles here */
}

@media only screen and (min-width: 1382px) {
/* insert styles here */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* insert styles here */
}

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

/* =Print
----------------------------------------------- */

@media print {
	nav, .sidebar {
		display: none;
	}
	.menuTop, .hdrContent, #footerCont, .top, header, .breadcrumbCont, #sliderWrapper {
		display: none;
	}
	#main header {
		display: block;
	}
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	.post_content p {
		clear:both;
	}	
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}

/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }

To target the .post_content area in older IE use:
html.oldie .post_content { ... }

Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/

/* default styles & fixes */
.first { margin-left: 0; } /* fixes alignment */
.last { margin-right: 0; } /* fixes alignment */
.marginTop { margin-top: 10px;}
.noPadding {padding:0;}

.layout{
padding: 0px 10px 0px 10px;
position: relative;
bottom: 10px;
width: 595px;
clear: both;
}
.layout img{
width:215px;
height:51px;
}
.jcarousel-skin-tango .jcarousel-container {
  /*  -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
 width:100%;
 padding:0;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 50px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 215px;
    height: 50px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 20px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
/*.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}*/

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
#images, #intImages
{
    position: relative;
    display: block;
    height: 100%;
    width: 5000px;
    margin: 0;
}
#slider
{
    display: inline;
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#sliderInner
{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
#sliderWrapper
{
    display: inline;
    float: left;
    height: 60px;
    width: 580px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 8px;
    margin-left: 20px;
    position: absolute;
    bottom: 0;
}
#slider li
{
    display: inline;
    float: left;
    list-style-type: none;
}
#slider li img
{
    margin: 0 20px;
}
#slider li:last-child img
{
    margin-right:0;
}

.backToBlog {
	padding-left:26px;
	margin-bottom:20px;
	width:589px;
	float:left;
}

.backToBlog a {	
	color:#9B8055 !important;
	font-weight: bold;
	text-decoration: none;
}

.post_content .sociable ul li {
	margin-top:0px !important;
}

.wpcf7-submit {
width:225px !important;
}