body
{
	background-color: #292929;
	color: #111111;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	margin: 0;
}

p, h1, h2, h3, img
{
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #111111;
}

a:hover, a:active
{
	text-decoration: none;
	color: #111111;
}

.clearfix:after {    content: ".";    display: block;    height: 0;    clear: both;    visibility: hidden;}.clearfix {display: inline-block;}/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */

div.container-main
{
	width: 540px;
	margin: 0 auto;
}

h1
{
	height: 536px;
	width: 40px;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	float: left;
}

h1 span
{
	display: none;
}

div.container-content
{
	min-height: 550px;
	width: 500px;
	background-color: #F3F3F3;
	color: #292929;
	float: left;
}

h2
{
	width: 500px;
	height: 190px;
	background-image: url(../images/titlephoto.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}

h2 span
{
	display: none;
}

ul.nav, ul.nav2
{
	width: 500px;
	margin-top: 5px;
	background-color: #292929;
	color: #F3F3F3;
	list-style-type: none;
	text-transform: lowercase;
	font-size: 0.9em;
}

ul.nav li.first
{
	margin-left: 15px;
}

ul.nav2 li.first
{
	margin-left: 120px;
}

ul.nav li, ul.nav2 li
{
	float: left;
	padding: 4px 32px;
}

ul.nav li a, ul.nav2 li a
{
	color: #F3F3F3;
	background-color: #292929;
}

ul.nav li a:link, ul.nav li a:visited, ul.nav2 li a:link, ul.nav2 li a:visited
{
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li a:active, ul.nav2 li a:hover, ul.nav2 li a:active
{
	text-decoration: overline;
}

ul.nav li.selected, ul.nav2 li.selected
{
	color: #292929;
	background-color: #F3F3F3;
}

ul.nav li.selected a, ul.nav2 li.selected a
{
	color: #292929;
	background-color: #F3F3F3;
	text-decoration: underline;
}

div.container-blurb
{
	width: 480px;
	margin: 10px;
}


div.container-blurb h3
{
	font-size: 1em;
	color: #AD1F16;
	font-weight: normal;
	padding: 5px;
	line-height: 130%;
}

div.container-blurb p
{
	padding: 5px;
	line-height: 130%;
}

div.container-blurb em
{
	font-style: normal;
	font-size: 1.1em;
	color: #AD1F16;
}

div.container-blurb li
{
	line-height: 130%;
}

fieldset.quote-form, fieldset.contact-form
{
	border: 1px dashed #A52A2A;
	margin: 0 50px;
	background-color: #FFFFFF;
}

fieldset.quote-form legend, fieldset.contact-form legend{
	border: 1px solid #A52A2A;
	font-weight: bold;
	padding: 3px;
	font-size: 1em;
	color: #A52A2A;
	background-color: #FFFFFF;
}

fieldset.quote-form p, fieldset.contact-form p
{
	margin: 8px;
	text-align: center;
	border-bottom: 1px dashed #A52A2A;
	overflow: auto;
}

fieldset.quote-form p.result, fieldset.contact-form p.result
{
	margin: 8px;
	text-align: justify;
	border: 0;
	overflow: auto;
}

fieldset.quote-form p.submit, fieldset.contact-form p.submit
{
	border: 0;
}

fieldset.quote-form label, fieldset.contact-form label
{
	float: left;
	width: 10em;
	text-align: left;
}

fieldset.quote-form p input[type=text], fieldset.quote-form textarea.address, fieldset.contact-form p input[type=text], fieldset.contact-form textarea.message
{
	width: 200px;
	float: left;
	border: 1px solid #000000;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: #D3D3D3;
	color: #000000;
	padding: 2px;
}

fieldset.quote-form p input[type=text]:focus, fieldset.quote-form textarea.address:focus, fieldset.contact-form p input[type=text]:focus, fieldset.contact-form textarea.message:focus
{
	background-color: #A52A2A;
	color: #FFFFFF;
}

fieldset.quote-form textarea.address
{
	height: 6em;
}

p.email
{
	text-align: center;
}

p.email a
{
	background-color: #F3F3F3;
	color: #292929;
}

div.container-contact
{
	width: 480px;
	padding: 10px;
	background-color: #FBEDA9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	overflow: auto;
}

div.container-contact p
{
	float: left;
	margin-left: 40px;
}

div.container-footer
{
	width: 500px;
	padding-top: 25px;
	margin-bottom: 20px;
	margin-left: 40px;
	color: #B7B7B7;
	background-color: #F3F3F3;
	min-height: 10px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	clear: both;
}

div.container-footer p
{
	padding: 5px;
}

div.container-footer p a:link, div.container-footer p a:visited
{
	color: #B7B7B7;
	background-color: #F3F3F3;
	text-decoration: none;
}

div.container-footer p a:hover, div.container-footer p a:active
{
	color: #B7B7B7;
	background-color: #F3F3F3;
	text-decoration: underline;
}




p.gallery
{
	text-align: center;
	border: 1px dashed #000000;
	padding: 3px;
	margin-bottom: 10px;
}

img.gallery-thumbnail
{
	height: 55px;
	padding: 2px;
	border: 1px dashed #000000;
	margin: 2px;
}