/* <![ 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:0; 
	padding:0; 
	background:url(../images/main_bg.jpg);
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	behavior:url(/scripts/csshover.htc);
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:833px;
}
			
a {	
	color:#990000;
	text-decoration:none;
}
	
a:hover {	
	color:#990000;
	text-decoration:underline;
}
	
input, select, textarea{	
	border:1px solid #000;
}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
}
	
hr{
	height:1px;
	color:#000;
	margin:5px 0px;
	padding:0px;
}

.clear { clear:both; }


/*	<![ Navigation [ -----------------------------------------------------------*/

#nav {
	position:relative;
	height:34px;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	z-index:1;
	margin:0;
	padding:0;
	width:833px;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style:none !important;
	}
#nav li {
	margin:0px;
	padding:0px;
	float:left !important;
	position:relative !important;
	}
#nav li a {
	display:block !important;
	text-decoration:none;
	padding:10px 17px 2px 17px;
/*	text-align:center;*/
	color:#751c1c;
/*	overflow:hidden;*/
	cursor:pointer;
	}
#nav li a:hover{
	color:#751c1c;
	background:no-repeat center center url(../images/nav_hover.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/nav_hover.png,sizingMethod='crop');
	}

/* second level */

#nav li ul {
	display:none !important;
	margin:0px !important;
	padding:0px !important;
	position:absolute !important;
	z-index:20;
	}
#nav li:hover ul {
	display:block !important;
	margin:0px !important;
	padding:0px !important;
	}
#nav li ul li {
	display:inline !important;
	float:none !important;
	margin:0px !important;
	padding:0px !important;
	top:0px;
	left:30px;
	}
#nav li ul li a {
	/*white-space:nowrap !important;*/
	display:block;
	margin:0px;
	padding:5px;
	color:#751C1C;
	border:1px solid #993300;
	border-width:1px 1px 0 1px;
	text-align:left;
	text-decoration: none;
	width:160px;
	background-color:#FFFFFF;
	text-transform: none;
	}
#nav li ul li.last_child a {
	border:1px solid #993300;
	border-width:1px 1px 1px 1px;
	}
	
#nav li ul li a:hover {
	color: #ffffff;
	background: #993300;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false);
	background-image:none;
	}
#nav li:hover {
	cursor:pointer;
	}
		
	

/*	<![ AOPS Navigation [ -----------------------------------------------------------*/

#aops {
	margin:0px 0 0 5px;
}
	
	#aops ul {
		list-style:none;
		margin:0;
		padding:0;
	}	
	
		#aops ul li a {	
			display:block;
			color:#000;
			font:bold 11px Verdana, Arial, Helvetica, sans-serif;
		}
		
		#aops ul li a:hover {
			color:#000;
			text-decoration:none;
		}	

/*	<![ Footer Navigation [ -----------------------------------------------------------*/
		
#footlinks {
	width:833px;
	text-align:center;
	color:#77201f;
	text-transform:uppercase;
	padding:12px 0;
	font:normal 10px Arial, Helvetica, sans-serif;
}
	
	#footlinks ul {
		margin:0;
		padding:0;
		list-style:none;
	}	
	
		#footlinks ul li {
			display:inline;
			margin:0px;
			border-right:solid 1px #77201f;
		}	
	
			#footlinks ul li.last_child {
				border-right:none;
			}	
	
			#footlinks li a {
				margin:0px 10px 0 10px;
				color:#77201f;
			}
				
			#footlinks li a:hover {
				color:#77201f;
				text-decoration:underline;
			}					

/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	position:relative;
	width:867px;
	height:157px;
	background:url(../images/header.png) no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/header.png,sizingMethod='scale');
	text-align:right;
	margin:0 auto;
}
#header #print{
	visibility:hidden;
	display:none;
	}
	#header ul {
		position:absolute;
		top:12px;
		right:22px;
		margin:0;
		padding:0;
		list-style-type:none;
	}

		#header ul li{
			display:inline;
			margin:0;
			padding:0;
			border-right:solid 1px #77201f;
		}

			#header ul li.last_child {
				margin-right:0;
				border-right:none;
			}

			#header ul li a{
				margin:6px 5px;
				color:#77201f;
				font:normal 12px Arial, Helvetica, sans-serif;
				padding:0;
			}
			
			#header ul li a:hover {
				color:#77201f;
				text-decoration:none;
			}

#sub_header{
	width:553px;
	height:303px;
	background:url(../images/subheader.jpg) no-repeat;	
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	z-index:0;
}

#mid {
	width:833px;
	padding:0;
	margin:0;
	background:repeat-y url(../images/mid_bg.jpg);
}	

#right {
	padding-top:0;
	float:left;
	width:221px;
}

#left {
	width:553px;
	float:left;
	padding-right:30px;
}


#content {
	padding:0px;
	width:513px;
	margin-right:35px;
	padding-left:20px;
}	

	
	#content p {
		text-align:left;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#252422;
		line-height:20px;
	}
	
	#content ul li {
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#252422;
		line-height:20px;
		list-style:none;
		padding-left:12px;
		background:no-repeat 0px 9px url(../images/bullet.jpg);
	}

	#content h1{	
		font:normal 18px Constantia, "Palatino Linotype", "Book Antiqua", Palatino, Serif;
		color:#524f44;
		text-transform:uppercase;
		padding-top:8px;
		_padding-top:18px;
		_padding-bottom:0;
		_margin-bottom:-16px;
	}
		
	#content h2{	
		font: normal 14px Arial, Helvetica, sans-serif;
		color:#751c1c;
	}
		
	#content h3{
		font: normal 12px Arial, Helvetica, sans-serif;
		color:#751c1c;
	}
	
	#content a {
		color:#751c1c ;
		text-decoration:none;
	}
	
	#content a:hover {
		color:#751c1c ;
		text-decoration:underline;
	}
	
	#content * {
	}
	
#contenthome {
	padding:0px;
	/* width:513px;
	margin-right:35px;*/
	width:540px;
	margin-right:0px;
	padding-left:20px;
}	

	
	#contenthome p {
		text-align:left;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#252422;
		line-height:20px;
	}
	
	#contenthome ul li {
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#252422;
		line-height:20px;
		list-style:none;
		padding-left:12px;
		background:no-repeat 0px 9px url(../images/bullet.jpg);
	}

	#contenthome h1{	
		font:normal 18px Constantia, "Palatino Linotype", "Book Antiqua", Palatino, Serif;
		color:#524f44;
		text-transform:uppercase;
		padding-top:8px;
		_padding-top:18px;
		_padding-bottom:0;
		_margin-bottom:-16px;
	}
		
	#contenthome h2{	
		font: normal 14px Arial, Helvetica, sans-serif;
		color:#751c1c;
	}
		
	#contenthome h3{
		font: normal 12px Arial, Helvetica, sans-serif;
		color:#751c1c;
	}
	
	#contenthome a {
		color:#751c1c;
		text-decoration:none;
	}
	
	#contenthome a:hover {
		color:#751c1c;
		text-decoration:underline;
	}
	
	#contenthome * {
	}

/*	<![ Quick Contact [ -----------------------------------------------------------*/

#qctable {
	position:relative;
	width:221px;
	background:repeat-y url(../images/qc_bg.jpg);
	margin-top:20px;
}
	
#qctable h2 {
	width:221px;
	height:45px;
	margin:0;
	padding:0;
	background:no-repeat url(../images/qc_h2.jpg);
}

#qctable h2 span {
	display:none;
}

#qctable-bottom {
	width:221px;
	height:17px;
	background:no-repeat url(../images/qc_bottom.jpg);
	overflow:hidden;
}

.pad_frm_itm_qc {
	padding:0px;
	padding-left:11px;
	padding-top:1px;
}
	
.form-pct_qc { 
	width:197px; 
	height:14px;
	border:solid 1px #b0ac9b;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#524f44;
}

.form-label_qc {
	color:#5278aa;
	font:normal 10px Arial;
}

.msg-pct_qc {
	overflow:auto;
	width:197px; 
	height:34px;
	border:solid 1px #b0ac9b;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#524f44;
	margin:0;
}

.submit {
	border:none;
	width:79px;
	height:16px;
	background:no-repeat url(../images/submit_btn.jpg);
	font:normal 10px Arial, Helvetica, sans-serif;
	padding-bottom:2px;
	_padding-bottom:0px;
	color:#fff;
	margin-top:7px;
	margin-left:120px;
	/*_margin-bottom:-20px;
	_margin-bottom:-16px;*/
}

.search_btn {
	border:none;
	position:relative;
	width:23px;
	height:15px;
	background:no-repeat url(../images/search_btn.jpg);
}

.search_field {
	border:none;
	font-size:10px;
	width:120px;
}

#search_box {
	height:21px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
}

#right_image {
	margin-top:22px;
	margin-bottom:-8px;
	margin-left:4px;
}

#Captcha {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000;
}

#Captcha img {
	margin-bottom:2px;
	margin-top:6px;
}

#Captcha input { 
	width:197px; 
	height:14px;
	border:solid 1px #b0ac9b;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#524f44;
	margin-top:1px;
}


#video {
	margin-left:5px;
	margin-top:12px;
	margin-bottom:12px;
}


#offices {
	position:relative;
	width:221px;
	background:repeat-y url(../images/offices_bg.jpg);
	margin-top:12px;
}
	
#offices h2 {
	width:221px;
	height:43px;
	margin:0;
	padding:0;
	background:no-repeat url(../images/offices_h2.jpg);
}

#offices h2 span {
	display:none;
}

#offices-bottom {
	width:221px;
	height:20px;
	background:no-repeat url(../images/offices_bottom.jpg);
	overflow:hidden;
}


address {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#524f44;
	text-align:center;
	margin:0;
	padding:0;
}

address.white-plains {
	padding-top:6px;
	padding-bottom:8px;
}

#offices-bullet {
	width:221px;
	height:12px;
	background:no-repeat center center url(../images/offices-bullet.jpg);
	overflow:hidden;
}

address.white-plains {

}


#footer {	
	width:833px;
	margin:0 auto;
}

#mid_bottom {	
	width:833px;
	height:58px;
	background:no-repeat url(../images/mid_bottom.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/mid_bottom.png,sizingMethod='scale');
}

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	color:#524f44;
	margin:0 auto;
	text-align:left;
	height:70px;
	width:833px;
}

#lexislogo {
	float:left;
	margin-right:20px;
	margin-left:12px;
	_margin-left:6px;
	margin-top:12px;
}

#disclaimer_text {
	float:right;
	width:700px;
}

#disclaimer a {
	color:#524f44;
	text-decoration:underline;
}
		
#disclaimer a:hover {
	color:#524f44;
	text-decoration:underline;
}

/*	<![ Disclaimer Alert [	 -----------------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;
}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;
}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:450px;
	margin:4px 0 0 0;
}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;
}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;
}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;
}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}



/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
}

/* div that wraps form */
#directionsInput {
}

#fromAddress{
	padding:4px 0;
}

#directionsLocale{
	padding:4px 0;
}

#locale{
}

#directionsSubmit{
	padding:4px 0;
}

#map{
	border:solid 1px #000;
}

#addressNotFound{
}

#directions{
}

/*	<![ Contact Us Page [ -----------------------------------------------------------*/

.pad_frm_itm {
padding:3px 0px;
margin:0px;
}

.form-label {
width:140px; /* Width of labels */
padding:0px 5px 0px 0px;
display:inline-block;
vertical-align:top;
}

.form-pct {
width:300px;
font:12px Verdana, Arial, Helvetica, sans-serif;
}

.msg-pct {
width:445px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
height:70px;
overflow:auto;
font:12px Verdana, Arial, Helvetica, sans-serif;
}

.custom-form {
}

.custom-form fieldset {
margin:0px 0px 10px 0px;
padding:0px;
width:470px; /*  .msg-pct width + 25   */
border:none;
}

.custom-form legend {
padding:0px 2px;
font-weight:bold;
}

.custom-form fieldset ol {
margin:0px;
padding:0px;
list-style:none;
}
