/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
html {height:100%;}
blockquote, label, dl, fieldset {margin:.5em 0;}

/* Text Styling */
h1 {margin:0; padding:80px 0 25px; font:normal 24px "Times New Roman", Times, serif; color:#000; text-transform:uppercase;}
h2 {margin:0; padding:10px 0 0; font:normal 23px "Times New Roman", Times, serif; color:#2c638e;}
h3 {margin:0; padding:5px 0 0; font:normal 18px "Times New Roman", Times, serif; color:#2c638e;}
h4, h5, h6 {margin:0; padding:5px 0 0; font:normal 14px "Times New Roman", Times, serif; color:#2c638e;}

p {line-height:21px; padding:0 0 10px;}

strong {font-weight:bold;}
hr {border: none; border-top: 1px solid #000; width: 100%; height: 1px;}

a {text-decoration:none; color: #0000CC; outline:none;}
a:hover {text-decoration:underline;}
a:active {outline: none;}
a:focus {-moz-outline-style: none;}

span.required {color:#FF0000;}
img {border:none; margin:0; padding:0;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}


/*LONG TABLES ON COURT LOCATOR AND NEWS & PRESS PAGES*/
.longTable1 {float:left;}

/* Layout Styling */
.body {font: 12px "Times New Roman", Times, serif; background:#14283b url(/paulacanny/images/bg-body.jpg) repeat-x; text-transform:uppercase; margin: 0; padding: 0; text-align: center; color: #000000;}

#container {width: 862px; margin: 0 auto; text-align: left;}

#header {padding: 0; height:193px; background: url(/paulacanny/images/bg-header.jpg) no-repeat;}
#header h1 {margin: 0; padding: 0; text-indent:-99999px;}
#header h1 a {display:block; width:612px; height:156px; float:right;}
#header h2 {font:normal 12px "Times New Roman", Times, serif; text-transform:uppercase; color:#999; text-align:center; padding-top:72px;}
#header h2 span {font:normal 24px "Times New Roman", Times, serif; text-transform:uppercase; color:#CCC; letter-spacing:2px;}

#nav {width:862px; height:34px; clear:both;}

#outerContainer {width:862px; background:url(/paulacanny/images/bg-outer-container.jpg) no-repeat bottom; padding-bottom:70px;}
#contentContainer {width:862px; height:455px; min-height:455px; background:#FFF url(/paulacanny/images/bg-content-container.jpg) no-repeat top;}
html>body #contentContainer {height:auto;}
#subpage #contentContainer { background:#FFF url(/paulacanny/images/bg-content-container-sub.jpg) no-repeat top;}


#invisible {width:245px; height:285px; float:left; display:block;}

#mainContent {width:800px; padding: 5px 0 0 25px; margin: 0; float:left;}
#subpage #mainContent {width:640px; padding:5px 60px 0 100px;}
#mainContent h1 {clear:right;}
#subpage #mainContent h1 {padding-top:50px;}
#mainContent h2#tagline {font:normal 20px "Times New Roman", Times, serif; color:#CCC; text-transform:uppercase; padding:37px 50px 0 0; *padding:39px 50px 0 0; float:right;}
#mainContent ul {padding:0 60px 10px 20px;}

#practiceAreas {width:240px;}
#practiceAreas ul {list-style:none; margin:0; padding:0;}
#practiceAreas ul li {line-height:18px;}
#practiceAreas ul li a {padding:0 10px; display:block; color:#000; text-decoration:none;}
#practiceAreas ul li a:hover {text-decoration:none; background:#CCC;}

/*Disclaimer*/
.bottom-line{}
/*bottom-line-wrapper*/
.bottom-line-wrapper{padding:15px 0 20px; margin:0 auto; width:862px; overflow:hidden; color:#FFF; background:url(/paulacanny/images/bg-container.jpg) no-repeat top;}
.bottom-line-wrapper a img{	float:left; padding-right:15px; border:none;}
.bottom-line-wrapper p{	margin:0; padding-top:5px; overflow:hidden; font:10px Arial, Helvetica, sans-serif; color:#FFF; text-shadow: 0 0 0 #14283b; text-align:left; text-transform:none;}
.bottom-line-wrapper p a, .bottom-line-wrapper p a:visited {font-weight:bold; font-size:10px; color:#FFF; text-shadow: 0 0 0 #14283b; text-decoration:none; text-transform:none;}
.bottom-line-wrapper p a:hover {text-decoration:underline;}


ul.MenuBarHorizontal
{
	margin: 0 auto; 
	display:table; 
	padding: 0; 
	list-style-type: none; 
	cursor: default; 
	*width: 900px; /*Only change width for IE browsers ONLY!*/
}
ul.MenuBarActive
{
	z-index: 1000; 
}
ul.MenuBarHorizontal li /*Do not set a height for 'li' - WILL BREAK in IE6 if you do!*/
{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-size: 100%; 
	position: relative; 
	text-align: left; 
	cursor: pointer; 
	float: left; 
}
ul.MenuBarHorizontal ul
{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-size: 100%; 
	z-index: 1020; 
	cursor: default; 
	width: 225px; 
	position: absolute; 
	left: -1000em; 
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto; 
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 225px; 
	background-color: #660000; 
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute; 
	margin: -5% 0 0 95%; 
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto; 
	top: 0; 
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom:5px solid #417cb7;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block; 
	cursor: pointer; 
	padding: 10px 20px 11px; 
	font:normal 14px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #CCC; 
	text-decoration: none; 
}
ul.MenuBarHorizontal ul a
{
	display: block; 
	cursor: pointer; 
	background-color: #660000; 
	padding: 5px 20px; 
	font:normal 15px "Times New Roman", Times, serif;
	text-transform:none; 
	color: #CCC; 
	text-decoration: none; 
}
ul.MenuBarHorizontal a.taller
{
	padding: 2px 20px 5px;
	text-align:center;
	line-height:15px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background:url(/paulacanny/images/bg-nav-hover.jpg) repeat-x top;
	color: #CCC;
	text-decoration: none; 
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-color: #95bde7; 
	background-image:none;
	color: #14283c; 
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background:url(/paulacanny/images/bg-nav-hover.jpg) repeat-x top;
	color: #CCC;
	text-decoration: none; 
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color: #95bde7; 
	background-image:none; 
	color: #14283c; 
	text-decoration: none;
}
ul.MenuBarHorizontal iframe
{
	position: absolute; 
	z-index: 1010; 
	filter:alpha(opacity:0.1); 
}*/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline; 
		f\loat: left; 
	}
}




/* Directions Page Styles (Google Maps Default)


/* 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 #c0c0c0; 
	background:#eee; 
	padding:3px 4px; 
	font:11px Tahoma, Verdana, sans-serif; 
	color:#555;} /* address input field */

#directionsLocale {
	padding:4px 0px;}

	#directionsLocale select {
		border:1px solid #c0c0c0; 
		background:#eee; 
		padding:2px; 
		font:11px Tahoma, Verdana, sans-serif; 
		color:#555;} /* language dropmenu */

#locale{
	}

#directionsSubmit {
	padding:4px 0px;}
	
	#directionsSubmit input {
		padding:1px 2px; 
		font:bold 12px Tahoma, Verdana, sans-serif; 
		text-transform:uppercase; 
		color:#fff; 
		background:#364a61; 
		border:1px solid #000;} /* GET DIRECTIONS button */
	#directionsSubmit input:hover {
		background:#7b0225;}

#map {
	border:1px solid #c0c0c0; 
	color:#000;}

#addressNotFound {
	}

#directions {
	}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px; 
	margin:0px;}

.form-label {
	width:112px; /* Width of labels */
	padding:0px 2px 0px 0px; 
	display:inline-block; 
	vertical-align:top; 
	text-align:right;}
  
.form-pct {	
	border:1px solid #bbb; 
	background:#eee; 
	font:11px Tahoma, Verdana, sans-serif; 
	color:#555; 
	padding:5px 6px; 
	width:380px;}
	
select.form-pct {
	width:auto;}
	
.msg-pct {
	border:1px solid #bbb; 
	background:#eee; 
	font:11px Tahoma, Verdana, sans-serif; 
	color:#555; 
	padding:5px 6px; 
	width:495px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px; 
	overflow:auto;}

.main-submit {
	padding:1px 2px; 
	font:bold 12px Tahoma, Verdana, sans-serif; 
	text-transform:uppercase; 
	color:#fff; 
	background:#364a61; 
	border:1px solid #000; 
	text-align:center; 
	text-decoration:none;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	background:#7b0225;}


.custom-form {
	margin-top:14px;}

	.custom-form fieldset {
		margin:0px; 
		padding:0px; 
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px; 
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px; 
		padding:0px; 
		list-style:none;}



/*  <![ Disclaimer Alert [ ----------------------------------------------------*/

#overlay_div {
	position:relative; 
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	color:#666; 
	padding:0px; 
	z-index:100;}

#overlay_div p {
	line-height:normal;}
	
#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:478px; 
	margin:4px 0 0 0;}

#overlay_div h3 {
	font:18px Verdana, Arial, Helvetica, sans-serif; 
	border-bottom:1px solid #0a3150; 
	color:#031c40; 
	padding:0; 
	margin:0px 0px 4px 0px;}

#iagree .overlay_submit {
	padding:4px; 
	margin:0 6px 0 0; 
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	color:#fff; 
	background:#555; 
	border:1px solid #333; 
	float:right; 
	text-decoration:none;}
	
	#iagree .overlay_submit:hover {
		text-decoration:none; 
		color:#fff; 
		background:#777; 
		border:1px solid #555;}
	
#iagree .checkbox {
	float:left; 
	height:22px; 
	display:block;}

#iagree input#Agreement {
	position:relative; 
	top:3px; 
	border:none;}


.slideshow-canny {float:left;margin: 5px 10px 5px 0px; display: inline; width: 123px; height: 123px;
}
.slideshow-canny img {
	display: none;
}

/* *** ** End   of CSS ** *** */
