@charset "UTF-8";
body {
	background: #CCC;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0 0 2px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	overflow:hidden;
	padding-right:10px;
	padding-left:5px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 10px 10px 5px 10px;
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* 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 */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	color: #5A0000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	width: 786px;
	margin: 0 auto;
	background:#999;
	padding: 15px 0 5px 8px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #header h1 .submenu a {
	font-size: 12px;
}

ul, ol, dl {
    position: relative;  }

.submenu {
	font-size: small;
	text-align: left;
	letter-spacing:0.05em;
	font-weight:bold;
	display:inline;
}
.submenu a:link {
	color: #036;
	display:inline;
	text-decoration: none;
	display:inline;
}
.submenu a:hover {
	color: #5A0000;
	text-decoration: underline;
	font-weight: bold;
	display:inline;
}
.submenu2 {
	float:right; padding:0px 3px 0 0;
}
.submenu2 li {
	display:inline;
	list-style-type:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #036;
	font-weight: bolder;
	letter-spacing:0.05em;
	font-size: 14px;
}
.submenu2 li a {color:#036; text-decoration:none;
}


ul { font-family:Tahoma, Geneva, sans-serif; list-style-type:square;}

.left { float:left;}
.right { float:right !important;}
.clear  { clear:both;}

a {color:#000000;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
strong {color:#2c3b44; 
	font-size:1.083em; 
	line-height:1.231em;
}

/* ============================= main layout ====================== */

.link {background:#5A0000 url(images/link-right-bg.gif) top right no-repeat; display:block; float:left; color:#f8f4e8; font-size:0.917em; line-height:1em; font-weight:bold; margin-top:25px; text-decoration:none;}
.link span {
	background:url(images/link-left-bg.gif) top left no-repeat;
	display:block;
	padding:4px 7px 5px 10px;
}
.link:hover {background:#996633 url(images/link-right-bg-hover.gif) top right no-repeat; color:#000000;}
.link:hover span {background:url(images/link-left-bg-hover.gif) top left no-repeat;}

.link2 {
	font-weight:bold;
	color:#5A0000;
	font-size:0.917em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 10px 0px 0px 0px;
}
.link3 {font-weight:normal; color:#786c67; font-size:1.0em; font-family:Tahoma, Geneva, sans-serif;}
.link4 {text-decoration:none;}

li { background:url(images/list-bg.gif) no-repeat 0 9px; padding-left:14px; font-size:0.917em; line-height:1.727em; font-family:Tahoma, Geneva, sans-serif;}
li a {color:#275b6d;}

.imgindent {margin:0 14px 0 0; float:left;}

.imgshadow
{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	padding: 5px;
	background: #999;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}
.imgshadow2
{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	padding: 5px;
	background: #999;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}
hr {
	border: 0;
	color: #036;
	background-color: #036;
	height: 9px;
	width: 760px;
	text-align: left;
}
h2 {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:1.4em;
	line-height:1.0em;
	color:#5A0000;
	font-weight:700;
	padding-bottom:6px;
	margin-bottom:10px;
	margin-left:10px;
}
h3 {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:1.25em;
	line-height:0.875em;
	font-weight:700;
	color:#fff;
	text-align:center;
}

.imgshadow2
{	border-top: solid 2px #ddd;
	border-left: solid 2px #ddd;
	border-right: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
	padding: 3px 0px 5px 3px;
	background: #fff;
	float: left;
}

#imageContainer { height:309px; }  
#imageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:11px;
	height:296px;
	width:760px;
}

.title1 {background:url(images/images_index/m1.jpg); padding:03px 0 3px 0px;}

.hwdi {padding:10px 130px 108px 0px; margin:5px 0 22px 195px;} 

.career {padding:72px 0 240px 544px; background:url(images/images_careers/careers.jpg) top left no-repeat; margin-top:1px;}

.color2 {color:#5A0000;}
.text2 {font-size:.917em;}
.text2 strong {font-size:1.0em;}
.text2 strong a {color:#5A0000;}
.line {border-top:1px solid #ddd9d8; padding:20px 0 0 0; margin-top:10px;}
.phone {float:left; margin-right:2px;}
.mail {color:#5A0000;}

#footer a {font-weight:bold; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
