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

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#131D26;
	margin:0px auto;
	font-family:"Century Gothic";
	font-size:14px;
}

img { display:block; }

#container {
	position:relative;
	width:940px;
	margin:0px auto;
}

#header {
	background-image:url(../images/layout_r1_c1.jpg);
	height:190px;
}

#flash {
	position:relative;
	background-image:url(../images/layout_r2_c1.jpg);
	height:307px;
}

#flash div {
	position:absolute;
	left:19px;
	top:20px;
	display:none;
}

#nav img {
	display:inline;
}

#content {
	position:relative;
	background-image:url(../images/layout_r4_c1.jpg);
	height:500px;
}

#content a {
	text-decoration:none;
	color:#000000;
}
#content a:hover {
	color:#3D5172;
}

#practice {
	position:absolute;
	top:60px;
	left:28px;
	text-indent:20px;
}

#lawyers {
	position:absolute;
	top:160px;
	left:28px;
	text-indent:20px;
}

#script {
	position:absolute;
	top:60px;
	left:333px;
	width:588px;
	line-height:26px;
}

#contact {
	position:absolute;
	left:28px;
	top:346px;
	width:255px;
}

#contact form {
	margin:0px;
}

#contact input,textarea {
	width:248px;
	color:#000000;
	font-size:10px;
	background-color:#CFE4F1;
	margin-bottom:2px;
	border:0px;
	height:15px;
	padding:2px;
	font-family:"Century Gothic";
}

#contact textarea {
	height:42px;
}

#contact #submit {
	width:60px;
	height:22px;
	border:2px solid #000000;
}

#content #events {
	position:absolute;
	left:340px;
	top:346px;
	width:570px;
	height:130px;
	color:#FFFFFF;
}

#events div {
	background-color:#15293F;
}
#events div a { color:#FFFFFF; }
#events div a:hover { color:#CCCCCC; }

#footer {
	position:relative;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}

#footer p {
	font-size:10px;
}

#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#3D5172;
}

.disclaimer{
	font-size:9px;
	color:#999999;
}