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

/* ///////////// GLOBAL ////////////// */

body {
	background-color:#000000;
	margin:0;
	padding:0;
}

#container {
	width:900px;
	margin:20px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333333;
	background-color:#4a0b2a;
}

.clear {
	clear:both;
}

/* ///////////// NAV ////////////// */

#nav {
	width:900px;
}

.link {
	display:block;
	width:100px;
	height:50px;
	text-decoration:none;
	background-position:0 0;
	float:left;
}

.link_on {
	display:block;
	width:100px;
	height:50px;
	text-decoration:none;
	background-position:-100px 0;
	float:left;
}

#nav a:hover {
	background-position:-100px 0;
}

#home {
	background-image:url(../images/nav_home.jpg);
}

#lawyers {
	background-image:url(../images/nav_lawyers.jpg);
}

#practise {
	background-image:url(../images/nav_practise.jpg);
}

#services {
	background-image:url(../images/nav_services.jpg);
}

#cases {
	background-image:url(../images/nav_cases.jpg);
}

#careers {
	background-image:url(../images/nav_careers.jpg);
}

#law {
	background-image:url(../images/nav_law.jpg);
}

#news {
	background-image:url(../images/nav_news.jpg);
}

#contact {
	background-image:url(../images/nav_contact.jpg);
}

/* ///////////// FLASH ////////////// */

#flash {
	width:900px;
	height:300px;
	background-color:#000000;
	clear:both;
}

/* ///////////// CONTENT ////////////// */

#content {
	width:900px;
	min-height:200px;
	margin-bottom:30px;
	background-color:#4a0b2a;
	color:#FFFFFF;
	
}

#content p {
	margin:10px 20px 0px 20px;
}

#content p a {
	color:#CCCCCC;
	font-weight:bold;
}

.content_text {
	float:left;
	width:420px;
}

.content_text img {
	padding:10px;
}

.content_text table {
	margin:20px;
}

#title {
	padding-top:10px;
	font-size:18px;
}

#red_hr {
	width:900px;
	height:2px;
	background-color:#4a0b2a;
}

#feature {
	width:900px;
	margin-bottom:10px;
	background-color:#E9E2D3;
}

.feature_box {
	width:224px;
	background-color:#E9E2D3;
	float:left;
	padding-top:15px;
	min-height:150px;
	border-left:1px solid #999999;
}

.feature_box1 {
	width:224px;
	float:left;
	background-color:#E9E2D3;
	min-height:150px;
	padding-top:15px;
}

.feature_box p, .feature_box1 p {
	width:200px;
	margin-left:10px;
}

#thumbs {
	float:left;
	width:330px;
	padding:5px 0px 0px 20px;
}

.thumb_pic {
	float:left;
	margin:10px 0px 0px 0px;
	width:165px;
}

.thumb_name {
	float:left;
	padding:20px 0 0 10px;
}

#descriptions {
	float:right;
	padding:0px 20px 0px 20px;
	width:510px;
}

.learn_more a {
	color:#000000;
}

/* ///////////// FOOTER ////////////// */

#footer {
	width:899px;
	height:30px;
	color:#999999;
	text-align:center;	
	background-color:#F8F0DF;
	clear:both;
}

#footer p {
	padding-top:7px;
}