@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}
img {border:0;}
p {padding:0 0 14px;}

h1 {
	font-size:18px;
	font-weight:400;
	color:#887749;
	padding:0 0 6px;
	}

body {
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	color:#231F20;
	line-height:24px;
	background:#F8F9EF;
	}
#mother {
	width:900px;
	border:1px solid #AABC26;
	margin:20px auto;
	background:#FFF url(images/BGshape1.png) scroll no-repeat right bottom;
	}
#mother .left {
	float:left;
	width:504px;
	}
#mother .right {
	float:right;
	width:396px;
	}
	
#logo {
	width:504px;
	height:198px;
	}

#nav {
	list-style:none;
	color:#AABC26;
	padding:7px 0 12px 28px;
	}
#nav li {display:inline;}
#nav li.separator {padding:0 12px;}
#nav a:link, #nav a:visited {text-decoration:none; color:#AABC26;}
#nav a:hover, #nav a:active {text-decoration:none; color:#887749;}

#main {
	padding:0 0 0 74px;
}

#photos {
	width:396px;
	height:456px;
	}
#secondary {padding:0 0 0 38px;}
#secondary p {
	font-size:18px;
	line-height:36px;
	color:#887749;
	}
#footer {
	clear:both;
	width:898px;
	text-align:center;
	color:#AABC26;
	height:24px;
	padding:11px 0 21px;
	}
#footer ul {list-style:none;}
#footer ul li {display:inline; padding:0 28px;}
#footer ul li.separator {padding:0 38px;}

.black {color:#231F20;}
.brown a:link, .black a:visited {color:#231F20;}
.brown a:hover, .black a:active {color:#887749;}
.brown {color:#887749;}
.brown a:link, .brown a:visited {color:#887749;}
.brown a:hover, .brown a:active {color:#231F20;}


.inlineIMG {margin:10px 0 10px 10px;}

#home #secondary p {width:240px;}
#services #secondary ul {
	list-style:outside;
	font-size:18px;
	color:#887749;
	margin:0 0 0 15px;
	}
#services #secondary ul li {padding:0 0 12px;}

#contact #secondary p.FS12 {font-size:12px; line-height:24px;}

#cases #mother .left #main h1 {padding:0 0 19px;}
#cases #mother .left #main p {
	font-size:18px;
	font-style:italic;
	color:#AABC26;
	line-height:36px;
	}
#cases #mother {position:relative;}
#cases #mother .right {
	float:none;
	position:absolute;
	top:0;
	right:0;
	}

.alert {
	position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 111%;
    margin-top: -20px;
    background: hsla(86, 4%, 46%, 0.8);
}
.alert .wrapper {
	position: relative;
	width: 500px;
    padding: 60px;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
}
.alert .close {
	position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: hsla(0, 0%, 60%, 0.62);
    text-align: center;
    line-height: 26px;
    font-size: 27px;
}
.alert .close:hover, .alert .close:active {
	cursor: pointer;
}
.alert h1 {
	font-size: 22px;
}