/* 
	Wedlake Bell Sports & Leisure Lawyers CSS Document 
*/

body, h1, h2, h3, h4, h5, h6, ul, li, ol, a, p, em, table, tr, th, td, hr, span, img {
	margin:					0;
	padding:				0;
	border:					0;
}

body {
	padding:				0 10px;
}

#container {
	width: 					827px;
	margin: 				0 auto;
}

/*
	Header
*/

#header {
	display:				block;
	
	margin:					10px 0;
}

#header h1 {
	display:				block;
	clear:					both;
	overflow:				hidden;
	
	background-image:		url(logo.gif);
	background-repeat:		no-repeat;
	
	width:					579px;
	height:					39px;
	
	text-indent:			-10000px;
	margin:					10px 0 0 0;
}

#header .breadcrumb {
	float:					left;
	clear:					left;
}

#header .search {
	float:					right;
	clear:					right;
}

/*
	Banner
*/
#banner {
	display:				block;
	overflow:				hidden;
	
	width:					827px;
	height:					195px;
}

/*
	Page Body Contents
*/
#content {
	width: 					100%;
}

/*
	Left Side Links Area
*/
#leftlinks {
	float:					left;
	width:					175px;
	margin-top:				30px;
}

#leftlinks #nav {
	list-style-type:		none;
}

#leftlinks #nav li {
	display:				block;
	clear:					both;
	background-image:		url(dots-horizontal.gif);
	background-repeat:		repeat-x;
	background-position:	0 100%;
	
	width:					100%;
}

#leftlinks #nav li a {
	display:				block;
	
	color:					#666;
	text-decoration:		none;
	font-weight:			bold;
	font-size:				11pt;
	line-height:			24pt;
}
#leftlinks #nav li a:hover {
	color: 					#ad0304;
}
#leftlinks #nav li.lit a {
	color: 					#ad0304;
}

#leftlinks #nav li ul {
	display:				none;
}

#leftlinks #nav li.lit ul {
	display:				block!important;
	list-style-type:		none;
	
	margin-left:			20px;
	padding-bottom:			8px;
}

#leftlinks #nav ul li {
	background-image:		none;
}

#leftlinks #nav ul li a {
	background-image:		none;
	color:					#666!important;
	font-size:				10pt;
	line-height:			16pt;
}
#leftlinks #nav ul li.lit a {
	color:					#ad0304!important;
}

/*
	Main Contents
*/
#content-main {
	float:					right;
	width:					633px;
}

#content-main #content-lhs {
	float:					left;
	width:					440px;
	padding-top:			20px;
}

#content-main #content-rhs {
	float:					right;
	width:					180px;
	padding-top:			20px;
}

#content-main #content-full {
	display:				block;
	padding-top:			20px;
}

/*
	Key Services Menu
*/
#key_services {
	display:				block;
	clear:					both;
	list-style-type:		none;
	padding:				0!important;
}

#key_services li.item1 {
	border-left:			1px #aaa solid;
}

#key_services li {
	float:					left;
	width:					78px;
	overflow:				hidden;
	
	height:					75px;
	border-right:			1px #aaa solid;
	border-bottom:			1px #aaa solid;
}

#key_services li a {
	display:				block;
	height:					70px;
	padding-top:			10px;
}


/*
	Footer
*/
#footer {
	display:				block;
	clear:					both;
	margin:					0 auto 0 auto;
	padding:				20px 0 20px 0;
}

#footer .menu a {
	margin-left:			10px;
	padding-left:			10px;
	border-left:			1px #ad0304 solid;
}
#footer .menu a.item1 {
	margin-left:			0;
	padding-left:			0;
	border-left:			0;
}
/*
	Fonts + Type
*/
body {
	font-family:			'Arial', 'Verdana', sans-serif;
}

#header .breadcrumb {
	line-height:			20pt;
	font-size:				9pt;
}

#header .breadcrumb a {
	color: 					#ad0304;
	text-decoration:		none;
}

#header .breadcrumb a:hover {
	color: 					#666;
}

#header .search label {
	font-size:				9pt;
	color: 					#666;
}

#content-main p {
	color:					#666;
	font-size:				9pt;
	line-height:			12pt;
	margin-bottom:			10px;
}

#content-main ul {
	color:					#666;
	font-size:				9pt;
	line-height:			12pt;
	margin-bottom:			10px;
	padding-left:			20px;
}
#content-main ul li {
	margin-bottom:			4px;
}

#content-main h3 {
	color:					#333;
	font-size:				9pt;
	font-weight:			bold;
	line-height:			12pt;
	margin-bottom:			10px;
}

#content p a {
	text-decoration: 		none;
	color: 					#ad0304;
}

#content p a:hover {
	color: 					#666;
}

#key_services li a {
	font-size:				9pt;
	font-weight:			bold;
	text-decoration:		none;
	text-align:				center;
	color:					#666;
}

#key_services li a:hover {
	color: 					#ad0304;
}

#footer p {
	color:					#666;
	font-size:				9pt;
	line-height:			12pt;
	margin-bottom:			10px;
}

#footer p a {
	text-decoration: 		none;
	color: 					#ad0304;
}

#footer p a:hover {
	color: 					#666;
}