body { background-image: url(img/Newport_Beach.jpg); background-repeat: no-repeat; background-size: cover; font-family:'Helvetica Neue', 'Arial', 'Sans-Serif'; font-weight: 200; color: #555; }
h1 { font-family: 'Helvetica Neue', 'Arial', 'Sans-Serif'; font-weight: 300; color: #555; padding: 0px; margin: 0px; }
h2 { font-family: 'Helvetica Neue', 'Arial', 'Sans-Serif'; font-weight: 300; color: #555; padding: 0px; margin: 0px; }
p { font-size: 14px; line-height: 24px; }

#container { 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 75px;
	width: 890px; 
	height: 850px;
	padding: 35px;
	background: rgb(255, 255, 255); 
	background: rgba(255, 255, 255, 0.85);
	border-radius: 10px; 
}

#content {
	float: left;
	width: 620px;
	height: 530px;
	padding-right: 20px;
}

#shdr {
	float: left;
	line-height: 30px;
	font-size: 14px;
	width: 620px;
	margin-bottom: 10px;
}

#copy {
	float: left;
	width: 620px;
	height: 700px;
	margin-top: 10px;
	padding-right: 40px;
	overflow: scroll;
}

#menu {
	float: right;
	width: 250px;
	height: 530px;
}

#location { float: left; margin-left: 56px; }
#addy { float: left; font-size: 12px; line-height: 16px; margin-bottom: 5px; margin-top: 30px; }
#gmap { float: left; width: 600px; height: 174px; border: 1px solid #CCC; margin-top: 10px; margin-bottom: 20px; }
.sm_icons {float: left; margin-top: 10px;}
.sm_icon {float: left; padding-right: 5px; margin-bottom: 10px; }

.nav ul { 
	margin: 0px; 
	padding: 0px; 
}

.nav li {
	width: 155px;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 15px;
}

.nav li a {
	text-decoration: none;
	color: #555;
}

.nav li a:hover {
	color: #1c81c4;
}


.on {
	border-radius: 15px;
	border: 2px solid #1c81c4;
	color: #1c81c4;
	font-weight: 400;
	background-color: #fff;
}

.thumb {
	float: left;
	margin-right: 10px;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 75px;
    left: 25%;
    width: 50%;
    height: 50%;
    height: 516px;
    padding: 16px;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

a { 
	color: #1c81c4;
	text-decoration: none;
}