/* Parmele Law Firm
   Author: Chad Spencer
   Copyright 2008 */


/*-----Global Definitions-----*/

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 0.1px;
}

body {
	padding: 0;
	background: #f1f1ee;
	text-align: left;
}

a {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

*:focus {
	outline: 0;
}

.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .wrapper {
	height: 1%;
}

.wrapper {
	display: block;
}

.clear {
	clear: both;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*-----Header-----*/

#headercontainer {
	background: #f7f6f5;
}

#header {
	width: 792px;
	height: 153px;
	margin: 0 auto;
}

h1#logo a {
	float: left;
	width: 254px;
	height: 77px;
	background: url(/img/logo3.gif) no-repeat top left;
	text-indent: -9999px;
	margin: 17px 0 0 0;
}

h1#logo a:hover {
	background-position: bottom left;
}

#header #slogan {
	float: right;
	width: 404px;
	height: 103px;
	background: url(/img/slogan2.gif) no-repeat top left;
	margin-right: 40px;
	/*padding: 20px 30px 0 35px;*/
	text-indent: -9999px;
}

#header #slogan h2 {
	font: normal 18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #2f2c29;
	padding: 0 0 5px 0;
}

#header #slogan p {
	font: normal 14px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #8f8b84;
}

/*-----Main Navigation-----*/

#navigationcontainer {
	background: url(/img/navigation_gradient.gif);
	height: 54px;
}

#navigation {
	width: 792px;
	margin: 0 auto;
}

#navigation ul {
	list-style: none;
	display: inline;
}

#navigation ul li {
	display: block;
	text-align: center;
	float: left;
}

#navigation ul li#first a {
	width: 178px;
	height: 54px;
	background: url(/img/navigation.gif) 0 0;
	margin: 0 0 0 2px;
}

#navigation ul li#first a:hover {
	background: url(/img/navigation.gif) 0 -54px;
}

#navigation ul li#first.selected a {
	background: url(/img/navigation.gif) 0 -108px;
}

#navigation ul li#second a {
	width: 180px;
	height: 54px;
	background: url(/img/navigation.gif) -178px 0;
}

#navigation ul li#second a:hover {
	background: url(/img/navigation.gif) -178px -54px;
}

#navigation ul li#second.selected a {
	background: url(/img/navigation.gif) -178px -108px;
}

#navigation ul li#third a {
	width: 205px;
	height: 54px;
	background: url(/img/navigation.gif) -358px 0;
}

#navigation ul li#third a:hover {
	background: url(/img/navigation.gif) -358px -54px;
}

#navigation ul li#third.selected a {
	background: url(/img/navigation.gif) -358px -108px;
}

#navigation ul li#fourth a {
	width: 111px;
	height: 54px;
	background: url(/img/navigation.gif) -563px 0;
}

#navigation ul li#fourth a:hover {
	background: url(/img/navigation.gif) -563px -54px;
}

#navigation ul li#fourth.selected a {
	background: url(/img/navigation.gif) -563px -108px;
}


#navigation ul li#last a {
	width: 111px;
	height: 54px;
	background: url(/img/navigation.gif) -674px 0;
}

#navigation ul li#last a:hover {
	background: url(/img/navigation.gif) -674px -54px;
}

#navigation ul li#last.selected a {
	background: url(/img/navigation.gif) -674px -108px;
}

#navigation ul li a {
	display: block;
	height: 54px;
	float: left;
	text-indent: -9999px;
}

/*-----Content-----*/

#contentcontainer {
	background: #eceae7 url(/img/content_gradient.gif) repeat-x;
	border-top: 1px solid #1b3b4b;
}

#content {
	width: 792px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

/*-----Home-----*/

#maingraphic {
	width: 792px;
	height: 360px;
	background: #eceae7 url(/img/home_main.jpg);
	margin: 0 0 30px 0;
	position: relative;
	text-indent: -9999px;
}

#maingraphic h3 {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 46px;
	left: 30px;
}

#maingraphic p {
	font: normal 15px/22px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 115px;
	left: 30px;
	width: 300px;
}

#maingraphic a {
	font: normal 15px/22px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 278px;
	left: 30px;
	/*background: url(/img/arrow.gif) no-repeat right 5px;
	padding: 0 20px 0 0;*/
	display: block;
	width: 120px;
	height: 25px;
}

#maingraphic a:hover {
	text-decoration: underline;
}

/*-----Three Column Grid-----*/

#three-column1,
#three-column2 {
	width: 250px;
	padding: 0 21px 0 0;
	float: left;
}

#three-column3 {
	width: 250px;
	padding: 0;
	float: left;
}

#three-column1 h4,
#three-column2 h4,
#three-column3 h4 {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	color: #2a1e0c;
	border-bottom: 1px solid #797974;
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
}

#three-column1 p,
#three-column2 p,
#three-column3 p {
	font: normal 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
}

#three-column1 img,
#three-column2 img,
#three-column3 img {
	border: 2px solid #989898;
}

div#videoPlayer {
	border: 2px solid #989898;
	height: 284px;
	float: left;
	margin: 0 15px 10px 0;
	width: 514px;
}

img.wrap {
	float: left;
	margin: 0 15px 10px 0;
}

#three-column1 ul,
#three-column2 ul,
#three-column3 ul {
	font: normal 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
	padding: 0 0 0 12px;
	list-style-type: square;
}

#three-column1 a,
#three-column2 a,
#three-column3 a {
	font: normal 10px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #335863;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	display: block;
	text-decoration: underline;
}

#three-column1 a:hover,
#three-column2 a:hover,
#three-column3 a:hover {
	text-decoration: none;
}

/*-----Two Column Grid-----*/

#two-column1 {
	width: 518px;
	padding: 30px 20px 0 0;
	float: left;
}

#two-column2 {
	width: 253px;
	padding: 30px 0 0 0;
	float: left;
}

#two-column1.wide {
	width: 594px;
	padding: 30px 10px 0 0;
	float: left;
}

#two-column2.wide {
	width: 185px;
	padding: 30px 0 0 0;
	float: left;
}

#two-column1.reversed {
	width: 518px;
	padding: 30px 0 0 0;
	float: left;
}

#two-column2.reversed {
	width: 253px;
	padding: 30px 21px 0 0;
	float: left;
}

#two-column1 h4 {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	color: #2a1e0c;
	border-bottom: 1px solid #797974;
	padding: 0 0 3px 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#two-column2 h4 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #2a1e0c;
	border-bottom: 1px solid #797974;
	padding: 7px 0 3px 0;
	margin: 0 0 20px 0;
}

#two-column1 h5,
#two-column2 h5 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #2a1e0c;
	margin: 0 0 20px 0;
}

#two-column1 h6 {
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #335863;
	border-bottom: 1px solid #d6d4cc;
	padding: 7px 0 3px 0;
	margin: 0 0 15px 0;
}

#two-column1 p,
#two-column2 p,
div.contactInfo {
	font: normal 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
	padding: 0 0 18px 0;
}

#two-column1 .toggle h6 {
	margin: 20px 0 1px 0;
	padding: 7px 0 3px 0;
}

#two-column1 .toggle.question h6 {
	margin: 20px 0 1px 0;
	background: url(/img/q.gif) no-repeat left 10px;
	padding: 7px 0 3px 30px;
}

#two-column1 .toggle div.grad {
	background: url(/img/questions_gradient.gif) repeat-x;
	padding: 15px;
}

#two-column1 .toggle p {
	padding: 0 15px 15px 15px;
}

#two-column1 a,
#two-column2 a {
	color: #335863;
	text-decoration: underline;
}

#two-column1 a:hover,
#two-column2 a:hover {
	text-decoration: none;
}

#two-column1 h6 a:hover {
	text-decoration: none;
	color: #ababab;
}

#two-column1 ul {
	font: normal 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
	padding: 0 0 18px 12px;
	list-style-type: square;
}

#two-column1 ul li {
	padding: 0 0 9px 0;
}

#two-column1 ul li.even {
	color: #9b9b9b;
}

#two-column1 .table {
	float: left;
	font: normal 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
	padding: 0 15px 18px 0;
	list-style-type: none;
	width: 240px;
}

#two-column1 .table h5 {
	font: normal 16px/30px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #2a1e0c;
	padding: 0;
	margin: 0;
}

#two-column1 .table strong {
	font: bold 13px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
}

#two-column1 .table p {
	padding: 0;
}

#two-column1 img {
	border: 2px solid #989898;
}

#two-column2 img {
	margin: 0 0 20px 0;
	border: 2px solid #989898;
}

#two-column1 img.map,
#two-column2 img.map {
	border: none;
}

#two-column2 ul {
	float: left;
	font: normal 14px/20px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #2a1e0c;
	list-style-type: none;
	padding: 0 30px 0 0;
}

#two-column2 ul a {
	color: #335863;
}

#two-column2 ul a:hover {
	text-decoration: underline;
}

#two-column2 span.title {
	float: left;
	height: 90px;
	display: block;
	width: 150px;
	font: normal 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
	padding: 0 0 0 10px;
}

/*-----One Column Grid-----*/

#one-column h4 {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
	color: #2a1e0c;
	border-bottom: 1px solid #797974;
	padding: 0 0 3px 0;
	margin: 30px 0 20px 0;
	text-transform: uppercase;
}

#one-column h4.clean {
	border: none;
	margin: 30px 0 10px 0;
}

#one-column img {
	border: 2px solid #989898;
}

#one-column #videos,
#two-column #videos {
	background: #fff;
	border: 1px solid #989898;
	width: 772px;
	padding: 10px;
}

#one-column #videos h5,
#two-column #videos h5 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #2a1e0c;
	border-bottom: 1px solid #797974;
	padding: 7px 0 3px 0;
	margin: 0 0 20px 0;
	float: left;
	width: 235px;
}

#one-column p.intro,
#one-column #videos p,
#two-column #videos p {
	font: normal 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
	padding: 0 0 18px 0;
}

#one-column #videos #main div#videoDesc {
	float: left;
	width: 235px;
	}

#one-column #videos .sub,
#two-column #videos .sub {
	float: left;
	padding: 0 10px 0 0;
	width: 250px;
}

#one-column #videos .last,
#two-column #videos .last {
	padding: 0;
}

#one-column #videos .sub p a,
#two-column #videos .sub p a {
	font: normal 16px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #2a1e0c;
}

#one-column .letter {
	width: 370px;
	font: normal 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #616161;
	float: left;
	padding: 0 20px 30px 0;
}

#one-column .letter h5 {
	font: normal 18px/24px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #2a1e0c;
}

#one-column .letter span {
	font: normal 12px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #2a1e0c;
	padding: 0 0 10px 0;
	display: block;
}


/*-----Form-----*/

form.contact fieldset {
	border: none;
}

form.contact input {
	font: normal 12px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #808080;
	border: 1px solid #999999;
	padding: 6px;
	margin: 0 0 5px 0;
	width: 383px;
}

form.contact textarea {
	font: normal 12px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #808080;
	border: 1px solid #999999;
	padding: 6px;
	margin: 0 0 5px 0;
	width: 503px;
	height: 180px;
}

form.contact input#button {
	background: url(/img/submit.gif);
	text-indent: -9999px;
	width: 111px;
	height: 32px;
	padding: 0;
	border: none;
	margin: 10px 0 0 0;
}

/*-----Footer-----*/

#footercontainer {
	background: url(/img/footer_background.gif) repeat-x;
	border-top: 1px solid #c8c2b8;
	padding: 25px 0 0 0;
}

#footer {
	width: 792px;
	margin: 0 auto;
}

#footercontent {
	height: 72px;
	background: url(/img/logo_small.gif) no-repeat;
	padding: 0 0 0 90px;
	float: left;
}

#footercontent ul li {
	display: inline;
	font: normal 10px Lucida Grande, Lucida Sans Unicode, sans-serif;
	padding: 0 5px 0 5px;
	border-right: 1px solid #cbcac9;
}

#footercontent ul li.last {
	border: none;
}

#footercontent ul li a {
	color: #2d7c94;
}

#footercontent ul li a:hover {
	text-decoration: underline;
}

#footercontent p {
	font: normal 10px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #3b362f;
	padding: 5px 0 0 5px;
}

p#copyright {
	display: block;
	float: right;
	font: normal 10px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #3b362f;
	padding: 5px 0 0 5px;
	text-align: right;
}

p#copyright span,
p#copyright a {
	color: #2d7c94;
}

p#copyright a:hover {
	text-decoration: underline;
}

#disclaimer {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	font: normal 10px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #8f877f;
}

#disclaimer a {
	font: normal 10px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #2d7c94;
	padding: 0 0 10px 0;
}

#disclaimer a:hover {
	text-decoration: underline;
}

#disclaimer p  {
	padding: 0 0 10px 0;
}

div.contactInfo {
	padding-left: 145px;
}

div.contactInfo a img {
	float: left;
	margin-left: -145px;
}

div.contactInfo h3 {
	color: #2a1e0c;
	font: normal 1.334em 'Lucida Grande';
	margin-bottom: 12px;
}

div.contactInfo div.left {
	float: left;
}

div.contactInfo div.right {
	padding-left: 175px;
}

div.contactInfo a.seeMap {
	display: block;
	margin-top: 10px;
}

div.clear {
	clear: left;	
}