@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: #363535;
	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: #000000;
}
a:link, a:visited, a:active {
color:#76192B;
}
a.linktype1:link, a.linktype1:visited, a.linktype1:active {
	color:#FFFFFF;
} 
a:hover {
color:#000000;
}
#banner {
	background:#76192B;
	height:124px;
	width:100%;
}
#bannermid, #centralcontent, #footer, #sectionstable {
	width:990px;
	margin:auto;
	position:relative;
}
#homepage #content #centralcontent {
	position:relative;
	top:353px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#FFF;
	padding:0px 20px;
	width:950px;
}
#homepage #content #centralcontent h1 {
	font-size:30px;
	color:#FFF;
	font-family:"Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0px;
	margin:0px;
}
#homepage #content #centralcontent h2 {
	font-size:24px;
	color:#363535;
	font-weight:bold;
	font-family:"Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0px;
	margin:0px;
}
#homepage #content {
	position:relative;
	height:744px;
	background:url(../images/home-bg-2-workers.jpg) top center no-repeat #817D6E;
}
#homepage #content #contentbg {
	position:absolute;
	top:0px;
	left:0px;
	height:744px;
	width:100%;
	background:url(../images/home-bg-2-workers.jpg) top center no-repeat #817D6E;
}
#sectionstable {
	position:absolute;
	border-collapse:collapse;
	top:140px;
	left:0px;
	height:251px;
	width:950px;
}
#sectionstable img {
	border:0px;
}
#sectionstable td {
	vertical-align:top;
	padding-top:47px;
}
#sectionstable td ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#sectionstable td ul li {
	padding:3px 0px;
	margin:0px;
}
#sectionstable td ul li a {
	color:#4F4D4D;
}
#sectionstable td.firstsection {
	padding-left:20px;
	padding-right:50px;
}
#sectionstable td.midsection {
	border-left:1px solid #DEDBDB;
	padding-right:50px;
	padding-left:50px;
}
#sectionstable td.lastsection {
	border-left:1px solid #DEDBDB;	
	padding-left:50px;
	padding-right:0px;
}
#bannermid #logo {
	position:absolute;
	top:16px;
	left:20px;
	background:url(../images/logo-softer.gif) 0 0 no-repeat;
	width:269px;
	height:85px;
	text-indent:-4000px;
}



#subpagetype1 #subpagecontent {
	position:relative;
	display:block;
	padding-top:360px;
}
#subpagetype1 #subpagecontent #centralcontent {
	position:relative;
	/*top:353px;*/
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.6em;
	color:#505050;
	padding:0px 20px;
	width:950px;
	background:none;
	display:block;
}
#subpagetype1 #subpagecontent #centralcontent h1 {
	font-size:30px;
	color:#FFF;
	font-family:"Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px 0px 70px 0px;
	margin:0px;
}
#subpagetype1 #subpagecontent #centralcontent h2 {
	font-size:20px;
	color:#363535;
	font-weight:bold;
	font-family:"Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px 0px;
	margin:0px;
}

#navbar {
	position:absolute;
	top:0px;
	right:0px;
	width:780px;
	height:124px;
	background-color:#76192B;
}
#navbar ul li {
	display:inline;
	width:88px;
	border-left:1px solid #964E5C;
}
#navbar ul li a:link, #navbar ul li a:visited, #navbar ul li a:hover, #navbar ul li a:active {
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-decoration:none;
	display:block;
}
#navbar ul li a:hover {
	text-decoration:none;
	color:#000;
}
#footer, #footer a {
	padding-top:60px;
	padding-bottom:60px;
	color:#FFF;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a {
	padding:0px 3px;
}
#footer span {
	color:#A5A1A1;
}

#navigation{
	/*width: 990px;*/
	/*margin: 0 auto;*/
	font-size: 12px;
	/*height: 47px;*/
	line-height: 124px;
	color: #fff;
	position:absolute;
	z-index: 10;
	top:0px;
	padding:0px;
	width:642px;
	margin-right:-496px;
	right:50%;
	border-left:1px solid #964E5C;
	background:#76192B;
}
#navigation li{
	float: left;
	padding:0px;
	border-right:1px solid #964E5C;
}
#navigation li li {
	border-right:none;
}
#navigation ul{
	padding:0px;
	display:inline;
	text-align:right;
}
#navigation ul li{
	margin-right: 6px;
	display: inline;
	height: 124px;
	position: relative;
	margin:0px;
	line-height:18px;
	text-align:left;
}
#navigation ul li a{
	padding: 0 15px;
	height: 86px;
	padding-top:38px;
}
#navigation li.on{
	background: url(../images/navigation_hover.gif) repeat-x;
}
#navigation ul ul{
	position: absolute;
	top: 124px;
	left: 0;
	width: 243px;
	padding: 0;	
	margin: 0;
/*	background: #76192B;
	background:#000000;*/
	display: none;

}
#navigation li.on ul li{
	float: none;
	margin: 0;
	width: 243px;
	float: left;
	font-size: 12px;
	line-height: 17px;
	height: auto;
	display: block;
	background: none;
	position: relative;
	text-align:left;
	background:#000000;
   filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:0.2;           /* Mozilla 1.6 and below   */
   opacity: 0.8;               /* newer Mozilla and CSS-3 */
}	
#navigation li li a{
	padding:11px 16px;
	position: relative;
	height:auto;
	color:#FFFFFF;
filter:alpha(opacity=100);  /* discarded */
   -moz-opacity:1.0;           /* discarded */
   opacity: 1.0;               /* discarded */	

}
#navigation li.on ul li.on ul{
	position: absolute;
	top: 0;
	left: 243px;
	padding: 0;	
	margin: 0;
	
	display: none;
	z-index: 4;

	/*background: #76192B;*/
  /* for IE */
  /*filter:alpha(opacity=60);*/
  /* CSS3 standard */
  /*opacity:0.6;	*/
}
#navigation li.on li.on{
	background: #A0223A;
}
#navigation p {
	position:absolute;
	top:0px;
	right:0px;
	padding-left: 42px;
}
#navigation li a {
	display: block;
}
#navigation a{
	color: #fff;
	text-decoration: none;
}
#navigation p a{
	text-decoration: underline;
}



#coltable #leftcol, #coltable #middlecol, #coltable #rightcol {
	vertical-align:top;
	padding-bottom:40px;
}


/* Left col */
#leftcol ul {
	list-style:none;
	padding:0;
	margin:0;
	padding-right:61px; 
}
#leftcol ul li {
	list-style:none;
	border-bottom:1px solid #E0E0E0;
	padding:8px 0px;
}
#leftcol ul li a {
	color:#408AB1;
	font-size:0.9em;
	text-decoration:none;
}

/* Mid column */

#middlecol {
	/*width:487px; */
	padding-right:24px;
}

/* Right col */
#rightcol ul {
	list-style:none;
	padding:0;
	margin:0;
}
#rightcol ul li {
	list-style:none;
	border-bottom:1px dotted #E0E0E0;
	padding:8px 0px;
	color:#9A9A9A;
	font-size:0.9em;
	text-transform:uppercase;
}
#rightcol ul li a {
	color:#408AB1;
	text-decoration:none;
	text-transform:none;
}
#middlecol img, #rightcol img, .googleMap  {
	background:#F8F9FB;
	padding:4px;
	border:1px solid #EFEEEC;
}
#rightcol object {
	border:1px solid #CCC;
}
.imagetextbox {
	position:relative;
	color:#000000;
	margin-bottom:20px;
}
.imagetextbox div {
	width:216px;
	background:#D8E8E8;
	position:absolute;
	bottom:8px;
	left:5px;
	padding:12px 16px;
	font-size:0.9em;
	line-height:1.2em;
}
.imagetextbox h5 {
	font-size:1.1em;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:2px;
}
.imagetextbox a {
	font-size:1em;
	color:#720D2B;
}
.imagetextbox .textbox {
	width:216px;
	background:#D8E8E8;
	position:relative;
	padding:12px 16px;
	font-size:0.9em;
	line-height:1.2em;
	border:1px solid #EFEEEC;
}

hr {
border: 0;
color: #DEDEDE;
background-color: #DEDEDE;
height: 1px;
width: 100%;
text-align: left;
margin:30px 0px;
}
.tabledata1 {
	background:#ECE5C9;
	border-collapse:collapse;
}
.tabledata1 td {
	padding:5px 20px 5px 20px;
	border:1px solid #D2CCB3;
	vertical-align:top;
}
.tabledata1 th {
	padding:7px 20px 7px 20px;
	background:#848070;
	color:#FFFFFF;
	vertical-align:top;	
}
.tabledata1 td ul {
	padding:0;
	margin:0;
	padding-left:15px;
}
.imgright {
	margin-left:20px;
	float:right;
}
.imgleft {
	margin-right:20px;
	float:left;
}
.notyetcompleted {
background:#FFFF00;
}
.tablecontact td {
padding-right:40px;
}
#formcontact table {
	margin-top:30px;
}
#formcontact table td, #formcontact table th {
	padding:3px 5px;
	vertical-align:top;
}
#formcontact input[type="text"], #formcontact textarea {
	width:300px;
}
#formcontact input {
width: expression(this.type=="text"?'300px':'');
}
div.msg {
		font-weight:bold;
}
.error {
		color:red;
}
.success {
		color:green;
}

.greener{padding:5px;}
.imagetextbox2{border:1px #ccc solid;padding:4px; background:#D8E8E8; margin-bottom:20px;}