/** 
  * ======================================================
  * $Workfile:   3-6_01.css  $
  * $Revision:   1.4  $
  * $Date:   Oct 20 2010 08:50:00  $
  * $Author:   pandialx  $
  * $Archive:   //legal.regn.net/npv/Dev-Archives/Development_Area/archives/LargeLaw/PageDesigner/Phoenix/FrontEnd/Code/LexisNexis/Website/Assets/css/3-6/3-6_01.css-arc  $
  * ======================================================
  * Change History:
  * 1.00 initial revision
**/       

body{
	background: #a4b4c3;
	color: #000;
}

h1, h2, h3 {
	color: #333;
	font-weight:bold;
}

a {
	color: #656565;
}

a:hover {
	color: #c03;
}

#topAreaWrap {
	color: #666;
}



/* 'Control' styles */
#bookmark, 
#language, 
#bookmark a, 
#language a {
	color: #fff;
}

#bookmark a:hover, 
#language a:hover {
	color: #ff0;
}

#language {
	border-color: #fff;
}

	ul.ulLanguages {
		
	}

		.ulLanguages li a#showLanguages {
		
		}
		
		.ulLanguages li:hover #showLanguages {
			
		}
		
		.ulLanguages li ul {
			background: #4b5b72;
			border-color: #000;
		}
		
		 ul.ulLanguages li ul a:hover {
			color: #ff0;
		}

	

.row02wrap {
	background: #fff;
}

.row02wrap h2{
	color: #666;
}
.row02wrap #callNow{
}

.row02wrap #callNow a {
	background: url(../../images/3-6/iconPhone_01.gif) center left no-repeat;
	color:#666;
	display: block;
	font-size: 175%;
	padding-left: 1.5em;
}

.row02wrap #callNow a:hover{
	color:#c03;
}

.row02wrap #contactWrap,
.row02wrap #contactWrap a, 
.row02wrap .col03 a{
	color:#666;
}

.row02wrap #callNow a:hover,
.row02wrap #contactWrap a:hover,
.row02wrap .col03 a:hover{
	color: #c03;
}

.row02wrap .col03{
}


/* Horizontal Nav */

.row03wrap{
	background: #4b5b72 url(../../images/3-6/bkgNav_01.gif) top left repeat-x;
}

#nav ul {
	background-color: #4b5b72;
	border-color: #000;
}

	#nav li a {
		background: url(../../images/3-6/bkgNavDivider_01.gif) top right repeat-y;
		border: none;
		color:#fff;
	}

	ul#nav li.active a, ul#nav li a:hover, #nav li ul li a:hover {
		color: #ff0;
	}

	#nav li ul li a, ul#nav li.last a {
		background: none;
	}
/* End Horizontal Nav */
/* End 'Control' styles */



#middleArea{
	background: #fff;
	border-right: 1px solid #4f5f76;
	border-bottom: 3px solid #4e5f73;
	border-left: 1px solid #4f5f76;
	/*	webkit border-radius CSS3 rounded corners	:: IE ignores	*/
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/* webkit box-shadow CSS3 shadows :: IE ignores	*/
	/*	webkit box-shadow CSS3 :: Ignored by IE		
	box-shadow: 0px 5px 5px rgba(255,255,255,.8);
	-webkit-box-shadow: 0px 5px 5px rgba(255,255,255,1);
	-moz-box-shadow: 0px 5px 5px rgba(255,255,255,1);*/
}

#middleAreaWrap {
	border-top: 1px solid #d4dbe5;
	padding-top: 2em;
}

#mainContent img{
	border:1px solid #ccc;
}

#middleAreaWrap #mainContent  img#fillerImg {
	border: none;
	float: left;
	margin-left: -20px;
}

body.home #twoColumnLayoutSidebarRight #mainContent {
	background: url(../../images/3-6/foregroundImg_01.jpg) 0 0 no-repeat;
}

#contentSidebar {
	background: #5b6d79;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	box-shadow:-2px 5px 10px rgba(0,0,0,.8);
	-webkit-box-shadow:-2px 5px 10px rgba(0,0,0,.8);
	-moz-box-shadow: -2px 5px 10px rgba(0,0,0,.8);
	color: #fff;
	margin-right: 2px;
}

#contentSidebar .pod {
	border: none;
	margin: 0;
	padding: 0;
}

/*	Zebra stripping backgrounds for sidebar pods	*/
#contentSidebar div.alt1 { background: #638092; }
#contentSidebar div.alt2 { background: #7c99ab; }
#contentSidebar div.alt3 { background: #90b3c7; }
#contentSidebar div.alt4 { background: #5b6d79; }

	div#contentSidebar div.pod h2 {
		color: #fff;
		margin: 0 0 .25em .5em;
		padding: 0;
		letter-spacing: 1.5px;
	}
	#contentSidebar .pod .podContent {
		padding-bottom: 1em;
	}
	
	#contentSidebar .pod h2, #contentSidebar .pod .podContent, #contentSidebar .pod .podContent ol, #contentSidebar .pod .podContent ul {
		margin: 0 .5em;
	}

	#contentSidebar .pod .podContent ul, #contentSidebar .pod .podContent ol {
		list-style-type: none;
		margin: 0 0 0 .5em; 
		padding: 0;
	}
	
	#contentSidebar .pod .podContent ul li, #contentSidebar .pod .podContent ol li {
		margin-bottom: .25em;
	}
	
	#contentSidebar .pod .podContent a:link, #contentSidebar .pod .podContent a:visited {
		color: #fff;
	}
	
	#contentSidebar .pod .podContent a:hover {
		color: #c03;
		text-decoration: none;
	}

#bottomArea {
	border: none;
}


