body.real {
	background: url(../images/body_bg.jpg) repeat-x;
	background-position: 0px 98px;	
}

div, span, p, td, li {
	color: #313131;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.5em;
}

p, label {
	font-family: "Trebuchet MS", Verdana;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 1em;
}

a {
	color: #cd001d;
	text-decoration: underline;
}

a:hover {
}

a:visited {
}

/* =============================== */
/* Headers Section				   */
/* =============================== */

.head {
	width: 640px;
	height: 194px;
}

.home {
	background: url(../images/header_home.jpg) no-repeat;
}

.practice {
	background: url(../images/header_practice.jpg) no-repeat;
}

.lawyers {
	background: url(../images/header_lawyers.jpg) no-repeat;
}

.clients {
	background: url(../images/header_clients.jpg) no-repeat;
}

.news {
	background: url(../images/header_news.jpg) no-repeat;
}

.contact {
	background: url(../images/header_contact.jpg) no-repeat;
}

/* =============================== */
/* Layout Section				   */
/* =============================== */

#wrapper {
	background: url(../images/white_box.jpg) no-repeat;
}

#top {
	line-height: 0px;
	font-size: 0px;
	height: 4px;
	background-color: #cd001d;
}

#toolbar {
	font-size: 11px;
	line-height: 0px;
	
	margin: 4px;
	height: 19px;
}

#maincontent {
	height: auto !important;
	height: 350px;
	min-height: 350px;
	margin-bottom: 10px;
}

#logo {
	background: url(../images/logo.jpg) bottom right no-repeat;
	background-color: #fff;
	height: 76px;
	margin-top: 98px;	
}

#menu {
	margin-top: 10px;
}

#ft {
	font-size: 11px;
	color: #fff;
	
	margin-top: 20px;
	padding-top: 10px;
	background: url(../images/footer.jpg) repeat-x;
	height: 32px;
	text-align: center;
}

#ft p {
	text-align: center;
	color: #ececec;
}

#ft a, #ft a:visited {
	color: #fff;
	background-color: red;
	text-decoration: none;
	padding: 1px 5px 2px 5px;
	margin-left: 3px;
}

#ft a:hover {
	background-color: #FF3922;
}

.half_column {
	margin-top: 20px;
	float:left;
	width: 45%;
	padding-right: 10px;
}

.box {
	padding: 0 10px 10px 10px;
	border: 4px solid #d7d7d7;
	background-color: #e6e6e6;
}

.lawyer {
	float: left;
	display: block;
}

.splash {
	margin-top: 150px;
}

.splashbg {
	background: url(../images/splash_bg.jpg) repeat-x;
	background-position: 0 150px;
}

/* =============================== */
/* Menu Section			   		   */
/* =============================== */

#menu ul {
	list-style: none;
	margin-left: 16px;
}

#menu ul li {
	margin: 1px 0 1px 0;
	line-height: 0;
}

#menu ul li a, #menu ul li a:visited {
	color: #313131;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	
	background: url(../images/arrow_red.jpg) no-repeat;
	background-position: 8px 9px;
	display: block;
	margin: 0 10px 0 0px;
	padding: 0 0 0 24px;
	line-height: 2em;
}

#menu ul li a:hover, #menu ul li a.active {
	color: #fff;
	
	background: url(../images/arrow_white.jpg) no-repeat;
	background-position: 12px 9px;
	background-color: #cd001d;
}

/* =============================== */
/* Typography Section			   */
/* =============================== */

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: bold;
	color: #cd001d;
}

h1 {
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

h2 {
	font-size: 13px;
	color: #cd001d;
	margin-top: 20px;
	margin-bottom: 15px;
}

.name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.date {
	color: #313131;
	font-size: 11px;
	margin-bottom: 15px;
}

/* =============================== */
/* Forms Section				   */
/* =============================== */

.btn_go {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	
	width: 25px;
	height: 19px;
	background: #cd001d;
	border: 1px solid #313131;
}

.inputbox {
	padding: 2px;
	border: 1px solid #313131;
}

/* =============================== */
/* Misc Section				   */
/* =============================== */

.photo {
	float: right;
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* =============================== */
/* Common Section				   */
/* =============================== */

ul {
	list-style: decimal;
}

ol {
	list-style: disc;
}

li {
	font-family: "Trebuchet MS", Verdana;
	text-align: justify;
	font-size: 12px;
	
	margin-left: 20px; 
	line-height: 2em;
}

.hidden {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.error {color: #B00000}

label {
	display: inline;
	float: left;
	width: 200px;
	margin-bottom: 5px;	
}

.inputbox {
	width: 200px;
	margin-bottom: 5px;	
}

textarea {
	border: 1px solid black;
}

/* =============================== */
/* YUI Modification Section		   */
/* =============================== */

#doc2 {
	padding-right: 110px;
}