/* @override 
	http://www.webdesign.gs/strazzullo/style/strazzullo.css
	http://www.strazzullolaw.com/style/strazzullo.css
*/

html, body {
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#logo {
	width: 700px;
	height: 165px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	background-image: url(../images/strazzullo-law-firm-logo.png);
	z-index: 10;
}

a#logo-a {
	width: 220px;
	height: 165px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9000px;
}

#navigation {
	width: 850px;
	height: 35px;
	position: absolute;
	top: 165px;
	left: 50%;
	margin-left: -425px;
}

#navigation ul {
	width: 850px;
}

#navigation ul li {
	height: 35px;
	text-align: center;
	list-style-type: none;
	display: block;
	float: left;
}

#navigation ul li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font: 12px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 35px;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#navigation ul li a:hover {
	background: url(../images/bg-35.png) repeat-x;
}

#bar-1 {
	width: 100%;
	height: 165px;
	background-color: #16508b;
	position: absolute;
	top: 0;
	z-index: -10;
}

#bar-2 {
	width: 100%;
	height: 35px;
	background-color: #103e6f;
	position: absolute;
	top: 165px;
	z-index: -10;
}

#bar-3 {
	width: 100%;
	height: 243px;
	background-color: #16508b;
	position: absolute;
	top: 200px;
	z-index: -10;
}

#bar-4 {
	width: 100%;
	height: 72px;
	position: absolute;
	background-color: #103e6f;
	top: 443px;
	z-index: -10;
}

#header {
	width: 900px;
	height: 243px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -450px;
}

#header-practice {
	width: 397px;
	height: 243px;
	float: left;
}

#header-practice h3 {
	color: #6696ba;
	font: italic 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 8px;
	margin-bottom: 5px;
	text-indent: -17px;
}

#header-practice ul {
	width: 440px;
	padding-top: 3px;
}

#header-practice ul li {
	width: 220px;
	float: left;
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 5px;
}

#header-practice ul li a {
	color: white;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
	bottom: 1px;
	padding: 3px 5px 5px;
}

#header-practice ul li a:hover {
	background-color: white;
	color: #103e6f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#header-image {
	float: right;
}

#latest-news {
	position: absolute;
	width: 850px;
	margin-left: -425px;
	top: 443px;
	left: 50%;
	background: url(../images/latestnews.jpg) no-repeat right center;
	height: 72px;
}

a#latestlink {
	width: 255px;
	height: 72px;
	display: block;
	position: absolute;
	left: 595px;
	z-index: 500;
	text-indent: -9000px;
}

#languages {
	width: 120px;
	height: 60px;
	position: absolute;
	right: 15px;
	text-align: right;
	top: 15px;
	opacity: 0.5;
}

#languages:hover {
	opacity: 1;
}

#languages a {
	color: white;
	text-decoration: none;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 5px;
}

#languages a:hover {
	background-color: white;
	color: #103e6f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#content {
	position: absolute;
	top: 515px;
	width: 100%;
}

#body {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/contentbg.jpg) repeat-y;
	padding-bottom: 15px;
}

.text {
	padding-top: 15px;
	width: 550px;
	float: left;
}

.text p {
	color: #464646;
	font-size: 13px;
	line-height: 20px;
	/*text-align: justify;*/
	margin-bottom: 10px;
}

.text ul, .text ol {
	color: #464646;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
	margin-left: 25px;
}

.text h1 {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: #505050 1px 1px 2px;
}

.text h2, .text h3 {
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	color: #103e6f;
}

.text h2 span {
	font-size: 11px;
	text-transform: uppercase;
	color: gray;
	font-weight: bold;
	font-style: italic;
}

.text h1+p, .text h2+p, .text h2+img+p, .text h1+img+p {
	color: black;
	text-indent: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text a:link, .text a:visited {
	color: #26619b;
	text-decoration: none;
	border-bottom: 1px dotted gray;
	padding-bottom: 1px;
}

.text a:hover {
	color: #103e6f;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.text p.callnow {
	text-align: center;
	font: italic bold 22px Georgia, "Times New Roman", Times, serif;
	color: black;
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;
	padding-top: 7px;
	padding-bottom: 7px;
	text-shadow: #505050 1px 1px 2px;
}

.text img {
	border: 1px solid #103e6f;
	padding: 3px;
}

#aside {
	width: 253px;
	float: right;
	padding-top: 15px;
}

#aside p {
	font-size: 11px;
	padding-left: 15px;
	padding-right: 20px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 15px;
}

#aside img[width="220"] {
	border: 3px solid white;
	margin-left: -3px;
	-webkit-box-shadow: 2px 2px 7px #676767;
	-moz-box-shadow: 2px 2px 7px #676767;
}

#aside a {
	color: #666666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted gray;
}

#aside a:hover {
	border-bottom: 1px solid gray;
	color: #103e6f;
}

#aside h3 {
	width: 210px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#aside h3 a {
	text-align: center;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #16508b;
	padding: 4px 8px;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-bottom-style: none;
	width: 194px;
	display: block;
}

#aside h3 a:hover {
	background-color: #103e6f;
	color: white;
	border-bottom-style: none;
	-webkit-box-shadow: 2px 2px 7px #676767;
	-moz-box-shadow: 2px 2px 7px #676767;
}

#aside h3 a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.side-form {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.side-form input {
	width: 195px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.side-form input, .side-form textarea {
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	color: gray;
	border: 1px solid silver;
	padding: 3px 5px;
}

.side-form textarea {
	width: 195px;
	height: 120px;
}

.side-form button {
	width: 90px;
	height: 25px;
	margin-top: 10px;
	margin-left: 117px;
}

#footer {
	width: 100%;
	background-color: #16508b;
	color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#flinks {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#flinks ul {
	float: right;
	margin-bottom: 20px;
}

#flinks ul li {
	width: 170px;
	display: block;
	float: left;
	text-align: right;
	line-height: 15px;
}

#flinks p {
	clear: both;
	text-align: right;
	line-height: 20px;
	margin-bottom: 6px;
}

#flinks p a:link, #flinks p a:visited {
	color: white;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

#flinks p a:hover {
	text-decoration: underline;
}

#flinks p a[href="http://www.lawfirmsites.com"] {
	padding-left: 0;
	padding-right: 0;
	text-decoration: underline;
}

#flinks p a[href="http://www.lawfirmsites.com"]:hover {
	padding-left: 0;
	padding-right: 0;
	text-decoration: none;
}

/* --- HOME PAGE --- */

#home.text img[width="215"] {
	float: right;
	margin-bottom: 15px;
	margin-left: 25px;
}

#home.text img[width="549"] {
	margin-bottom: 20px;
	margin-left: -7px;
}

#home.text img[width="433"] {
	width: 433px;
	margin-left: 55px;
	margin-bottom: 10px;
}

#body .text a.img {
	border-bottom-style: none;
	text-decoration: none;
}

#home a.imglink {
	border-bottom-style: none;
}

img.imglink {
	text-decoration: none;
}

#home.text {
	padding-top: 410px;
}

.overh {
	position: absolute;
	top: 0;
}

.text .overh p {
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

/* --- GALLERY --- */

ul.gallery {
	width: 540px;
	clear: both;
}

ul.gallery li {
	width: 220px;
	float: left;
	margin-right: 25px;
	list-style-type: none;
	height: 165px;
}

ul.gallery li.tall {
	height: 230px;
}

ul.gallery li.tall img {
	width: 147px;
	margin-left: 35px;
}

/* --- CONTACT --- */

fieldset {
	border-right-style: none;
	border-left-style: none;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-top: 15px;
	margin-bottom: 25px;
}

legend {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #103e6f;
	margin-left: 25px;
	padding-left: 8px;
	padding-right: 8px;
}

fieldset form label {
	font-weight: bold;
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}

fieldset form input, fieldset form textarea {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #464646;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid silver;
	background-color: #f2f2f2;
}

fieldset form input {
	width: 350px;
}

fieldset form textarea {
	width: 450px;
	height: 100px;
	margin-left: 50px;
}

fieldset form input[type="checkbox"] {
	width: 20px;
}

fieldset form ul {
	list-style-type: none;
}

fieldset form input[type="submit"] {
	width: 150px;
	background-color: #16508b;
	text-transform: uppercase;
	color: white;
	font-weight: normal;
	font-style: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-style: none;
	margin-left: 357px;
	font-size: 16px;
}

fieldset form input[type="submit"]:hover {
	background-color: #103e6f;
	color: white;
	border-bottom-style: none;
	-webkit-box-shadow: 2px 2px 7px #676767;
	-moz-box-shadow: 2px 2px 7px #676767;
	cursor: pointer;
}

fieldset form input[type="submit"]:active {
	position: relative;
	top: 1px;
	left: 1px;
}

fieldset form p {
}

fieldset form input:focus, fieldset form textarea:focus {
	-webkit-box-shadow: 2px 2px 7px #676767;
	-moz-box-shadow: 2px 2px 7px #676767;
	background-color: white;
}

.pad-left {
	padding-left: 35px;
}

/* --- IMAGES --- */

.text img[width="453"] {
	margin-left: 50px;
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 7px #676767;
	-moz-box-shadow: 2px 2px 7px #676767;
}

.text img[width="549"] {
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 7px #676767;
	-moz-box-shadow: 2px 2px 7px #676767;
}

img.attorney-pic {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}

.attorney-info {
	width: 300px;
	background-color: #f0ece0;
	padding: 10px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.attorney-info p {
	margin-bottom: 0;
}

.attorney-info p i {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #103e6f;
	text-transform: uppercase;
}

.attorney-info p b {
	display: block;
	float: left;
	width: 55px;
	text-align: right;
	margin-right: 5px;
}

.attorney-list li:first-child {
	list-style-type: none;
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	color: #103e6f;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: -20px;
}

.text ul.attorney-list {
	margin-bottom: 25px;
}

.attorney-list li ul li:first-child {
	color: #464646;
	text-transform: none;
	list-style-type: circle;
	margin-left: 0;
	margin-bottom: 0;
	font: normal normal 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.attorney-list dl {
	margin-bottom: 15px;
}

.attorney-list dt {
	font-weight: bold;
}

table.criminal-table{
	font-size: 12px;
	line-height: 18px;
}

table.criminal-table td{
	border: 1px solid #999;
	padding: 10px;
}

table.criminal-table th{
	background-color: #d4d7e2;
	padding: 4px;
}

table.criminal-table td.row1{
	background-color: #bcbeca;
}