html, body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	min-width: 980px;
	background-color: rgba(0,0,0,0.05);
	/*-webkit-transform: translate3d(0px, 0px, 0px);*/
	
	/*border:2px solid red;*/
	
	
}



#mastercontainer {
	min-width: 900px;
	width:100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	/*overflow-x:hidden;*/
}

#socialicons {
	/*border:1px solid white;
*/	height: 70px;
	width:120px;
	/*min-width:1260px;*/
	position: relative;
	right:-87%;
	top:-125px;
	line-height: 32px;
	color:white;
	display: block;
	z-index: 4;
}

#socialicons img {
	width: 30px;
	height: 30px;
	border:1px solid white;
	border-radius:20px;
	background-color: white;
	float:right;
	margin-top: 10px;
	margin-bottom:14px;
	margin-right:3px;
	margin-left:5px;
}

#socialicons p {
	font-size: 14px;
	line-height: 0;
	letter-spacing: 2px;
	font-weight: 600;
	width:120px;
}


/*####################################################
####################### NAV BAR ####################*/
#index_titlenav {
	width: 100%;
	height: 145px;
	background: rgb(30,30,30);
	position: fixed;


}

#index_titlenav h1 {
	font-size: 40px;
	padding-top: 20px;
	color: white;
	letter-spacing: 3px;
	margin-bottom: 40px;
	font-weight: 600;
	min-width: 960px;
}

#index_titlenav a:link {
	text-decoration: none;
	color:white;
}

#index_titlenav a:visited {
	text-decoration: none;
	color:white;
}

#index_titlenav a:hover {
	color:rgb(100,100,100);
}

#index_titlenav a:active {
	color:white;
}

nav {
	width: 960px;
	margin:auto;

}

nav ul{
	width:960px;
	margin: auto;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

nav ul li {
	display: inline-block;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 10px;
	margin-top: 10px;
}

nav ul li a{
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	color: white;
}
/*#################### END NAV BAR ###################
####################################################*/




/*####################################################
#################### FOOTER BAR ####################*/
footer {
	height: 45px;
	width: 960px;
	background-color: black;
	color:white;
	position: relative;
	margin: auto;
	right:0;
	left: 0;
	bottom:0;
}

footer h3{
	padding-top: 15px;
	color:white;
}
/*################## END FOOTER BAR ##################
####################################################*/





/*####################################################
#################### INDEX PAGE ####################*/
#index_contentcontainer {
	background-image: url(../images/mainpic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover !important;
	width:100%;
	height: auto;
	min-height: 618px;
	background-attachment:fixed;
	position: relative;
	top:145px;
	z-index: -1;
	padding-top: 60px;

	
}

#index_logo_pic{
	width:960px;
	height: 380px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.85);
	border-radius:20px;
	margin-bottom: 100px;
}

#index_logo_pic img{
	width:400px;
	height: auto;
	margin-top: 9px;
	margin-left:10px;
	border-right:4px solid white;
	border-left:4px solid white;
	border-radius: 20px;
	padding-left:6px;
}

#logo_pic_phrase {
	float:right;
	color: white;
	font-size: 44px;
	font-style: italic;
	font-weight: 600;
	margin-top: 112px;
	margin-right: 30px;
}

#index_holder {
	width: 960px;
	height:1330px;
	margin: 0 auto;
	/*border: 2px solid red;*/
	background-color: rgba(0,0,0,0.85);
	/*margin-top: 120px;*/
	border-radius:20px;
}

.index_holdersub {
	width: 600px;
	color:white;
	/*display: inline-block;*/
	vertical-align: text-top;
	border-bottom:2px dotted rgb(200,200,200);
	padding-top: 10px;
	padding-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 20px;

}

.index_holdersub h4 {
	letter-spacing: 2px;
	font-weight: 600;
}
.index_holdersub p{
	font-size: 14px;
	margin-top: 20px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1px;
}

#credentials {
	width: 960px;
	height: 350px;
	margin: auto;
	margin-top: 80px;
	margin-bottom:80px;
	border-radius:20px;
	background-color: rgba(0,0,0,0.85);
	color:white;
/*	border-top-right-radius: 20px;
	border-top-left-radius: 20px;*/
}

#credentials img{
	border-radius: 105px;
	margin-top: 30px;
	/*margin-left: 50px;*/
	display: inline-block;
	
}

#credentials h3 {
	width:400px;
	padding-top: 30px;
	padding-bottom: 18px;
	margin:0 auto;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	border-bottom: 1px white solid;
}

#credentials p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;

}

#credleft {
	width: 320px;
/*	float:left;*/
	display: inline-block;
	margin-top: 25px;
	margin-left: 55px;
	line-height: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right:20px;
	/*border-top: 2px dotted white;
	border-bottom: 2px dotted white;*/
}

#credright {
	width: 320px;
	/*float:right;*/
	display: inline-block;
	margin-top: 25px;
	margin-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:20px;
/*	border-top: 2px dotted white;
	border-bottom: 2px dotted white;*/
}

#index_map {
	width: 960px;
	height: 230px;
	margin: auto;
	margin-top: 100px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: rgba(0,0,0,0.7);
	/*border:1px solid red;*/

}

#super_lawyers_badge {
	position: relative;
	bottom:74%;
	right:-79.4%;
	width:200px;
}
/*################### END INDEX PAGE #################
####################################################*/




/*####################################################
#################### ABOUT PAGE ####################*/
#about_topcontainer {
	width: 960px;
	min-height: 500px;
	margin: 0 auto;
	position: relative;
	top:200px;
	z-index: 3;
	border: 1px solid black;
	background-color: black;
}

#about_contentcontainer {
	background: url(../images/mainpic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 618px;
	background-attachment:fixed;
	position: relative;
	top:145px;
	z-index: -1;
	
}

#about_subcontentcontainer {
	width: 860px;
	margin: auto;
	/*border: 2px solid red;*/
	background-color: rgba(0,0,0,0.85);
	border-radius:20px;
	position: relative;
	top:60px;
	padding: 50px;
	
}

#about_subcontentcontainer h3 {
	color:white;
	font-size: 25px;
	font-style: italic;
	margin-bottom: 20px;
	font-weight: 600;
}

#about_subcontentcontainer p {
	color:white;
	font-weight: 300;
	font-size:13px;
	line-height: 24px;
	letter-spacing: 1px;
}

#about_proadmissions {
	width: 960px;
	margin: auto;
	margin-top: 80px;
	background-color: rgba(0,0,0,0.85);
	/*border-top-right-radius: 20px;
	border-top-left-radius: 20px;*/
	border-radius: 20px;
	color: white;
	padding-bottom: 80px;
}

#about_proadmissions h4 {
	width: 400px;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 18px;
	margin-bottom: 40px;
	border-bottom:2px solid rgba(220,220,220,0.8);
}

#about_proadmissions ul li {
	color:white;
	font-weight: 300;
	font-size:14px;
	/*font-style: italic;*/
	line-height: 22px;
	letter-spacing: 1px; 
} 

#about_subcontentcontainer img {
	width:460px;
	height: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border-radius:10px;

}

/*################### END ABOUT PAGE #################
####################################################*/





/*####################################################
################## EXPERIENCE PAGE ##################*/
#experience_contentcontainer {
	background: url(../images/mainpic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover !important;
	min-height: 618px;
	background-attachment:fixed;
	position: relative;
	top:145px;
	z-index: -1;
	padding-top:60px;	

}

#experience_content {
	width: 860px;
	height: 790px;
	border-radius: 20px;
	margin: auto;
	margin-bottom:60px;
	position: relative;
	/*top:60px;*/
	background-color: rgba(0,0,0,0.85);
	padding: 50px;


}

.experience_practiceareas {
	width: 384px;
	height: 350px;
	color:white;
	border:3px dotted white;
	float: left;
	padding:20px;
}

.experience_practiceareas h3 {
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 22px;
}

.experience_practiceareas ul li {
	line-height: 20px;
	font-weight: 300;
	font-size: 14px;
	list-style: square;
	margin-left: 20px;

}

.experience_practiceareas p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 20px;
}

#experience_jobs {
	width: 860px;
	margin: auto;
	/*margin-top: 200px;*/
	background-color: rgba(0,0,0,0.85);
	color: white;
	padding: 50px;
	/*border-top-right-radius: 20px;
	border-top-left-radius: 20px;*/
	border-radius: 20px;

}

#experience_jobs h3 {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

#experience_jobs h4 {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

#experience_jobs h5 {
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
}

#experience_jobs p {
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
}

#experiencepage_pic img{
	width: 860px;
	height: auto;
	border-radius:10px;
}

#fed_state_cases li {
	margin-left: 40px;
	list-style: circle;
}

#whitecollarcases li {
	margin-left: 80px;
	list-style: disc;
}
/*################ END EXPERIENCE PAGE ###############
####################################################*/




/*####################################################
################### DIRECTIONS PAGE #################*/
#directions_contentcontainer {
	background: url(../images/mainpic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 618px;
	background-attachment:fixed;
	position: relative;
	top:145px;
	z-index: -1;	
}

#directions_mapholder {
	width: 960px;
	height: 440px;
	margin: auto;
	position: relative;
	top:60px;
	background-color: rgba(0,0,0,0.85);
	margin-bottom: 134px;
	border-radius: 20px;
}

#directions_mapdirections {
	width: 280px;
	height: auto;
	border-left:1px solid white;
	float: right;
	color:white;
	margin-right: 45px;
	margin-top:20px;
	padding-right: 50px;
	padding-top: 0;
	padding-left:30px;
	padding-bottom:0;
}

#directions_mapdirections a {
	color:white;
	font-weight: 600;
	font-size:18px;
}

#directions_mapdirections img {
	width:340px;
	height: auto;
	border-radius: 12px;
}

#directions_map {
	float: left;
}
/*################ END DIRECTIONS PAGE ###############
####################################################*/




/*####################################################
#################### CONTACT PAGE ##################*/
#contacts_contentcontainer {
	background: url(../images/mainpic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 618px;
	
	background-attachment:fixed;
	position: relative;
	top:145px;
	z-index: -1;

}

#contacts_info {
	width: 820px;
	height: 300px;
	margin: auto;
	position: relative;
	top:60px;
	background-color: rgba(0,0,0,0.85);
	margin-bottom: 134px;
	border-radius: 20px;
	color:white;
	padding: 70px;
	/*border:1px solid white;*/
}

#contact_left {
	/*border:1px solid white;*/
	width: 300px;
	float: left;
}

#contact_left h2{
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
	
}

#contact_left h3, h4 {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	
}

#contact_right {
	/*border:1px solid red;*/
	width:450px;
	float: right;
	
}

#contact_right img{
	width:450px;
	height: auto;
	display: inline-block;
	/*margin-top: 100px;*/
	border-radius:12px;
}
/*################# END CONTACT PAGE ################
####################################################*/



#practice_contentcontainer {
	background: url(../images/mainpic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 618px;
	background-attachment:fixed;
	position: relative;
	top:145px;
	z-index: -1;
}

.index_holdersub img {
	width: 580px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	border:3px solid white;
	border-radius:15px;
}

#construction {
	width: 256px;
	margin:0 auto;

}
