html {}
body { margin: 0; margin-bottom: 18px; font-size: 76%; color: #ffffff; font-family: tahoma, verdana, georgia, arial; }
p, #maincontent li { font-size: 0.8em; padding-left: 23px; padding-right: 17px; }
h1 { font-size: 1.2em; padding-left: 23px; padding-right: 17px; }
h3 { font-size: 0.9em; padding-left: 23px; padding-right: 17px; }
#bodytable { width: 766px; border: 1px solid black; }
#leftpanel {width:255px; height:auto; float:left; background-color:#9C9783}
#mcconathylaw{float:left; width:100%; padding-left:25px; padding-bottom:10px;}
#maincontent ul { list-style-image: url(images/list-bullet.jpg); font-size: 0.8em; }

#maincontent li a, a:link, a:visited, a:hover, a:active { color: #FFFFFF; text-decoration: underline; }

#main-content {
	width: 500px;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 0;
	float: right;
}
#footer { width: 700px; text-align: center; font-size: 0.77em; }

img { border: 0; }
.float-right { float: right; padding: 0 23px 12px 17px; }
.float-left { float: left; padding: 0 17px 12px 17px; }

.formtext { font-family: helvetica;  font-size: 0.9em; }
.bail {
	width: 500px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px;
	border: 2px solid white;
	}
	
.bordered {
	border: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}


/*****************************************************************/
ul#navigation{
	display: block;
	width: 210px;
	padding: 0px;
	margin-left: 27px;
	margin-top: 5px;
	float: left;
}
.header {
	height: 413px;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9C9783;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navigation li {
	list-style-image: none;
	display: block;
	list-style-type: none;
	width: 200px;
	margin-bottom: 3px;
}
.header #logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 255px;
	float: left;
}

.header #phone {
	z-index: 900;
	width: 220px;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	left: 0px;
	top: 0px;
	margin-top: 120px;
	margin-left: 25px;
}
#phone span {
	font-size: 23px;
	color: #ffffff;
	/*color: #585A07;*/
}

.header #picholder {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 413px;

	width: 510px;
	float: right;
	
	width: 511px;
}

#navigation li a {
	display: block;
	color: #282828;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73705f;
	margin: 0px;
	background-image: url(images/nav_bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 27px;
	padding-bottom: 5px;
	padding-top: 3px;
	vertical-align: middle;
}

#navigation a:hover {color:#054e9c;}
#navigation a.last {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#bodytable .bordered #navigation li {
	list-style-image: none;
}

/******* QUICK FORM **********/
#quickform{
	height: auto;
	width: 256px;
	float: left;
	background-image: url(images/bg_contactform.jpg);
	background-repeat: no-repeat;
	padding-top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #114076;	
}

#quickform input.txtfield, #quickform textarea {
	border:solid 1px #0c59ab;
	color:#ffffff;
	background-color: #082e57;
	float: right;
	margin-right:17px;

}
#quickform input.txtfield{width:155px;	height:27px; margin-bottom:3px;}
#quickform textarea{width:212px; height:104px;}
#quickform .field{
	height:27px;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.formtext2 {
	width: 50px;
	height:27px;
	float:left;
	display: block;
	padding-top: 5px;
	margin-left: 28px;
}
.errMsg {
	font-size: 11px;
	clear: both;
	float:left;
	height:auto;
	width:90%;
	color: #cc2a2a;
	margin-left: 0px;
	padding-left:87px;
}

#quickform input.button {
	float: left;
	margin-left:28px;
	margin-top:10px;
	margin-bottom:10px;
}

