/* CARLYLE & CONLAN GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background: #566276 url("/images/backgrounds/main_site_background_int.gif");
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}

a {
	color: #D6B789;
	text-decoration: none;
}

a:hover {
	color: #89ABD6;
}


/* SITE CONTAINERS */

div#site_container {
	background: transparent url("/images/backgrounds/site_int_background(1).gif");
	background-repeat: repeat-x;
}

div#site_plate {
	background: transparent url("/images/backgrounds/interior_background.jpg");
	background-repeat: no-repeat;
}

div#site_container, div#site_plate {
	position: relative;
	background-position: top center;
	text-align: center;
	min-height: 100%;
}

	div#container {
		position: relative;
		margin: 0px auto;
		width: 700px;
		text-align: left;
		overflow: auto;
	}
	
	
/* HEADER */

div#header {
	width: 700px;
	height: 195px;
}

	#header h1 {
		padding: 80px 0px 0px 0px;
		width: 700px;
		height: 115px;
	}
	
	#header img {
		display: none;
	}
	
		#header h1 span {
			display: none;
		}
			
			
/* NAVIGATION */
	
ul#navigation {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 700px;
	height: 42px;
	z-index: 1000;
	list-style: none;
}

	#navigation li {
		float: left;
	}

	li#home_link a {
		background: transparent url("/images/navigation/home_button.gif");
		width: 75px;
	}

	li#our_practice_link a {
		background: transparent url("/images/navigation/our_practice_button.gif");
		width: 112px;
	}
	
	li#client_resources_link a {
		background: transparent url("/images/navigation/client_resources_button.gif");
		width: 140px;
	}
	
	li#candidate_resources_link a {
		background: transparent url("/images/navigation/candidate_resources_buton.gif");
		width: 166px;
	}
	
	li#associates_link a {
		background: transparent url("/images/navigation/associates_button.gif");
		width: 101px;
	}
	
	li#contact_us_link a {
		background: transparent url("/images/navigation/contact_us_button.gif");
		width: 106px;
	}

	#navigation li a {
		display: block;
		height: 42px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	#navigation li a:hover {
		background-position: 0px -42px;
	}
	
	#navigation li.current a {
		background-position: 0px -84px;
	}
	
		#navigation li a span {
			display: none;
		}


/* SEARCH BOX */

div#search_box {
	position: absolute;
	top: 8px;
	right: 0px;
	color: #585858;
}

	#search_box input {
		border: 1px solid #C8C8C8;
		background-color: #EEEEEE;
		width: 115px;
	}


/* BODY TEXT SECTION */

div#body_text {
	color: #EEEEEE;
}

div#body_text {
	float: right;
	display: inline;
	margin: 50px 0px 0px 0px;
	padding: 0px 10px 40px 0px;
	width: 390px;
	color: #EEEEEE;
	line-height: 17px;
}

	#body_text h2 {
		margin: 25px 0px 30px 0px;
		font-size: 20px;
	}
	
	#body_text h3, #body_text h3 a {
		color: #C7D4EB;
	}
	
	#body_text h3, #body_box h3 {
		margin: 20px 0px 10px 0px;
		font-size: 14px;
	}

	#body_text p, #body_box p {
		margin: 20px 0px;
	}
	
	#body_text ul, #body_text ol, #body_box ul, #body_box ul {
		margin: 20px 0px 20px 25px;
	}
	
	#body_text img {
		margin: 0px 10px 10px 0px;
		border: 1px solid #FFFFFF;
	}
	
	p.news_item_return {
		display: block;
		text-align: right;
		width: 100%;
	}
	
	div#quote_box {
		position: relative;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
		width: 380px;
		background: #4E5562 url("/images/backgrounds/quote_box_background.gif");
		background-repeat: no-repeat;
		background-position: bottom center;
	}

		#quote_box h3 {
			margin: 0px 0px 0px 0px;
			padding: 10px 33px 0px 33px;
			width: 314px;
			height: 24px;
			background: transparent url("/images/backgrounds/quote_box_top.gif");
			background-position: top center;
			background-repeat: no-repeat;
		}

		div#success_stories {
			margin: 0px;
			height: 50px;
			overflow: hidden;
		}
		
		#quote_box p {
			padding: 0px 33px;
		}
		
		p#view_all_success_stories {
			position: absolute;
			top: -5px;
			right: 0px;
		}
		
			#view_all_success_stories a {
				padding: 0px 20px 0px 0px;
				background: transparent url("/images/misc_elements/view_all_ss_icon.gif");
				background-repeat: no-repeat;
				background-position: top right;
				color: #FFFFFF
			}
			
			#view_all_success_stories a:hover {
				color: #89ABD6;
			}


/* SUB NAVIGATION */

div#sub_navigation {
	background: transparent url("/images/backgrounds/sub_navigation_background(1.gif");
	background-repeat: repeat-y;
	background-position: 5px 0px;
	width: 270px;
}

	#sub_navigation h3 {
		padding: 5px 10px 0px 0px;
		background: transparent url("/images/backgrounds/sub_nav_header_background.gif");
		background-repeat: no-repeat;
		background-position: 5px 0px;
		height: 27px;
		line-height: 24px;
		font-size: 18px;
		text-align: right;
		color: #7D8CA4;
	}

	ul#sub_nav_links {
		background: transparent url("/images/backgrounds/sub_navigation_background(2.gif");
		background-repeat: no-repeat;
		background-position: 5px 0px;
		list-style: none;
	}
	
		#sub_nav_links li {
			margin: 0px 6px 0px 12px;
		}
	
			#sub_nav_links li a {
				display: block;
				padding: 0px 0px 0px 40px;
				width: 213px;
				height: 20px;
				background: transparent url("/images/backgrounds/sub_nav_item_background(3).gif");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				color: #464B53;
				font-size: 12px;
				line-height: 20px;
			}
			
			#sub_nav_links li a:hover {
				background-position: 0px -20px;
				color: #FFFFFF;
			}
			
			#sub_nav_links li.sub_entry a {
				border-top: 1px dotted #666666;
				padding: 0px 0px 0px 55px;
				width: 198px;
				background: #333333 url("/images/misc_elements/sub_bullet.gif");
				background-repeat: no-repeat;
				background-position: 37px 0px;
				font-size: 10px;
				color: #ffffff;
			}
			
			#sub_nav_links li.sub_entry a:hover {
				background: none;
				background: #cccccc url("/images/misc_elements/sub_bullet.gif");
				background-repeat: no-repeat;
				background-position: 37px -20px;
				color: #333333;
			}
	
	#sub_navigation p {
		width: 270px;
		height: 14px;
		background: transparent url("/images/backgrounds/sub_navigation_bottom.gif");
		background-repeat: no-repeat;
		background-position: 5px 0px;
	}
	
		#sub_navigation p span {
			display: none;
		}


/* COMMON INTERIOR DIV RULES */

div#practice_leaders, div#memberships_and_affiliations {
	margin: 0px 10px 0px 16px;
}

	#practice_leaders h3, #memberships_and_affiliations h3, #contact_info h3, 
	#interior_sub_region h3, #testimonials h3, #rss_news h3 {
		margin: 5px 0px;
		font-size: 18px;
		color: #EFEFEF;
	}


/* PRACTICE LEADERS */

a.practice_leader_entry {
	position: relative;
	padding: 5px 0px;
	display: block;
	width: 244px;
	height: 120px;
	clear: left;
	color: #EFEFEF;
	text-decoration: none;
}

	.practice_leader_entry img {
		float: left;
		border: 1px solid #FFFFFF;
		margin: 0px 15px 0px 0px;
		width: 80px;
		height: 110px;
	}
	
	.practice_leader_entry h4 {
		float: left;
		margin: 0px 0px 0px 0px;
		font-size: 14px;
		color: #CAC3B9;
	}
	
	.practice_leader_entry p {
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	.practice_leader_entry em {
		position: absolute;
		top: 35px;
		left: 95px;
		width: 150px;
		font-style: italic;
		font-size: 10px;
	}


/* MEMBERSHIPS AND AFFILIATIONS */

div#memberships_and_affiliations {
	padding: 1px 0px 30px 0px;
}

/* CONTACT INFO */

div#contact_info, div#interior_sub_region, div#testimonials, div#rss_news {
	margin: 0px 10px 0px 16px;
	width: 244px;
	color: #FFFFFF;
}

	#contact_info p, #interior_sub_region p, #testimonials p, #rss_news p {
		margin: 20px 0px;
	}
	
	#testimonials p {
		font-size: 10px;
	}
	
p#become_a_client_blurb {
	font-weight: bold;
	font-style: italic;
}


/* FOOTER */

div#footer_container {

	margin: 0px;
	line-height: 28px;
	width: 100%;
	background: transparent url("/images/backgrounds/footer_background(1).gif");
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
}

* html div#footer_container {
	left: 0px;
}

	div#footer {
		display: block;
		margin: 0px auto;
		width: 800px;
		line-height: 28px;
		height: 28px;
		background: transparent url("/images/backgrounds/footer_background(2).gif");
		background-repeat: no-repeat;
		background-position: top center;
		font-size: 11px;
		color: #D8D8D8;
	}
	
		#footer p {
			display: inline;
			height: 28px;
		}

	p.first_item, p.middle_item {
		padding: 0px 60px 0px 60px;
		background: transparent url("/images/misc_elements/footer_asterisk.gif");
		background-repeat: no-repeat;
		background-position: top right;
		line-height: 28px;
	}
	
	p.last_item {
		padding: 0px 60px;
	}
	
/* RESUME SUBMITTAL FORM */

form#resume_submittal {
	height: 370px;
}

form#resume_submittal label {
	margin: 20px 0px 5px 0px;
	width: 390px;
}

form#resume_submittal input, form#resume_submittal textarea {
	margin: 0px 190px 0px 0px;
}

form#resume_submittal label, form#resume_submittal input, form#resume_submittal textarea {
	display: block;
	clear: right;
}

input.text_field, textarea.resume_field {
	border: 1px solid #FFFFFF;
	width: 200px;
	background: #FFFFFF url("/images/backgrounds/input_background.gif");
	background-position: top left;
	color: #666666;
}

textarea.resume_field {
	height: 100px;
	background-repeat: no-repeat;
}

input.form_button {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 100px;
}