body  { margin: auto; padding: 0px; background: #262119; color: #ffffff; font-size: small; letter-spacing: 1px; line-height: 1.5em; font-family: trade gothic, century gothic, helvetica, arial, verdana; text-align: center; min-width: 760px; min-width: 920px;}

body.pop  { margin: 10px 0 0 0; padding: 0px; no-repeat; background-position: left bottom;
color: #070100; font-size: small; line-height: 1.5em; font-family: Arial, sans-serif;text-align: center; min-width: 450px;}

	
/* CONTENT ELEMENTS ======================= */
img         { border: 0; }
p           { margin: 7px 0 7px 0; color: #ffffff; font-size: 100%; font-weight: normal; }
h1          { margin: 5px 0 5px 0; padding: 0px; font-family: trade gothic, century gothic, helvetica, arial, verdana; color: #ffffff; font-size: 165%; font-weight: normal; }
h2          { margin: 13px 0 3px 0; font-size: 115%; color: #d5cbbe; font-weight: 600;}
h3          { margin: 0px; padding: 0px; color: #bead95; font-size: 110%; font-weight: 600; }
ul          { margin: 3px 0px 7px 20px; color: #ffffff; font-size: 100%; font-weight: normal; }
li          { margin: 0; color: #ffffff; font-size: 100%; font-weight: normal; }
hr          { color:#5f5546; background: #5f5546; border: 0; Height:1px; padding: 0px; margin-left: 0px; margin-right: 0px; margin-top:2px; margin-bottom:2px; width: 100%;}
html>body hr
{
	margin: 7px 0 7px 0;
	padding: 0px;
	Height:1px; 
	clear: all;
}
/* NAV ELEMENTS ======================= */

a:link { font-family: trade gothic, century gothic, helvetica, arial, verdana; font-size: 100%; font-weight: 600;  text-decoration: none; color: #bead95 }
a:active { font-family: trade gothic, century gothic, helvetica, arial, verdana; font-size: 100%; font-weight: 600;  text-decoration: none; color: #bead95 }
a:visited { font-family: trade gothic, century gothic, helvetica, arial, verdana; font-size: 100%; font-weight: 600;  text-decoration: none; color: #a58860 }
a:hover { font-family: trade gothic, century gothic, helvetica, arial, verdana; font-size: 100%; font-weight: 600;  text-decoration: underline; color: #ffffff }

a.copyright:link { font-family: trade gothic, century gothic, helvetica, arial, verdana; font-size: 100%; font-weight: normal;  text-decoration: none; color: #81212A }
a.copyright:active { font-family: trade gothic, century gothic, helvetica, arial, verdana; font-size: 100%; font-weight: normal;  text-decoration: none; color: #81212A }
a.copyright:visited { font-family: trade gothic, century gothic, helvetica, arial, verdana; font-size: 100%; font-weight: normal;  text-decoration: none; color: #81212A }
a.copyright:hover { font-family: trade gothic, century gothic, helvetica, arial, verdana; font-size: 100%; font-weight: normal;  text-decoration: underline; color: #81212A }


a.noline:link { text-decoration: none; }
a.noline:active { text-decoration: none; }
a.noline:visited { text-decoration: none; }
a.noline:hover { text-decoration: none; }

a.viewsite          { text-decoration: none; font-size: 80%; border: none; line-height: 1.2em;}
a.viewsite:hover    { color: #0033CC; text-decoration: underline; font-size: 80%; border: none; line-height: 1.2em;}


/* WRAPPER ======================= */
#wrapper
{
	margin: auto;
	text-align: left;
	background: #262119;
        max-width: 920px;
        min-width: 760px;
        width: 95%;
}


#popwrapper
{
	margin: auto;
	text-align: center;
	background: #262119;
        max-width: 450px;
        min-width: 450px;
}
/* END WRAPPER ======================= */


/* MASTHEAD ======================= */

#masthead { 
width:100%; 
margin-top: 10px;
margin-bottom: 10px;
padding: 0; 
background: #d9cfbf;
}


/* Home LEFT Side ======================= */

#homeleftside {
width:71%;
float:left;
margin-right: 10px;
margin-left: 10px;
/*
IE5x PC mis-implements the box model. Because of that we sometimes have
to perform a little CSS trickery to get pixel-perfect display across browsers.
The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
parsing bug in IE5x PC that will prematurly close a style rule when it runs
into the string "\"}\"". After that string appears in a rule, then, we can override
previously set attribute values and only browsers without the parse bug will
recognize the new values. So any of the name-value pairs above this comment
that we need to override for browsers with correct box-model implementations
will be listed below.

We use the voice-family property because it is likely to be used very infrequently,
and where it is used it will be set on the body tag. So the second voice-family value 
of "inherit" will override our bogus "\"}\"" value and allow the proper value to
cascade down from the body tag.

The style rule immediately following this rule offers another chance for CSS2
aware browsers to pick up the values meant for correct box-model implementations.
It uses a CSS2 selector that will be ignored by IE5x PC.

Read more at http://www.glish.com/css/hacks.asp
*/

voice-family: "\"}\"";
voice-family: inherit;
width:71%;
float:left;
margin-right: 10px;
margin-left: 10px;

}
html>body #homeleftside {
width:71%;
float:left;
margin-right: 10px;
margin-left: 10px;
}


/* RIGHT COLUMN ======================= */

#homerightside {
width:27%;
background:#FFFFFF;
float: right;
margin-right: 10px;
}


#homepagetext
{
margin-left: 5%;
margin-right: 5%;
}


/* Homehooks ============================== */

#homepagehooks 
{
text-align: center;
}

.homepagehook 
{
display: block;
float: left;
padding: 10px 20px 20px 20px;
text-align:center;
}




/* IMAGE ALIGNMENT ======================= */
.leftimg {
float: left;
margin: 0 15px 0 0;
border: 0px;
}

.rightimg {
float: right;
margin: 0 0 20px 20px;
border: 0;
padding: 3px;
border: 1px solid #5f5546;
}

.mastheadimage {
margin-left: 220px;
border: 0;
}

.homepagesmall {
margin-left: 15px;
margin-right: 10px;
margin-bottom: 15px;
float:left;
border: 0;
border: 1px solid #5f5546;
}

.gallerysmall {
margin-right: 15px;
margin-bottom: 15px;
float:left;
border: 0;
}

.thumb {
padding: 3px;
margin: 2px;
border: 1px solid #5f5546;
height: 150px;
}

.popimage {
padding: 3px;
margin: 3px;
border: 1px solid #5f5546;
}

/* BEGIN TOP NAV NEW ----------------------------------*/
div#navcontainer
{
background: #262119;
border-top: solid 1px #d9cfbf;
border-bottom: solid 1px #d9cfbf;
}

div#navcontainer ul
{
font-size: 105%;
color: #fff;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;

}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: #bead95;
font-weight: 600;
text-decoration: none;
border-left: 1px solid #1b160f;
}

div#navcontainer ul li a:hover
{
background: #40382b;
border-bottom: 0;
color: #fff;
}

#active a { 
border-bottom: 0;
color: #a58860;
background: #40382b;
}

/* Rounded Corner for logo ================== */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #92bae1;
  border-right:1px solid #92bae1;
  background:#cfe0f2}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #5492d0;
  border-right:1px solid #5492d0;
  background:#dae8f5}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #dae8f5;
  border-right:1px solid #dae8f5;}
.spiffy4{
  border-left:1px solid #92bae1;
  border-right:1px solid #92bae1}
.spiffy5{
  border-left:1px solid #cfe0f2;
  border-right:1px solid #cfe0f2}
.spiffyfg{
  background:url(../images/tabbackground.gif) #b1202d; padding: 0}

/* End TOPNAV ELEMENTS ======================= */


/* CENTER COLUMN ======================= */

#contactform   { margin: 5px 50px 0 5px; padding: 10px; background: #5f5546; color: #ffffff; font-size: 100%; font-weight: normal; width:350px; float:left;}

.clearboth{clear:both;height:1px;}

#content {
		background: #262119;
		padding: 10px 5px 10px 5px;
   		margin-top: 0px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
		background: #262119;
		padding: 10px 5px 10px 5px;
   		margin-top: 0px;
		}
	html>body #content {
		background: #262119;
		padding: 10px 5px 10px 5px;
   		margin-top: 0px;
		}

.testimonialcredit
{
color:#d5cbbe;
}

.gallery 
{
margin:10px 0 0 0;
}

.paging
{
padding:4px;
border:1px solid #5f5546;
margin: 0 5px 0 0;
width: 160px;
}

#pagingactive { 
color: #262119;
background: #bead95;
border:1px solid #5f5546;
font-weight:600;
padding: 2px;
}

/* Home LEFT Side ======================= */

#homeleftside {
width:71%;
float:left;
margin-right: 10px;
/*
IE5x PC mis-implements the box model. Because of that we sometimes have
to perform a little CSS trickery to get pixel-perfect display across browsers.
The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
parsing bug in IE5x PC that will prematurly close a style rule when it runs
into the string "\"}\"". After that string appears in a rule, then, we can override
previously set attribute values and only browsers without the parse bug will
recognize the new values. So any of the name-value pairs above this comment
that we need to override for browsers with correct box-model implementations
will be listed below.

We use the voice-family property because it is likely to be used very infrequently,
and where it is used it will be set on the body tag. So the second voice-family value 
of "inherit" will override our bogus "\"}\"" value and allow the proper value to
cascade down from the body tag.

The style rule immediately following this rule offers another chance for CSS2
aware browsers to pick up the values meant for correct box-model implementations.
It uses a CSS2 selector that will be ignored by IE5x PC.

Read more at http://www.glish.com/css/hacks.asp
*/

voice-family: "\"}\"";
voice-family: inherit;
width:71%;
float:left;
margin-right: 10px;
}
html>body #homeleftside {
width:71%;
float:left;
margin-right: 10px;
}


/* RIGHT COLUMN ======================= */

#homerightside {
width:27%;
background:#FFFFFF;
float: right;
}


/* FOOTER ======================= */

#footer   { margin: 0px 0 20px 0; color: #d9cfbf; font-size: 100%; font-weight: normal; width: 100%; text-align: center}


#footerspacing { 
width:100%; 
margin: 0;
padding: 0; 
height: 3px;
background: #d9cfbf;
text-align:center;
}

#contact   { margin: 30px 0 20px 0; color: #d9cfbf; font-size: 100%; font-weight: normal; width: 100%; text-align: center}


/* FEATURED HOME PAGE CONTENT ======================= */

	#homepagefeature {
		width:150px;
		margin: 15px 10px 150px 5px;
	        float: left;
	        top: 10px;
		font-size: 90%;
		line-height: 1.3em;
		background:#EFEFEF;
		padding: 5px 5px 5px 5px;
		}
		
        .featuredimage
           {
		   width:145px;
           border: 3px solid #D02E3D;
           }
        
		
/* FLOAT QUOTE ======================= */

	#quote {
		margin: 5px 15px 5px 0px;
		border: 1px dotted #DB6915;
	        float: left;
		font-size:100%;
		line-height: 1.3em;
		background:#FFFEE2;
		color: #CC6600;
		padding: 10px 10px 10px 10px;
		}
		
	#quote2 {
		margin: 5px 5px 10px 15px;
		width: 250px;
		border: 1px dotted #DB6915;
	        float: right;
		font-size:100%;
		line-height: 1.3em;
		background:#FFFEE2;
		color: #CC6600;
		padding: 10px 10px 10px 10px;
		}
		
#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/  

		
.slogan {  font-size: 120%; color: #7A1200; font-weight: normal; letter-spacing:1px;}
.small {  text-align: center; font-size: 90%; color: #d9cfbf; font-weight: normal; }
.copyright {  margin-top: 10px; font-size: 90%; color: #d9cfbf; font-weight: normal; }
.button { background: #ffffff; font-size:100%; font-weight: bold; color: #262119; margin-top: 5px;}
.form { margin-bottom: 5px;}

pre {
	FONT-SIZE: 100%;
	color: #262119;
	display: none
}


#left
{
float:left;
text-align:left;
}



