@charset "utf-8";
body  {
	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: #572441;
	background-color: #FFF;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/background-bread-and-butter-2000.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #BECBCA;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-left: 0px;
	background-position: center;
	background-color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #8FA4A4;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FEFEFE;
}
.menu {
	background-color: #8FA4A4;
	padding: 3px;
	width: 285px;
	clear: none;
	float: none;
	margin-right: 10%;
	margin-left: 30%;
}
.awardstrinity {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.testimonials {
	padding: 5px;
	width: auto;
	margin-right: 5%;
	margin-left: 1%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #602E4B;
	text-align: left;
}
.formleft {
	color: #592742;
	background-color: #D5DDDC;
}

.northbank {
	margin-right: 5%;
	margin-left: 1%;
	padding: 5px;
}


.twoColFixLtHdr #mainContent {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8FA4A4;
	border-right-color: #8FA4A4;
	border-bottom-color: #8FA4A4;
	border-left-color: #8FA4A4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	font-size: 10px;
	background-color: #5B2644;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #BAC7C7;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	width: 99%;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: none;
	clear: both;
} 
.twoColFixLtHdr #footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.textbox1 {
	color: #333333;
	background-color: #FFFFFF;
	width: auto;
	font-size: 11px;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.textareawrap {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: auto;
	float: none;
	margin-left: 1%;
	font-size: 11px;
	color: #000000;
	margin-right: 2%;
	border: 1px none #BAC7C7;
	margin-top: 20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

.textbox2 {
	color: #8FA4A4;
	background-color: #572441;
	float: none;
	width: auto;
	margin-top: 0px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.insidemaincontent {
	margin-right: auto;
	margin-left: auto;
	height: 680px;
	float: left;
	clear: none;
	margin-top: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 619px;
}
.jobs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #542843;
	background-color: #FFFFFF;
	margin-left: 20%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 5px;
}
.mappage {
	padding: 5px;
	width: 550px;
	margin-right: 0%;
	margin-left: 2%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	float: none;
	clear: none;
}
.blockquote {
	background-image: url(images/upQuote.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 40px;
	color: #542843;
	font-size: 13px;
	text-align: left;
}
.blockquote a:link {
	color: #542843;
	text-decoration: none;
}
.blockquote a:visited {
	color: #542843;
	text-decoration: none;
}
.blockquote a:hover {
	color: #542843;
	text-decoration: underline;
}
.blockquote a:active {
	color: #542843;
}


.blockquote2 {
	background-image: url(images/upQuote.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-size: 10px;
	color: #542843;
}

.blockquote  span {
	line-height: 1.2;
	font-weight: bold;
	background-image: url(images/downQuote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	display: block;
	padding-top: 0px;
	padding-right: 3em;
	padding-bottom: 0.4em;
}
.blockquote2 span {
	line-height: 1.2;
	font-weight: bold;
	background-image: url(images/downQuote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-right: 5em;
	padding-bottom: 2.4em;
	margin-top: 3px;
}
.aboutus2 {
	padding: 5px;
	width: auto;
	margin-right: 5%;
	margin-left: 1%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.frontpagepc {
	padding: 0px;
	width: auto;
	margin-right: auto;
	margin-left: 1%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #8FA4A4;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	line-height: 1.5;
}
.jobsmain {
	background-color: #E2E7E7;
}
.jobstop {
	margin: 5px;
	padding: 5px;
	height: 75px;
	width: 100px;
	float: left;
}
.jobsmiddle {
	height: 75px;
	width: 100px;
	clear: left;
	margin: 5px;
	padding: 5px;
}
.jobsmainPIC {
	margin: 5px;
	padding: 5px;
	height: 300px;
	width: 200px;
	float: left;
	clear: none;
}
.gallerydiv {

}
.jobsCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #542843;
	float: none;
	clear: right;
	padding: 0px;
	margin: 0px;
}
.jobsap {
	float: none;
	clear: right;
	width: 600px;
	height: 300px;
}
.textrightjobs {
	color: #51233D;
	background-color: #FFFFFF;
}
#Slide2 {
	position:absolute;
	left:349px;
	top:554px;
	width:501px;
	height:57px;
	z-index:1;
	visibility: hidden;
}

#Slide1 {
	position:absolute;
	left:349px;
	top:554px;
	width:501px;
	height:57px;
	z-index:1;
	visibility: hidden;
}

.jobsgallery {
	width: 340px;
	padding-left: 5px;
	float: left;
}
#Slidewine1 {
	position:absolute;
	width:200px;
	height:155px;
	z-index:0;
	background-color: #FFFFFF;
	visibility: hidden;
}
#Slidesalt1 {
	position:absolute;
	width:200px;
	height:155px;
	z-index:0;
	background-color: #FFFFFF;
	visibility: hidden;
}
#Slidecoffee1 {
	position:absolute;
	width:200px;
	height:155px;
	z-index:0;
	background-color: #FFFFFF;
	visibility: hidden;
}
#Slidebread1 {
	position:absolute;
	width:200px;
	height:155px;
	z-index:0;
	background-color: #FFFFFF;
	visibility: hidden;
}
#Slideknife1 {
	position:absolute;
	width:200px;
	height:155px;
	z-index:0;
	background-color: #FFFFFF;
	visibility: hidden;
}
#Slidemeat1 {
	position:absolute;
	width:200px;
	height:155px;
	z-index:0;
	background-color: #FFFFFF;
	visibility: hidden;
}
.insidemaincontentterms {
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 619px;
	float: left;
	margin: 0px;
}
.editregionnew {
}
.insidemaincontentCopy {
	margin-right: auto;
	margin-left: auto;
	height: 680px;
	float: left;
	clear: none;
	margin-top: 20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 619px;
	line-height: 18px;
}
.bodycopy {
	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: #572441;
	background-color: #93A7A6;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #wrapper #container #mainContent #IDinsidemaincontent .frontpagepc #idfront .style3 .style4 p {
	text-align: left;
}
.front-logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.insidemaincontentCopy2 {
	margin-right: auto;
	margin-left: auto;
	height: 680px;
	float: left;
	clear: none;
	margin-top: 20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 619px;
	line-height: 18px;
	padding-left: 0px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding-top: 0px;
}
.aboutus-clickhere {
	font-size: 14px;
	font-weight: bold;
}
.aboutus-clickhere a:link {
	color: #00F;
	text-decoration: underline;
	font-weight: normal;
}
.aboutus-clickhere a:visited {
	color: #00F;
	text-decoration: underline;
}
.aboutus-clickhere a:hover {
	color: #00F;
}
.aboutus-clickhere a:active {
	color: #00F;
	text-decoration: underline;
}
.blockquote2PA {
	background-image: url(images/upQuote.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #542843;
}
.blockquote2PAdown {
	line-height: 1.2;
	font-weight: bold;
	background-image: url(images/downQuote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-right: 3em;
	padding-bottom: 2.4em;
	margin-top: 3px;
}
