/*

HJKLaw.com STYLES

================================================================================================================== */







/*   ELEMENTS    [BEGIN]


================================================================================================================== */


html,body {
	height: 100%; /* needed for container min-height */
	
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
	background: #708ca4;
	text-align: center;
}

a {
	color: #708ca4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	a span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
		display: none;
	}
	
button {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	width: 173px;
	line-height: 2.51em;
	margin: 10px 0 18px 0;
	border: none;
	float: none;
	clear: both;
	padding: 0 0 10px 0;
}

button, x:-moz-any-link, x:default {
	padding: 10px 0 20px 0; /* Firefox hack */
}
	
	button:hover {
		background-position: top right;
		cursor: pointer;
	}
	
dl {

}

	dl dt {
		font-weight: bold;
		margin: 0 0 9px 0;
	}

	dl dd {
		margin: 0 0 18px 10px;
	}

fieldset {

}

form {
	border-top: 3px #062742 solid;
	border-bottom: 3px #062742 solid;
	padding: 18px 0;
}
	
	form p {
		font-weight: bold;
		font-size: 1.11em;
	}
	
h1, h2, h3, h4, h5, h6, input, textarea, p {
	margin: 0 0 18px 0;
}


h1 { 
	font-size: 4.73em;
	line-height: 1.01em;
}

h2 {
	font-size: 2.01em; 
}

h3 {
	font-size: 1.64em;
	line-height: 1.21em;
}

h4 {
	font-size: 1.41em;
}

h5 {
	font-size: 1.24em;
}

h6 {
	font-size: 1.01em;
}

img {

}

input, textarea {
	border: 1px #494122 solid;
	font-size: 1.41em;
	clear: right;
	width: 250px;
	padding: 2px;
}

label {
	display: block;
	width: 120px;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.01em;
	color: #3d435b;
	float: left;
	margin: 0 20px 0 0;
}

legend {
	font-size: 1.64em;
	color: #6a1213;
}

p { 

}

ol {

}

	ol li {
		
	}

ul {

}

	ul li {
	
	}







/*   IDs    [BEGIN]


================================================================================================================== */


#blogArchive, #sectNav {
	margin: 18px 35px;
}

	#blogArchive li {
		border-bottom: 1px #3381b1 solid;
		margin: 0 0 18px 0;
	}
	
	#sectNav li {
		list-style-image: url("/siteimages/bullets_ul.png");
		list-style-type: square;
		list-style-position: inside;
		padding: 3px 0;
		border-top: 1px #904e31 solid;
		border-bottom: 1px #904e31 solid;
		margin: -1px 0 0 0;
	}
	
		#sectNav li a {
			color: #904e31;
		}

	

#blogTease {
	position: relative;
	top: 40px;
	left: 450px;
	text-align: left;
	width: 525px;
	height: 257px;
	vertical-align: bottom;
	float: left;
}

#blogTeaseContent {
	position: absolute;
	z-index: 250;
	top: 0px;
	left: 0px;
	padding: 0 25px;
	color: #ffffff;
}

	#blogTeaseContent h2 {
		clear: both;
		padding: 45px 0 0 0;
		background: url(/siteimages/header_blogTease.png) no-repeat top left;
		text-transform: uppercase;
	}

#bodyHome {
	background: #708ca4 url(/siteimages/bg_bodyHome.png) repeat-x top;
}

#bodySubpage {
	background: #708ca4 url(/siteimages/bg_bodySubpage.png) repeat-x top;
}

#breadcrumbs, #pageContent {
	position: relative;
	z-index: 250;
	width: 615px;
	float: left;
	overflow: hidden;
	text-align: left;
}

#breadcrumbs{
	text-transform: capitalize;
	padding: 65px 25px 25px 45px;
}

#captchacontent {
	padding: 0 0 0 140px;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 1000px;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
}

#content {
	padding: 0 0 150px 0;
}

#errorMsg {
	background: #8f0102;
	color: #fff;
	padding: 10px;
	margin: 0 0 18px;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	clear: both;
	text-align: right;
	padding: 18px 0 0 0;
	background: #708ca4 url(/siteimages/bg_navFooter.png) repeat-x 0px 18px;
}

	#footer p {
		text-align: left;
		color: #c4d7e3;
		margin: 9px 0;
	}
	
		#footer p a {
			color: #c4d7e3;
		}

#header {
	background: #ddd;
}

#map {
	width: 438px;
	height: 318px;
	border: 1px #4b3d08 solid;
	margin: 18px 0;
}

	
#navFooter {
	text-align: right;
	overflow: hidden;
	margin: 0 auto;
	display: inline;
	background: #708ca4;
	padding: 0 0 10px 15px;
}

	#navFooter li {
		font-size: 1.01em;
		display: inline;
		padding: 0 13px 0 12px;
		margin: 0 0 0 -1px;
		border-left: 1px #fff solid;
	}

		#navFooter li a {
			color: #fff;
			text-decoration: none;
		}
		
		#navFooter li a:hover {
			text-decoration: underline;
		}

#navMain {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 7px 10px 20px;
	text-align: center;
	background: url(../_media/bg_mainNav.png) repeat-x top left;
	overflow: visible;
	z-index: 500;
}

	#navMain > li {
		font-size: 1.27em;
		text-transform: uppercase;
		display: inline;
		cursor: pointer;
		text-align: left;
		margin: 0 23px 0 0;
		background: url(../siteimages/bg_navMain.png) no-repeat top left;
	}
		
		#navMain > li > a {
			color: #fff;
			text-decoration: none;
		}
		
		#navMain > li > a:hover {
			text-decoration: underline;
		}
		
		#navMain li ul {
			width: 200px;
			display: block;
			margin: 6px 0 0 0;
			padding: 0 0 15px 0;
			position: absolute; 
			display: none;
			background: #1a1c28;
			background: url(/siteimages/endcap_subnav.png) no-repeat bottom;
		}
		
			#navMain li ul li {
				display: block;
				float: none;
				clear: both;
				font-size: 0.81em;
				text-transform: uppercase;
				padding: 0 15px 7px 15px;
				margin: -1px 0 0 0;
				cursor: pointer;
				background: url(/siteimages/bg_subnav.png) repeat-y;
			}
			
				#navMain > li > ul > li > a {
					color: #fff;
					text-decoration: none;
					line-height: 0.91em;
					display: block;
					border-top: 1px #4d4423 solid;
					padding: 7px 0 0 0;
				}
				
				#navMain > li > ul > li > a:hover {
					text-decoration: underline;
				}

#pageContent {
	padding: 0 25px 25px 45px;
}		

	#pageContent h1 {
		text-transform: uppercase;
	}		

#primaryContent {
	position: relative;
	clear: both;
	text-align: right;
	height: 297px;
	background: url(../siteimages/bg_homeContent.png) no-repeat top left;
}
	
#railRight {
	position: relative;
	z-index: 276;
	top: -50px;
	padding: 0 25px 45px 0;
	width: 275px;
	float: right;
	overflow: hidden;
	text-align: left;
}
	
	#railRight > ul > li > h3 {
		margin: 0 35px 18px 35px;
		font-size: 1.64em;
	}
	
		#railRight ul li ul li h3 {
			font-size: 1.64em;
		}
	
#railRightMod1, #railRightMod2 {
	overflow: hidden;
	margin: 0 0 18px;
}

#railRightMod1 {
	background: url(/siteimages/bg_rightRailMod1.png) repeat-y top left;
}

	#railRightMod1 h3 {
		color: #904e31;
	}
	
#railRightMod2 {
	background: url(/siteimages/bg_rightRailMod2.png) repeat-y top left;
}
	
	#railRightMod2 h3 {
		color: #7690a8;
	}
	
#secondaryContentMod1, #secondaryContentMod2, #secondaryContentMod3, #secondaryContentMod4 {
	float: left;
	padding: 18px;
	color: #ffffff;
}

#secondaryContentMod1, #secondaryContentMod2 {
	width: 296px;
	height: 129px;
	background: url(/siteimages/bg_mod1.png) no-repeat top left;
}

#secondaryContentMod3, #secondaryContentMod4 {
	width: 131px;
	height: 129px;
	background: url(/siteimages/bg_mod2.png) no-repeat top left;
}

#secondaryContentMod1 {

}

#secondaryContentMod2 {

}

#secondaryContentMod3 {

}

#secondaryContentMod4 {

}



#subcontentHome {
	overflow: hidden;
	clear: both;
	padding: 25px 0 0 0;
	background: url(/siteimages/bg_subHome.png) no-repeat top center;
}

	#subcontentHome li {
		float: left;
		text-align: left;
	}
	
		#subcontentHome li p {
			line-height: 1.11em;
		}
	
#subpageCols {
	clear: both;
	overflow: hidden;
	color: #000;
	padding: 0 0 36px 0;
}
	

	
	
	
	
	
	
/*   CLASSes    [BEGIN]



================================================================================================================== */

label span.small {
	font-size: 0.71em;
	display: block;
	line-height: 1.01em;
}

.actionButton2 {
	display: block;
	background: url(../_media/button_actions.png) no-repeat top left;
	font-size: 1.21em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	width: 173px;
	height: 28px;
	margin: 0 auto;
	padding: 9px 0;
}
	
	.actionButton2:hover {
		background-position: top right;
		cursor: pointer;
	}
	
.backgroundFills {
	position: relative;
	z-index: 50;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

	.fill1 {
		background: #062742;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	
	.fill2 {
		background: #233b4f;
		opacity: 0.85;
		filter: alpha(opacity=85);
	}
	
.buttonBlogArchive {
	background: url(/siteimages/button_blogArchive.png) no-repeat top left;
	display: block;
	height: 80px;
	width: 23px;
	margin: 215px 0 0 0;
	float: right;
}

.buttonBlogArchive:hover, .buttonReadMore1:hover, .buttonReadMore2:hover {
	background-position: top right;
}

.buttonReadMore1 {
	background: url(/siteimages/button_readmore1.png) no-repeat top left;
	display: block;
	height: 18px;
	width: 80px;
	margin: 0 0 18px;
}

.buttonReadMore2 {
	background: url(/siteimages/button_readmore2.png) no-repeat top left;
	display: inline-block;
	height: 23px;
	width: 50px;
	margin: 0;
}

.captcha-info {
	padding: 0 0 0 140px;
	margin: 0 0 18px 0;
}

.containerHome {
	background: url(/siteimages/bg_headHome.jpg) no-repeat top center;
}

	.containerHome #headLogo {
		width: 450px;
		height: 111px;
		background: url(/siteimages/header_logo.png) no-repeat top center;
		margin: 146px 0 -23px 0;
		float: left;
		position: relative;
		z-index: 100;
	}
	
	.containerHome #navContainer {
		position: absolute;
		top: 0px;
		left: 450px;
		width: 525px;
		height: 225px;
	}
	
	.containerHome #navMain {
		margin: 178px 25px 0 25px;
	}

.containerSubpage {
	background: url(/siteimages/bg_headSubpage.jpg) no-repeat top center;
}

	.containerSubpage #headLogo {
		position: relative;
		z-index: 275;
		width: 450px;
		height: 111px;
		background: url(/siteimages/header_logo.png) no-repeat top center;
		margin: 35px 0 -25px 0;
		float: left;
	}
	
	.containerSubpage #navContainer {
		position: absolute;
		top: 0px;
		left: 450px;
		width: 525px;
		height: 125px;
		z-index: 450;
	}
	
	.containerSubpage #navMain {
		margin: 83px 25px 0 25px;
	}
	
.endcapBott {
	margin: 0 0 -5px 0;
}

.homeFooter, .subpageFooter {
	font: 0.81em Geneva, Arial, Helvetica, sans-serif;
	color: #8a7272;
	clear: both;
}

.imgNoBorder {
	border: none;
}

.legalLink {
	padding: 0 10px 0 0;
	border-right: 1px #c4d7e3 solid;
	margin: 0 10px 0 0;
}

.modIcons {
	float: left;
	margin: 0 7px 0 0;
}

.modLeadLink a {
	color: #415972;
	font-size: 1.27em;
}

.modTitle {
	clear: both;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.searchForm {
	border-top: none;
	border-bottom: none;
	padding: 0 15px;
}

	.searchForm input {
		font-size: 1.01em;
		width: auto;
	}
	
	.searchForm input.inputText {
		width: 185px;
	}

.sIFR-active #navMain li {
	font-size: 1.51em;
	line-height: 1.01em;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 0 0 10px;
}	

.sIFR-active #navMain li a {
		color: #ffffff;
		text-decoration: none;
	}
	
.sIFR-active #navMain li a:hover {
	text-decoration: underline;
}

.sIFR-active #blogTeaseContent h2 {
	font-size: 2.51em;
	color: #ffffff;
	text-transform: uppercase;
}

.sIFR-active #pageContent h1 {
	font-size: 3.01em;
	color: #000000;
	text-transform: uppercase;
}

.subpageBody {
	background: #000 url(../_media/bg_subpageBody.jpg) no-repeat top center;
}



.subpageContent {
	background: #fff url(/siteimages/bg_subpageContent.jpg) no-repeat top left;
	z-index: 100;
}

.subpageHeadBG {
	position: relative;
	z-index: 1;
	top: -13px;
	margin: -20px 0 -440px -100px;
}

.subpageLogo {
	margin: 0 0 -10px 0;
}

.subpageWrapper {
	background: url(../_media/bg_containerSubpage.jpg) no-repeat top center;
}

.subpageFooter {
	border-top: 5px #934b32 solid;
}

.subpageNav {

}


