body {
	padding:0;
	margin:0;
	background-image:url(../../../pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

html { height: 101%; }

a img {
	border:none;
}

#wrapper {
	width:825px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	height:78px;
}

#search-box {
	float:left;
	margin-top:45px;
}

#logo {
	text-align:right;
	margin-right:50px;
}

/*..................top menu navigation...............*/

#top-menu {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}

#top-menu ul {
	margin:0;
	padding: 45px 5px 0 0;
	font-size: 17px;
	font-weight:bold;
}

#top-menu li {
	display:inline;
	padding-right:20px;
}

#top-menu a:link, #top-menu a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#top-menu a:hover {
	color:black;
}

/*..............left content home only..................*/

#left-content-home {
	width:190px;
	float:left;
	background-image:url(../../../pix/the_company_box.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 40px 0px 10px 10px;
	margin-right:5px;
	font-size:12px;
	line-height:20px;
}

/*......................left content....................*/

#left-content {
	width:200px;
	float:left;
	background-color:#f2f2f2;
}

#left-content h2 {
	margin-top:-2px;
	color:#009933;
	margin-bottom:10px;
	font-size:18px;
	border-bottom:1px solid #009933;
	background-color:#fff;
}

#left-content ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:12px;
}

#left-content ul li {
	display: block;
	padding: 3px;
	width: 194px;
	margin-bottom:3px;

}

#left-content ul li a {
	display:block;
	padding:3px;
}

#left-content ul li a:link, #left-content ul li a:visited {
	color: #000;
	text-decoration: none;

}

#left-content ul li a:hover {
	background-image:url(../../../pix/menu_bg_hover.gif);
	background-color:green;
}

/*.....................center content...................*/

#center-content {
	width:590px;
	background-color:#fff;
	float:right;
	margin-right:20px;
	margin-left:10px;
	font-size:13px;
	line-height:20px;
}

#center-content h1 {
	margin:0;
	color:#009933;
	margin-bottom:10px;
	font-size:18px;
	border-bottom:1px solid #009933;
}

#center-content h2 {
	margin:0;
	color:#009933;
	font-size:15px;
	margin-bottom:10px;
}

#center-content h3 {
	margin:0;
	color:#009933;
	margin-bottom:10px;
	margin-top:10px;
	font-size:16px;
	border-bottom:1px solid #009933;
}

#center-content a, #center-content a:visited {
	color:#006633;
	text-decoration:underline;
	padding:2px;
}

#center-content a:hover {
	background-color:#009933;
	color:white;
}

#center-content img {
	padding:12px;	
}


/*...............center content home only..............*/

#center-content-home {
	width:590px;
	background-color:#fff;
	float:right;
	margin-right:20px;
	margin-left:10px;
	font-size:13px;
	line-height:20px;
}

#center-content-home a, #center-content-home img a:visited {
	text-decoration:none;
}

#center-content-home a:visited {
	border:none;
	text-decoration:none;
}

/*.........................footer......................*/

#footer-container {
  width: 850px;
  height:65px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  background-image:url(../../../pix/footer_bg.gif);
  background-position:top left;
  background-repeat:repeat-x;
}

#footer {
  padding: 0 1em;
  line-height: 20px;
  color:white;
  font-weight:bold;
  text-align:center;
  margin:5px 0 0 0;
}

