html {
	overflow-y: scroll;
	height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 14px;
    color: #000;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
    margin: 0;
    padding: 0;
	height: 100%;
}

a {
   outline: 0;
}

a:link,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #346369;
}

.borderRidge {
	border: 2px ridge #FFF;
}

#contactInfo {
	color: #1F3E42;
	font-weight: bold;
	text-align: center;
/*	margin-right: 320px;*/
}

#contactInfo a:link,
#contactInfo a:active,
#contactInfo a:visited {
	color: #1F3E42;
}

#contactInfo a:hover {
	color: #346369;
}

.cMethod {
	position: absolute;
	top: -1000px;
}

.dropShadow {
	-moz-box-shadow: 2px 2px 6px #333;
	-webkit-box-shadow: 2px 2px 6px #333;
	box-shadow: 2px 2px 6px #333;
}

@font-face {
     font-family: imprisha;
     src: url(imprisha.woff);
}

#footer {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	height: 60px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color:#1F3E42;
	background: -webkit-linear-gradient(#346369, #1F3E42);
	background: -o-linear-gradient(#346369, #1F3E42);
	background: -moz-linear-gradient(#346369, #1F3E42);
	background: linear-gradient(#346369, #1F3E42);
	border-top: 2px ridge #FFF;
	border-bottom: 2px ridge #FFF;
	z-index: 10;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #000;
}

#footer div {
	 margin-left: 210px;
	 padding-top: 10px;
}

#footerLogos {
	clear: right;
	margin-top: 30px;
	margin-bottom: 8px;
}

#footerLogos a {
	margin-left: 76px;	
}

#googleMaps {
	float: right;
	margin: 0 0 30px 30px;
}

.greenText {
	color: #1F3E42;
}

h1,
h2,
h3 {
	margin: 0 0 10px 0;	
}

h2 {
	color: #1F3E42;
	font-size: 20px;
}

#header {
	position: absolute;
	top: 40px;
	width: 100%;
	min-width: 1200px;
	height: 166px;
	background-color:#F7ECAA;
	background: -webkit-linear-gradient(#346369, #1F3E42);
	background: -o-linear-gradient(#346369, #1F3E42);
	background: -moz-linear-gradient(#346369, #1F3E42);
	background: linear-gradient(#346369, #1F3E42);
	background-repeat:repeat-x;
	border-top: 2px ridge #FFF;
	border-bottom: 2px ridge #FFF;
	z-index: 10;
}

#headerContent {
	height: 206px;
}

#headerContent img {
	z-index: 20;	
}

hr {
	border: 1px solid #346369;
	margin: 0 5px;
}

img {
    border: 0;
}

.imgBorder {
	border: 2px ridge #FFF;
}

#lawLogo {
	position: absolute;;
	top: 62px;
	left: 284px;
	width: 480px;
	height: 120px;
	background-color: #FFF;
	z-index: 20;
	font-family: imprisha;
}

#lawLogo img {
	padding: 10px 0 0 20px;
}

#lawLogo div {
	float: right;
	text-align: center;
	padding-right: 20px;
	padding-top: 10px;
}

#lawLogo div span:nth-of-type(1) {
	font-size: 36px;
}

#lawLogo div span:nth-of-type(2) {
	 font-size: 24px;
}

#lawLogo div span:nth-of-type(3) {
	 font-size: 20px;
}

#mailForm {
	clear: right;
	margin-left: 62px;
	margin-bottom: 16px;
}

#mailForm div {
	background-color: #FFF;	
	border: 2px ridge #FFF;
	margin-top: 20px;
	padding:0 30px 30px 30px;
}

#mailForm .errorMsg {
	 border: none;
	 padding: 0;
	 margin: 0;
	 color: red;
	 font-size: 12px;
	 font-weight: bold;
}

#mailForm h5 {
	margin: 10px 0 4px 0;	
}

#mailForm input,
#mailForm select,
#mailForm textarea {
	background-color: #EEE;
}

#mailForm textarea {
	width: 100%;
    resize: none;
}
	
#mailForm input[type=submit] {
    -webkit-border-radius: 0px;
	-webkit-appearance: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
}

#mailForm input[type=submit]:hover {
	color: #FFF;
	background-color: #346369;
}

#main {
	margin: 0 0 0 160px;
	padding: 19px 50px 30px 0;
	background-color: #EEE;
	background: -webkit-linear-gradient(#F3F3F3, #FFF);
	background: -o-linear-gradient(#F3F3F3, #FFF);
	background: -moz-linear-gradient(#F3F3F3, #FFF);
	background: linear-gradient(#F3F3F3, #FFF);
	border-right: 8px solid #FFF;
}

#main ul {
	margin-left: 50px;	
}

#menu {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 106px;
}

#menu ul li {
	display: block;
	position: relative;
	float: left;
/*	width: 210px;*/
	width: 20%;
	text-align: center;
}

#menu li ul {
	display: none;
	margin: 0;
}

#menu ul li a {
	display: block;
	background-color: #346369;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
    white-space: nowrap;
	color: #FFF;
}

#menu li ul li {
	width: 100% !important;
}

#menu ul li a:hover {
	color: #346369;
	background-color: #FFF;
}

#menu li:hover ul {
	display: block;
	position: absolute;
}

#menu li:hover li a:hover {
	background-color: #FFF;
}

#menuContent {
/*	margin: 0 0 0 160px;*/
	margin: 0 0 0 116px;
	padding-right: 44px;
	height: 38px;
	background-color: #346369;
	border-bottom: 8px solid #FFF;
}
/*
p::first-letter {
	font-size: 18px;
}
*/
#realEstate {
	overflow: hidden;
}

#realEstate ul {
	float:left;
}

#realEstate ul:nth-of-type(1) {
	margin-left: 0;
}

#realEstate ul:nth-of-type(2) {
	margin-left: 30px;
}

.redText {
	color:#990033;
}

#sidebar {
	position: relative;
	width: 221px;
	height: 100%;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(../images/column_top.png), url(../images/column_base.png), url(../images/column.png);
	background-position: top, bottom, top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	float: left;
	z-index: 20;
}

.verticalGradient {
	background: -webkit-linear-gradient(#F7ECAA, #DAD088);
	background: -o-linear-gradient(#F7ECAA, #DAD088);
	background: -moz-linear-gradient(#F7ECAA, #DAD088);
	background: linear-gradient(#F7ECAA, #DAD088);
}

#wrapper {
	position: relative;
    width: 1200px;
	margin: 0 auto;
	height: 100%;
}