@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
	background-color:#001226;
}
.header {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	background-image:url(../images/header.jpg);
	width:846px;
	height:99px;
	padding-left:30px;
	padding-top:10px;
	color: #ffffff;
}
.title {
	font-stretch:semi-expanded;
	font-size:20pt;
	font-weight:400;
	width: 500px;
}
#address {
	position:absolute;
	left:650px;
	top:24px;
	width:200px;
	height:76px;
	z-index:1;
	font-size:10pt;
}
.phone {
	font-weight:600;
	font-stretch:expanded;
}
.nav {
	position:absolute;
	width:876px;
	height:170px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.home a:link, .home a:visited {
	color:white;
	text-decoration: none;
	display: block;
	width: 196px;
	height: 45px;
	background: url(../images/home_btn.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.home a:hover {
	display: block;
	width: 196px;
	height: 45px;
	background: url(../images/home_hvr.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.attorney a:link, .attorney a:visited {
	color:white;
	text-decoration: none;
	display: block;
	width: 196px;
	height: 42px;
	background:url(../images/attorneys_btn.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.attorney a:hover {
	display: block;
	width: 196px;
	height: 42px;
	background:url(../images/attorneys_hvr.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.practice a:link, .practice a:visited {
	color:white;
	text-decoration: none;
	display: block;
	width: 196px;
	height: 41px;
	background:url(../images/practice_btn.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.practice a:hover {
	display: block;
	width: 196px;
	height: 41px;
	background:url(../images/practice_hvr.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.contact a:link, .contact a:visited {
	color:white;
	text-decoration: none;
	display: block;
	width: 196px;
	height: 40px;
	background:url(../images/contact_btn.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.contact a:hover {
	display: block;
	width: 196px;
	height: 40px;
	background:url(../images/contact_hvr.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.links a:link, .links a:visited{
	color:white;
	text-decoration: none;
	display: block;
	width: 196px;
	height: 40px;
	background:url(../images/links_btn.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.links a:hover{
	color:white;
	text-decoration: none;
	display: block;
	width: 196px;
	height: 40px;
	background:url(../images/links_hvr.jpg);
	padding-left: 30px;
	padding-top: 10px;
}
.language {
	position:relative;
	top: 255px;
	width:846px;
	height:33px;
	padding-left:30px;
	padding-top: 10px;
	color: #ffffff;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	background-image:url(../images/language_bar.jpg);
}
.language a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}
.language a:hover {
	text-decoration: underline;
}
.content {
	position:relative;
	top:255px;
	width:816px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#ffffff;
}
h1 {
	font-family:Palatino Linotype, Book Antiqua;
	line-height: 1pt;
	font-weight:400;
	color: #023066;
}
p {
	font-family:Palatino Linotype, Book Antiqua;
	color: #333333;
	font-weight: 300;
}
.container {
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
#background {
	background: #001226;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 876px;
}
.image {
	border: 2pt;
	color: #326db2;
	padding-left: 5px;
}
#footer {
	position:relative;
	top: 275px;
	width:882px;
	height: 100px;
	z-index:1;
	font-family:Palatino Linotype, Book Antiqua;
	color: white;
}
#footer a:link, a:visited {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #336eb3;
	text-decoration: underline;
}
h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:300;
	line-height: 12pt;
	font-size:20px;
}
.content a:link {
	color: #336eb3;
}
.content a:visited {
	color: #336eb3;
}
.content a:hover {
	color: #333333;
}