@font-face {
	font-family: 'GothamBook';
	src: url('fonts/gothambook.eot');
	src: url('fonts/gothambook.eot?#iefix') format('embedded-opentype'),
				url('fonts/gothambook.woff') format('woff'),
				url('fonts/gothambook.ttf') format('truetype'),
				url('fonts/gothambook.svg#gothambook2') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#424242;
	background-color:#1d354f;
}

.clear{
	clear:both;
}

#topwrapper {
	background-image:url(images/tile.jpg);
	width:100%;
	background-repeat:repeat-x;
	overflow: hidden;
}

#topwrapper #top {
	margin:22px 0 0 0;
	width:100%;
	height:105px;
	background: rgba(0,0,0,0.5);

}


#topwrapper #top .top {
	width:960px;
	color:#FFFFFF;
	margin:0 auto;
}

#topwrapper #top .top .logo {
	float:left;
	width:335px;
	padding:25px 0px 0px 0px;
}

#topwrapper #top .top #nav {
	float:right;
	width:625px;
	margin: 40px -20px 0 0;
	text-align:right;
	z-index:99999;
}


#topwrapper #top .top #nav ul {
}

#nav li {
	display:inline;
	font-family: 'GothamBook';
	font-size:13.5px;
	margin: 0px;
	padding:0px;
	line-height:13px;
	text-transform:uppercase;
}

#nav li a {
	color:#FFFFFF;
	padding:10px 15px;
	text-decoration:none;
}

#topwrapper #top .top #nav li a:hover {
	background-color:#FFFFFF;
	color:#34495E;
	border-radius:2px;
}

#topwrapper #top .top #nav li .lion {
	background-color:#FFFFFF;
	color:#34495E;
	border-radius:2px;
}


#innerwrapper {
	width:100%;
	overflow:hidden;
	background-color:#efefef;
}

#innerwrapper .main {
	background-color:#FFFFFF;
	width:960px;
	margin:68px auto;
}


h1 {
	color:#334960;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'GothamBook';
	font-size:27px;
	margin:0 0 50px 0;
}

#pages {
	padding:50px 100px;
	text-align:justify;
}

/*Home*/
#page_content {
 /* Display on top of slideshow */
 position:relative; /* This is very important! */
 z-index:2;
 min-height:500px;
}

#homemain {
	width:700px;
	margin:100px auto;
}

#homemain .tagline {
	color:#fcfdde;
	font-size:40px;
	font-family: 'GothamBook';
	text-transform:uppercase;
	padding:20px;
	background: rgba(0,0,0,0.5);
	float:left;
	width:70%;
	margin:0px auto 15px auto;
}

#homemain .tagline2 {
	float:right;
	text-align:right;
	width:55%;
}

#homemain .clear {
	height:60px;
}

#homemain .abouttext {
	color:#FFFFFF;
	text-align:center;
	width:600px;
	font-size:15px;
	line-height:35px;
	background: rgba(0,0,0,0.5);
	padding:35px 50px;
	margin:0px auto;
}

img#bg {
 /* Stretch background */
 position:fixed;
 top:0;
 left:0;
 height:100%;
 width:100%;
 z-index:0;
}
 
#bg_grid {
 position:fixed; /* This is very important! */
 bottom:0;
 width:100%;
 background-color: #1d354f;
 /* Display on top of background */
 z-index:1;
}
/* About */
#pages.about .p{
	padding:0 0 30px 0;
	line-height:28px;
}

#pages.about .left{
	float:left;
	width:340px;
	margin:10px 0 0 0;
}

#pages.about .right{
	float:right;
	width:390px;
}

#pages.about .right .img{
	margin:20px 0 0 0;
}

#pages.about .right .small{
	text-align:right;
	font-weight:bold;
}

#pages.about .right .large{
	font-family: 'GothamBook';
	font-size:26px;
	text-align:right;
	margin:50px 0 40px 0;
	
}

/* Profiles */
#pages.profiles .profile{
	float:left;
	width:350px;
	padding:0 50px 0 0;
}

#pages.profiles .profile.last{
	padding:0px;
}
#pages.profiles .title{
	font-family: 'GothamBook';
	font-weight:bold;
	color:#1f1f1f;
	padding:15px 0px 10px 0px;
	font-size:22px;
	line-height:20px;
}

#pages.profiles .title .position{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	padding:5px 0 10px 0;
	border-bottom:1px solid #000000;
}

#pages.profiles .email {
	margin:10px 0 0 0;
}

#pages.profiles .email a{
	padding:0px 0px 0px 20px;
	background: url(images/profile_email.jpg) no-repeat;
	color:#000000;
	text-decoration:none;
}

#pages.profiles .text{
	text-align:justify;
	line-height:20px;
	margin:10px 0 0 0;
}

#pages.profiles .read a, #pages.practice a.more {
	float:right;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	margin:10px 0 0 0;
}

/* Practice Areas */
#pages.practice .text {
	padding:0 0 25px 0;
	line-height:20px;
}

#pages.practice .bottom{
	margin:70px 0 0 0;
}

#pages.practice .left{
	float:left;
	width:335px;
}

#pages.practice .right{
	float:right;
	width:335px;
}

#pages.practice .header{
	font-weight:bold;
	font-size:18px;
	margin:20px 0;
}

#pages.practice .right .header{
	margin:20px 0 40px 0;
}

#pages.practice .more{
	float:right;
	color:#000000;
	text-decoration:none;
}


#popup {
	background-color:#FFFFFF;
	border:15px solid #efefef;
	padding:20px;
	text-align:justify;
	line-height:23px;
}

#popup h1 {
	text-align:center;
	margin:0px 0px 20px 0px;
}

#popup h2 {
	text-align:center;
	font-family: 'GothamBook';
	font-size: 20px;
	margin:0px 0px 20px 0px;
}

#popup .text{
	/*float:left;*/
	/*width:720px;*/
	margin:0 0 -5px 0;
}

#popup .img{
	margin:20px 0;
	text-align:center;
}

#popup .header{
	font-weight:bold;
}

#popup ul{
	margin:10px 0 10px 0;
}

#popup li{
	list-style-type:disc;
}



#popup .top {
	width:500px;
	overflow:hidden;
	margin:0px auto;
}

#popup  .info {
	float:right;
	width:350px;
	text-align:left;
}

#popup  .info h1, #popup  .info h2 {
	text-align:left;
}

#popup .photo {
	float:left;
	width:125px;
	margin:0px 15px 10px 0px;
}

#popup .email {
	margin:10px 0 0 0;
	text-align:left;
}

#popup .email a{
	padding:0px 0px 0px 20px;
	background: url(images/profile_email.jpg) no-repeat;
	color:#000000;
	text-decoration:none;
}

#popup .text {
	clear:both;
}


/* Cases */
#pages.cases .header {
	font-weight:bold;
	font-size:16px;
}

#pages.cases .hr{
	width:630px;
	margin:-15px 0px 0 130px;
}

#pages.cases .list{
	margin:40px 0 30px 0;
}

#pages.cases .li{
	list-style-type:disc;
	line-height:20px;
	padding:0 0 10px 0;
}

/* Contact */
#pages.contact .map {
	margin:0 0 40px -100px;
}

#pages.contact .text .title {
	color: #334960;
	font-size: 18px;
	padding:0px 0px 5px 0px;
	font-family: 'GothamBook';
}

#pages.contact .text{
	text-align:center;
	color:#8b8c8e;
	padding:0 50px 0 0;
}

#pages.contact .form{
	margin:50px 0 0 0;
}

#footer {
	clear:both;
	color:#FFFFFF;
	margin:0px auto;
	padding:45px 0 0 0;
	width:960px;
	text-align:center;
}

#copy .privacy a {
	margin:5px auto;
	display:block;
	text-decoration:underline;
}

#copy {
	margin:20px 0px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}

#copy a {
	color:#FFF;
	text-decoration:none;
}
