/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 3, 2011 10:51:46 AM America/New_York */



@font-face {
    font-family: 'Adventor';
    src: url('../fonts/webfontsgyre/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/webfontsgyre/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfontsgyre/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/webfontsgyre/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/webfontsgyre/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdventorItalic';
    src: url('../fonts/webfontsgyre/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/webfontsgyre/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfontsgyre/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../fonts/webfontsgyre/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../fonts/webfontsgyre/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdventorBold';
    src: url('../fonts/webfontsgyre/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/webfontsgyre/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfontsgyre/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/webfontsgyre/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/webfontsgyre/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}







html {
    background: #E6E5DB;
}

body {
   
    font:1em Adventor, arial, san-serif;
    color: #222;
    margin:0;
}

#PageWrap {
  
    padding:0;
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
   
    background:#F9F8F5;

   
}

/* CONTENT
 * ------------------------------------------------- */
#content {
    padding:0;
    min-height:400px;
   /* border:1px dotted red;*/
}

#mainContent {
}

#contentWrap {
    margin-top:20px;
    padding:0 40px 60px 60px;
    font-family:arial, san-serif;   
    background:#F9F8F5 url(../images/vertical_dots.png) repeat-y 36px top;
}

#contentWrap #leftPanel {
    float:left;
    width:500px;
}

.clearDivs {
    clear:both;
}

#contentWrap #rightPanel {
    margin-top:42px;
    float:right;
    width:270px;
    padding:15px;
    background-color: #F9F8F5;
    border: 1px solid #F9F8F5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 13px #D2D2CA;
    -webkit-box-shadow: 0px 0px 13px #D2D2CA;
    box-shadow: 0px 0px 13px #D2D2CA;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

}
#contentWrap #rightPanel p {
    font-style:italic;
}

#contentWrap #rightPanel h3 {
    font-size:1.2em;
    font-family:AdventorBold, Arial, san-serif;
    background: #F9F8F5 url(../images/horizontal_dots_white_bg.png) repeat-x top left;
    padding-top:12px;
}

body.DebCoachingPage #mainImageWrapper img {
    border:2px solid #4E84C4;
}

body.DebRecruitmentPage #mainImageWrapper img {
    border:2px solid #22BCB9;
}

#noImageWrapper {
    height:50px;
}
#debLogo {
    position:absolute;
    top:340px;
    left:20px;
}
img.left {
    float:left;
    padding:6px 24px 18px 0;
}

img.right {
    float:right;
    padding:6px 0 18px 24px;
}


/* HEADINGS
 * ----------------------------------------- */
h1, h2,h3, h4, .Page #mainContent h2, .ServicePage #mainContent h2 {

    margin: 0 0 4px;
    color: #2e98cd;
   
}
#contentWrap h1 {
    font-size:2em;
    font-family: AdventorBold, Arial, san-serif;
    margin:0 0 12px;
    background: url(../images/horizontal_dots.png) repeat-x bottom left;
    padding:0 0 24px;
    line-height:0.8;
}
h2{
    font-size:1.6em;
    margin-bottom:8px;
}


h3 {
   font-size:1.4em;
    margin: 0 0 6px;
}



h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 4px;
}

#contentWrap h2 {
    font-family: AdventorBold, Arial, san-serif;

}
#contentWrap h3, #contentWrap h4 {
    font-family: Adventor, Arial, san-serif;
    
}

/* MAIN NAV
 * ------------------------------------------------- */
#mainNav {
    height:40px;
    width:960px;
    background-color:black;
}

#subNav {
    height:44px;
    width:960px;
    position:absolute;
    top:40px;
    left:0;
}

body.DebCoachingPage #subNav {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(78, 132, 196);
    /* RGBa with 0.6 opacity */
    background: rgba(78, 132, 196, 0.6);
}
body.DebRecruitmentPage #subNav {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(34, 188, 185);
    /* RGBa with 0.6 opacity */
    background: rgba(34, 188, 185, 0.6);
}

#mainNav li, #subNav li {
    list-style-type:none;
    float: left;
    margin: 0;
}

#mainNav a {
    float: left;
    padding: 4px 56px ;
    font:1.2em AdventorBold, arial, san-serif;
    color: white;
/*    border: none;
     border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;*/
    text-decoration: none;
    height:32px;
}

body.DebCoachingPage #mainNav li.DebCoachingPage {
    background-color:#4E84C4;
}
body.DebCoachingPage #mainNav li.DebRecruitmentPage {
    background-color:#22BCB9;
}
body.DebRecruitmentPage #mainNav li.DebCoachingPage {
    background-color:#4E84C4;
}
body.DebRecruitmentPage #mainNav li.DebRecruitmentPage {
    background-color:#22BCB9;
}


#subNav a {
    float: left;
  
    margin-right:3px;
    font:1.2em AdventorBold, arial, san-serif;
    color: white;
/*    border: none;
     border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;*/
    text-decoration: none;
    border-right:1px solid white;
    padding:0 16px;
}

#subNav li {
     height:30px;
     padding: 8px 0 4px;
}

#subNav a.last {
    border-right:none;
}

#mainNav a:hover, #subNav a:hover {
        color:black;
}

/* SUB NAV
 * ------------------------------------------------- */


.subNav a.current {
    background: #e8e7e6;
}

#content .subNav a:hover {
    background-color: #6b2014;
    color: #fff;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* wrap the slider and the first two columns */
#leftWrapper {
   
    float:left;
}


/* LINKS
 * ----------------------------------------- */
a, a:visited {
    color: #808284;
    text-decoration: none;
   /* border-bottom: 1px solid #F7C516;*/
}

a:hover {
    color:#bbb;
    text-decoration:underline;
}

#contentWrap li {
       list-style: disc;
       margin-left:18px;
}
#contentWrap ul, #contentWrap ol {
        margin:8px 0 12px ;
}


h1 a {
    border: none;
}

/* PARAGRAPHS
 * ----------------------------------------- */
p {

    line-height: 1.5;
    margin: 0 0 16px;
  
}



/* BLOCKQUOTE
 * ----------------------------------------- */
blockquote {
    margin: 0 0 16px 30px;
    font-style: italic;
}

blockquote p {
    font-style: italic;
}



/* BREADCRUMBS
 * ------------------------------------------------- */
#breadCrumbs{
	position:absolute;
	top:132px;
	z-index:110;
	left:10px;
}

.Page #breadCrumbs,
.ServicePage #breadCrumbs,
.ProjectPage #breadCrumbs{
	left:22px;
}





/*  PAGINATION
 *  -------------------------------------------------- */
ul.pagination {
    position: relative;
    overflow: hidden;
    margin: 0;
   
}

#content .pagination li {
    list-style:none;
    float: left;
    list-style: none;
    margin: 0;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 2px;
    line-height: 1.2;
}

.pagination li.noLink {
    padding: 3px 4px;
}

.pagination li.prev {
    margin: 0 16px 0 0;
}

.pagination li.next {
    margin: 0 0 0 16px;
    float: right;
}

ul.pagination a {
    display: block;
    float: left;
    border: 1px solid #d9d9d9;
    padding: 2px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.pagination a:hover, ul.pagination a:focus {
    text-decoration: none;
    background: #cc3d26;
    border-color: #cc3d26;
    color: #fff;
}

/* FOOTER
 * ------------------------------------------------- */
#getInTouch img {
    position:absolute;
    bottom:55px;
    left:60px;
}

#footer {
    position:relative;
    width:960px;
    margin:0 auto;
    background-color:#2e98cd;
}

span.footerBlue {
    color:#133D8D;
}

#footer .container {
    font-family:AdventorBold, Arial, san-serif;
    width:840px;
    height: 50px;
    padding:10px 20px;
    background-color:transparent; 
}

#footer p {
    font-size:1.2em;
    color:white;
    padding:0;
    margin:8px 0 0 0;
}

p.bottom-left a, p.contactMe a {
    color:white;
}
#footer-bottom .container .bottom-left a:hover, #footer-bottom .container .contactMe a:hover {
    text-decoration:underline;
}
.bottom-left {
    float:left;
}

p.contactMe {
    float:right;
}



.bottom-right {
    float:right;
}

#underFooter {
    font-family: Arial, san-serif;
    color:#231F20;
    font-size:0.8em;
    padding-top:12px;
    width:960px;
    height:16px;
    margin:0 auto;
    background-color:#E6E5DB;
}

/* FORMS
 * ------------------------------------------------- */

fieldset {
    border:0;
  
}
input.text, textarea {
	background: #fff;
    padding: 3px;
    border: 1px solid #c9c9c9;;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 220px;
}

input.action {
    background: #fff url(../images/but-grad.gif) repeat-x left bottom;
    border: 1px solid #c9c9c9;;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 4px;
    color: #333;
    font-size: 11px;
}

input:focus, textarea:focus {
    background: #fefeda;
    border-color: #aaa;
    box-shadow: 0px 0px 8px #66cc33;
    -webkit-box-shadow: 0px 0px 8px #66cc33;
    -moz-box-shadow: 0px 0px 8px #66cc33;
}

input.error:focus, textarea.error:focus {
    box-shadow: 0px 0px 8px #ff2400;
    -webkit-box-shadow: 0px 0px 8px #ff2400;
    -moz-box-shadow: 0px 0px 8px #ff2400;
}

textarea {
    width: 280px;
	height:160px;
}

#comments textarea {
    width: 100%;
    height: 140px;
}

label {
    display: block;
    font-weight: bold;
    margin: 0 0 2px;
}

.required label span{
	font-size:11px;
	font-weight:normal;
}

.checkbox label {
    display: inline;
    margin: 0 0 0 3px;
}

.field {
    margin: 0 0 8px;
}

.message, .error {
    color: #ff2400;
}

legend {
    display: none;
}

/* SEARCHFORM
 * ------------------------------------------------- */
#SearchForm_SearchForm {
    position: absolute;
    top: 67px;
    right: 0;
    width: 240px;
}

#Search.field, #Search .middleColumn {
    float: left;
    margin:0 4px 0 0 ;
}

#Search input.text {
    padding: 2px;
    width: 160px;
}

/* ImageGallery
 * ------------------------------------- */

#ImageHolder {
    width:850px;
    padding:20px;
}

#imageGallery {
 
}

#imageGallery h2{
	font-size:14px;
	padding-bottom:0;
	position:absolute;
	top:180px;
	left:0;
    
}

#imageGallery ul li {
    list-styl0-type:none;
}


#imageGallery li{
    list-style-type:none;
	position:relative;
	float:left;
	width:175px;
	height:260px;
	margin:0 30px 0 0;
}



#imageGallery a{
	position:relative;
	float:left;
	display:block;
	width:175px;
	height:175px;
}

#imageGallery a:hover{
	overflow:hidden;
	width:163px;
	height:163px;
	border-width:6px;
	border-style:solid;
}

ul#imageGallery h2 {
    font:1.4em VollkornRegular, arial, serif;
    text-shadow: none;    
  /*  display:block;*/
    width:100%;
}

ul#imageGallery li p {
 
}

#imageGallery img{
	position:absolute;
	left:0;
	top:0;
}

#imageGallery a:hover img{
	left:-6px;
	top:-6px;
}

#jquery-lightbox a {
    text-decoration:none;
    border:0;
}

/*.Actions {
    margin-left:125px;
}*/