body {
	font-size: 0.7em;
}
#content {
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	width: 843px;
	position: relative;
	border: 1px solid #CCC;
}
h1 {
	height: 340px;
	/*	background-image: url(resources/header.jpg);
*/	background-repeat: no-repeat;
}
h1 a {
	position: absolute;
	top: -999em;
}
#industriesBox  {
	float: left;
	width: 180px;
	position: relative;
	padding-right: 30px;
	padding-left: 50px;
	background-image: url(resources/newsback.jpg);
	background-repeat: no-repeat;
	background-position: 30px 100px;
}
#industriesBox p {
	font-size: 0.85em;
	line-height: 1.5em;
	color: #333;
}
#industriesBox ul {
	padding-top: 1em;
	padding-bottom: 3em;
}
#industriesBox ul li {
	height: 1.8em;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#industriesBox ul li a {
	color: #333;
	text-decoration: none;
	font-size: 0.9em;
}
#industriesBox ul li a:hover {
	color: #F00;
}



#featured {
	background-image: url(resources/featuredbox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 87px;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#featured h3 {
	font-size: 1.5em;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 0.1em;
}
#featured p {
	color: #FFF;
	padding-bottom: 0.7em;
}
#featured p a {
	color: #0FF;
	text-decoration: none;
}
#featured p a:hover {
	color: #F00;
}
#main {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
#main h2 {
	color: #215BAC;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 1em;
}
#main h3 {
	font-size: 0.85em;
	padding-bottom: 1em;
}

#main p {
	font-size: 0.85em;
	color: #333;
	line-height: 1.4em;
	padding-bottom: 1em;
}
#main ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#main ul li {
	font-size: 0.85em;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#main a {
	color: #215BAC;
	text-decoration: none;
}
#main a:hover {
	color: #F00;
	text-decoration: none;
}



#news  {
	float: left;
	width: 180px;
	position: relative;
	padding-right: 20px;
	padding-left: 30px;
	background-image: url(resources/newsback.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-top: 20px;
	  min-height:550px;
  height:auto !important;
  height:550px;
}
#news h3 {
	color: #215BAC;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#news h4 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 0.3em;
}
#news h4 a {
	color: #333;
	text-decoration: none;
}
#news h4 a:hover {
	color: #F00;
}

#news p {
	color: #666;
	padding-bottom: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 0.9em;
}


div.clear{
	clear:both;
	height:20px;
}#footer {
	height: 40px;
	background-color: #000;
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
	padding-top: 15px;
}

#slideshow {
	position: absolute;
	top: 247px;
}
#topmenu {
	position: absolute;
	top: 130px;
	left: 20px;
	width: 600px;
}
#topmenu ul li {
	float: left;
	padding-right: 0.8em;
	padding-left: 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#topmenu ul li a {
	color: #000;
	text-decoration: none;
	height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
	font-size: 0.8em;
	position: relative;
	white-space: nowrap;
}
#topmenu ul li a:hover {
	color: #F00;
	border-bottom-color: #F00;
}

#searchbox {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
}
      #ajaxSearch_form {
	color: #444;
	width: auto;
	
       }
       #ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff url(images/input-bg.gif) repeat-x top left;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
       }
       #ajaxSearch_submit {
           display: inline;
           height: 22px;
           line-height: 22px;
       }
       #ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
	
       }
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }
#telephone {
	font-weight: bold;
	position: absolute;
	top: 50px;
	font-size: 1.25em;
	display: block;
	white-space: nowrap;
	color: #1C5DB1;
}

