/*
----------------------------------------------------
author:   Luke Hardiman <hardiman@gmail.com>
version:  2009.01
----------------------------------------------------
*/

/* Revised YUI reset by Eric Meyer ---------------- */

@import url("/wp-content/plugins/cforms/styling/DAG_form_style.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, pre {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style:none;
	background-repeat:no-repeat;
}

/* End Reset */

body, pre {
	background:#fff;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:16px;
	line-height:1.7142;
	color:#413e39;
}
body{
	background: url(../images/header_top.gif) repeat-x;
	width: 100%;
	height: 20px;

}
p, ul {
padding-bottom: 15px;
}

#container div.wrapper {
clear:both;
}

input, textarea, checkbox, select {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCC;
	color:#666;
	font-size:13px;
	margin-bottom:2px;
	margin-top:2px;
}


/* 
Primary Nav
----------------------------------------------------
*/

#primary-nav {
float:right;
}
#primary-nav li, 
#primary-nav li a {
float:left;
}
#primary-nav li a {
padding:0.5em 1.5em;
text-transform:uppercase;
color:#fff;
border-left:1px solid #c6beb3;
border-right:1px solid #9b9388;
background:url('../images/navGrad.jpg') left top repeat-x;
font-weight:bold;
text-decoration: none;
}
#primary-nav li a:hover,
#primary-nav li.current a {
background:#c1380c;
text-decoration: none;
}

/* 
DAG Search
----------------------------------------------------
*/

#dag_search {
width:280px;
float:left;

}

#dag_search #dag_search_query {
background:url('../images/input_sprite.jpg') left top repeat-x;
border:3px solid #eeeeee;
padding:2px;
padding-top:0.4em;
padding-left:0.5em;
height:20px;
width:180px;
margin-top:-0.04em;
margin-right:6px;
}
#dag_search #dag_search_query:focus {
background:url('../images/input_sprite.jpg') left -34px repeat-x;
}


/* 
Breadcrumbs
----------------------------------------------------
*/

#breadcrumbs {
	float:left;
	padding-top:20px;
	padding-bottom:10px;
	width:960px;
color:#bbb1a5;
}
#breadcrumbs li, 
#breadcrumbs li a {
	float:left;
	padding-right:4px;
}
#breadcrumbs li {
	font-size:14px;
	color:#bbb1a5;
}

#breadcrumbs a {
	font-size:14px;
	color:#a1988e;
	text-decoration:underline;
}

#breadcrumbs li a:hover,
#breadcrumbs li.current a {
	color:#7f756a;
}


/* Main Styles */

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:14px;
	line-height:1.7142;
	color:#413e39;
}


h1, h2, h3, h4 {
	font-weight:bold;
	margin:0 0 0.67em;
}

h1 {
	font-size:21px;
	font-weight:normal;
	line-height:1.22em;
	margin-top:0.33em;
}

h2, h3, h4 {
	font-size:14px;
	font-weight:bold;
	line-height:1.7142;
}

em {
	font-style:italic;
	color:#ba4324;
}

a {
	color:#7f6f4f;
	text-decoration: underline;
}

a:hover {
	color:#458000;
	text-decoration: none;
}

label {
	display:block;
}


/* CONTAINERS */

#container {
	width:960px;
	margin:auto;
	position:relative;
}

#leftContainer {
	width:686px;
	float:left;
}

#leftContainer2 {
	width:720px;
	float:left;
}

#rightContainer {
	width:274px;
	float:left;
}

#rightContainer2 {
	width:210px;
	float:left;
}

/* TOP SECTION */


.footerBar {
	width:960px;
	float:left;
	color:#a89e8d;
	padding:0.5em;
	border-top: 1px solid #bab2a4;
	margin-top:50px;
	font-size:11px;
}

.leftFBlock {
	float:left;
}

.rightFBlock {
	float:right;
}

a.footerTxt:link, a.footerTxt:visited {
	font-size:11px;
	color:#a89e8d;
	text-decoration:none;
	padding: 0px 3px 0px 3px;
}

a.footerTxt:hover {
	font-size:11px;
	color:#a89e8d;
	text-decoration:underline;
	padding: 0px 3px 0px 3px;
}

.logo {
	padding-top:10px;
	padding-bottom:15px;
	width:500px;
	float:left;
}

.navBar {
	width:960px;
	float:left;
}

.searchBox {
	width: 290px;
	padding-right: 25px;
}

.headingHome {
	width:960px;
	float:left;
	font-size:40px;
	color:#877f71;
	font-weight:bold;
	padding:0px 0px 15px 0px;
	margin-left:-4px;
}

a.breadC:link, a.breadC:visited {
	color:#a1988e;
	text-decoration:underline;
}

a.breadC:hover {
	color:#8d8276;
	text-decoration:none;
	
}


/* Right Section */

.rightBlock {
	width:264px;
	float:left;
	padding: 0px 10px 0px 0px;
}

.rightBlock3 {
	width:230px;
	float:left;
	padding: 0px 10px 0px 0px;
}

.rightBlock3 p {
	padding: 0px 0px 12px 0px;
}

.rightBlock2 {
	width:264px;
	float:left;
	background-color:#fafafa;
	border: 3px solid #eeeeee;
	padding:20px;
}

#longRightContainer {
	width:756px;
	float:left;
	padding-top:4px;
	padding-left: 10px;

}

#leftBigContainer {
	width:614px;
	float:left;
	margin-top:4px;
	margin-right:20px;
	padding: 0px 20px 0px 0px;
}

#contactContainer {
	width:900px;
	float:left;
	padding-top:4px;
	padding-left: 10px;

}

.

/* Left Nav Section */

.leftNavBlock {
	width:187px;
	float:left;
	margin-right:15px;
}

.leftNavHeading {
	width:150px;
	float:left;
	background-color: #e7e1d7;
	padding-left:10px;
}

.leftNav {
	width:187px;
	float:left;
	font-size:11px;
	color: #7f6f4f;
}



/* Middle Section */

.middleBlock {
	width:445px;
	float:left;
	margin-right:15px;
	padding: 10px;
	padding-top:4px;
}

.picBorder {
	background-color: f1f1f1;
	padding:5px;
	border: 1px solid #e7e7e7;
	margin-right:10px;
	vertical-align:top;
}
.picBorder2 {
	background-color: f1f1f1;
	padding:0px;
	border: 1px solid #e7e7e7;
	margin-bottom:10px;
	vertical-align:top;
}

.staffName {
	color: #554a33;
}

.travelBlock {
	width:355px;
	margin-right:15px;
	float:left;
}

.travelBlock2 {
	width:360px;
	float:left;
}

.socialBookmarks {
	width:260px;
	float:right;
	clear:both;
	margin-top:8px;
}

.social {
	padding-right:3px;
}

.tell {
	margin-top:-4px;
	float:left;
	padding-right:6px;
}

.teamBlock {
	padding-top:8px;
	padding-bottom:8px;
	float:left;
	width:450px;
}

.squareDashBlock {
	background-image:url(../images/square-dash.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding:15px;
	height:214px;
}

.bigBorder {
	width:730px;
	border:10px solid #e3dfda;
	padding:10px;
	float:left;
}

/*Blink when passing over big frames*/
.bigBorder:hover {
	border:10px solid #98928a;
}

.thumbWeb {
	float:left;
	width: 229px;
	margin:0px 20px 12px 0px;
	border:1px solid #848484;
}

.bigBorderText {
	width:435px;
	float:left;
	font-size:18px;
	font-weight:bold;
}


li.itemList, .middleBlock ul li, .rightBlock2 ul li {
line-height:17px;
margin:0;
display:block;
padding:3px 0 3px 18px;
background:url('../images/nav_arrow.gif') 2px -28px no-repeat;

}



.rolloverBlock {
	width:360px;
	float:left;
}

.thumbsBlocks {
	width:66px;
	float:left;
	margin-right:5px;
}

.thumbI {
	width: 70px;
	float:left;
	padding-right:8px;
	padding-bottom:5px;
	
}

.picture {
	width: 270px;
	float:left;
}

a.redLink:link, a.redLink:visited {
	color:#e32900;
	text-decoration:underline;
}

a.redLink:hover {
	color:#b42607;
	text-decoration:underline;
}


.testimonialText {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

.testimonialName {
	font-size:11px;
	color:#877f71;
}


/* 
DAG Activities List
----------------------------------------------------
*/

#dag_activities {
width:774px;
}
#dag_activities li {
margin:0 15px 15px 0;
border:10px solid #e8e4df;
float:left;
width:210px;
height:390px;
line-height:25px;
}
#dag_activities li.hover {
border:10px solid #98928a;
width:210px;
height:390px;
}
#dag_activities li img {
background:#000;
width:200px;
height:157px;
display:block;
margin:5px;
font-size:21px;
color:#fff;
}

#dag_activities li h3 {
font-size:18px;
font-weight:bold;
margin:0 0 0.25em 1.125em;
}

#dag_activities li p {
margin:0 0.5em 0.5em 1.45em;
line-height:1.33;
font-size:1.2em;
}


#dag_activities li p.more {
margin:1em 0 0 1.9em;
color: #333333;
font-size:12px;
}

/* Romain */
#dag_activities li p.more_more {
margin:0 0 0 1.9em;
color: #333333;
font-size:12px;
}

/* Romain */
#dag_activities li p.more_more a {
color: #e32900;
text-decoration:underline;
}

#dag_activities li p.more a {
color: #e32900;
text-decoration:underline;
}

#dag_activities li p.more a:hover {
color: #413e39;
text-decoration:underline;
}

/* Romain */
#dag_activities li .activities_p{
margin:0;
line-height:1.33;
font-size:1.2em;
padding:0;

}

/*
-----------------------------------------------------
Robust float clearing
http://www.positioniseverything.net/easyclearing.html
-----------------------------------------------------
*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* 
Buttons
----------------------------------------------------
*/

#readMore {
float:left;
padding-top:8px;
}
#readMore li, 
#readMore li a {
float:left;
text-decoration:none;
}
#readMore li a {
padding:0.2em 1.2em;
text-transform:uppercase;
color:#fff;
border:2px solid #c1380c;
background-color:#ba4324;
font-weight:bold;
font-size:14px;
}
#readMore li a:hover {
background-color:#c1380c;
}

/* Search Nav
----------------------------------------------------
*/

#search-nav div.scarf {
margin:0 auto;
width: 196px;
background:#f2f2f2;

}
#search-nav dl, #search-nav ul {
float:left;
padding:0 16px 0 0;
position:relative;
margin:16px 0;
font-size:11px;
width:158px;
}

#search-nav dl dt{
text-transform:none;
background:#e7e1d7;
padding:0.33em 0.67em;
font-size:14px;
margin:0 0 0;
}
#search-nav dl dd, #search-nav ul li {
zoom:1;
}
#search-nav dl dd a, #search-nav ul li a {
line-height:14px;
margin:0;
display:block;
padding:3px 0 3px 18px;
border-bottom:1px solid #eee;
border-top:1px solid #fff;
background:url('../images/nav_arrow.gif') 2px -28px no-repeat;
text-decoration:none;
text-transform:capitalize;
}
#search-nav dl dd a:hover, #search-nav ul li a:hover {
background:url('../images/nav_arrow.gif') 2px -3px no-repeat;
}
#search-nav dl dd.all a, #search-nav ul li.all a {
font-weight:bold;
border-bottom:none;
}
#search-nav dl dt a {
color:#454545;
text-decoration:none;
}

/* Form Elements
----------------------------------------------------*/

.formBlock {
	background-color: #fafafa;
	border: 3px solid #eeeeee;
	padding:20px;
	width:400px;
	float:left;
}


.nameForm {
	width:350px;
	margin-bottom:2px;
	margin-top:2px;
	float:left;
}

#dag_formInput {
background:url('../images/input_sprite.jpg') left top repeat-x;
border:3px solid #e4e4e4;
padding:2px;
height:20px;
width:390px;
float:left;
}
#dag_formInput:focus {
background:url('../images/input_sprite.jpg') left -34px repeat-x;
}


.mantD {
	margin-bottom:-1px;
}

.textForm {
	width:80px;
	float:left;
	margin-left:5px;
	margin-top:5px;
}


#dag_formSubmit {
background:url('../images/input_sprite.jpg') left top repeat-x;
border:3px solid #e4e4e4;
padding:2px;
height:30px;
width:200px;
float:left;
text-align:center;
margin-top:25px;
margin-left:100px;
}
#dag_formSubmit:focus {
background:url('../images/input_sprite.jpg') left -34px repeat-x;
}

#dag_formSubmitTop {
background:url('../images/input_sprite.jpg') left top repeat-x;
border:3px solid #e4e4e4;
padding:2px;
height:30px;
width:90px;
float:left;
}
#dag_formSubmitTop:focus {
background:url('../images/input_sprite.jpg') left -34px repeat-x;
}


/* 
Search button
----------------------------------------------------
*/

#searchButton {
float:left;
}
#searchButton li, 
#searchButton li a {
float:left;
text-decoration:none;
}
#searchButton li a {
padding:0.25em 1.1em;
text-transform:uppercase;
color:#969695;
border:3px solid #e8e8e8;
background-color:#f0f0f0;
font-weight:bold;
font-size:12px;
}
#searchButton li a:hover {
background-color:#f8f7f7;
}


.dvInput {
	width:300px;
	float:left;
	padding:3px;
}


.formLabel {
	width:120px;
	float:left;
}

.spnInputText {
	width:170px;
	float:left;
}

#dag_entry-message {
background:url('../images/input_sprite_message.jpg') left top repeat-x;
border:3px solid #e4e4e4;
padding:2px;
height:142px;
width:390px;
float:left;
}
#dag_entry-message:focus {
border:3px solid #e4e4e4;
background-color:#FFF;
background:url('../images/input_sprite_message.jpg') left -142px repeat-x;
}




/* 
DAG Home Page
----------------------------------------------------
*/

#dag_homeList {
width:720px;
line-height:20px;
}

#dag_homeList li {
margin:0 8px 5px 0;
border:10px solid #e8e4df;
float:left;
width:210px;
height:270px;
}


#dag_homeList li:hover {
margin:0 8px 5px 0;
border:10px solid #98928a;
float:left;
width:210px;
height:270px;
}

#dag_homeList li img {
background:#000;
width:200px;
height:157px;
display:block;
margin:5px;
font-size:21px;
color:#fff;
}

#dag_homeList li h3 {
font-size:16px;
font-weight:bold;
margin:0 1.0em 0.25em 1.0em;
line-height: 1.22em;
}

#dag_homeList li a h3 {
font-size:16px;
font-weight:bold;
color: #333333;
margin: 0.75em 1.0em 0.25em 1.0em;
}

#dag_homeList li a:hover h3 {
font-size:16px;
font-weight:bold;
color: #e32900;
margin: 0.75em 1.0em 0.25em 1.0em;
text-decoration:underline;
}

#dag_homeList li a h3 a:hover {
font-size:16px;
font-weight:bold;
color: #e32900;
margin: 0.75em 1.0em 0.25em 1.0em;
text-decoration:underline;
}


/* Romain */
.main_page_p {
	/*All margins deleted*/
	margin:0;
	padding:0;
}
#dag_homeList li h3 {
font-size:16px;
font-weight:bold;
color: #333333;
margin: 0.75em 1.0em 0.25em 1.0em;
}
#dag_homeList li h3 a {
font-size:16px;
font-weight:bold;
color: #333333;
margin: 0.75em 1.0em 0.25em 1.0em;
margin-left:0px;
text-decoration:none;
}
#dag_homeList li h3 a:hover {
font-size:16px;
font-weight:bold;
color: #e32900;
margin: 0.75em 1.0em 0.25em 1.0em;
text-decoration:underline;
margin-left:0px;
}