/* 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: 791px; /*793px*//*80%*/
    background-color:#936456;
    margin: 0 auto 0 auto;
    padding: 0;
    /*border: thin solid #000000;*/

}

#header {
	width: 791px;
	height: 257px;
    padding: 0;
    margin: 0;
    /*text-align: center;*/
	background-image: url(../images/jms-banner05.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: 410px; /*390px*/
	height: 100%;
	float: left;
    /*padding: 10px;*/
}
#main-full {
	margin: 0; /*margin: 0 30% 0 0;*/
	padding: 0 0 20px 0; /*10px 0 20px 11px;*/ /*0 0 20px 0*/
	width: 791px; /*390px*/ /*762px*/
	height: 100%;
	float: left;
    /*padding: 10px;*/
}
#main-content {
	margin: 0;
	padding: 0 0 10px 11px; /*10px 0 20px 11px;*/
	width: 399px; /*390px*/ /*399px*/
	height: 100%;
}
#main-content-full {
	padding: 0 0 10px 28px; /*10px 0 20px 11px;*/
	width: 730px; /*390px*/
	height: 100%;}
#nav{
	padding: 225px 0 13px 230px;
	/*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 10px 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: 244px; height: 70px; /*orig 140x45*/
	background: url("../images/h-meet-jen.gif");
	text-indent: -9999px;
	/*border: 1px solid #000;*/
}
h2.services {
	width: 244px; height: 70px; /*orig 140x45*/
	background: url("../images/h-services.gif");
	text-indent: -9999px;
	/*border: 1px solid #000;*/
}
h2.portfolio {
	width: 244px; height: 70px; /*orig 140x45*/
	background: url("../images/h-portfolio.gif");
	text-indent: -9999px;
	/*border: 1px solid #000;*/
}
h2.contact-jen {
	width: 244px; height: 70px; /*orig 140x45*/
	background: url("../images/h-contact-jen.gif");
	text-indent: -9999px;
	/*border: 1px solid #000;*/
}

img.tan-border {
border: 4px solid #75625f; /*#a34e3f*/
}

.iris {
width: 400px; /*width 282 if in r-col*/
}

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

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

/* Image Gallery Styles */
.thumbnail
{
float: left;
width: 150px; /*60px*/
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }

.yellow {color: #f69f12;}

.imgRight {
	float: right;
	margin: 0 0 10px;
}

.imgLeft {
	float: left;
	margin: 0 10px 0;
}
		  