/* CSS Document */

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	/*margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #665A4D;
	background-color: #665A4D;
	background-image: url(../img/page-back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
 #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #544A3F;
}
table, tr, td {
	border:0;
	padding:0;
	margin:0;
	}

.NoBorder  {
	border:none;
	text-decoration: none;
}
#navHorz a:hover {
	color: #EFEEDE;
	background-color: #395152;
}
#navPath {
	color: #E3DAB5;
	font-size: smaller;
}
#navPath a:link, #navPath a:visited {
	color: #E3DAB5;
	text-decoration: none;
}
#navPath a:hover, #navPath a#Selected {
	color: #BCC2C7;
	text-decoration:underline
}

 #mainContent {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-size: 70%;
}
#mainContentColL {
	float:right;
	margin-top: 40px;
	padding-right: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #544A3F;
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 90%;
	background-color: #FFFFFF;
}
 #mainContent #homeImg {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
 }
h1 {
	color: #FFFFFF;
	font-size: 110%;
	text-align: right;
	padding-top: 40px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	z-index: 1;
	}
h1 a:link, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
h1 a:hover {
	color: #BCC2C7;
	text-decoration:none;
}
 h2 {
	color: #002E2E;
	font-size: 110%;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	color:#EEE9D3;
	font-size: 80%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a {

	color:#EEE9D3;

	text-decoration: underline;

}
.clear {
	clear:both;
}
/*img.logo {
	position: relative;
	left: 675px;
	top: 30px;
	border:none;
	text-decoration: none;
	z-index: 2;
}
*/img.logo {
	position: relative;
	left: -20px;
	top: 56px;
	border:none;
	text-decoration: none;
	z-index: 2;
}
table.main {
	width: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}
td#ltCol{
	width: 260px;
	background-color: #EFEEDE;
	padding: 4px;
	vertical-align: top;
	background-image: url(../img/jobs/porch_lt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

td#ltCols{
	width: 520px;
	background-color: #EFEEDE;
	vertical-align: top;
	padding: 4px;
}
td#ctrCol{
	background-color: #EFEEDE;
	padding: 4px;
	padding: 4px;
	width: 260px;
	padding: 4px;
	vertical-align: top;
	background-image: url(../img/jobs/porch_rt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
td#rtCol{
	background-color: #EFEEDE;
	width: 260px;
	padding: 4px;
	vertical-align: top;
}
div .fullOpacity {
	filter:alpha(opacity=100);
	-moz-opacity: 100;
	opacity: 100;

}
#navcontainer
{
	/*padding-left: 0;
	margin-left: 0;*/
	background-color: #938973;
	width: 100%;
	border: 1px solid #FFFFFF;
	height: 54px;

}

img.drkBorderL{
 float: left;
 margin: 6px 18px 0 6px;
 padding: 3px;
 border: 3px solid #544A3F;
 background: #EFEEDE;
}

img.drkBorderLPadding{
	float: left;
	margin: 9px;
	padding: 3px;
	border: 3px solid #544A3F;
	background: #EFEEDE;
}
img.drkBorderR{
 float: right;
 margin: 6px 18px 0 6px;
 padding: 3px;
 border: 3px solid #544A3F;
 background: #EFEEDE;
}
img.drkBorderCtr {
    display: block;
    margin-left: auto;
    margin-right: auto;
	 padding: 3px;
 border: 3px solid #544A3F; }

.ctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
/********** FORM FORMATING *****************/
input {
	vertical-align: text-bottom;
}
 /********** TEXT FORMATING *****************/
 .underline {
	text-decoration: underline; }
.iu {
	font-style: italic;
	text-decoration: underline; }
.require {
	color: #CC0000;
}
.bold {
	font-weight: bold; }
.sup {
	font-size: smaller;
	vertical-align: top; }
.italic {
	font-style: italic; }
.indent20 {
	padding-left: 20px; }
.quoteIn{
	padding: 13px 15px; }
.quoteInBold{
	font-weight: bold;
	padding: 13px 15px; }
.quoteInItalic{
	font-style: italic;
	padding: 13px 15px; }
.BoldLrg {
		font-size: larger;
	font-weight: bold;}
.grBoldLrg {
	color: #5d8a28;
	font-size: larger;
	font-weight: bold;}
.grItalic {
	font-style: italic;
	color: #003333;
	}
.yelBoldLrg {
	color: #fc3;
	font-size: larger;
	font-weight: bold;}
.darkPurple{
color:#36283D;
}

.smallText {
	font-size: smaller; }
hr.gray{
	background-color: #ccc;
	height: 1px;
	border: none; }
.grayHolder {
	color: inherit;
	background-color: #efefef;
	width: 500px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 5px;
	border: solid 1px #000; }
/* list has graphic Q & A
li.Q {
	list-style-image: url(../img/list-Q.gif);
	list-style-type: circle;
	list-style-position: inside;
	font-style: italic;
	color: #003333;
	margin: .3em;
}
li.A {
	list-style-image: url(../img/list-A.gif);
	list-style-type: circle;
	list-style-position: inside;
	margin: .3em;
}*/
/* list w/ just colors
li.Q {
	list-style-type: none;
	list-style-position: inside;
	font-style: italic;
	color: #003333;
}
li.A {
	list-style-type: none;
	list-style-position: inside;

} */
/*  correct javascript nav */
td.sttd {
	padding-right: 14px;
	padding-left: 1px;
}
.alignRight {
 text-align: right;
}
.alignCtr {
	text-align: center;
	}
.alignLeft {
text-align: left;
}
.moveRt130 {
padding-left: 190px;
}
/*  LIST GALLERY   */
#gallerylist { list-style-type: none;}
#gallerylist li {
float: left;
margin-right: 6px;
margin-bottom: 10px;
}
#gallerylist img {
display: block;}
