/* CSS Document */
a{outline: none;}

a:link{
	color: #f69f12; /*#f69f12*/
	text-decoration: underline;
}
a:visited{
	color: #f69f12;
	text-decoration: underline;
}
a:hover{
	color: #f68312;
	text-decoration: none;
}
a:active{
	color: #f68312;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
    background-color: #936456; /*dark tan*/ /*#674c47 brown toupe*/
    /* 	font-size:12px;     font-family:Verdana, Arial, Helvetica, sans-serif;*/
	background-image: url(../images/master-bg-top.gif);
	background-repeat: repeat-x;
	/*background-image: url(images/master-bg-top.gif) repeat-x top left;*/
	font: 12px/18px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	color: #fff;

}

#main-wrapper {
    width: 893px; /*793px*//*80%*/
    background-color:#936456;
    margin: 0 auto 0 auto;
    padding: 0;
    /*border: thin solid #000000;*/

}

#header {
	width: 893px;
	height: 257px;
    padding: 0;
    margin: 0;
    /*text-align: center;*/
	background-image: url(../images/first-banner04.gif);
	background-repeat: no-repeat;
	/*text-indent: -9999px;*/
}

#main {
    margin: 0; /*margin: 0 30% 0 0;*/
	padding: 0 0 20px 0; /*10px 0 20px 11px;*/
	width: 465px; /*390px*/
	height: 100%;
	float: left;
    /*padding: 10px;*/
}
#main-content {
	padding: 10px 0 10px 65px; /*10px 0 20px 11px;*/
	width: 399px; /*390px*/
	height: 100%;
	background-image: url(../images/first-lcol-bg04.gif);
	background-repeat: no-repeat;
}
#main-content-quote {
	padding: 10px 0 10px 65px; /*10px 0 20px 11px;*/
	width: 399px; /*390px*/
	height: 100%;
	background-image: url(../images/first-lcol-bg05.gif);
	background-repeat: no-repeat;
}
#nav{
	padding: 225px 0 13px 320px;
	/*text-align: center;*/
	font-size: 15px;
	letter-spacing: 1px;
	/*background-color: #a34e3f;*/ /*reddish tan*/
	color: #6d2618; /*brown*/ 
}
#nav a:link{
	color: #6d2618; /*#f69f12*/
	text-decoration: none;
}
#nav a:visited{
	color: #6d2618;
	text-decoration: none;
}
#nav a:hover{
	color: #f68312;
	text-decoration: none;
}
#nav a:active{
	color: #6d2618;
	text-decoration: none;
}
#col-right {
    width: 290px; /*25%*/
    padding: 70px 80px 10px 10px; /*70px 60px 10px 10px*/
    /*margin-top: 1px;*/
    float: right;

}
#col-right3 {
    width: 260px; /*25%*/
    padding: 20px 110px 10px 10px; /*70px 60px 10px 10px*/
    /*margin-top: 1px;*/
    float: right;

}
#col-right4 {
    width: 340px; /*25%*/
    padding: 100px 70px 10px 10px; /*70px 60px 10px 10px*/
    /*margin-top: 1px;*/
    float: right;

}

#footer {
	height: 68px;
    /*padding: 15px;*/
    margin: 0;
	background-image: url(../images/footer-horiz-bg01.gif);
	background-repeat: repeat-x;
	clear: both;
}

.footer-text {
position: relative;
top: 16px;
text-align: center;
color: #ccc; /*darker brown*/
}

h2 {padding:0;margin:0}
/*  * {padding:0; margin:0}*/

h2.meet-jen {
	width: 403px; height: 60px; /*orig 140x45*/
	background: url("../images/h2-meet-jen.gif");
	text-indent: -9999px;
	/*border: 1px solid #000;*/
}
h2.welcome {
	width: 403px; height: 60px; /*orig 140x45*/
	background: url("../images/h2-welcome.gif");
	text-indent: -9999px;
	/*border: 1px solid #000;*/
}

img.tan-border {
border: 4px solid #75625f; /*#75625f #a34e3f*/
}
img.tan-border-fl {
border: 4px solid #75625f; /*#75625f #a34e3f*/
float: left;
margin-right: 10px;
}
.indent-content {
padding-left: 30px;
}
.indent-image {
padding-left: 20px;
}
.iris {
width: 400px;
padding-left: 45px;
padding-top: 10px;
}

.iris2 {
width: 250px; /*400px*//*width 282 if in r-col*/
/*padding-left: 45px;*/ /*45px*/
}

h3{font-size:15px; color:#6c0100; padding:0 0 10px 0; margin:0;}

.nobtmspace {padding-bottom:0; margin-bottom:0;}
.notopspace {padding-top:0; margin-top:0;}

.yellow {color: #f69f12;}