/******************************************************************
Theme Name: Ambrion
Description:
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!
******************************************************************/

@font-face {
    font-family: 'myriadPro';
    src: url('library/fonts/myriadpro-reg-webfont.eot');
    src: url('library/fonts/myriadpro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/myriadpro-reg-webfont.woff') format('woff'),
         url('library/fonts/myriadpro-reg-webfont.ttf') format('truetype'),
         url('library/fonts/myriadpro-reg-webfont.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriadProBold';
    src: url('library/fonts/myriadpro-bold-webfont.eot');
    src: url('library/fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('library/fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('library/fonts/myriadpro-bold-webfont.svg#myriad_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trajanPro';
    src: url('trajanpro-regular-webfont.eot');
    src: url('library/fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('library/fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('library/fonts/trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trajanProBold';
    src: url('library/fonts/trajanprobold.eot');
    src: url('library/fonts/trajanprobold.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/trajanprobold.woff') format('woff'),
         url('library/fonts/trajanprobold.ttf') format('truetype'),
         url('library/fonts/trajanprobold.svg#trajanprobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/
 
body {
    background: #beb093;
    font-size: 12px;
    line-height: 18px;
    color: #464646;
    font-weight: normal;
    font-family: 'myriadPro';
}
.bodyBg {
    margin:0 auto;
    position: relative;
}
#flashContainer
{
    background:url('images/banner.jpg') 50% 0% no-repeat;
    border-bottom: 1px solid #fff;
    height:459px;
    position:relative;
}
#flashWrapper
{
    display:block;
    width:100%;
    background: url('images/bannerRepeat.jpg') repeat-x;
}
/******************************************************************
GRID STYLES
******************************************************************/

/* 960 Grid System (http://960.gs/ ) */

.container_12, .wrap {
	width: 984px;
	margin: 0 auto;
}

#containerWrapper
{
    display:block;
    width:100%;
}
#containerWrapperInner
{
    display:block;
    width:100%;
}
#upperFooter
{
    display: block;
    height: 132px;
    background: url('images/footerNavBG.jpg') repeat;
}
#pattern {
    width:100%;
    position: relative;
}
#subpage_quote
{
background: url('images/callToActionBG.png') 0% 104% no-repeat;
width: 944px;
height: 50px;
z-index: 999;
position: relative;
padding: 0 30px;
display: block;
}
#callsToAction
{
    background: url('images/callToActionBG.png') no-repeat;
    width: 944px;
    height: 134px;
    z-index: 999;
    position: relative;
    padding:0 30px;
    display: none;
}

#callsToAction img
{
    margin: 15px 0;
}

.container_12_adjust {
	width: 964px;
	margin: 0 auto;
}

	/* 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: 295px; margin: 0;}
	.container_12 .grid_5 {width: 390px;}
	.container_12 .grid_6 {width: 472px;}
	.container_12 .grid_7 {width: 554px;}
	.container_12 .grid_8 {width: 600px;}
	.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;
		margin-left: 10px;
		margin-right: 10px;
	}

	/* default styles & fixes */
	.alpha { margin-left: 0; } /* fixes alignment */
	.omega { margin-right: 0; } /* fixes alignment */

/* To Use Another Grid System, simply visit:
http://themble.com/support/bones-grid/
There, you can check out how to replace this grid with other like:
960, Blueprint, and any other custom ones.
*/

/******************************************************************
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; }
.info { border-color: #92cae4; background: #d5edf8; }
.error { border-color: #fbc2c4; background: #fbe3e4; }
.success { border-color: #c6d880; background: #e6efc2; }

/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/

@font-face {
    font-family: 'trajan_proregular';
    src: url('library/fonts/trajanpro-regular-webfont.eot');
    src: url('library/fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('library/fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('library/fonts/trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trajan_proregular';
    src:    url('library/fonts/trajanprobold.eot');
    src:    url('library/fonts/trajanprobold.eot?#iefix') format('embedded-opentype'),
            url('library/fonts/trajanprobold.woff') format('woff'),
            url('library/fonts/trajanprobold.ttf') format('truetype'),
            url('library/fonts/trajanprobold.svg#trajanprobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriad_proregular';
    src: url('library/fonts/myriadpro-reg-webfont.eot');
    src: url('library/fonts/myriadpro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/myriadpro-reg-webfont.woff') format('woff'),
         url('library/fonts/myriadpro-reg-webfont.ttf') format('truetype'),
         url('library/fonts/myriadpro-reg-webfont.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited { color:#53513d; text-decoration: none; }
a:hover, a:focus { color: #53513d;  text-decoration: underline; }
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-family: 'trajanPro'; font-weight: normal; }
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 { 
    color: #6f1e1e;
    line-height: 26px;
    font-size: 26px;
    margin: 0 0 20px 0;
    padding: 0;
}
h2, .h2 {
    color: #53513d;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px 0;
    font-weight: bold;
}
h3, .h3 { 
    font-family: 'trajanProBold';
    color: #161919;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
h4, .h4 { 
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin: 0;
    letter-spacing: -1px;    
}
h5, .h5 { font-size: 22px; line-height: 26px; text-transform: uppercase; margin:0;}
h6, .h6 { margin:0; }

p
{
}

.topTitle {
    background: url('images/addressBackground.jpg') repeat-x;
    width: 964px;
    height: 23px;
    display: block;
    margin: 0 auto 0 auto;
    padding-top: 3px;
    color: white;
    text-align: center;
    font-family: 'TrajanProBold';
    font-size: 9pt;
    letter-spacing: 3px;
}
.blue { color: #1074bb; }
/******************************************************************
HEADER SYTLES
******************************************************************/
header[role=banner] {
    margin: 0;
    display: block;
    background: url('images/subpageHeader.jpg') 50% 0% no-repeat;
    height: 347px;
    min-width: 984px;
    border-top: 4px solid #be7328;
    border-bottom: 10px solid #be7328;
    position: relative;
}
.home header[role=banner] {
    background: url('images/headerBG.jpg') 50% 0% no-repeat;
    height: 579px;
}
.home #best-places-button {
	position:absolute;
	bottom: -105px;
    left: 1336px;
	z-index:100;
}

header[role=banner] .menu
{
    float: right;
    list-style-type: none;
    width: 640px;
    margin: 0;
    position: relative;
    top: -7px;
}
header[role=banner] .menu li
{
    float:left;
    height:117px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin:0 4px;
}
header[role=banner] .menu li#nav1
{
    margin-left:0;
}
header[role=banner] .menu li#nav4
{
    margin:0 6px;
}
header[role=banner] .menu li a
{
    display: block;
    height:117px;
}
#nav1 { background-image:url('images/nav/nav1.png'); width:59px; }
#nav2 { background-image:url('images/nav/nav2.png'); width:86px; }
#nav3 { background-image:url('images/nav/nav3.png'); width:162px; }
#nav4 { background-image:url('images/nav/nav4.png'); width:101px; }
#nav5 { background-image:url('images/nav/nav5.png'); width:94px; }
#nav6 { background-image:url('images/nav/nav6.png'); width:82px; }

header[role=banner] .menu li:hover, header[role=banner] .menu li.currentPage
{
    background-position: 0px -117px;
}

#footerBanner
{
    background: url('images/officeLocationBG.jpg') no-repeat;
    width: 964px;
    height: 106px;
    display: block;
    margin: 0 auto;
}
#footerBanner img
{
    margin: 29px 46px;
}

.sidebarTitle
{
}
.sidebarTitle h3
{
}
.sidebarTitle p
{
}

#consultation, #consultation form {
    position: relative;
    display: block;
    margin-top: 18px;
    margin-bottom: 18px;
}

#consultation input
{
    display: block;
    background-color: #959595;
    width: 182px;
    height: 30px;
    margin: 5px auto;
    padding: 0 10px;
    color: #fff;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #bababa;
    border-bottom:1px solid #bababa;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 1), inset -1px -1px 2px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 1), inset -1px -1px 2px 0px rgba(255, 255, 255, 1);
}

#consultation textarea
{
    display:block;
    background-color:#959595;
    width: 182px;
    margin:5px auto;
    padding:6px 10px;
    color:#fff;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #bababa;
    border-bottom:1px solid #bababa;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 1), inset -1px -1px 2px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 1), inset -1px -1px 2px 0px rgba(255, 255, 255, 1);
}
::-webkit-input-placeholder  { color:#fff; }
input:-moz-placeholder { color:#fff; }

#consultation #submit
{
    border: none;
    height: 45px;
    width: 211px;
    background: url('images/send.png') no-repeat;
    box-shadow: none;
}
#consultation p
{
    color: #675D24;
    display: block;
    margin: 12px 16px;
    font-size: 13px;
    text-align: center;
    font-family: 'myriad_probold';
}

.inner
{
    display:block;
    margin:0 auto;
    width:964px;
}
.divider
{
    clear:both;
    display:block;
    background:url('images/divider.png') repeat-x;
    height:2px;
    margin:2px 4px;
}
.helpImage
{
    display:block;
    clear:both;
    margin:0 auto 6px auto;
    -webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.helpImage#infoCenter
{
    margin:6px auto;
}

#contentContainerOuter
{
    width: 984px;
    display: block;
    margin: 0 auto;
}
.home #contentContainerOuter
{
    width: 966px;
}
#contentContainer
{
    display: block;
    margin-top: 18px;   
    margin-bottom: 14px;
}
.home #contentContainer
{
    margin-top: 0;   
    margin-bottom: 0;
}
#ourLocations
{
    display:block;
    width:619px;
    height:166px;
    padding-top:12px;
    color: #fff;
    font-family: Arial;
    line-height:22px;
    font-size:12px;
    background: rgb(0,81,149);
    background: -moz-linear-gradient(left, rgba(0,81,149,1) 0%, rgba(0,27,49,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,81,149,1)), color-stop(100%,rgba(0,27,49,1)));
    background: -webkit-linear-gradient(left, rgba(0,81,149,1) 0%,rgba(0,27,49,1) 100%);
    background: -o-linear-gradient(left, rgba(0,81,149,1) 0%,rgba(0,27,49,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,81,149,1) 0%,rgba(0,27,49,1) 100%);
    background: linear-gradient(to right, rgba(0,81,149,1) 0%,rgba(0,27,49,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005195', endColorstr='#001b31',GradientType=1 );
}
#locationsInner
{
    display:block;
    height:100%;
    background:url('images/map.png') 0% 50% no-repeat;
}
#ourLocations h2{
    font-family: 'avenirMedium';
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
    background: #0076a3;
    width: 173px;
    height: 25px;
    text-align: right;
    padding-right: 12px;
    padding-top: 8px;
}
#ourLocations strong
{
    font-size:14px;
}
#ourLocations span
{
    font-size:10px;
    font-style: italic;
}
#location1
{
    width: 185px;    
    display: inline;
    float: left;
    margin-left: 25px;
}
#location2
{
    width: 210px;    
    display: inline;
    float: left;
    margin-left: 20px;
}
#location3
{
    width: 150px;    
    display: inline;
    float: left;
    margin-left: 20px;
}

#hdrContact {
    float: right;
    margin: 16px 14px 0 0;
    background: url('images/phone.png') no-repeat;
    width: 379px;
    height: 48px;
    display: block;
}
#inner-header
{
    display:block;
    position: relative;
}
#navCont
{
    position: absolute;
    top: -7px;
    width: 50%;
    left: 50%;
    height: 53px;
    background: url('images/navCont.jpg') repeat-x;
}


#flashImg {
    height:348px;
    background: url('images/bannerImage.jpg') no-repeat;
}

#flashImgDivider {
    height:24px;
    background: url('images/flashBgBtmDivider.jpg') no-repeat;
}

#subPageFlashImg {
    height:113px;
    background: url('images/SubpageBanner.jpg') no-repeat;
}
.blog .post .meta {}
/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
nav[role=navigation] {
    margin: 0 auto 0 auto;
    height: 49px;
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#navContainer
{
    width: 100%;
    height: 46px;
}
 
	nav[role=navigation] .menu {

	}
                nav[role=navigation] .menu ul {
                    background: url('images/navBG.jpg') no-repeat;
                    height: 33px;
                    margin-top: -7px;
                    position: relative;
                    padding-top: 22px;
                    padding-left: 10px;
                }
                nav[role=navigation] .menu ul.sub-menu
                {
                    padding: 5px 0px;
                    border-top:none;
                    background: #0d2a3c;
                    margin-top: 0;
                    height: auto;
                }
		nav[role=navigation] .menu ul li {
			float: left;
                }
                nav[role=navigation] .menu ul li:last-child {
                    border-right:none;
                }
                nav[role=navigation] .menu ul li:hover
                {
                }
			nav[role=navigation] .menu ul li a {
                                font-family: 'DINPro-Medium';
                                font-size: 14px;
                                line-height: 14px;
                                font-weight:normal;
                                color: #fff;
                                padding: 0 0 0 20px;
                                margin: 0;
                                display: block;
                                text-decoration: none;
                                text-transform: uppercase;
			}
                        nav[role=navigation] .menu ul li a:hover {
                            opacity:0.5;
                        }

                        nav[role=navigation] .menu ul li a:hover span {
                            display: block;
                            width: 100%;
                        }
                nav[role=navigation] .menu ul.sub-menu li
                {
                    border-right:none;
                    text-align: left;
                }

                        nav[role=navigation] .menu ul li:first-child a {}

		nav[role=navigation] .menu ul li.menu-item-object-category.current-menu-item > a,
		nav[role=navigation] .menu ul li.current_page_item > a
                 {
                }
		nav[role=navigation] .menu ul li.menu-item-object-category.current-menu-item > a,
		nav[role=navigation] .menu ul li.current_page_item > a
                {
                }
/* sub menus */
		nav[role=navigation] .menu ul li ul, nav[role=navigation] .menu ul li ul li ul {
			position: absolute;
                        left: -999em;
                        z-index: 9999;
                        
			width: 200px;
		}
			nav[role=navigation] .menu ul li ul li ul {
				margin-left: 200px;
				top: auto;
				margin-top: -50px;
			}
                        nav[role=navigation] .menu ul li ul li {
                                float: left;
                                text-align: left;
                                background: none;
                        }       
			nav[role=navigation] .menu ul li ul li:hover ul, nav[role=navigation] .menu ul li:hover ul {
				left: auto;
                                
			}

			nav[role=navigation] .menu ul li >  ul li a {
                            margin: 0px 10px;
                            padding: 0;
                            text-align: left;
                            width: 215px;
                            font-size: 13px;
                            line-height: 15px;
                        }
				nav[role=navigation] .menu ul li > ul li a:hover { 
                                }
                                nav[role=navigation] .menu ul li > ul li a:hover span { background: none; }
			nav[role=navigation] .menu ul li ul li:last-child a {}

				nav[role=navigation] .menu ul li > ul li > ul.sub-menu { 
                                    margin-top: -35px; background: #838180;
                                }
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu { margin: -20px 0px 0px 200px;}
                nav[role=navigation] .menu li:hover ul ul, nav[role=navigation] .menu li:hover ul ul ul, nav[role=navigation] .menu li.sfhover ul ul, nav[role=navigation] .menu li.sfhover ul ul ul {
                        left: -999em;
                }
                nav[role=navigation] .menu li:hover ul, nav[role=navigation] .menu li li:hover ul, nav[role=navigation] .menu li li li:hover ul, nav[role=navigation] .menu li.sfhover ul, nav[role=navigation] .menu li li.sfhover ul, nav[role=navigation] .menu li li li.sfhover ul {
                        left: auto;
                }
                nav[role=navigation] .menu li:hover, nav[role=navigation] .menu li.sfhover {
                        width: auto;
                }
/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#socialMedia {
    border-bottom:1px solid #a1a1a1;
    height:76px;
}

#socialMedia ul {
    float:left;
    margin:0px;
}

#socialMedia li {
    float:left;
    list-style:none;
}

#socialMedia li.keepInTouch {
    float:left;
    width:243px;
    height:76px;
    background: url('images/bg-keep-in-touch.png') no-repeat;
    margin-left:18px;
}

#socialMedia li {
    color:#a1a1a1;
    font-size:18px;
    padding-right:16px;
}

#socialMedia li a {
    color:#a1a1a1;
    padding-left:17px;
    font-size:18px;
}

#socialMedia li a:hover {
    color:#333333;
}

#socialMedia .followHer {
    float:left;
    padding:25px 45px 0px 36px;
}

#socialMedia li.facebook {
    float:left;
    padding-left:18px;
    margin-top:25px;
    background: url('images/icon-facebook.png') no-repeat;
}

#socialMedia li.twitter {
    float:left;
    padding-left:42px;
    margin-top:25px;
    background: url('images/icon-twitter.png') no-repeat;
}

#socialMedia li.youtube {
    float:left;
    padding-left:33px;
    margin-top:25px;
    background: url('images/icon-youtube.png') no-repeat;
}

#socialMedia li.pinterest {
    float:left;
    padding-left:28px;
    margin-top:25px;
    background: url('images/icon-pinterest.png') no-repeat;
}

#ctas {
    height: 141px;
    width: 963px;
    display: block;
    margin: 0 auto;
    border-top: 3px solid #313c0b;
    border-bottom: 4px solid #71872f;
    background: rgb(154,149,106);
    background: -moz-linear-gradient(top, rgba(154,149,106,1) 0%, rgba(134,128,77,1) 87%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,149,106,1)), color-stop(87%,rgba(134,128,77,1)));
    background: -webkit-linear-gradient(top, rgba(154,149,106,1) 0%,rgba(134,128,77,1) 87%);
    background: -o-linear-gradient(top, rgba(154,149,106,1) 0%,rgba(134,128,77,1) 87%);
    background: -ms-linear-gradient(top, rgba(154,149,106,1) 0%,rgba(134,128,77,1) 87%);
    background: linear-gradient(to bottom, rgba(154,149,106,1) 0%,rgba(134,128,77,1) 87%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a956a', endColorstr='#86804d',GradientType=0 );
}
.cta
{
    float:left;
    width:321px;
    height:141px;
    position: relative;
    overflow: hidden;
}
.ctaImage
{
    float:right;
}
.ctaLine
{
    position: absolute;
    top: 5px;
    left: 9px;
}
.ctaLeft
{
    float: left;
    width: 140px;
    margin: 20px 0 0 2px;
}
.ctaLeft h3
{
    margin: 0 0 0 10px;
    color: #56251c;
    font-size: 22px;
    line-height: 22px;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.ctaLeft p
{
    margin: 10px 0 10px 10px;
    font-size: 12px;
    line-height: 14px;
    color: #faf8e7;
    font-family: "myriad_proregular";
}
.ctaLeft#cta3 p
{
    margin: 1px 0 5px 10px;
}
a.ctaLink
{
    margin: 0 0 0 2px;
    padding: 5px 15px 0 13px;
    border-top: 1px solid #716c36;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-family: "myriad_proregular";
}

#orgs
{
    display:block;
    clear:both;
    width:731px;
    height:58px;
    margin:0 auto;
    padding:13px 0 0 235px;
    background: url('images/organisations.jpg') no-repeat;
}
#orgs img{
    float:left;
    margin:0 33px 0 0;
}
#orgs img#org4{
    margin:0 48px 0 0;
}
#orgs img#org5{
    margin:0 40px 0 0;
}
#orgs img#org6{
    margin:0;
}


#blog p.title {
    margin-left:10px;
    padding-left:25px;
    background: url('images/icon-latest-blog.png') no-repeat;
}

#blog .inner {
}

#blog .inner strong.title {
}

#blog .inner strong a {
}

#photo p.title, #ctas #video p.title {
    margin-left:10px;
    padding-left:40px;
}

#photo p.title {
    background: url('images/icon-latest-photo.png') no-repeat;
}

#video p.title {
     background: url('images/icon-latest-video.png') no-repeat;
}

#video .inner, #photo .inner {
}

.inner strong.title {
}






#content {
    padding:0px;
    background: rgba(187, 185, 169, 0.43);
}

#mainBorder
{
    width: 100%;
    height: 100%;
    border-left: 5px solid #4d4637;
    margin-left: -13px;
    padding-top: 50px;
}

    #main {
        position: relative;
        display: block;
        margin: 0;
        padding: 20px;
    }
    #contentBanner
    {
        display: block;
        margin: 0 auto;
    }
    #contentButtons
    {
        background: #e9e8dc;
        display:block;
        padding:12px 11px;
        margin:16px 0 0 0;
    }
    #button1 { float:left; }
    #button2 { float:right; }

    #mainInner {
        padding: 2px 12px 2px 12px;
        background: url('images/boxBG.jpg') repeat;
        -webkit-box-shadow: 0px 0px 10px 0px #000000;
        box-shadow: 0px 0px 10px 0px #000000;
    }
    .blog #mainInner
    {
        padding-top: 10px;
    }
		.hentry { padding: 0; }

		.single-title, .page-title {}
		.single-title {}
		.page-title {
		}
		.archive_title, #post-not-found h1 { margin: 0 0 15px 0; }

		/* 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 {} /* 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; }
			.meta time {}

		/* post content */
		.post_content { margin-bottom: 0px;}

			.post_content p {
                            margin: 0 0 20px 0;
                        }
                        .post_content a
                        {
                        }
                        
			.post_content h2 {}
			.post_content ul, .post_content ol, .post_content table, .post_content dl { margin: 1.5em 0; }
			.post_content ul, .post_content ol { list-style-position:outside; line-height:1.5; margin-left: 9px; margin-right: 0; }
			.post_content li { margin-bottom: 0.75em; }
			.post_content ul li { list-style-type: disc; margin:0; line-height:20px; }
			.post_content ol li { list-style-type: decimal; }

			.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 table {
				border-bottom: 1px solid #ddd;
				margin: 0 0 1.625em;
				width: 100%;
			}
			.post_content th {
				color: #666;
				font-size: 10px;
				font-weight: 500;
				letter-spacing: 0.1em;
				line-height: 2.6em;
				text-transform: uppercase;
			}
			.post_content td {
				border-top: 1px solid #ddd;
				padding: 6px 10px 6px 0;
			}


			.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 { 
                            margin: 0;
                            max-width: 100%;
                            border: 1px solid #c2c2c7;
                            border-radius: 4px;
                            -webkit-border-radius: 4px;
                        }
			.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 { margin: 1.5em 0; max-width: 100%; display: block; }
			.post_content object { display: block; margin: 1.5em 0; max-width: 100%; }
			.post_content pre  { font-size: 0.9em; line-height: 1.7em; padding: 1em; background-color: rgb(243, 243, 243); border: 2px solid #cecece; }
			.post_content code { font-size: 0.9em; line-height: 1.7em; }

			.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:.6em 0 -.2em; }

			/* 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; }

                #mainContentMenuHdr {
                    background: url('images/mainContentDivider.png') no-repeat;
                    width: 580px;
                    margin: 20px auto 0 auto;
                }
                #mainContentMenuHdr h1 { font-family: 'TrajanProBold'; padding: 30px 0 0 0; font-size: 24px; }

                .mainContentMenu { height: 90px; width: 620px; float:right; margin: 0; }
		.mainContentMenu ul { margin-top: 0; width:620px; margin-left:65px;}
			.mainContentMenu ul li {
                            list-style-type: none;
                            background: url('images/li_bullet_triangle.png') left 50% no-repeat;
                            font-size: 15px;
                            float:left;
                            margin:0 0 0 10px;
                            padding:0;
                            padding-left: 25px;
                            width: 165px;
                            white-space:nowrap;
                        }
                        .mainContentMenu ul li a { margin-right: 10px; text-decoration: none; color: #464646; }
			.mainContentMenu ul li:last-child a { margin-right: 0; }
			.mainContentMenu ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a { text-decoration: underline; }
			.mainContentMenu ul li ul.sub-menu { display: none; } /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */


/******************************************************************
EVENT CALENDAR
******************************************************************/

.post_content dt.event-label ,.post_content dd.event-meta {
    margin-top:0px;
}

/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

/* page navigation */
.page-navigation, .wp-prev-next { margin: 1.1em 0 2.2em; }
	.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: #494f45; text-decoration: underline; }
		.bones_page_navi li.bpn-current {
                    padding: 3px 6px; border-bottom: 2px solid #494f45; position: relative;
                } /* 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: 0 20px 0.75em; }/* h3 comment title */
	#comments span { font-weight: 700; color: #1a90db; } /* 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 { margin-left: 55px; }
.commentlist .vcard cite.fn { font-weight: 700; font-style: normal; }
.commentlist .vcard time { float: right; }
.commentlist .vcard time a { color: #999; 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 { margin-left: 55px; }
.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: #4598bb; 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; }

	/* 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; }

	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}

	/* search widget */
	#searchform
        {
            width: 320px;
            height: 27px;
            margin: 0;
        
            background: #143448;
}
        #searchform #s
        {
            outline: none;
            border: none;
            float:left;
            background: transparent;
            color: #fff;
            height: 16px;
            width: 275px;
            font-size: 11px;
            line-height: 16px;
            margin: 4px 0 0 12px;  
        }
        #searchform #searchsubmit
        {
            border: none;
            background: url('images/search.png') no-repeat;
            text-indent: -9999px;
            color: transparent;
            width: 20px;
            height: 20px;
            float: right;
            margin: 4px 3px 0 0;
        }
        
        
        ::-webkit-input-placeholder { /* WebKit browsers */
            color:    #fff;
        }
        :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color:    #fff;
        }
        ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color:    #fff;
        }
        :-ms-input-placeholder { /* Internet Explorer 10+ */
            color:    #fff;
        }
        
        
	.widget_search {}
	.screen-reader-text {}

	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}

        .sidebarMenu {
            padding:80px 0 0 7px;
            margin:12px auto;
            background: url('images/practiceAreasTitle.png') top center no-repeat;
        }
        .sidebarMenu ul {  }
        .sidebarMenu li {
            list-style-image: url('images/li_bullet_triangle.png');
            margin:5px 0 0 50px;
            padding-left: 15px;
            font-size: 15px;
        }
        .sidebarMenu li a:hover { text-decoration: underline; }


        .formCont{ background: url('images/contactUsTitle.png') top center no-repeat; text-align: center; margin:0px auto; padding:80px 0 0 0; }
        .formCont input, .formCont textarea { background-color: #cacaca; padding: 5px; margin: 5px auto 5px auto; width: 234px; border: 1px solid #e3b79b; }

        .cert {
            background: url('images/certificate.png') top center no-repeat;

            height:185px;
        }
        .sidebarDivider { 
                background: #D0CAA2 url('images/sidebarDivider.png') no-repeat center left;
                width: 20px;
                height: 65px;
                z-index: 0;
                margin-bottom: -25px;
                margin-left: -9px;
                margin-top: -39px;
                margin-right: 0px;

        }

/******************************************************************
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)
******************************************************************/

@media print { header[role="banner"]{	display:none!important;}#footerWrapper{	display:none;}.sidebar{	display:none;}#mainContainer{	width:100%!important;}}

/******************************************************************
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.
*/

#latestNews
{
    float: right;
    clear:right;
    margin: 26px 14px 0 0;
}
#latestNews p
{
    margin: 0;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-align:right;
    margin-bottom:5px;
    width: 375px;
}
#latestNews p a
{
    color: #fff;
}
#latestNews p span
{
    font-family: 'trajan_proregular';
}
#latestNews p span a
{
    color:#cbb777;
}


#frontPageMain
{
    float: right;
    width: 637px;
    background: #262626;
    padding:10px;
    padding-top:19px;
}
#mainContainer
{
float: right;
width: 623px;
background: #262626;
padding: 0;
margin: 15px;
margin-left: 0;
}
.box
{
    padding:10px;
    margin: 0;
    border-right:1px solid #5b583d;
    border-bottom:1px solid #5b583d;
    border-left:1px solid #333122;
    border-top:1px solid #333122;
    background: rgb(22,25,24); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(22,25,24,1) 0%, rgba(22,25,24,1) 33%, rgba(30,32,27,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(22,25,24,1)), color-stop(33%,rgba(22,25,24,1)), color-stop(100%,rgba(30,32,27,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(22,25,24,1) 0%,rgba(22,25,24,1) 33%,rgba(30,32,27,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(22,25,24,1) 0%,rgba(22,25,24,1) 33%,rgba(30,32,27,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(22,25,24,1) 0%,rgba(22,25,24,1) 33%,rgba(30,32,27,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(22,25,24,1) 0%,rgba(22,25,24,1) 33%,rgba(30,32,27,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161918', endColorstr='#1e201b',GradientType=1 ); /* IE6-9 */
}
.boxInner
{
    float: right;
    display: block;
    width: 100%;
    clear:both;
    padding-top: 2px;
    background: url('images/boxBG.jpg') repeat;
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
    box-shadow: 0px 0px 10px 0px #000000;
}
.clear
{
    clear:both;
}
.successStories
{
    float:left;
    width:215px;
}
.successStories .boxInner, .aboutUs .boxInner
{
    height:383px;
}
.aboutUs
{
    float: right;
    width: 449px;
}
#aboutUsLeft
{
    float: left;
    width: 320px;
}
#certified
{
    float: right;
    margin: 15px 10px 0 0;
}
#aboutUsLeft p
{
    margin: 0 0 0 8px;
}
.contactUs
{
    float: left;
    margin: 15px 0 0 0;
    width: 708px;
}
#contactUsLeft
{
    float: left;
    width: 385px;
}
#contactUsLeft p
{
    margin-bottom: 20px;
    margin-left: 13px;
}
#contactUsLeft h3
{
    margin-left: 13px;
    margin-top: 15px;
}
#call
{
    margin: 14px 24px 0 0;
    float: right;
}
#enquiryForm
{
    float: right;
    width: 288px;
    height: 268px;
    margin: 4px 8px 10px 0;
    border-bottom: 1px solid #c7b016;
    border-right: 1px solid #c7b016;
    border-top: 1px solid #7c620c;
    border-left: 1px solid #7c620c;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    background: url('images/formBG.jpg') repeat;
}
#sidebar1 #enquiryForm
{
    width: auto;
    margin: 5px;
    display: block;
    padding: 20px 17px;
    height: 300px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
#enquiryForm span
{
    font-family: 'trajan_probold';
    float: left;
    clear: both;
    color: #838c89;
    font-size: 12px;
    line-height: 35px;
}
#sidebar1 #enquiryForm span
{
    line-height: 12px;
    margin:0 0 3px 0;
}
#enquiryForm input, #enquiryForm textarea
{
    float: right;
    border: 1px solid #9d9e9e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    width: 157px;
    padding: 0 5px 0 5px;
    margin: 0 0 4px 0;
    -webkit-box-shadow: inset 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
#sidebar1 #enquiryForm h3
{
    margin: 0 0 10px 0;
    text-align: left;
}
#enquiryForm textarea
{
    height:52px;
    resize: none;
    padding-top:5px;
}
#enquiryForm div
{
    display: block;
    margin:0 auto;
    width:245px;
}
#sidebar1 #enquiryForm div
{
    display: block;
    margin:0 auto;
    width:auto;
}
#enquiryForm input#submit
{
    border: none;
    background: url('images/submit.png') no-repeat;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    width: 173px;
    height: 39px;
    margin-right: -3px;
}
.details
{
    float: left;
    width: 708px;
    margin:15px 0 0 0;
}
.details .boxInner
{
    height:181px;
    background: url('images/detailsBG.jpg') no-repeat;
    position: relative;
}
#detailsLeft
{
    float:left;
    width:320px;
}
#detailsTop
{
    display: block;
    margin: 25px 0 0 0;
    font-family: 'trajan_probold';
    color: #7b071f;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
}
#detailsTop a
{
    color: #7b071f;
}
#detailsBottom
{
    position: absolute;
    bottom: 12px;
    left: 20px;
    color: #161918;
    font-size: 12px;
    line-height: 16px;
    font-family: 'trajan_proregular';
}
#detailsBottom span
{
    margin-top: 8px;
    margin-right: 6px;
    float: left;
}
#detailsBottom a
{
    float:left;
}
#locationInfo
{
    display: block;
    clear: both;
    color: #897e70;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    margin: 20px 0 0 0;
}
#enquiryForm h3
{
    margin: 15px;
}
.blog .hentry, #mainContainer .news
{
    margin: 10px 0;
	border-bottom: 2px dotted #c1b59b;
    color: #be7328;	
}
#headerTop
{
    display: block;
    height: 108px;
    background: url('images/headerTopBG.png') 50% 0% no-repeat;
    position: relative;
    z-index: 9;
}
#logoArea
{
    position: relative;
    top: -48px;
    display: block;
    width: 966px;
    height: 119px;
    margin: 0 auto;
}
#logo
{
    float: left;
    margin: 8px 0 0 35px;
}
#searchWrapper
{
    float:left;
    height: 34px;
    background: url('images/searchBG.jpg') repeat;
    padding: 6px 13px 0 13px;
}
#banner
{
    display: block;
    clear: both;
    height: 365px;
    margin: 0 auto;
    border-bottom: 4px solid #2d3513;
    position: relative;
    z-index:1;
}
#banner ul
{
    list-style-type: none;
    margin:0;    
}
#banner ul li
{
    position: relative;
}
.bannerHeader
{
    position: absolute;
    z-index: 3;
    right: 185px;
    top: 25px;
    text-align: right;
}
.bannerHeader h3
{
    font-family: 'trajan_proregular';
    font-size: 32px;
    line-height: 32px;
    color:#555125;
    margin:0 0 5px 0;
}
.bannerHeader h3 span
{
    font-family: 'trajan_probold';
    font-size: 40px;
    line-height: 40px;
    color:#fdf3e8;
    margin:0;
}
.bannerText
{
    position: absolute;
    right:20px;
    top:160px;
    color:#fff;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    line-height: 23px;
    z-index:4;
    width:300px;
    margin:0;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.75);
}

#man
{
    position: absolute;
    top:-44px;
    right:4px;
    z-index: 2;
}

#bannerform
{
    display: block;
    width: 317px;
    height: 379px;
    background:url('images/formBG.jpg') no-repeat;
    padding-top: 24px;
    margin-bottom:10px;
}
#bannerform a
{
    width: 287px;
    margin: 0 auto 110px auto;
    display: block;
}
#bannerform input, #bannerform textarea
{
    background: #022b43;
    border:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:27px;
    width:273px;
    padding:0 0 0 14px;
    display:block;
    margin:0 auto 5px auto;
    color:#fff;
}
#bannerform textarea
{
    height:48px;
    padding-top:5px;
    resize: none;
}
#bannerform input#submit
{
    width:288px;
    height:38px;
    background: url('images/send.png') no-repeat;
    padding:0;
    margin:3px auto 0 auto;
}
#clients
{
    display: block;
    margin: 20px auto 0 auto;
}
#seeAll
{
    width:83px;
    height:32px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
#upperFooter .container_12
{
    width:964px;
}
#upperFooter nav
{
    width:150px;
    float:left;
}
#upperFooter p
{
    float: right;
    width: 785px;
    text-align: right;
    font-size: 10px;
    line-height: 15px;
    color: #b8d8ec;
    margin: 26px 0 0 0;
}

.sideTop
{
    display:block;
    width:308px;
    height:8px;
    background: url('images/sideTop.png') no-repeat;
}
nav[role=navigation] .menu ul li ul
{
    background: #022c45;
    height:auto;
    padding: 10px 0;
}
nav[role=navigation] .menu ul li .menu
{
    display:block;
    clear:both;
    padding-top:10px;
}
nav[role=navigation] .menu ul li ul li
{
    display:block;
    clear:both;
    margin-bottom:2px;
    width:100%;
}
nav[role=navigation] .menu ul li ul li a
{
    display:block;
    clear:both;
}
#career
{
    display: block;
    clear: both;
    width: 300px;
    height: 135px;
    margin: 137px 0 0 24px;
}
#career h3
{
    display: block;
    color: #fff;
    margin: 0;
}
#career p
{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 24px 0 10px 0;
}
#viewJobs
{
    display: block;
    width:167px;
    height:31px;
    margin:0;
    background-image: url('images/viewJobs.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#viewJobs:active
{
    background-position:0px -31px;
}
#headerIcons
{
    float:right;
    width:160px;
    margin:25px 10px 0 0;
}
#headerIcons p
{
    float: left;
    margin: 2px 0 0 0;
    font-family: 'DINNeuGroBolCon';
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #917b4c;
}
#headerIcons img
{
    float:left;
    margin:0 0 0 10px;
}
.home #main h1 span
{
    color: #917b4c;
    font-size: 16px;
    margin-left: 5px;
    text-transform: none;
    font-family: 'trajanPro';
}
#headerRight
{
    position: absolute;
    right: 0;
    top: 3px;
    width: 50%;
    height: 109px;
    background: url('images/headerRight.png') repeat-x;
    z-index: -1;
}
#headerLeft
{
    position: absolute;
    left: 0;
    top: 4px;
    width: 50%;
    height: 75px;
    background: url('images/headerLeft.png') repeat-x;
    z-index: -1;
}
h3.widgettitle
{
    color: #be7328;
    padding-bottom: 12px;
    border-bottom: 2px dotted #c1b59b;
    margin:0 0 15px 0;
}
.widget
{
    margin: 0 0 30px 0;
}
.widget.lastWidget
{
    margin: 0;
}
.widget ul
{
    margin: 0;
    list-style-type: none;
    display: block;
    clear: both;
}
.widget ul li
{
    font-family: 'myriadProBold';
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 3px 13px;
    padding-left: 23px;
    background: url('images/list-style-icon-home.png') no-repeat;
}
.widget ul li a
{
    color: #872433;
}
.widget p
{
    margin: 0 0 11px 0;
    font-size: 14px;
    line-height: 24px;
}
.widget p.quoteName
{
    font-family: 'Ambiance BT';
    color:#a29061;
    font-size: 30px;
    line-height: 20px;
    font-weight: bold;
    margin:0;
}
@-moz-document url-prefix() {
    .mac .widget p.quoteName
    {
        font-weight: normal;
    }
}
.widget p.quoteInfo
{
    margin:0;
}