html {
	background: #c6c6c6 url('../img/bg.png') no-repeat;
}

body {
	width: 960px;
	margin: 50px auto 0 auto;
	font-family: Arial;
	text-align: justify;
}

a img {
	border: 0;
}

a {
	color: #a71c20;
}

h4 {
	clear: both;
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 1.17em;
}

a:hover {
	text-decoration: none;
}

#Logo {
	background: #FFF;
	padding: 50px 50px 20px 50px;
}

#Menu {
	margin: 0;
	padding: 10px;
	height: 19px;
	background: #002d62;
}

#Menu li {
	list-style: none;
	float: left;
	width: 120px;
	text-align: center;
}
#Menu li a {
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	width: 120px;
}
#Menu li a:hover {
	background: #96a0c0;
}

#Body {
	background: #FFF;
	padding: 20px 50px 50px 50px;
	font-size: small;
}
* html div.left  { 
	display: inline;
}

#Body h1 {
	margin: 0px;
	color: #a71c20;
	font-weight: normal;
}

#Body ul {
	color: #a71c20;
}

#Body ul p {
	margin: 0;
	color: #000;
}

#Footer {
	background: #c6c6c6 url('../img/footer.gif') no-repeat;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
}

.image {
	text-align: center;
}

.bluebar {
	width: 860px;
	margin: 50px 50px 50px -50px;
	color: #FFF;
	padding: 50px;
	background: #002d62;
}

h2.bluebar2 {
	width: 860px;
	margin: 10px 20px 30px -50px;
	color: #FFF;
	padding: 10px 50px 10px 50px;
	background: #002d62;
}

#Body .bluebar h1 {
	color: #FFF;
}

.bluebar .big {
	font-size: large;
}

.left {
	float: left;
	margin: 0 20px 0 0;
}

.qualifications {
	padding: 0 0 0 20px;
	margin: 0 0 0 210px;
}

.clear {
	clear: both;
	border: 0;
	margin: 0;
	height: 0;
	visibility: hidden;
}

.lawyer {
	font-size: 1.5em;
	font-weight: bold;
	color: #a71c20;
	position: relative;
	margin: 0 0 0 210px;
	padding: 0;
}

.lawyer span {
	color: #c6c6c6;
	float: right;
	text-transform: uppercase;
	font-weight: normal;
	font-size: small;
}

.cases tbody {
	font-size: x-small;
}
.cases tbody tr {
	padding: 5px 0 5px 0;
}

#Bar1 {
	background: #002d62 url('../img/bar1.gif') no-repeat bottom right;
}

#Bar2 {
	background: #002d62 url('../img/bar2.gif') no-repeat bottom right;
} 

#notify-container {
	font-size:130%;
	font-weight:bold;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:0;
	z-index:100;
	color:#FFF;
}
#notify-container div {
	background-color:#002D62;
	border-bottom:1px solid #8C7356;
	padding:7px 0;
}
#notify-container a {
	text-decoration:underline;
	color:#FFF;
}
#notify-container span.notify-close {
	color:#4A402E;
	background-color:#C3B79B;
	float:right;
	margin-right:20px;
	border:2px solid #A71C20;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
#notify-container span.notify-close a {
	text-decoration:none;
}

#message {
    font-family:Arial,Helvetica,sans-serif;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:bold;
    font-size:100%;
    color:white;
    padding:10px 0px 10px 0px;
    background-color:#002D62;
}

#message span {
    text-align: center;
    width: 95%;
    float:left;
}

.close-notify {
    white-space: nowrap;
    float:right;
    margin-right:10px;
    color:#fff;
    text-decoration:none;
    border:2px #fff solid;
    padding-left:3px;
    padding-right:3px
}

.close-notify a {
    color: #fff;
}

