
body {
	background-color: #005873;
	color: white;
	font-size: 14px;
	line-height: 1.8em;
}

body.overflow {
	overflow: hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Niks-Bold';
	color: white;
}

h1 {
	font-size: 3.4em;
}

span.underline {
	text-decoration: underline;
}

.tooltip {
	white-space: nowrap;
}

.span12 h1 {
	text-align: center;
}

/*
*
*	Navigation Specific Styles
*	Navigation will be fixed at top at all times.
*
*/

#Navigation {
	position: fixed;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	display: block;
	z-index: 3;
	font-size: 18px;
}

#Navigation.on {
	width: 200px;
}

#Navigation.off ul.nav-large {
	display: none;
}

#Navigation ul.nav-large i {
	margin-right: 1em;
}

ul.nav-large {
	font-size: 14px;
	opacity: 1;
	position: absolute;
	top: 5em;
	right: 1em;
	z-index: 2;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Navigation ul.nav-large li {
	border: 1px solid black;
	border-radius: 0.4em;
	padding: 0.5em;
	margin-top: 0.4em;
}

#Navigation ul.nav-large li:hover {
	cursor: pointer;
}

#Navigation.on ul.nav-small {
	display: none;
}

#Navigation ul.nav-small {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 0.45em;
	z-index: 3;
}

#Navigation ul.nav-small li {
	border: 1px solid black;
	border-radius: 0.4em;
	padding: 0.5em;
	margin-top: 0.4em;
}

#Navigation ul.nav-small li:hover {
	cursor: pointer;
}

#Navigation .icon-remove, #Navigation .icon-plus {
	position: absolute;
	right: 1.5em;
	top: 1.5em;
	z-index: 2
}

#Navigation .background {
	background-color: black;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#Navigation .icon-remove:hover, #Navigation .icon-plus:hover {
	cursor: pointer;
}

ul.next-prev-nav {
	position: absolute;
	bottom: 0.6em;
	right: 0.45em;
	z-index: 3;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.next-prev-nav li {
	border: 1px solid black;
	border-radius: 0.4em;
	padding: 0.5em;
	margin-top: 0.4em;
}

ul.next-prev-nav li:hover {
	cursor: pointer;
}

ul.next-prev-nav li.disabled {
	opacity: 0.2;
}

ul.next-prev-nav li.disabled:hover {
	cursor: default;
}

/*
*
*	Section Specific Styles
*	Section specific positioning.
*
*/

.section {
	position: relative;
	border-bottom: 1px solid black;
	padding-top: 4em;
	padding-bottom: 4em;
}

.section .icon-double-angle-down {
	position: absolute;
	bottom: 1em;
	left: 50%;
	font-size: 30px;
}



/*
*
*	Home Specific Styles
*	Home Page specific positioning.
*
*/

#Home {
	background: #5d9bee;
}

#Home .row-fluid {
	text-align: center;
	/*margin-top: 300px;*/
}

#Home h1 {
	color: #093b92;
}

#Home h4, #Home h3 {
	color: #093b92;
}

#Home i {
	font-size: 2em;
	color: #093b92;
}

#Home .span4 {
	padding: 1em;
	border-radius: 1em;
	border: 1px solid #093b92;
	min-height: 180px;
	color: #093b92;
}

#Home .span4 h4 {
	color: #093b92;
}

#Home .span4:hover {
	cursor: pointer;
	color: #5d9bee;
	background-color: #093b92;
}

#Home .span4:hover h4 {
	color: #5d9bee;
}

#Home .span4:hover i {
	color: #5d9bee;
}

#Home .row-fluid {
	margin-bottom: 2em;
}

#Home i.icon-double-angle-down {
	color: #093b92;
}


/*
*
*	Firm Profile Specific Styles
*	Firm Profile Page specific positioning.
*
*/

#FirmProfile { 
	background: #eeeeee;
}

#FirmProfile .span12 {
	text-align: center;
	margin-bottom: 2em;
}

#FirmProfile h1 {
	color: #093b92;
}

#FirmProfile p {
	color: #282B30;
}

#FirmProfile .icon-double-angle-down {
	color: #c4c4c4;
}

/*
*
*	Areas of Practice Specific Styles
*	Areas of Practice specific positioning.
*
*/

#AreasOfPractice {
	background: #282B30;
}

#AreasOfPractice .number {
	color: #646b76;
	margin-right: 1em;
}

#AreasOfPractice h2 {
	font-size: 18px;
	background: #282b30;
	color: #d7d7d7;
	border-radius: 0.5em;
	padding: 0.8em;
	margin-bottom: 0;
}

#AreasOfPractice .row-fluid .span4 {
	margin-bottom: 3px;
}

#AreasOfPractice .span12 {
	margin-bottom: 3em;
}

#AreasOfPractice .icon-double-angle-down {
	color: #282B30;
}

#AreasOfPractice h3 {
	text-align: center;
}

/*
*
*	Attorney Profiles Specific Styles
*	Attorney Profiles specific positioning.
*
*/

#AttorneyProfiles {
	background: white;
}

#AttorneyProfiles .profile {
	text-align: center;
	position: relative;
}

#AttorneyProfiles .span12 h1 {
	margin-bottom: 2em;
}

#AttorneyProfiles .profile h2 {
	font-size: 28px;
}

#AttorneyProfiles h1, #AttorneyProfiles h2, #AttorneyProfiles h3 {
	color: #5d9bee;
}

#AttorneyProfiles h4 {
	color: #696657;
}

#AttorneyProfiles .profile img {
	border: 4px solid white;
}

#AttorneyProfiles .profile .profile-container {
	border-radius: 1em;
	border: 1px solid #eeeeee;
	padding: 1em;
	display: block;
}

#AttorneyProfiles .profile a.profile-container:hover {
	text-decoration: none;
}

#AttorneyProfiles p {
	text-align: left;
}

#AttorneyProfiles .see-more {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	padding: 0.5em;
	border-radius: 0.5em;
	background-color: #33373d;
	border: 1px solid black;
	margin-left: -45px;
	margin-top: -20px;
	display: none;
}

#AttorneyProfiles .see-more i {
	margin-right: 1em;
}

#AttorneyProfiles .profile:hover .see-more {
	display: block;
	cursor: pointer;
}

#AttorneyProfiles .profile .see-more a {
	color: white;
	text-decoration: none;
}

#AttorneyProfiles .profile .see-more a:hover {
	color: white;
	text-decoration: none;
}

#AttorneyProfiles .profile:hover .profile-container {
	cursor: pointer;
	border: 1px solid black;
	opacity: 0.2;
}

#AttorneyProfiles ul {
	margin: 0;
	padding: 0;
}

#AttorneyProfiles .row-fluid .span4 {
	margin-bottom: 2em;
}

#AttorneyProfiles ul li {
	list-style: none;
	text-align: left;
}

#AttorneyProfiles .slider {
	white-space: nowrap;
}

#AttorneyProfiles .icon-double-angle-down {
	color: #c4c4c4;
}

#AttorneyProfiles .modal {
	color: #282B30;
}

#AttorneyProfiles .modal .modal-body {
	overflow-y: hidden;
	overflow-x: hidden;
}

#AttorneyProfiles .modal .left {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

#AttorneyProfiles .modal .right {
	width: 285px;
	height: 400px;
	display: inline-block;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*
*
*	Why Us Specific Styles
*	Why Us specific positioning.
*
*/

#WhyUs {
	background-color: white;
}

#WhyUs h1 {
	color: #5d9bee;
}

#WhyUs h4 {
	color: #696657;
}

#WhyUs .icon-double-angle-down {
	color: #cccac0;
}

#WhyUs .span12 {
	text-align: center;
}

#WhyUs .item {
	width: 100%;
	height: 400px;
	text-align: center;
}

#WhyUs .carousel {
	margin-top: 4em;
}

#WhyUs .carousel .item h1 {
	color: #696657;
	line-height: 1.4em;
}

#WhyUs .row-fluid {
	margin-bottom: 1em;
}

#WhyUs .span6 {
	border-radius: 1em;
	padding: 2em;
	border: 1px solid #efefef;
}

#WhyUs p, #WhyUs h3 {
	color: #696657;
	font-size: 22px;
	line-height: 24px;
	padding: 1em;
}

#WhyUs .carousel .carousel-control.left {
	left: 150px;
}

#WhyUs .carousel .carousel-control.right {
	right: 150px;
}



/*
*
*	Contact Us Specific Styles
*	Contact Us specific positioning.
*
*/

#ContactUs {
	background-color: #282B30;
	font-size: 18px;
}

#ContactUs h1 {
	line-height: 1.1em;
	margin-top: -20px;
}

#ContactUs .map {
	margin-bottom: 2em;
	border: 8px solid #282B30;
	border-radius: 4px;
}

#ContactUs a {
	color: white;
}

#map_canvas {
	height: 400px;
}

#ContactUs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ContactUs ul li {
	margin-bottom: 1em;
}

#ContactUs ul li i {
	margin-right: 1em;
}

/*
*
*	Footer Specific Styles
*	Footer specific positioning.
*
*/

#Footer {
	padding: 1em 0 1em 0;
	font-size: 12px;
	background-color: #282B30;
}