/*--------------------- Last Modified --> 2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
.body { 
	background:#831C17 url(../images/bg-body.jpg) top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:-3px 0 -10px 0; 
	}
	
img.img-left-sub { 
	float:left;
	margin:0 0 0 -20px;
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

#noflash {
margin-left:21px;
}

#videowebsite-index { margin-left: 23px; }
#vms-lightwindow-link { display: none; }

	
/* ----- global form elements ----- */ 

form#contact-quick {
	width:167px;
	margin:0 0 15px 0;
	}

form#contact-quick label	{ font-size:.95em; }

form#contact-quick br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#000;
	width:162px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main, #wp_commentform { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#wp_commentform label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin:0 0 10px 28px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select,
#wp_commentform label input, #wp_commentform label textarea, #wp_commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select, #wp_commentform label select { width:177px; }
	
#contact-main label textarea, #wp_commentform label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

form#contact-quick input.submit, form#contact-quick input.submit-contact-main, form#contact-quick input#wp_searchsubmit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

form#contact-quick input.submit-contact-main { margin:95px 0 5px 243px; }

form#contact-quick input#wp_submit {
	width:110px;
	height:20px;
	cursor:pointer;
	padding:0;
	margin:95px 0 5px 270px;
	}


/* framework
 * ------------------------------------------------------------------------- */

.body #index #wrap {
	background:url(../images/bg-wrap.jpg) repeat-y;
	width:830px;
	margin:0 auto;
	text-align:left;
	}

#wrap {
	background:url(../images/bg-wrap-sub.jpg) repeat-y;
	width:830px;
	margin:0 auto;
	text-align:left;
	}
	
.body #index #bg-wrap-bottom {
	background:url(../images/bg-wrap-bottom.jpg) left bottom no-repeat;
	width:830px;
	}

#bg-wrap-bottom {
	background:url(../images/bg-wrap-bottom-sub.jpg) left bottom no-repeat;
	width:830px;
	}
	
#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:93px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:34px;
		width:153px;
		top:0px;
		height:93px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

.body #index #column-left {
	z-index:0;
	width:221px;
	float:left;
	}

#column-left {
	z-index:0;
	width:609px;
	float:left;
	}
		
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left ol {
		margin:0 20px 15px 42px;
		}
	
	/* single column list */
	#column-left ul { padding-left:40px; }
		#column-left ul li {
			list-style-type:disc;
			}
			
	#column-left ol { padding-left:40px; }
		#column-left ol li {
			list-style-type:decimal;
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	#btn-video {
		background:url(../images/btn-video.jpg);
		height:225px;
		position:relative;
		}
		
		#btn-video a {
			position:absolute;
			width:119px;
			height:25px;
			left:59px;
			top:161px;
			}
			
			#btn-video span { display:none; }
			
	.penalties {
	float:left;
	width:200px;
	padding:0 0 0 200px;
	}
			
/* ----- column-middle ----- */

#column-middle {
	width:388px;
	float:left;
	}
	
	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0 20px 15px 20px;
		}
			
	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			background:transparent url(http://www.cavalluzzi.com/images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	#column-middle ul#nav-defense-left, #column-middle ul#nav-defense-right, #column-middle ul#nav-injury-left, #column-middle ul#nav-injury-right { padding-left:0; margin:0; }
		#column-middle ul#nav-defense-left li, #column-middle ul#nav-defense-right li, #column-middle ul#nav-injury-left li, #column-middle ul#nav-injury-right li { 
			background:none;
			padding-left:0; 
			}
			
	#column-middle ul li ul { margin:0 0 0 5px; }

	#column-middle ul#nav-defense-left li ul, #column-middle ul#nav-defense-right li ul, #column-middle ul#nav-injury-left li ul, #column-middle ul#nav-injury-right li ul { margin:0; }
			
	.learn-more-btn {
	padding:0 10px 10px 18px;
	margin-top:-10px;
	}


/* ----- column-right ----- */

.body #index #column-right {
	width:221px;
	float:left;
	}

#column-right {
	width:221px;
	float:left;
	padding-bottom:350px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 15px 20px;
		}
	#column-right form { margin-left:20px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url(http://www.cavalluzzi.com/images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
/* ----- bottom-wrap ----- */
 
.body #index #bottom-wrap {
	background:url(../images/bottom-wrap.jpg);
	height:63px;
	clear:both;
	width:830px;
	margin:0 auto; 
	}

#bottom-wrap {
	background:url(../images/bottom-wrap-sub.jpg);
	height:63px;
	clear:both;
	width:830px;
	margin:0 auto; 
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:263px; background:url(../images/header-index.jpg); } 

	.body #index #header-graphic { background:url(../images/header-index.jpg); }
	body#about #header-graphic { background:url(../images/header-about.jpg); }
	body#contact #header-graphic { background:url(../images/header-contact.jpg); }
	body#thankyou #header-graphic { background:url(../images/header-success.jpg); }
	body#sitemap #header-graphic { background:url(../images/header-drug.jpg); }
	
	body#forfeiture #header-graphic { background:url(../images/header-contact.jpg); }
	body#car #header-graphic { background:url(../images/header-car.jpg); }
	body#civil #header-graphic { background:url(../images/header-civil.jpg); }
	body#criminal #header-graphic { background:url(../images/header-criminal.jpg); }
	body#domestic #header-graphic { background:url(../images/header-contact.jpg); }
	body#drug #header-graphic { background:url(../images/header-drug.jpg); }
	body#forgery #header-graphic { background:url(../images/header-forgery.jpg); }
	body#homicide #header-graphic { background:url(../images/header-homicide.jpg); }
	body#serious #header-graphic { background:url(../images/header-contact.jpg); }
	body#sex #header-graphic { background:url(../images/header-sex.jpg); }
	body#success #header-graphic { background:url(../images/header-success.jpg); }
	body#traffic #header-graphic { background:url(../images/header-contact.jpg); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:215px; margin-bottom:-153px; } /* sets height for all subheads */

	.body #index #subhead { background:url(../images/subhead-index.jpg); height:66px; margin-bottom:0; }
	body#about #subhead { background:url(../images/subhead-about.jpg); }
	body#criminal #subhead { background:url(../images/subhead-criminal.jpg); }
	body#civil #subhead { background:url(../images/subhead-civil-rights.jpg); }
	body#success #subhead { background:url(../images/subhead-success.jpg); }
	body#blog #subhead { background:url(../images/subhead-blog.jpg); }
	body#contact #subhead { background:url(../images/subhead-contact.jpg); }
	body#thankyou #subhead { background:url(../images/subhead-thankyou.jpg); }
	body#sitemap #subhead { background:url(../images/subhead-sitemap.jpg); }

	body#traffic #subhead { background:url(../images/subhead-traffic.jpg); }
	body#domestic #subhead { background:url(../images/subhead-domestic.jpg); }
	body#sex #subhead { background:url(../images/subhead-sex.jpg); }
	body#homicide #subhead { background:url(../images/subhead-homicide.jpg); }
	body#drug #subhead { background:url(../images/subhead-drug.jpg); }
	body#forgery #subhead { background:url(../images/subhead-forgery.jpg); }
	body#serious #subhead { background:url(../images/subhead-serious.jpg); }
	body#medical #subhead { background:url(../images/subhead-medical.jpg); }
	body#car #subhead { background:url(../images/subhead-car.jpg); }
	body#forfeiture #subhead { background:url(../images/subhead-forfeiture.jpg); }

/* ----- subhead framework with varying heights ----- */

#subhead-media {
	height:215px;
	background:url(../images/subhead-media.jpg) ;
	margin-bottom:-153px;
	}

#subhead-news {
	height:49px;
	background:url(../images/subhead-news.jpg) ;
	}

#subhead-defense {
	height:25px;
	background:url(../images/subhead-defense.jpg) ;
	}

#subhead-team {
	height:54px;
	background:url(../images/subhead-team.jpg) ;
	margin-top:20px;
	}
	
#subhead-injury {
	height:43px;
	background:url(../images/subhead-injury.jpg) ;
	}

#subhead-protecting {
	height:81px;
	background:url(../images/subhead-protecting.jpg) ;
	}

#subhead-qcontact {
	height:215px;
	/*background:url(../images/subhead-qcontact.jpg) ;*/
	margin-bottom:-153px;
	}
	
.body #index #subhead-qcontact {
	background:url(../images/subhead-qcontact.jpg) ;
	}

body#contact #subhead-qcontact, body#thankyou #subhead-qcontact {
	height:215px;
	background:url(../images/subhead-locate.jpg) ;
	margin-bottom:-153px;
	}

#subhead-stories {
	height:60px;
	background:url(../images/subhead-stories.jpg) ;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:830px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	margin-bottom:10px;
	}

#footer ul {margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url(../images/nav-new.jpg) no-repeat; 
	width:830px; 
	height:43px; 
	margin:0;
	padding:0;
	position:relative;
	}

#nav span { display: none; }

#nav li, #nav a { height:43px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 68px; margin-left: 30px;}
#nav-02 { width: 118px; margin-left:5px; }
#nav-03 { width: 115px; margin-left:5px; }
#nav-04 { width: 118px; margin-left:5px; }
#nav-05 { width: 141px; margin-left:5px; }
#nav-06 { width: 75px; margin-left:5px; }
#nav-07 { width: 106px; margin-left:5px; }


/*-------------- (-79px) X position of button / (-43px) height of image from above ------------- */
#nav-01 a:hover { background:url(../images/nav.jpg)  -30px -43px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.jpg) -103px -43px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.jpg) -226px -43px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.jpg) -346px -43px no-repeat; }
#nav-05 a:hover { background:url(../images/nav.jpg) -469px -43px no-repeat; }
#nav-06 a:hover { background:url(../images/nav.jpg) -615px -43px no-repeat; }
#nav-07 a:hover { background:url(../images/nav.jpg) -695px -43px no-repeat; }

.body #index #nav-01 { background:url(../images/nav.jpg)  -30px -43px no-repeat; }
body#about #nav-02 { background:url(../images/nav.jpg) -103px -43px no-repeat; }
body#criminal #nav-03 { background:url(../images/nav.jpg) -226px -43px no-repeat; }
body#civil #nav-04 { background:url(../images/nav.jpg) -346px -43px no-repeat; }
body#success #nav-05 { background:url(../images/nav.jpg) -469px -43px no-repeat; }
body#blog #nav-06 { background:url(../images/nav.jpg) -615px -43px no-repeat; }
body#contact #nav-07 { background:url(../images/nav.jpg) -695px -43px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	z-index:1;
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#ECECEC;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-top:-3px;
	margin-left:3px;
	}
	#nav li#nav-04 ul { margin-left:2px; }

#nav li ul li { 
	z-index:1;
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #174483;
	border-top:none;
	}	

#nav li ul li a {
	z-index:1;
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	z-index:1;
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#174483;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#872A18;
	color:#ffffff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:143px; }		
#nav-04 ul, #nav-04 li { width:180px; }

/* Vertical Sprite nav-defense-left
 * ------------------------------------------------------------------------- */

#nav-defense-left {
	background:url(../images/nav-defense-left.jpg) top left no-repeat;					
	width:196px;		/* Width of buttons, not entite image (or half of entire image) */
	height:255px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav-defense-left li span { display: none; }

#nav-defense-left li {
	float:left;
	list-style:none;
	}

#nav-defense-left li, #nav-defense-left a { 
	height:85px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav-defense-left button */
#nav-defense-left-01, #nav-defense-left-02, #nav-defense-left-03 { margin-top:0; width:196px; }

#nav-defense-left-01 a:hover { background:url(../images/nav-defense-left.jpg) -196px  0px no-repeat; }
#nav-defense-left-02 a:hover { background:url(../images/nav-defense-left.jpg) -196px  -85px no-repeat; }
#nav-defense-left-03 a:hover { background:url(../images/nav-defense-left.jpg) -196px  -170px no-repeat; }


/* Vertical Sprite nav-defense-right
 * ------------------------------------------------------------------------- */

#nav-defense-right {
	background:url(../images/nav-defense-right.jpg) top left no-repeat;					
	width:192px;		/* Width of buttons, not entite image (or half of entire image) */
	height:255px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav-defense-right li span { display: none; }

#nav-defense-right li {
	float:left;
	list-style:none;
	}

#nav-defense-right li, #nav-defense-right a { 
	height:85px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav-defense-right button */
#nav-defense-right-01, #nav-defense-right-02, #nav-defense-right-03 { margin-top:0; width:192px; }

#nav-defense-right-01 a:hover { background:url(../images/nav-defense-right.jpg) -192px  0px no-repeat; }
#nav-defense-right-02 a:hover { background:url(../images/nav-defense-right.jpg) -192px  -85px no-repeat; }
#nav-defense-right-03 a:hover { background:url(../images/nav-defense-right.jpg) -192px  -170px no-repeat; }

/* Vertical Sprite nav-injury-left
 * ------------------------------------------------------------------------- */

#nav-injury-left {
	background:url(../images/nav-injury-left-new.jpg) top left no-repeat;					
	width:196px;		/* Width of buttons, not entite image (or half of entire image) */
	height:87px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav-injury-left li span { display: none; }

#nav-injury-left li {
	float:left;
	list-style:none;
	}

#nav-injury-left li, #nav-injury-left a { 
	height:85px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav-injury-left button */
#nav-injury-left-01, #nav-injury-left-02 { margin-top:0; width:196px; }

#nav-injury-left-01 a:hover { background:url(../images/nav-injury-left-new.jpg) -196px  0px no-repeat; }
#nav-injury-left-02 a:hover { background:url(../images/nav-injury-left-new.jpg) -196px  -85px no-repeat; }


/* Vertical Sprite nav-injury-right
 * ------------------------------------------------------------------------- */

#nav-injury-right {
	background:url(../images/nav-injury-right-new.jpg) top left no-repeat;					
	width:192px;		/* Width of buttons, not entite image (or half of entire image) */
	height:87px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav-injury-right li span { display: none; }

#nav-injury-right li {
	float:left;
	list-style:none;
	}

#nav-injury-right li, #nav-injury-right a { 
	height:85px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav-injury-right button */
#nav-injury-right-01, #nav-injury-right-02 { margin-top:0; width:192px; }

#nav-injury-right-01 a:hover { background:url(../images/nav-injury-right-new.jpg) -192px  0px no-repeat; }
#nav-injury-right-02 a:hover { background:url(../images/nav-injury-right-new.jpg) -192px  -85px no-repeat; }

/* Blog Styles
 * ------------------------------------------------------------------------- */
#column-right #wp_sidebar { padding:0 0 15px 20px; margin:0; }
	#column-right #wp_sidebar #wp_searchform { margin:0; padding:0; }
	#column-right #wp_sidebar input { margin:0 0 10px 0; }
	#column-right #wp_sidebar ul { margin:0; padding:0; }
	#column-right #wp_sidebar li { margin:0; padding:0 0 10px 0; }
	#column-right #wp_sidebar li ul li { margin:0; padding:0 0 0 10px; }
			
	body#blog ul.wp_navigation li {
		list-style:none;
		}
		
		#column-right #wp_sidebar #wp_searchform legend { color:#fff; margin:0; padding:10px 0 0 0; }
		
#column-left div.storysubhead, #column-left  div.storybyline, #column-left  div.storybody {
	margin:5px 0 5px 42px;
}


/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.custom-form .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.custom-form .form-label {
	width:30%;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.custom-form .form-pct {
	width:65%;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.custom-form .msg-pct {
	width:95%;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.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 li {
		list-style:none !important;
	}
	
		

/*  <![ 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:415px;
	margin:4px 0 0 0;}

#iagree p {
	margin:0px;
	padding:10px 0px;
}

#iagree input {
	width:20px;
}

#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;
                width:280px;
}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}


