@charset "UTF-8";
/* CSS Document */

/*RESET-------------------*/

h1, h2, h3, h4, h5, h6, p, ul, li, div { margin:0px; padding:0px;}

html{ overflow:-moz-scrollbars-vertical; }

body {
	background:#FFF;
	font-size:12px;
	line-height:18px;
	font-family:Georgia, Times, "Times New Roman", serif;
	color:#333;
	margin:0px;
	padding:0px;
}

h1 { font-size:24px; line-height:30px; margin-bottom:17px; font-weight:normal;}
h2 { font-size:16px; font-weight:normal; text-transform:capitalize; margin:0px 0px 20px 0px;}
h3 { font-size:12px; font-weight:normal; text-transform:uppercase; letter-spacing:2px; margin: 0px 0px 10px 0px; color:#1c5169;}
h4 { }
p { margin:0px 0px 15px 0px; }

.two_column {
/*    	-moz-column-count: 2;    */
/*    	-webkit-column-count: 2;    */
/*    	column-count:2;    */
}


/*ANCHORS-------------------*/
a {	color:#b04719; text-decoration:none; }
a:hover { border-bottom:1px solid; }
a, a img {border:none; }
a:active, a:focus{ outline:none;}
h3 a { color:#1c5169; }
.section_anchor { color:#b04719; font-size:14px; font-style:italic; line-height:24px; }
	.section_anchor:hover { border-bottom:none; color:#1c5169;}
.img_anchor { }
.img_anchor:hover { border-bottom:none;}

/*BREAKS-------------------*/
.force_break { clear:both; }
.hr_break { clear:both; border-top:1px solid #CCC; margin:40px 10px 20px 10px;}

/*SPECIAL CLASSES*/
.inner {
	margin:0px 10px;
}

.block {
	width:220px;
	float:left;
	margin:0px 10px 25px 10px;
	
}

.short_description {
	font-size:16px;
	line-height:28px;
	color:#666;
	margin-bottom:35px;
}

.date {
	font-style:italic;
	color:#666;
}

/*FLOATS-------------------*/
.left { float: left; }
.right { float: right; }
.leftimg { float: left; margin:0px 10px 5px 0px; border:1px solid #CCC;}
.rightimg { float: right; margin:0px 0px 5px 10px; border:1px solid #CCC; }

/*LAYOUT-------------------*/

#wrap {
	width:960px;
	margin:10px auto;
}

/*HEADER-------------------*/

#header {
	margin:0px 0px 10px 0px;
	padding-bottom:30px;
}

	#header_logo {
		width:240px;
		float:left;
	}

	#header_right {
		width:710px;
		height:78px;
		float:right;
		background:url(../public/images/malcolmlaw/bg_header.gif) top left no-repeat;
	}
		#header_right ul {
			margin:10px;
			list-style:none;
		}
		
		.contact_info {
			width:350px;
		}

/*NAVIGATION AREA-------------------*/

#navigation {
	width:240px;
	float:left;
	font-size:14px;
	line-height:24px;
}
#nav {
	list-style:none;
	margin-bottom:20px;
}
	#nav a {
		color:#1c5169;
	}
	#nav a:hover {
		color:#b04719;
		border-bottom:none;
	}
	#nav .selected {
		color:#b04719;
		font-style:italic;
	}
#subnav {
	list-style:none;
	margin:0px 0px 0px 15px;
} 
#subnav_children {
	list-style:none;
	margin:0px 0px 0px 30px;
}
	#subnav a {
		color:#666;
		font-style:italic;
	}

/*EMAIL IN NAV-------------------*/

.email_callout {
	border-top:1px solid #CCC;
	padding-top:20px;
	width:210px;
}
	.email_callout h2 {
		margin-bottom:10px;
	}
	.email_callout p {
		font-size:12px;
		line-height:18px;
		color:#666;
		margin-top:10px;
	}
	.email_callout_type {
		border:1px solid #CCC;
		padding:3px;
		width:100px;
		margin-right:10px;
		color:#666;
	}
	.email_callout_button {
		border:1px solid #999;
		background:#CCC;
		padding:2px;
		color:#333;
	}
	
/*EMAIL IN CONTENT -------------------*/

#content_wrap .email_callout {
	border-top:none;
	padding-top:0px;
	width:300px;
	margin-bottom:20px;
}

/*BREADCRUMBS---------SCOTT----------*/

.breadcrumbs {
	border-bottom:1px solid #CCC;
	margin-bottom:40px;
	color:#666;
}
	.breadcrumbs ul {
		margin:0px 0px 10px 0px;
	}
		.breadcrumbs ul li {
			display:inline;
			margin:0px 2px;
		}
			.breadcrumbs ul li a {
				color:#666;
				text-decoration:none;
			}
			.breadcrumbs ul li a:hover {
				color:#b04719;
				border-bottom:none;
			}
		.breadcrumbs li em {
			color:#b04719;
		}
/* BREADCRUMBS --------MAKS----------*/

#breadcrumbs_outer {
	border-bottom:1px solid #CCC;
	margin-bottom:40px;
	color:#666;
}
#breadcrumbs_outer .bc_inside{
	margin:0px 0px 10px 0px;
}
#breadcrumbs_outer .bc_inside a{
	color: #666666;
	border-bottom:none;
}
#breadcrumbs_outer .bc_inside a:hover {
	color:#b04719;
}
#breadcrumbs_outer .bc_inside a.normal{
	padding-right: 10px;
	background:URL(/images/malcolmlaw/breadcrumbs.gif) no-repeat right center;
}
#breadcrumbs_outer .bc_inside a.last{
	color: #B04719;
	font-style: italic;
}		

/*CONTENT AREAS-------------------*/

#content_wrap {
	float:right;
	width:720px;
}

.content_wide {
}

.content_narrow {
	width:400px;
	float:left;
}

/*NEWS SUMMARY-------------------*/

.news_summary {
	margin:20px 0px 40px 0px;
}

/*PAGINATION-------------------*/

.pagination {
	margin:20px 0px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:20px 0px;
}
.pagination .previous,
.pagination .next { color:#b04719; font-size:14px; font-style:italic; line-height:24px; }
	
	.previous { 
		background:url(../public/images/malcolmlaw/arrow_prev.gif) left no-repeat; 
		padding-left:20px;
		margin-right:10px;
		}
	.next { 
		background:url(../public/images/malcolmlaw/arrow_next.gif) right no-repeat; 
		padding-right:20px;
		margin-left:10px;
		}
	
	.previous:hover,
	.next:hover { border-bottom:none; color:#1c5169;}


/*SIDEBAR-------------------*/

.sidebar {
	width:240px;
	float:right;
	background:#edebde;
}
	.sidebar .inner {
		padding:10px 0px;
	}
	.sidebar_divider {
		height:12px;
		background:url(../public/images/malcolmlaw/divider_sidebar.gif) no-repeat;
		margin-bottom:20px;
	}

/*PREFOOTER-------------------*/

#prefooter {
	clear:both;
	background:#edebde;
	border-top:3px solid #1e526a;
	margin:30px 0px;
	padding:10px;
}

#prefooter ul {
	margin:0px 10px 0px 0px;
	list-style:none;
}
/*Contact Us----------------*/

.reach_form {
	padding: 0px 0px 0px 5px;
}
.introduction h1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.question_heading {
	padding: 0px 0px 5px 0px;
}
.question_heading span {	
	font-size:12px;
	line-height:18px;
	color:#666;
	margin-top:10px;
}
.question_answer input, textarea {
	line-height: 18px;
	font-size:12px;
	width:220px;
}

.question_answer textarea {
	height:200px;
	margin:0 0 10px;
	width:450px;
}
.submit {
	border:1px solid #999;
	width: 50px;
	padding: 2px 0px 2px 0px;
	background:#CCC;
	color:#333;
}
/*FOOTER-------------------*/

#footer {
	margin-bottom:20px;
}

	#footer ul {
		list-style:none;
		margin-bottom:15px;
	}

		#footer ul li {
			display:inline;
			margin:0px 10px 0px 0px;
		}

			#footer ul li a {
				font-size:10px;
				text-transform:uppercase;
				letter-spacing:2px;
				color:#666;
			}
			
			#footer ul li a:hover {
				border-bottom:none;
				color:#1e526a;
			}
	#footer p {
		color:#666;
		font-size:11px;
	}