/* FRH SITE STYLE SHEET */



/* GENERAL STYLE */
body {
	font-family: Verdana;
	background-color: #a3a3a3;
}

p {
	text-align: left;
	padding-left: 220px; padding-right: 100px;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #ffffff;
}

.container {
	font-size: 1em;
	margin: 0 auto;
	border: 5px solid #cccccc;
	width: 1024px;
	height: 1024px;
	background: #ffffff;
}

.footer {
	margin: 0 auto;
	background: #cccccc;
	color: #000000;
	font-size: .7em;
        text-align: center;
	width: 1034px;
	height: 85px;
}

.footer p {
        text-align: center;
        font-size: .7em;
        padding-left: 5px; padding-right: 5px;
}



/* NAVIGATION MENU */
#nav {
	width: 200px;
	background-color:#333333;
	float: left
}

/* list and lines level one */
#nav ul {
	margin: 0;
	padding-left: 8px;
	list-style-type: none;
	background-color:#333333;
	font-size: 15px;
}

#nav li {
	border-bottom: 5px solid #333333;
	line-height: 25px;
	position: relative;
}

#nav li a {
	background: #a3a3a3;
	color: #ffffff;
	display: block;
	padding-left: 8px;
	text-decoration: none;
	width: 176px;
}

#nav li a:hover {
	background: #cccccc;
	color: #000000;
	margin-left: 3px;
	-webkit-transition: .5s;
	transition: .5s;
}

/* list and lines level two */
#nav ul ul {
	display: none;
	width: 145px;
	padding-left: 3px;
	background-color: #7a7a7a;
}

#nav ul:hover ul {
	display: block;
	border-top: 5px solid #333333;
	font-size: 12px;
}



/* HEADINGS */

/* title of page */
h1 {
	font-size: 2.5em;
	font-family: Cambria, Georgia, serif;
	color:#ffffff;
	background-color:#333333;
	text-align: right;
	margin: 0;
	padding: 40px 40px 5px 40px;
}

/* sub-title of page */
h2 {
	font-size: .8em;
	color:#ffffff;
	background-color:#333333;
	text-align: right;
	margin: 0;
	padding: 5px 40px 20px 40px;
}

/* body heading (ex: atty name) */
h3 {
	font-size: 1.3em;
	font-color: #000000;
	padding-left: 220px;
}


/* HOME PAGE STYLE */
.home img {
	padding: 20px 25px 10px 25px;
	float: left;
}

.home a {
	text-decoration: underline;
	color: #000000;
	font-size: 12pt;
}

/* FIRM PAGE STYLE */
.firm img {
	padding: 20px 25px 10px 25px;
	float: right;
}

.firm ul {
	list-style-type: none;
	padding-left: 225px; 
	font-color: #000000;
}

.firm li a {
	text-decoration: underline;
	color: #000000;
	font-size: 12pt;
}

.containerfirm {
	font-size: 1em;
	margin: 0 auto;
	border: 5px solid #cccccc;
	width: 1024px;
	height: 2050px;
	background: #ffffff;
}


/* ATTORNEY PAGE STYLE */
.atty p {
	text-align: left;
	padding-left: 220px;
}

.atty h3 {
	text-align: left;
	padding-left: 220px;
}

.atty h4 {
	font-size: 13pt;
	text-decoration: overline;
	padding-left: 220px;
}

.atty img {
	padding: 20px 25px 10px 25px;
	float: left;
}

.atty ul {
	padding-left: 300px;
	font-size: 12pt;
}

.atty a {
	text-decoration: underline;
	color: #000000;
	font-size: 12pt;
}

.containeratty {
	font-size: 1em;
	margin: 0 auto;
	border: 5px solid #cccccc;
	width: 1024px;
	height: 1024px;
	background: #ffffff;
}

.containerwilkinson {
	font-size: 1em;
	margin: 0 auto;
	border: 5px solid #cccccc;
	width: 1024px;
	height: 1310px;
	background: #ffffff;
}

.containerbarrett {
	font-size: 1em;
	margin: 0 auto;
	border: 5px solid #cccccc;
	width: 1024px;
	height: 1900px;
	background: #ffffff;
}


/* PRACTICE AREA PAGE STYLE */
.practicearea img {
	padding: 20px 25px 10px 25px;
	float: right;
}

.practicearea h4 {
	font-size: 13pt;
	text-decoration: overline;
	padding-left: 220px;
}


/* CONTACT PAGE STYLE */
.contact iframe {
	float: left;
	margin: 0px 25px 0px 20px;
}

.contact h3 {
	font-size: 1.3em;
	font-color: #000000;
	padding-left: 600px;
}

.contact h4 {
	font-size: .9em;
	padding-left: 600px;
}

.contact p {
	text-align: left;
	padding-left: 600px;
	font-size: 12pt;
}

.contact a {
	text-decoration: underline;
	color: #000000;
	font-size: 12pt;
}