html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background: url(images/expand.jpg) repeat-x;
	background-color: #ED1C24;*/
	color: #000000;
}

a {
	color: #ED2027;
}

img {
	border: 0;
}

input {
	height: 22px;
	border: 0; 
}

.clear {
	clear: both;
}

#page_wrap {
	width: 1000px;
	height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #ED1C24;
}

#header {
	width: 1000px;
	height: 150px;
	background-image:url(images/top.jpg);
	margin-left: auto;
    margin-right: auto;
}

#ACS_logo {
	width: 212px;
	height: 75px;
	top: 11px;
	left: 12px;
	float: left;
	position: relative;
}

#link_buttons {
	margin: -45px 20px 0 0;
	width: 100px;
	height: 12px;
	float: right;

}

#link_buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#link_buttons a {
	text-decoration: none;
	text-align: center;
}

#link_buttons ul li {
	padding-right: 10px; 
	float: left;
	display: inline;
	position: relative;
}

#navbar {
	margin-top: -25px;
	margin-left: 40px;
	width: 800px;
	height: 17px;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar a {
	padding-right: 30px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	position: relative;
}

#navbar ul li {
	float: left;
	display: block;
	text-align: center;
	font-weight: normal;
	position: relative;
}

#navbar ul li a:hover {
	margin-top: 0;
	margin-bottom: 0;
	color: #ED2027;
}

#navbar ul li.active a{
	color: #ED2027;
}

#inner_wrap {
	margin-left: 10px;
	padding: 0;
	width: 980px;
	min-height: 570px;
	background: #fff url(images/inner_wrap_bottom.jpg) no-repeat bottom;
	float: left;
}

* html div#inner_wrap{ 
   height: expression( this.scrollHeight < 571 ? "570px" : "auto" ); /* sets min-height for IE */
   min-height: 570px; /* sets min-height value for all standards-compliant browsers */
	margin-left: 5px; 
}

#text_column {
	padding: 0 10px 10px 30px;
	width: 640px;
	min-height: 530px;
	float: left;
}

* html div#text_column{ 
   height: expression( this.scrollHeight < 531 ? "530px" : "auto" ); /* sets min-height for IE */
   min-height: 530px; /* sets min-height value for all standards-compliant browsers */
}

.text_title {
	margin: 20px 0 35px 0;
	font-size: 20px;
	color: #ED2027;
}

#search_menu {
	margin: 8px 0 0 10px;
	width: 980px;
	height: 40px;
	background: #fff url(images/inner_wrap.gif) no-repeat top;
}

#search_wrap{
	margin-right: 5px;
	padding-left: 0px;
	width: 290px;
	float: right;
}

.language_button {
	margin-top: 8px;
	margin-right: 35px;
	width: 23px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
.language_button a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.searchBar {
	padding: 5px 0 0 10px;
	width: 187px;
	height: 20px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/searchBar.jpg) no-repeat;
	float: left;
}

.search_submit {
	width: 30px;
	height: 25px;
	border: 0;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background: transparent url('images/search_go.jpg');
} 

#submenu_column {
	width: 300px;
	height: auto;
	float:left;
}

#submenu {
	margin: 55px 0 0 25px;
	padding: 0;
	width: 230px;
	height: 329px;
	float: left;
}

#submenu ul {
	margin: 0;
	padding: 0 10px 0 10px; 
	list-style: none;
	border-left: 1px solid #E7E3E5;
	border-right: 1px solid #E7E3E5;
}

#submenu ul li {
	padding: 5px 0 10px 0px;
	border-bottom: 1px solid #E7E3E5;
}

#submenu li:hover {
	background:#EBEBEB none repeat scroll 0 0;
}

#submenu ul li a {
	padding: 0 10px;
	text-decoration: none;
	color: #000;
}

#submenu ul li a:hover {
	text-decoration: none;
	color: #ED2027;
}

#submenu ul li.active a{
	color: #ED2027;
}

#submenu ul li.last {
	border: none;
}

#separator_top, #separator_top1 {
	width: 230px; 
	height: 12px;
	background: url(images/menu_top.jpg) no-repeat;
}

#separator_bottom, #separator_bottom1 {
	width: 230px; 
	height: 12px;
	background: url(images/menu_bottom.jpg) no-repeat;
}

#submenu_links {
	margin-top: 10px;
	width: 230px;
}

#submenu_links .first {
	width: 230px;
	height: 30px;
	border-bottom: none;
}

#submenu_links .center {
	height: 35px;
	border-bottom: none;
}

#submenu_links .last {
	height: 35px;
	border-left: 1px solid #E7E3E5;
	border-right: 1px solid #E7E3E5;
}

#submenu_links ul {
	margin: 0;
	padding: 0;
	width: 230px;
	list-style: none;
}

#submenu_links ul li a {
	position: relative;
	padding-left: 20px;
	height: 12px;
	top: 5px;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #ED2027;
	font-weight: bold;
	display: block;
}
#submenu_links .center a {
	position: relative;
	padding-left: 20px;
	height: 12px;
	top: 15px;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #ED2027;
	font-weight: bold;
	display: block;
}

#submenu_links .last a {
	position: relative;
	padding-left: 20px;
	height: 12px;
	top: 15px;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #ED2027;
	font-weight: bold;
	display: block;
}

#submenu_links ul li {
	position: relative;
	display: block;
	text-align: left;
	font-weight: bold;
}

#submenu_links ul li:hover {
	background: none;
}

#submenu_links ul li a:hover {
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
}

#submenu_links .submenu_separator {
	width: 202px;
	height: 1px;
	margin-top: 26px;
	margin-left: 12px;
	border-top: 1px solid #E7E3E5;
	position:relative;
}

#submenu_links .center .submenu_separator{
	width: 202px;
	height: 1px;
	margin-top: 35px;
	margin-left: 12px;
	border-top: 1px solid #E7E3E5;
	position:relative;
}

#footer {
	margin-left: 10px; 
	width: 980px;
	height: 70px;
	color: #fff;
}

.footer_text {
	margin-left: 30px;
	margin-top: 25px;
	float: left;
	font-size: 10px;
	color: #fff;
	width: 800px;
}

.footer_company_logo {
	margin-top: 25px;
	float: right;
	border: 0;
}

#ajaxSearch_resultListContainer {
	margin-top: 15px;
}

.ajaxSearch_extract p {
	margin-top: 0;
}

.ajaxSearch_highlight {
	background: #fee;
}
