/* <![ Global [ -----------------------------------------------------------*/

/*
Site 9 Default CSS File
Working Version: template
VERSION: 1.0 
LAST MODIFIED: 02.07.2008
LAST MODIFIED BY: NAPOLISX

NOTES:
Image pathing needs to be as follows.

url(/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/


html {
	height:100%;}
	
.body{	
	margin:0px; 
	padding:0px; 
	text-align:center;
	behavior:url(/scripts/csshover.htc);
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/body-BG.gif) top left repeat-x #545811;}
	
#body-BOTTOM-BG {
	margin:20px 0px 0px 0px;
	background:url(../images/body-BOTTOM-BG.gif) top left repeat-x #484c03;}

#wide {
	}
	
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:1024px;
	overflow:hidden;}
	
#body-BOTTOM-BG #container {
	width:950px;}
	
#search {
	}
	
	#wide #search {
		padding:0px 0px 30px 0px;}
	
	#search-field {
		background:#94974c;
		border:1px solid #444;
		width:150px;
		padding:1px 3px;
		font:11px Arial, Helvetica, sans-serif;
		color:#232323;}
		
	#search-button {
		font:11px Arial, Helvetica, sans-serif;
		width:28px;
		height:24px;
		overflow:hidden;
		border:none;
		background:url(../images/search-button.gif) top left no-repeat;
		text-align:center;
		text-decoration:none;}
	
	#search-button:hover {	
		background:url(../images/search-button-OVER.gif) top left no-repeat;}
	
input, select, textarea, form {	
	margin:0px;
	padding:0px;}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;}
	
hr {
	height:1px;
	color:#a7a976;
	background:#a7a976;
	border:none;
	margin-left:-20px;
	margin-right:-17px;
	padding:0px;}
		
address {
	font-style:normal;}
	

/*	<![ Navigation [ -----------------------------------------------------------*/

#topnav {
	height:21px;
	padding:5px 40px 0px 0px;
	overflow:hidden;
	text-align:right;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;}
	
	@media screen and (-webkit-min-device-pixel-ratio:0){
		#topnav {
			height:20px;
			padding:6px 40px 0px 0px;}
		}  /*Safari hack - keep in */
	
	#topnav ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		
		#topnav ul ul {
			display:inline;}
			
	#topnav ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
	#topnav ul li a {
		color:#c2c2c2;
		text-decoration:none;
		padding:0px 32px 0px 0px;}
	
	#topnav ul li a:hover {
		color:#fdf682;
		text-decoration:none;}

		
#nav {
	clear:both;
	height:27px;
	padding:3px 0px 0px 0px;
	overflow:hidden;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-align:center;}
	
	@media screen and (-webkit-min-device-pixel-ratio:0){
		#nav {
			height:25px;
			padding:5px 0px 0px 0px;}
		}  /*Safari hack - keep in */
	
	#nav ul {
		list-style:none;
		margin:0px;
		padding:5px 0px 0px 0px;}
		#nav ul ul {
			display:none;}
			
	#nav ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
	#nav ul li a {
		padding:0px 15px 0px 11px;
		text-transform:uppercase;
		color:#000;
		text-decoration:none;
		border-right:1px solid #4a4f01;}
		#nav ul li.first_child a {
			border-left:1px solid #4a4f01;
			padding-left:15px;}
		#nav ul ul li.first_child a {
			border-left:none;
			padding-left:12px;}
			
	#nav ul li a:hover {
		color:#cec539;
		text-decoration:none;}
		
	#nav ul li.contact-us, #nav ul li.maps, #nav ul li.directions {
		display:none;}

	
#aop {
	font:13px Arial, Helvetica, sans-serif;
	line-height:14px;
	text-transform:uppercase;
	padding:0px 0px 35px 0px;
	height:210px;
	overflow:hidden;
	margin-bottom:40px;
	}
	#aop ul {
		list-style:none;
		padding:0px;
		margin:0px;
		border-top:1px dotted #979696;}
	#aop ul li {
		padding:1px 0px;
		margin:0px;}
	#aop ul li a {
		display:block;
		padding:5px 3px;
		text-align:right;
		color:#fff;
		text-decoration:none;
		border-bottom:1px dotted #979696;}
	#aop ul li a:hover {
		color:#98cef0;
		text-decoration:none;}	
		
#footlinks-LEFT {
	margin:-15px 0px;
	display:block;
	float:left;
	width:7px;
	height:144px;
	overflow:hidden;
	background:url(../images/footlinks-LEFT.jpg) top left no-repeat;}
#footlinks-RIGHT {
	margin:-15px 0px;
	display:block;
	float:right;
	width:6px;
	height:144px;
	overflow:hidden;
	background:url(../images/footlinks-RIGHT.jpg) top right no-repeat;}
		
#footlinks {
	position:relative;
	_position:inherit;
	padding:15px 0px;
	background:url(../images/footlinks-BG.jpg) top left repeat-x;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;}	
	
	#footlinks ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		#footlinks ul ul {
			display:inline;}
				
	#footlinks ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
		#footlinks ul ul {
			display:inline;}

	#footlinks  ul li a {
		color:#000;
		text-decoration:none;
		padding:0px 5px;
		border-right:1px solid #000;}
		
		#footlinks ul .last_child a {
			border-right:none;}
		
	#footlinks ul li a:hover {
		color:#b9bd54;}
	
/*	<![ Layout [ -----------------------------------------------------------*/

#clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;}

#header {
	height:265px;
	background: url(../images/header.jpg) top left no-repeat;
	overflow:hidden;
	border-bottom:2px solid #2a2b25;}
	
	#header p {
		margin:0px;
		padding:0px;}

.logo {
	margin:20px 0px 0px 35px;}

#slideshow {
	display:block;
	float:right;
	height:207px;
	width:443px;
	overflow:hidden;}
	
	#slideshow-01, #slideshow-02, #slideshow-03 {
		display:block;
		float:left;
		margin:58px 13px 0px 0px;
		width:126px;
		height:126px;
		overflow:hidden;
		background:#b7b7b7;
		_background:none;}


#footer {
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:30px 7px;}
	
	#footer h2 {
		margin:0px;
		padding:0px;}
	
	#footer p {
		margin:9px 0px;
		padding:0px;
		line-height:11px;}
		
	#address-box {
		display:block;
		float:right;
		width:440px;
		padding:0px 0px 0px 30px;
		overflow:hidden;}
		
	#footer address {
		font:11px Arial, Helvetica, sans-serif;
		color:#b9bd54;
		display:block;
		float:left;
		width:115px;
		height:110px;
		padding:5px 15px;
		overflow:hidden;
		border-left: 1px dotted #000;}


#mid {
	background:url(../images/mid-BG.gif) top left repeat-y;}
	
	#wide #mid {
		background:url(../images/mid-BG-wide.gif) top left repeat-y;}

#mid-TOP {
	height:24px;
	overflow:hidden;
	background:url(../images/mid-TOP.jpg) top left no-repeat;}
	

#left {
	float:left;
	width:184px;
	padding:4px 15px 0px 38px;
	overflow:hidden;}
	
	#left h2 {
		margin:0px 0px 10px 0px;
		padding:0px;
		color:#f0e52c;
		font:normal 17px "Trebuchet MS", Arial, Verdana, sans-serif;
		letter-spacing:2px;
		text-transform:uppercase;
		text-align:center;}
	
	#left h2.underline {
		padding:0px 0px 4px 0px;
		border-bottom:1px solid #6f8138;
		font-style:italic;
		text-align:left;
		text-transform:none;}
	
	
	#train-law-blog {
		font:12px Arial, Helvetica, sans-serif;
		background:url(../images/train-law-blog-button.gif) top left no-repeat;
		text-align:center;
		height:22px;
		padding:3px 0px 0px 0px;
		overflow:hidden;}
		
	@media screen and (-webkit-min-device-pixel-ratio:0){
		#train-law-blog {
			height:21px;
			padding:4px 0px 0px 0px;}
		}  /*Safari hack - keep in */
		
		#train-law-blog a {
			color:#000;
			font-weight:bold;
			text-decoration:none;}
		#train-law-blog a:hover {
			color:#fff;
			font-weight:bold;
			text-decoration:none;}
		
	#fast-access {
		font:13px Arial, Helvetica, sans-serif;
		color:#d3d771;
		padding:30px 0px 0px 0px;}
		
		#fast-access ul {
			list-style:none;
			margin:0px;
			padding:0px;}
		#fast-access ul li {
			display:block;
			padding:0px 0px 15px 0px;
			margin:0px;}
		#fast-access ul li a {
			font-weight:bold;
			color:#d3d771;
			text-decoration:none;}
		#fast-access ul li a:hover {
			color:#fff;
			text-decoration:underline;}
	
		
#right {
	float:right;
	width:185px;
	padding:0px 36px 0px 0px;
	overflow:hidden;}
	
	#right h2 {
		margin:0px 0px 10px 0px;
		padding:0px;
		color:#f0e52c;
		font:normal 17px "Trebuchet MS", Arial, Verdana, sans-serif;
		letter-spacing:2px;
		text-transform:uppercase;
		text-align:center;}
	
	#right h2.underline {
		padding:0px 0px 4px 0px;
		border-bottom:1px solid #6f8138;
		font-style:italic;
		text-align:left;
		text-transform:none;}
		
		
	#articles {
		font:13px Arial, Helvetica, sans-serif;
		color:#d3d771;
		padding:10px 0px 0px 0px;}
		
		#articles ul {
			list-style:none;
			margin:0px;
			padding:0px;}
		#articles ul li {
			display:block;
			padding:0px 0px 15px 0px;
			margin:0px;}
		#articles ul li a {
			font-weight:bold;
			color:#d3d771;
			text-decoration:none;}
		#articles ul li a:hover {
			color:#fff;
			text-decoration:underline;}		
		
#middle-column {
	display:block;
	float:left;
	width:552px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:url(../images/content-TOP.gif) top left no-repeat;}
	
	#wide #middle-column {
		width:753px;
		background:url(../images/content-TOP-wide.gif) top left no-repeat;}
	
#content-BOTTOM {
	height:11px;
	overflow:hidden;
	background:no-repeat 237px 0px url(../images/content-BOTTOM.gif);}
	
	#wide #content-BOTTOM {
		background:no-repeat 237px 0px url(../images/content-BOTTOM-wide.gif);}
	
#content {
	padding:15px 20px 5px 20px;}
	
	#content p, #content ol, #content ul {
		margin-top:0px;
		margin-bottom:17px;
		line-height:18px;}
		
		#content ol ol, #content ul ul {
			margin-bottom:0px;}

	#content h1{	
		font:normal 23px Arial, Helvetica, sans-serif;
		color:#48738d;
		line-height:normal;
		margin-top:0px;
		margin-left:-20px;
		margin-right:-17px;
		padding:0px 17px 10px 20px;
		border-bottom:1px solid #33350a;}
	#content h2{	
		font: bold 14px Arial, Helvetica, sans-serif;
		color:#6a6e0a;
		line-height:normal;
		padding:0px;
		margin-bottom:0px;}
	#content h3{	
		font: bold 13px Arial, Helvetica, sans-serif;
		color:#000;
		line-height:normal;
		padding:0px;
		margin-bottom:0px;}
	#content h4{	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#444;
		line-height:normal;
		padding:0px;
		margin-bottom:0px;}
	#content h5{	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#666;
		line-height:normal;
		padding:0px;
		margin-bottom:0px;}
	#content a {
		color:#2575a6;
		font-weight:bold;
		text-decoration:none;}
	#content a:hover {
		text-decoration:underline;}

	#content ul {
		list-style:none;
		margin-left:0px;
		padding-left:27px;}
		
	#content ul li {
		background:no-repeat 0px 5px url(../images/bullet.gif);
		padding-left:13px;}

#testimonials {
	display:block;
	float:right;
	margin:0px 0px 20px 20px;
	border:1px solid #c7c79a;
	background:#e6e6d3;
	width:200px;
	height:200px;
	padding:5px 10px 10px 10px;
	overflow:hidden;
	font:11px Arial, Helvetica, sans-serif;}
	
	#testimonials h1, #testimonials h2, #testimonials h3 {
		margin:0px -10px;
		padding:0px 10px 5px 10px;
		border-bottom:1px solid #c7c79a;
		color:#48738d;}
		
	#testimonials p {
		margin:12px 0px;
		padding:0px;
		line-height:12px;}

#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	height: 180px; /*marquee height */
	overflow: hidden;}



/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:5px 0px;
	margin:0px;}

.form-label {
	width:120px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	line-height:14px;}
  
.form-pct {
	border:1px solid #a2a477;
	background:#bfc18f;
	padding:5px 6px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	width:365px;}
	
select.form-pct {
	width:379px;}
	
.msg-pct {
	border:1px solid #a2a477;
	background:#bfc18f;
	padding:5px 6px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	width:494px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.main-submit {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#484c03;
	border:1px solid #333;
	text-decoration:none;
	padding:1px 3px;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	text-decoration:none;
	color:#fff;
	border:1px solid #484c03;
	background:#747917;}


.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		
.custom-form .Captcha-Contact-Us {
	position:relative;
	height:50px;
}

.custom-form .Captcha-Contact-Us img {
	position:absolute;
	top:0;
	left:0;
	}
.custom-form .Captcha-Contact-Us input {
	position:absolute;
	top:0;
	left:200px;
	border:1px solid #a2a477;
	background:#bfc18f;
	padding:5px 6px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	}

/*  <![ Disclaimer Alert [ ----------------------------------------------------*/

#overlay_div {
	position:relative;
	font:11px Tahoma, Verdana, sans-serif;
	color:#000;
	padding:0px;
	z-index:100;}

#overlay_div p {
	line-height:normal;}
	
#iagree {
	position:absolute;
	font:11px Tahoma, Verdana, sans-serif;
	color:#000;
	padding:15px 15px 15px 15px;
	border:1px solid #878b22; /* Disclaimer box border color */
	background-color:#a8ab5d; /* Disclaimer box bgcolor color */
	width:475px;
	margin:4px 0 0 0;}

#overlay_div h3 {
	font:18px Tahoma, Verdana, sans-serif;
	border-bottom:1px solid #000;
	color:#000;
	padding:0;
	margin:0;}

#iagree .overlay_submit {
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#484c03;
	border:1px solid #333;
	float:right;
	text-decoration:none;}
	
	#iagree .overlay_submit:hover {
		text-decoration:none;
		color:#fff;
		border:1px solid #484c03;
		background:#747917;}
	
#iagree .checkbox {
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement {
	position:relative;
	top:3px;
	border:none;}



/*	<![ Quick Contact [ -----------------------------------------------------------*/

#qc {
	padding:45px 0px 0px 0px;}
	
	#wide #qc {
		padding:30px 0px;}
	
	#qc h2 {
		margin:0px;
		padding:0px 0px 5px 0px;}

.pad_frm_itm2 {
	padding:1px 0px 1px 2px;
	margin:0px;}

.form-label2 {
	display:block;
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:lowercase;}
  
.form-pct2 {
	border:1px solid #454542;
	background:#94974c;
	padding:2px 3px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	width:170px;}
	
.msg-pct2 {
	border:1px solid #454542;
	background:#94974c;
	padding:2px 3px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	width:170px;
	height:50px;
	overflow:auto;
	}
	
body:nth-of-type(1) .msg-pct2 {
	resize:none !important; /* targeting webkit browsers - safari, chrome */
}

#qc .CaptchaComponent input {
	border:1px solid #454542;
	background:#94974c;
	padding:2px 3px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	width:170px;
	margin:2px 0 0 0;
	}

.custom-form2 {
	margin:0px;
	padding:0px;}

	.custom-form2 fieldset {
		margin:0px;
		padding:0px;
		border:none;}
		  
	.custom-form2 legend {
		padding:0px 2px 5px 33px;
		font:bold 14px Verdana, Arial, Helvetica, sans-serif;
		text-align:center;}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}


.submit-align2 {
	margin-left:-2px;
	height:23px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/submit-button.gif) bottom left no-repeat;
	text-align:center;}
	
@media screen and (-webkit-min-device-pixel-ratio:0){
	.submit-align2 {
		height:21px;
		padding:10px 0px 0px 0px;}
	}  /*Safari hack - keep in */
	

.submit {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px;
	padding:0px;
	text-align:center;
	background:none;
	border:none;}
	
.submit:hover {	
	color:#fff;}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	display:block;
	float:left;
	padding:15px;
	width:900px;
	text-align:left;
	font:10px Arial, Helvetica, sans-serif;}
	
	#disclaimer a {
		color:#000;
		font-weight:bold;
		text-decoration:underline;}
	#disclaimer a:hover {
		color:#b9bd54;
		text-decoration:underline;}	


/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)*/


#directions-thumb {
	display:block;
	float:right;
	width:200px;
	overflow:hidden;
	margin:10px 0px 15px 20px;}
	
	#directions-thumb a:hover {
		text-decoration:none;
		color:#009eff;}


/* Fix for IE6 - prevents text from disappearing when map loads - apply this class to the RTF for content area */
.DirectionsContent {
	display:block;
	position:relative;}
	

/* [ Outer div ] -----------> */
#directionsForm {
	}

/* div that wraps form */
#directionsInput {
	padding:4px 0px;}

#fromAddress {
	width:350px;
	border:1px solid #a2a477;
	background:#bfc18f;
	padding:3px 4px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;} /* address input field */

#directionsLocale {
	padding:4px 0px;}

	#directionsLocale select {
		border:1px solid #a2a477;
		background:#bfc18f;
		font:11px Arial, Helvetica, sans-serif;
		color:#000;} /* language dropmenu */

#locale{
	}

#directionsSubmit {
	padding:4px 0px;}
	
	#directionsSubmit input {
		font:12px Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
		background:#484c03;
		border:1px solid #333;
		text-decoration:none;
		padding:1px 3px;} /* GET DIRECTIONS button */
	#directionsSubmit input:hover {
		text-decoration:none;
		color:#fff;
		border:1px solid #484c03;
		background:#747917;}

#map {
	border:1px solid #000;
	color:#000;}

#addressNotFound {
	}

#directions {
	}


