/* ~~~~~~~ RESET ~~~~~~~~ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}



/* ~~~~~~~ STANDARD ~~~~~~~~ */

abbr { border-bottom: 1px dotted #737160;}
em {font-style: italic;}
h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0;padding: 0;}
ol {margin-bottom: 15px;}
ol li {margin-bottom: 5px;}
p {margin-bottom: 15pt; color: #191813;}
p.bold {font-weight: bold;}
p.center {text-align: center;}
p.question {padding-top: 10px;margin-bottom: 0;font-weight: bold;}
strong {font-weight: bold;}
sub {margin-right: -3px; font-size: .6em; font-weight: normal;}
.clear { clear: both; height: 20px; }
acronym { border-bottom: 1px dotted; }

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

body {
	margin: 0;
	padding: 0; 
	border: 0; 
	color: #000; 
	font: 100% "myriad pro", arial, sans-serif; 
	}



/* ~~~~~~~ LAYOUT ~~~~~~~~ */

#wrapper {
	margin: 20px 0 0 0;
	}

		#wrapper-bg {
			width: 800px;
			background: none;
			}

			#shed {
				width: 0;
				height: 0;
				background: none;
				}

			#grass {
				width: 800px;
				height: 0;
				background: none;
				}

			#masthead {
				display: none;
				}




/* ~~~~~~~ MENU ~~~~~~~~ */

#menu {
	display: none;
	}
			


/* ~~~~~~~ CONTENT CONTAINER ~~~~~~~~ */

#content-container {
	clear: both;
	font-size: 13pt;
	line-height: 19pt;
	}


	#content {
		margin-right: 60px;
		padding-left: 0;
		width: 650px;
		float: left;
		}

		#content h1 {
			margin: 0 0 15px 0;
			padding: 0;
			width: 500px;
			height: 20px;
			display: block;
			text-indent: 0;
			background: none;
			color: #000;
			font-variant: small-caps;
			font-size: 24pt;
			}

#content h1 a:visited {
text-decoration: none;
}

		#content h2 {
			margin: 10px 10px 10px 0;
			padding: 0;
			clear: both;
			color: #000;
			font: bold 17pt "Myriad Pro", Arial, sans-serif;
			}
			
		#content h2 sup {
			font-size: 60%;
			font-weight: normal;
			vertical-align: top;			
			}

		#content h3 {
			margin: -10px 0 15px 0;
			color: #444;
			clear: both;
			font: 11pt "Myriad Pro", Arial, sans-serif;
			}
			
		#content h4 {
			margin-bottom: 20px;
			color: #686300;
			font-style: italic;
			font-size: 14pt;
			line-height: 16pt;
			}

		.definition {
			margin: 0 0 75pt 0;
			padding: 0;
			width: 520px;
			height: 169px;
			background: none;
			}

		#content blockquote {
			padding: 20pt 0;
			}

		#content h3#buildingS {
			display: block;
			background: none;
			}

			#content blockquote p {
				width: 440px;
				font-size: 110%;
				}

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

			#content ul li {
				margin-bottom: 1px;
				list-style: disc inside;
				}

				#content ul a {
					font-size: 14pt;
					}

		#content img.page-image {
			margin-bottom: 15px;
			}

	#content ul.news {
		margin: 0 0 0 -15px;
		padding: 0;
		font-size: 1.1em;
		}

		#content ul.news li {
			list-style: none;
			margin: 0 0 10px 0;
			padding: 0;
			}

		#content ul.news li strong span.title {
			font-variant: small-caps;
			}

			#content ul.news li a {
				padding: 5px;
				text-decoration: none;
				display: block;
				list-style: none;
				color: #000;
				}

			#content ul.news li a em {
				font-style: normal;
				text-transform: uppercase;
				font-size: .7em;
				}

			#content ul.news li a:hover {
				background: #fff;
				}
				

/* Mailing List on Home Page */
	#mailing-list {
		display: none;
		}


	/* 404 Page Not Found */
	#content p.page-not-found {
		padding: 10px;
		font-size: 1.3em;
		line-height: 1.2em;
		}
		
		#content ul.not-found {
		margin: 0;
		}

			#content ul.not-found li {
				list-style: none;
				margin-bottom: 10px;
				}

				#content ul.not-found li a {
					padding: 15px 7px;
					text-decoration: none;
					display: block;
					list-style: none;
					color: #000;
					border-bottom: 2px solid #fff;
					background: none;
					}

				#content ul.not-found li a:hover {
					background: #fff;
					}


	/* Divider */
	#content .hr {
		margin: 0;
		padding: 0;
		border-right: 0;
		border-left: 0;
		border-top: 2px solid #adab79;
		border-bottom: 2px solid #ebebeb;
		height: 0;
		background: 0;
		}

		#content hr {
			display: none;
			}


	/* Site Map */
	.sitemap {
		margin-left: 30px;
		}

		#content .sitemap h2 {
			margin: 10px 0;
			font-size: 1.2em;
			}

		#content .sitemap ul {
			margin: 0 0 20px 10px;
			}

			#content .sitemap li {
				list-style: none;
				margin-bottom: 10px;
				}

				#content .sitemap li a {
					padding: 0;
					text-decoration: underline;
					display: block;
					list-style: none;
					color: #000;
					}

				#content .sitemap li a:hover {
					color: #4c8db1;
					}


/* CONTACT FORM */
	#contact-form {
		margin-top: 20px;
		padding: 0;
		}

		#contact-form ol {
			margin: 0;
			padding: 0;
			}

		#contact-form ol li.first,
		#contact-form ol li.phone,
		#contact-form ol li.city,
		#contact-form ol li.state,
		#contact-form ol li.zip {
			float: left;
			}

		#contact-form ol li.last,
		#contact-form ol li.email {
			float: right;
			margin-right: 11px;
			}

		#contact-form ol.first-last,
		#contact-form ol.phone-email {
			clear: both;
			}

		#contact-form ol.space {
			clear: both;
			}

			#contact-form input.form-send {
				float: right;
				margin-right: 10px;
				}

			#contact-form ol li.state {
				margin: 0 6px 0 9px;
				}	

			#contact-form textarea {
				font: 1em Arial, sans-serif;
				}

			#contact-form input {
				margin: 2px 0 10px 0;
				padding: 2px;
				width: 170px;
				font: 1em arial, sans-serif;
				border: 1px solid #B2A97E;
				float: left;
				}

				#contact-form label {
					color: #787426;
					font-size: 1.4em;
					}

			/* used for address & company */
			#contact-form .input-long {
				border: 0;
				width: 536px;
				height: 43px;
				background: url(../images/pages/contact/input-bg-address.jpg) no-repeat;
				font-family: "Myriad Pro", Arial, sans-serif;
				}

				#contact-form .input-long input {
					margin: 0;
					border: 0;
					position: relative;
					top: 10px;
					left: 10px;
					width: 505px;
					height: 18px;
					font-size: 1.2em;
					padding: 3px;
					}
				
			#contact-form .input-city {
				border: 0;
				width: 250px;
				height: 46px;
				background: url(../images/pages/contact/input-bg-city.jpg) no-repeat;
				font-family: "Myriad Pro", Arial, sans-serif;
				}

				#contact-form .input-city input {
					margin: 0;
					border: 0;
					position: relative;
					top: 10px;
					left: 10px;
					width: 222px;
					height: 14px;
					font-size: 1.2em;
					padding: 3px;
					}
					
			#contact-form .input-state {
				border: 0;
				width: 100px;
				height: 45px;
				background: url(../images/pages/contact/input-bg-state.jpg) no-repeat;
				font-family: "Myriad Pro", Arial, sans-serif;
				}

				#contact-form .input-state input {
					margin: 0;
					border: 0;
					position: relative;
					top: 10px;
					left: 11px;
					width: 70px;
					height: 15px;
					font-size: 1.2em;
					padding: 3px;
					}

			#contact-form .input-zip {
				border: 0;
				width: 169px;
				height: 46px;
				background: url(../images/pages/contact/input-bg-zip.jpg) no-repeat;
				font-family: "Myriad Pro", Arial, sans-serif;
				}
				
				#contact-form .input-validate{
				border: 0;
				width: 169px;
				height: 46px;
				background: url(../images/pages/contact/input-bg-zip.jpg) no-repeat;
				font-family: "Myriad Pro", Arial, sans-serif;
				}

				#contact-form .input-zip input {
					margin: 0;
					border: 0;
					position: relative;
					top: 10px;
					left: 11px;
					width: 140px;
					height: 17px;
					font-size: 1.2em;
					padding: 3px;
					}			

			#contact-form .input-message {
					border: 0;
					width: 537px;
					height: 117px;
					background: url(../images/pages/contact/input-bg-message.jpg) no-repeat;
					font-family: "Myriad Pro", Arial, sans-serif;
					}

				#contact-form .input-message textarea {
					margin: 0;
					border: 0;
					position: relative;
					top: 10px;
					left: 10px;
					width: 505px;
					height: 86px;
					font-size: 1.2em;
					padding: 3px;
					}


			#contact-form .input-bg {
				border: 0;
				width: 250px;
				height: 44px;
				background: url(../images/pages/contact/input-bg.jpg) no-repeat;
				font-family: "Myriad Pro", Arial, sans-serif;
				}

				#contact-form .input-bg input {
					margin: 0;
					border: 0;
					position: relative;
					top: 10px;
					left: 10px;
					width: 222px;
					height: 18px;
					font-size: 1.2em;
					padding: 3px;
					}

.LV_validation_message{
    font-weight:bold;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	font-size: 1em;
	vertical-align: middle;
	margin-left: 16px;
	color: #cc0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

		input#contactUs {
			cursor: pointer;
			width: 95px;
			height: 47px;
			border: 0;
			padding: 0;
			}

	#content p span.title,
	#footer span.title,
	#sidebar span.title,
	#sidebar-pages span.title,
	#content span.title,
	span.name {
		font-weight: normal;
		font-variant: small-caps;
		}

	#content strong > span.title {
		font-weight: bold;
		}

	#content h2 span.name small {
		font-size: 60%;
		}


/* ~~~~~~~ SIDEBAR ~~~~~~~~ */

#sidebar {
	margin: 15px 0 0 1px;
	padding: 10px;
	width: 293px;
	height: 532px;
	float: left;
	background: none;
display: none;
	}

#sidebar-pages {
	margin: 20px 0 0 1px;
	padding: 10px;
	width: 233px;
	height: 532px;
	float: left;
	font-size: 8pt;
	background: none;
display: none;
	}

	#sidebar h2 {
		margin: 5px;
		padding: 0;
		float: left;
		font: bold 18pt "Myriad Pro", Arial, sans-serif
		}

	#sidebar-pages h2 {
		margin: 5px;
		padding: 0;
		clear: both;
		color: #555;
		font: normal 16pt "Myriad Pro", Arial, sans-serif;
	}

	#sidebar .rss-icon a {
		display: none;
		height: 0;
		}

	#sidebar ul,
	#sidebar-pages ul {
		clear: both;
		width: 250px;
		}

	#sidebar-pages ul {
		margin-top: 0;
		}

		#sidebar ul li a,
		#sidebar-pages ul li a {
			padding: 15px 7px;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #c0c0c0;
			background: none;
			}

		#sidebar ul li a:hover,
		#sidebar-pages ul li a:hover,
		#sidebar-pages ul li a.active {
			background: none;
			}
	
		#sidebar ul li.last a,
		#sidebar-pages ul li.last a {
			border: 0;
			}

		#sidebar ul li a strong,
		#sidebar-pages ul li a strong {
			line-height: normal;
			color: #000;
			text-decoration: none;
			font-weight: normal;
			}

		#sidebar ul li a em,
		#sidebar-pages ul li a em {
			line-height: normal;
			color: #444;
			}

		#sidebar-pages ul li a strong small {
			font-size: 8pt;
			}

		#sidebar-pages ul.our-principals {
			font-size: 16pt;
			}

		#sidebar-pages ul.our-principals strong {
			font-variant: small-caps;
			}

		#sidebar-pages ul.our-principals em {
			font-size: .8em;
			font-style: normal;
		}

		#sidebar-pages ul.subnav {
			margin-top: 20px;
			font-size: 1.5em;
			}

		#sidebar-pages ul.news {
			font-size: 11pt;
display: none;
			}

			#sidebar-pages ul.news li a {
				padding: 10px 7px;
display: none;
				}

				#sidebar-pages ul.news li a em {
					font-size: 9pt;
					}
					
					
	/* Contact Us - Sidebar */					
	#sidebar-pages .our-information {
		margin: 10px 0 0 4px;
		}

		#sidebar-pages .our-information a {
			display: none;
			}

		#sidebar-pages p.address,
		#sidebar-pages p.phone-numbers {
			color: #000;
			font-size: 12pt;
			line-height: 14pt;
			}

		#sidebar-pages .hr hr {
			display: none;
			}

		#sidebar-pages p.send-staff {
			font-size: 13pt;
			line-height: 24pt;
			}



/* ~~~~~~~ FOOTER ~~~~~~~~ */

#footer {
	display: none;
	height: 0;
	}


/* ~~~~~~~ end ~~~~~~~~ */

