@charset "utf-8";

/* Mobile Layout: 480px and below. */


body {
	text-align: center;
	min-width: 350px;
	margin: 0px;
	font-family: Calibri, Arial;
	font-size: 16px;
	background-color: #986834;
}

p { text-align: left; }

a { text-decoration: underline; }

h1 { text-align: center; font-size: 20px; }

h2 {
	font-size: 20px; 
	background-color: #600;
	color: #fff;
	padding: 5px;
}

h3 { color: #600; }

.left { text-align: left; }

#LayoutTopNav { background-color: #000; }

#LayoutTopNav h2 { width: 100%; background: none; margin: 5px 0; }

.call { display: block; }

.call a {
	color: #FFF;
	text-decoration: none;
}

.nocall { display: none; }

.calltop { float: left; }

.nav-wrapper {
	height: 70px;
	margin: 8px auto 28px;
}

.nav-menu {
	font-size: 14px;
	text-transform: uppercase;
	margin: 2px auto 0;
	border-bottom: 5px solid #000;
	width: 320px;
}

.nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-menu li
{
	float: left;
	margin: 0 2px 0;
}

.nav-menu li a {
	line-height: 2em;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	background: #660000;
}

.nav-menu a:hover { color: #FFE2A6; }

.nav-menu .triangle { display: none; }

.stillheader {
	display: block;
	border-left: 2px solid #600;
	border-right: 2px solid #600;
	border-bottom: 2px solid #600;
}
.flashheader { display: none; }

.center-wrapper {
	background-color: #FFF;
	padding: 30px;
	border-top: 10px solid #600;
	border-right: 2px solid #600;
	border-bottom: 0px solid #600;
	border-left: 2px solid #600;
}

.main { text-align: left; line-height: 140%; }

.maintext .lead { margin-bottom: 0; }

.maintext ul { margin-top: 0; }

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	/* [disabled]padding-top: 30px; */ /* IE6 workaround*/
	/* [disabled]height: 0; */
	overflow: hidden;
}
.embed-container iframe {
	position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidebar { margin-left: 0; }

.homegallery { margin-top: 30px; }

.testimonials {
	margin: 40px 0 0;
	display: block;
	clear: both;
}

.quote {
	margin: 10px 0;
	font-size: 14px;
}

.person {
	margin: 5px 0 20px 25px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}

.foot {
	background-color: #630;
	color: #FC9;
}

.foot h2, .foot h3 {
	color: #FC9;
	background: none;
	text-align: center;
	margin: 0;
}

.foot p {
	color: #C96;
	text-align: center;
	margin: 5px 0;
}

.foot a { text-decoration: underline; color: #C96; }

.foot a:hover { color: #fc9; }

.foot .phone {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.foot .call a {
	color: #FFF;
	text-decoration: none;
}

.foot-menu-large { margin-bottom: 30px; padding-top: 30px; }

.foot-menu-large ul { list-style: none; padding: 0; margin: 0; }

.foot-menu-large ul li { font-size: 18px; padding: 0; margin: 0; line-height: 150%; }

.foot-menu h3 { margin-top: 15px; }

.foot-menu-contact p { text-align: center; }

#LayoutCopyright p,
#LayoutHosting p { font-size: 12px; text-align: center; }

#LayoutCopyright p { margin-top: 30px; margin-bottom: 0; }

#LayoutHosting p { margin-top: 0px; margin-bottom: 10px; }



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {	


h1 {
	margin: 16px 0px 14px;
	font-size: 20px;
}

#LayoutTopNav h2 { float: left; width: auto; margin: 3px 0 1px 5px; }

.nav-wrapper { height: auto; margin: 24px auto 0; }

.nav-menu { float: right; width: auto; font-size: 16px; }

.nav-menu .triangle { display: block; }

.foot { padding: 20px; }

.foot h2 { padding: 0; }

.foot-menu-large { margin-top: 0; padding: 0; }

#LayoutCopyright p { margin-top: 30px; margin-bottom: 0; }
#LayoutHosting p { margin-top: 30px; margin-bottom: 0; }

	
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
		
body {
	background: url(images/996633_background_long.jpg) right 243px no-repeat,url(images/header-bk.jpg) left 0px repeat-x,url(images/footer-bk.jpg) center bottom repeat-x;
}

h1 { 
	font-size: 26px; 
	line-height: 110%;
}

h2 { 
	text-align: left;
	background: none; 
	padding: 0; 
}

h2, h3 { margin: 14px 0 0 0; }

h3 { font-size: 20px; text-align: left; }

#LayoutTopNav { background: none; }
#LayoutTopNav h2 { background: none; margin: 5px 0 0 20px; }

.call { display: none; }
.nocall { display: block; }

.nav-wrapper { max-width: 1230px; }

.header-wrapper { background: #963;	border-top: 1px solid #FFF; }

.header { min-width: 1240px; height: 178px; }

.flashheader { display: block; }

.stillheader { display: none; }

.center-wrapper { background: none;	border: none; }

.main { margin: 65px 0 0 30px; }

.maintext { margin: 20px 0; }

.slideshow { max-width: 510px; }

.sidebar {
	margin-left: 50px;
}

.foot-wrapper {
	background: #630;
	margin-top: 50px;
}

.foot {	background-color: #630; }

.foot a { text-decoration: none; }

.foot-menu-large { padding: 0; }

#LayoutCopyright p,
#LayoutHosting p { margin-top: 0; margin-bottom: 0; }


}