/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
*/

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,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}
/* remember to define visible focus styles!
:focus{
  outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

b {
font-weight: 700;
}

i {
font-style: italic;
}

/*------------------------------------*\
  MAIN LAYOUT STYLES
\*------------------------------------*/

body {
background: #fcfcfa;
font-family: "proxima-nova",sans-serif;
font-size: 16px;
}

.cont {
width: 920px;
margin: 0 auto;
position: relative;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/*------------------------------------*\
  STICKY FOOTER STYLES
\*------------------------------------*/

* {
margin: 0;
}

html, body {
height: 100%;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -310px;
}

footer, .push {
height: 270px;
padding: 40px 0 0 0;
}

footer {
position: relative;
background: url(../img/footer-tile.jpg);
color: #fff;
}

.colophon {
position: absolute;
bottom: 0;
width: 100%;
text-align: right;
color: #fff;
background: #2a2724;
line-height: 40px;
font-size: 12px;
}

.menu .logo {
display: block;
background: url(../img/sprites.png) 0 88px;
width: 140px;
height: 80px;
text-indent: -9999px;
}

.menu ul {
margin: 30px 0 0 0;
}

.menu ul li a {
color: #fff;
text-decoration: none;
font-weight: 100;
font-style: italic;
font-size: 30px;}

footer .menu {
float: left;
margin: 0 160px 0 0;
}

footer .contact-us {
float: left;
}

footer .find-us {
float: right;
width: 240px;
}

footer .find-us, footer .contact-us {
line-height: 2;
font-weight: 300;
font-size: 14px;
position: relative;
top: -10px;
}

footer .find-us h2, footer .contact-us h2 {
font-weight: 700;
font-size: 20px;
}

footer a {
color: #fff !important;
}

.maps {
display: block;
background: url(../img/sprites.png) 0 136px;
width: 32px;
height: 32px;
text-indent: -9999px;
margin: 15px 15px 0 0;
float: left;
}

.linkedin {
background: url(../img/sprites.png) -38px 136px;
}

/*------------------------------------*\
  HEADER LAYOUT STYLES
\*------------------------------------*/

header {
height: 165px;
position: relative;
}

header h1 {
display: block;
background: url(../img/sprites.png);
height: 92px;
width: 165px;
text-indent: -9999px;
position: absolute;
top: 36px;
left: 0;
}

header ul {
position: absolute;
right: 0;
top: 67px;
}

header li {
float: left;
display: block;
margin: 0 0 0 30px;
}

header li a {
color: #a51e3f;
text-decoration: none;
font-weight: 300;
font-style: italic;
font-size: 30px;
}

body#home .nav-home, body#profile .nav-profile, body#mediation .nav-mediation {
border-bottom: 1px dotted #A51E3F;
}

/*------------------------------------*\
  BIG QUOTE LAYOUT STYLES
\*------------------------------------*/

aside {
background: #2a2724;
}

aside blockquote {
padding: 25px 0px;
color: #fff;
font-size: 26px;
font-weight: 100;
font-style: italic;
}

span.attrib {
color: #a51e3f;
font-size: 12px;
font-weight: 300;
font-style: italic;
margin-left: 15px;
}

span.attrib b {
color: #fff;
font-size: 12px;
font-weight: 700;
font-style: normal;
}

/*------------------------------------*\
  ARTICLE STYLES
\*------------------------------------*/

article {
line-height: 1.4;
}

article .copy {
margin: 30px 0 15px 0;
}

article .copy p {
margin: 0 0 15px 0;
}

.intro-copy {
color: #a51e3f;
font-size: 22px;
}

.copy {
width: 590px;
float: left;
}

.inset {
width: 300px;
float: right;
margin: 40px 0 0 0;
}

body#profile .inset {
margin: 85px 0 0 0;
}

.inset img {
border: 1px solid #eaeaea;
}

body#home .inset img {
border: 0;
}

article .copy ul {
list-style: disc;
padding: 0 0 0 30px;
margin: 0 0 15px 0;
}

article .copy ul li {
margin: 0 0 5px 0;
}



article h2 {
color: #A51E3F;
font-size: 28px;
margin: 0 0 15px 0;
}

/* Mediation Page Styles */


article .copywide {
margin: 20px 15px 15px 15px;
font-size: 18px;
}

article .copywide p {
margin: 0 0 15px 0;
}

article .copywide ul {
list-style: disc;
padding: 0 0 0 30px;
margin: 0 0 15px 0;
}

article .copywide ul li {
margin: 0 0 5px 0;
}

.mediationbanner {
position: relative;
}

.mediationbanner img {
display: block;
z-index: 1;
}

.caption {
position: absolute;
bottom: 0;
left: 0;
padding: 5px 10px;
background: #999;
font-size: 12px;
text-transform: uppercase;
color: #fff;
z-index: 2;
}