body, html {
    padding:0px;
}
body {
   	padding:0px;
	margin:0px;
    font-family:Verdana, Arial, sans-serif;
}
#pagecontainer {
	margin:20px auto;
	width:960px;
	border:1px solid #CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#main {
	    color:#5c3b3a;
	    font-size:12px;
	    border:1px solid #BB8B39;
		border-top:none;
	    margin:-10px auto 20px;
}
#main .inner {
	padding: 0 14px;
	padding-top: 30px;
}
#main a {
	    color:#ba2c16;
}
#main > p {
	 padding: 0 60px;
}

.clear {
    clear:both;
    }

.container {
	width: 960px;
	margin:0 auto;
}

.header {
    background-color:#BB8B39;
    margin:0px auto 0px;
    color:#FFF;
    padding:3px;
    font-size:12px;
	height: 142px;
	position:relative;
}
.header > .container {
	margin-top: 83px;
	border: 1px solid white;
	border-bottom: none;
	position: relative;
	height: 61px;
}

.header a {
    color:#f1b262;
    font-family:Helvetica;
    letter-spacing:inherit;
/*    font-size:45px;*/
    font-weight:100;
    display:block;
    text-decoration:none;
    }
.header span {
    position:relative;
    top:-5px;
    }
.fsid-badge {
    float:left;
    margin-left:90px;
    }
.header .logo {
	display: inline-block;
    margin-top: -66px;
    position: relative;
}
.header .tagline {
    position: absolute;
	right: 23px;
	top: -37px;
}

.col {
	float:left;
	margin-right: 6px;
}
.col.last {
	margin-right:0;
}






.homepage-content {
    float:left;
    color:#FFF;
    font-size:12px;
    margin-top:20px;
    margin-left:40px;
    padding-right:67px;
    text-align:right;
    width:633px;
    }
.header a img {
    border:none;
}

.home-page {
    text-align:center;
}
.homepage-bottom {
    width:960px;
    margin:20px auto;
    font-size:12px;
text-align:center;
    }
.homepage-bottom > .inner {
	padding: 0 31px;
	color:#666;
}
/* hide text for SEO */
.meta {
	position:absolute;
	left: -9999em;
}

.copyright {
    font-size:10px;
    color:#666;
    text-align:center;
    margin-top:30px;
    margin-bottom:20px;
}
.copyright a {
    color:#330504;
}
.slogan {
	color:#666666;
    font-size:26px;
    font-family:Helvetica;
    font-weight:100;
    letter-spacing:-1px;
    margin-top:10px;
    margin-bottom:5px;
/*    float:left;*/
    text-align:center;
	font-size: 36px;
}

h1 {
    color:#330503;
    font-size:30px;
    font-family:Helvetica;
    letter-spacing:-1px;
    font-weight:100;
    padding:15px 0px;
    margin:0px;
}
h2 {
    border-bottom:1px dotted #c6c5c4;
    color:#330503;
    font-family:Helvetica;
    font-size:20px;
    font-weight:100;
    padding:0px 0px 5px;
    margin:10px 0px;
}
h3 {
    color:#d5602e;
    font-size:18px;
    padding:0px;
    font-weight:normal;
    margin:0px 0px 5px;
}
p {
    padding:0px;
    margin:0px 0px 20px;
}
.headline-photo {
    border:1px solid #9d9c9c;
    float:right;
    margin:25px 15px 10px 20px;
}
.leftcolumn {
    width:210px; 
    color:#FFF; 
    float:left; 
    background-color:#BB8B39;
    /* border:1px solid #8b6527; */
    padding:20px;
    }
.rightcolumn {
	width:610px;
	margin-left:20px;
	float:left;
    }
label.error {
    display:block;
    padding:5px;
    background-color:#eec2c1;
    border:1px solid #c57171;
    margin-bottom:5px;
    }
.elements li {
    list-style-type:none;
    }
.returntotop {
    text-align:center;
    margin-top:20px;
    }
.social {
	margin:25px auto 30px;
	width:160px;
    }
.social a {
	background:url(../images/social.jpg) no-repeat;
	display:inline;
	float:left;
	width: 28px;
	height: 28px;
	margin:0 5px 0 0;
	outline:none;
}
.social a.facebook { background-position: 0 0; }
.social a.twitter { background-position: -28px 0px; }
.social a.pinterest { background-position: -56px 0px; }
.social a.linkedin { background-position: -84px 0; }
.social a.youtube { background-position: -112px 0px; margin:0; }

.social a.facebook:hover { background-position: 0 -28px; }
.social a.twitter:hover  { background-position: -28px -28px; }
.social a.pinterest:hover  { background-position: -56px -28px; }
.social a.linkedin:hover  { background-position: -84px -28px; }
.social a.youtube:hover  { background-position: -112px -28px; }

/*Nav Bar */
.navbar {
/*	border-top:1px solid #dcb46d;
	border-right:none;/*1px solid #dcb46d;*/
/*	border-left:none;/*1px solid #dcb46d;*/
/*    background-color:#c69749;
	margin:0px auto 10px;
	*/
	float: right;
	margin-top: 28px;
	padding-right: 9px;
}

/* Superfish menu styles */
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:39px; /* match top ul list item height */
	z-index:99;
	top:23px;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:450px; /* match ul width */
	top:0;
	
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}




/*** DEMO SKIN ***/
.sf-menu {
	font-size:12px;
	padding-left:57px;
	position:relative;
	/*left:10px;*/

}
.sf-menu a {
	padding: 0 6px; /*12px 18px;*/
	text-decoration:none;
	border-right:1px solid #fff;
}
.sf-menu li.last a {
    border-right:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}
.sf-menu .submenu {
    background-color:#FFF;
    padding:0px;
    margin:0px;
    	-webkit-box-shadow:  #CCC 0px 0px 5px 1px;
	box-shadow:  #CCC 0px 0px 5px 1px;
	top:23px;
	
}
.sf-menu .submenu a {
    color:#311309;
    border-right:none;
}
.sf-menu .submenu span {
    display:block;
    font-size:16px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display: inline-block;
	position:absolute;
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url('../images/arrows-ffffff.png') no-repeat -15px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:1px;
	margin-left:3px;
	background-position:0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position:0 0; 
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position:-10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul a {
    height:45px;
}
.submenu {
    overflow:hidden;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	width:450px;
}
.submenu li {
/*	padding:12px;*/
}
.submenu a {
	padding:12px;
}


.sf-shadow ul span {
    font-size:16px;
    margin-top:3px;
}
.sf-shadow ul small {
    font-size:12px;
    color:#999;
    margin-top:5px;
}
.sf-shadow ul li:hover span {
    color:#FFF;
}
.sf-shadow ul li:hover a {
    background-color:#311309;
}
.sf-shadow ul li:hover small {
    color:#C69749;
}
.sf-shadow ul li:hover .project-img {
    border:1px solid #C69749;
}  
.sf-shadow ul.sf-shadow-off {
	background:transparent;
}
.lastlink {
    -moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom:none !important;
}



/*Services Page*/
.service-box {
    background-color:#FFF;
    border:1px solid #9d9c9c;
    padding:10px;
    margin:15px;
}
.service-box p {
    margin-bottom:0px;
}
.project-img {
    background:url(../images/project-sprite.jpg) no-repeat;
    border:1px solid #FFF;
    float:left;
    margin-right:20px;
    margin-left:-5px;
    height:56px;
    width:56px; 
    margin-top:-6px; 
}
.condo {
    background-position:0px -56px;
    }
.northwest {
    background-position:0px -112px;
    }
.casa {
    background-position:0px -168px;
    }
.hgtv {
    background-position:0px -224px;
}
.retreat {
    background-position:0px -280px;
}
.zen {
    background-position:0px -336px;
}
.seattle-downtown-condo {
	background-position:0px -392px;
    
}
.mercer-island-kitchen {
	background-position:0px -448px;
    
}


.label-cell {
    vertical-align:top;
    }
.label-cell label {
    display:block;
    width:90px;
    margin-top:7px;
    text-align:right;
    padding-right:10px;
    }
.input-cell input[type="text"] {
    width:300px;
    margin-top:3px;
    font-size:14px;
    margin-bottom:3px;
    }
.multiple-choice {
    background-color:#ccc;
    border:1px solid #aaa9a9;
    padding:15px 20px;
    -moz-border-radius:4px;
    border-radius:4px;
    }
#additional-label {
    color:#d5602e;
    font-size:18px;
    padding:0px;
    font-weight:normal;
    display:block;
    margin:10px 0px 0px;
    }
#additional {
    width:485px;
    min-height:100px;
    }

/* @group Buttons */
.button,
input[type="submit"] {
   border-top: 1px solid #525252;
   background: #000000;
   background: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#000000));
   background: -webkit-linear-gradient(top, #262626, #000000);
   background: -moz-linear-gradient(top, #262626, #000000);
   background: -ms-linear-gradient(top, #262626, #000000);
   background: -o-linear-gradient(top, #262626, #000000);
   padding: 5px 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover,
input[type="submit"]:hover {
   border-top-color: #0f0f0f;
   background: #0f0f0f;
   color: #cccccc;
   }
.button:active,
input[type="submit"]:active {
   border-top-color: #2e2e2e;
   background: #2e2e2e;
   }

/*

input[type="submit"] {
    color:#FFF;
    -moz-border-radius:4px;
    border-radius:4px;
    border:none;
    padding:5px 7px;
    margin-top:10px;
   /* background:#310402 url(../images/brown-button.jpg) repeat-x;* /

    }
input[type="submit"]:hover {
    background-position:bottom;
    }
*/


.team-photo {
    float:right;
    padding-left:20px;
    margin-top:25px;
    }
#footer {
    font-size:12px;
    color:#FFF;
    width:960px;
    margin:10px auto;
    text-align:center;
    overflow:hidden;
    }
#bigphoto {
    display:block;
    width:960px;
    height:792px;
    }
.photo {
    text-align:center;
    margin-top:20px;
    }
.photo-frame {
	display: inline-block;
	position:relative;
	border: 1px solid #CCC;
	padding: 5px;
	-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, .15);
    box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, .15);
}
.caption {
    width:300px;
    background-color:#363636;
    color:#FFF;
    font-size:12px;
    padding:8px;
    margin:10px auto;
    }
.tabs {
    width:930px;
    background:url(../images/transparent.png) repeat;
    padding:0px 15px;
    position:relative;
    top:-56px;
    border-top:1px solid #FFF;
    }
.tabs h2 {
    border:none;
    font-size:24px;
    color:#FFFFFF;
    float:left;
    }
.tabs ul {
    padding:0px;
    margin:0px 0px 0px 25px;
    float:left;
    }
.tabs ul li {
    display:block;
    list-style-type:none;
    float:left;
    margin-left:1px;
    }
.tabs ul li a {
    display:block;
    padding:19px 30px;
    color:#FFF;
    font-size:14px;
    text-decoration:none;
    }
.tabs ul li a:hover {
    background-color:#333;
    }
.tabs ul li.selected {
    background:#333 url(http://faithsheridan.com/css/images/selected.jpg) no-repeat bottom center;
    }
.next-project {
  display:block;
  border-radius:6px;
  -moz-border-radius:6px;
  text-align:center;
  margin-top:20px;
  padding:20px;
  color:#666 !important;
  background-color:#FFF;
  text-transform:uppercase;
  text-decoration:none;
  font-size:16px;
  }
.next-project:hover {
  color:#BA2C16 !important;
  }
.press-item {
    width:275px;
    height:182px;
    float:left;
    background-color:#FFF;
    margin-bottom:15px;
    margin-right:15px;
    padding:10px;
    }
.press-item a {
    display:block;
    }
.press-item:hover {
    -moz-box-shadow:0px 1px 5px #666;
    box-shadow:0px 1px 5px #666;
    }
.press-item img {
    display:block;
    width:275px;
    margin:0px auto 10px;
    }
	
#tophome {
	height:10px;
	background:#C69749;
	margin-left: 20px;
	margin-top: 20px;
}

#bottomhome {
	margin-left: 20px;
	background: #fff;
	min-height: 240px;
}
.sig {
	font-family: "Bernard MT Condensed";
	font-size: 30px;
}
.container .rightcolumn #signup {
	width: 248px;
	text-align: center;
	border: 1px solid;
	margin: 0 auto;
}

/* @group General Typography Classes */
.fancy,
.lead {
    font-size:28px;
}

hr {
	margin-left: 68px;
	margin-right: 68px;
	border: 1px solid #BB8B39;
	border-bottom:none;
	border-right:none;
	border-left:none;
}


/* @group Photo Frame and Caption */
.photo-frame .caption {
    position:absolute;
    bottom:0;right:0;left:0;
    background: rgba(0,0,0,.7);
    margin:5px;
    width:auto;
    text-align:left;
    font-size:16px;
    font-weight:bold;
}
.photo-frame .credit {
    float:right;
}
.noRightClick {
    position:absolute;
    top:0;bottom:0;left:0;right:0;
    z-index:10;
}