html,body {
    margin: 0;
	padding: 0;
}
html {
    /*font-size: 100%;*/
}
body {
    /*font-size: 1em;*/
    /*font-family: Tahoma, Helvetica, Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
    background: #F6FBFB url(/upload/accpf-home_files/inv-html-bg.gif) repeat-x;
    /*width: 80%;
    min-width: 48em;
    max-width: 80em;
    margin: 0 auto;
    padding: 0 .65em .65em .65em;
    position: relative;*/
}
body {
	text-align: center;
}
div#wrap {
	/*margin-left: auto;
	margin-right: auto;*/
    margin: 0;
	padding: 0;
    margin: 0 auto;
	padding: .65em;
	width: 80%;
	text-align: left;
    background: #fff url(/upload/accpf-home_files/body-bg.gif) repeat-x;
} 


/* MISC. */
.hide {
	display: none;
}
a img {
	border: none;
}
.divclear {
	clear: both; 
	height: 0px; 
	font-size: 0px; 
	margin: 0;
	padding: 0;
	margin-top: -1px;
}
.skiplinks {
	display: none;
}  
hr.cleaner {
      clear: both;
      height: 1px;
      margin: -1px 0 0 0; 
	  padding: 0;
      border: none;
      visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* GENERAL TEXT STYLES */
a, 
a:link, 
a:visited {
	text-decoration: none;
}
a:focus, 
a:hover, 
a:active {
	text-decoration: underline;
}

/*h1 {
    color: #A00129;
    font-size: large;
    margin: 15px 0 25px 0;
}
h2 {
    color :#A00129;
    font-size: small;
    margin-bottom: -10px;
}*/

h1, h2, h3, h4, h5, h6 {
	color: #003A80;
	line-height: normal;
	}
h1 {font-size: 1.9em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}
p {
    /*line-height: 1.3em;*/
	line-height: normal;
}


#nav-container {
    width: 100%;
}

/* HEADER - LOGO */
#logo-container {
    /*width: 14.5em;*/
    width: 20em;
    float: left;
    /*margin: .75em -14.5em 0 0;*/
    margin: .75em -20em 0 0;
}
#logo-container img {
    float: left;
    /*width: 2.6875em;
    height: 5.875em;*/
}
#logo-container p {
    margin: 3em 0 0 0;
	font-size: 1.2em;
}


/* HEADER - SITE MENU */
#site-menu {
    width: 100%;
    padding: 0;
    margin: .3em -100% 0 0;
    display: inline;
    float: left;
    text-align: right;
}
#site-menu li {
    display: inline;
    padding-left: .5em;
    border-left: solid .0625em #ddd;
}
#site-menu li:first-child {
    border-left: 0;
}
#site-menu li a,
#site-menu li span {
    /*font-size: .6875em;*/
	font-size: .85em;
    color: #000;
    padding: 0;
	margin: 0;
    position: relative;
    top: -0.2727em;
}
#site-menu li a {
	text-decoration: underline;
}
#site-menu li span {
    text-decoration: none;
}

/* HEADER - SEARCH FORM */
#search-form {
    float: right;
    width: 17em;
    margin: 4.5em 0 0 0;
    text-align: right;
}
#search-label {
    /*font-size: .6875em;*/
    font-weight: bold;
}
#search-input {
     border: solid .3125em #91C5DB;
}
#search-form label {
    /*font-size: .6875em;*/
    font-weight: bold;
}
#Search {
     border: solid .3125em #91C5DB;
}

/* HORIZONTAL - MAIN MENU */
#main-menu {
clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 1em 0 0 0;
    list-style: none;
    background: #000 url(/upload/accpf-home_files/menu-bg-off.gif) repeat;
}
#main-menu,
#main-menu li {
    /*min-height: 1.5625em;
    height: auto !important;
    height: 1.5625em;*/
    min-height: 2em;
    height: auto !important;
    height: 2em;
}
#main-menu li {
    float: left;
    border-left: solid .0625em #8AA0A0;
    padding: 0 1.5em;
	line-height: 1.8em;
	font-weight: bold;
}
#main-menu li.selected,
#main-menu li:hover,
#main-menu li.selected:hover {
    background: #7A8380 url(/upload/accpf-home_files/inv-menu-bg-on.gif) repeat-x;
    border-right: 0;
}
#main-menu li,
#main-menu li:hover {
    border-right: solid .0625em #000;
}
#main-menu li:last-child {
    border-right: 0;
}
#main-menu li:first-child {
    border-left: 0;
}
#main-menu li span,
#main-menu li a {
    color: #fff;
    /*font-size: .8em;*/
    text-decoration: none;
}
#main-menu li a:hover {
    text-decoration: underline;
}

/* BREADCRUMB */
#breadcrumbs {
	width: 100%;
	float: left;
	/*height: 1.75em;*/
    margin: 0;
	padding: 0.3em 0;	
	font-size: .85em;
    color: #A0A0A0;
}
#breadcrumbs span,
#breadcrumbs a {
   /* position: relative;
    top: .1818em;*/
	line-height: 2em;
    color: #A0A0A0;
    /*font-size: .6875em;*/
}

/* CONTENT */
#page {
    width: 100%;
    margin: 0 0 0 0;
    float: left;
}

/* CONTENT - HOMEPAGE */
#home-info-box {
	margin-bottom: 1em;
}
#home-info-box img {
    width: 13.25em;
    height: 10.875em;
    float: right;
}
#home-info-box h1 {
    /*font-size: 1.4em;*/
	font-size: 1.8em;
    font-weight: normal;
    margin: 0;
    padding: .3571em;
    /*padding-top: 1.2em;*/
	padding-top: .8em;
    /*line-height: 1.3em;*/
}
#home-info-box p {
    /*font-size: .75em;*/
    margin: 0;
    padding: .6666em;
    padding-top: 0;
    /*line-height: 1.5em;*/
	line-height: normal;
}

/* CONTENT - HOMEPAGE - LATEST NEWS */
#news h1 {
    border-bottom: solid 1px #CEE9F4;
    /*font-size: 1em;*/
	font-size: 1.2em;
    padding-left: .75em;
}
#news h2 {
    color: #000;
    /*font-size: .75em;*/
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: .3em;
}
#news ul {
    /*font-size: .75em;*/
    list-style: none;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 0 1.5em 0;
    line-height: 1.4em;
}
#news ul li {
    padding-left: 1.4em;
    background: url(/upload/accpf-home_files/news-bullet.gif) no-repeat left .3333em;
}
#news ul li a,
#news ul li span {
    color: #000;
    text-decoration: none;
}
#news ul li a:hover {
    text-decoration: underline;
}


/* HOMEPAGE LAYOUT */
#home-col1 {
    float: left;
    width: 68.9%;
}
#home-col2 {
    float: right;
    width: 30%;
}


/* AE-MENU */
#sub-menu {
    width: 25%;
    float: left;
}
#sub-menu h1 {
    background: #D7E0E0 url(/upload/accpf-home_files/inv-sub-menu-head-bg.gif) repeat-x;
    /*font-size: .9375em;*/
    /*height: 1.6em;*/
	font-size: 1.2em;
	line-height: 1.6em;
    padding: .2em 0 0  .6667em;
    margin: 0;
    color: #000;
}
#sub-menu h1 a {color: #333;}
#sub-menu ul {
    /*font-size: .8125em;*/
	font-size: .85em;
    background: #F6F8F8 url(/upload/accpf-home_files/inv-sub-menu-bg.gif) repeat-x;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}
#sub-menu ul li {
    padding: .3846em  .7692em  .3846em 1.7692em;
    margin: 0;
}
#sub-menu ul li.selected,
#sub-menu ul li:hover {
    background :#346667 url(/upload/accpf-home_files/inv-sub-menu-bullet.gif) no-repeat .7692em .3846em;
}
#sub-menu ul li.selected a,
#sub-menu ul li.selected,
#sub-menu ul li:hover a {
    color: #fff;
}
#sub-menu ul li a,
#sub-menu ul li span {
    color: #000;
    text-decoration: none;
}
#sub-menu ul li a:hover {
    text-decoration: underline;
}

/* AE MENU */
#ae_menu li {list-style-type: none;}/* Disable bullets on all menu items */
/* Move arrow image pointer so that it appears consistently at left hand side of menu */
/*#ae_menu li img {position: absolute; left: 20px;}
#ae_menu ul li ul li  img {position: absolute; left: 0px;}*/
#ae_menu img {/*display: inline;*/display: none;}

a.open {color: #0C51AC!important; font-weight: bold !important;}
ul#ae_menu {
	margin: 0;
	padding:0;
    background: #F6F8F8 url(/upload/accpf-home_files/inv-sub-menu-bg.gif) repeat-x;
}
ul#ae_menu li {
	/*display:block;
	padding: 0.25em;*/
    padding: .3846em  .7692em  .3846em 1.7692em;
	/*border-bottom: 1px solid #ccc;*/
	/*font-weight: bold;*/
	/*color: #0C51AC;*/
}
ul#ae_menu li.ae_open {
    background :#637C7C url(/upload/accpf-home_files/inv-sub-menu-bullet.gif) no-repeat .7692em .3846em;
	color: #FFF!important;
}
.ae_open a {color: #FFF;}
ul#ae_menu li.ae_menuopen {
	/*background: #E6EDF7;*/
    background :#637C7C url(/upload/accpf-home_files/inv-sub-menu-bullet.gif) no-repeat .7692em .3846em;
	color: #FFFFFF;
}
ul#ae_menu li.ae_menuopen ul {
	margin: 0.25em -0.25em -0.25em;
	padding:0;
	/*background: #FFFFFF;*/
	background: #ECF0F1;
}
ul#ae_menu li.ae_menuopen ul li {
	border-bottom: none;
}
ul#ae_menu li.ae_menuopen ul li.ae_open {}


.ae_menuopen a, 
.ae_menuopen a:link, 
.ae_menuopen a:visited {
	/*color: #0C51AC;*/
	color: #FFFFFF!important;
	font-weight: bold;
	text-decoration: underline;
}
.ae_menuopen a:focus, 
.ae_menuopen a:hover, 
.ae_menuopen a:active{
	/*color: #0C51AC;*/
	color: #000!important;
	font-weight: bold;
	text-decoration: underline;
}
#ae_menu a, 
#ae_menu a:link, 
#ae_menu a:visited {
	/*color: #0C51AC;*/
	text-decoration: none;
}
#ae_menu a:focus, 
#ae_menu a:hover, 
#ae_menu a:active {
	/*color: #0C51AC;*/
	color: #FFFFFF;
	text-decoration: underline;
}
ul#ae_menu li a, 
ul#ae_menu li a:link, 
ul#ae_menu li a:visited,
ul#ae_menu li a:focus, 
ul#ae_menu li a:hover, 
ul#ae_menu li a:active {
	/*font-weight: bold;*/
}
.ae_menuopen ul a, 
.ae_menuopen ul a:link, 
.ae_menuopen ul a:visited,
.ae_menuopen ul a:focus, 
.ae_menuopen ul a:hover, 
.ae_menuopen ul a:active {
	font-weight: normal!important;
}

/* CONTENT - PAGE */
#content {
    width: 74.9%;
    float: right;
}
#content .wrapper {
    padding: 0 0 0 0.625em;
}
#content h1 {
    /*font-size: .9375em;*/
    color: #003A80;
    /*padding: .6em 0 0.133em 1em;*/
    margin: 0 0 2em 0;
    border-bottom: solid .0667em #BEF1F2;
}
#content p {
    /*font-size: .8125em;
    margin: 1em 0 1em 1.1538em;*/
    line-height: 1.4em;
}
#content img {
    margin-left: 1.1538em;
}
#content img.company-logo {
    margin-bottom: -.8em;
    margin-top: .6em;
}

/* BOX - OUTLINE GRADIENT e.g. LATEST NEWS */
.box1 {
    background: url(/upload/accpf-home_files/box-vertical.gif) no-repeat left top; 
    border-top: solid 0.1875em #CEE9F4; 
    padding: 0 0 0 0.2em;
}
.box1 .wrapper {
    background: url(/upload/accpf-home_files/box-vertical.gif) no-repeat right top; 
    padding-right: .2em;
}
.box1 h1 {
    margin: 0;
    padding: .28em 0;
}
.box1 h2 {
	font-size: 1em;
}
.box1 ul {
	font-size: .85em
}

/* BOX - GRADIENT BACKGROUND e.g. SIDE BOXES */
.box2 {
    background: #F6FBFF url(/upload/accpf-home_files/inv-box2-bg.gif) repeat-x;
}
.box2 h1 {
    /*font-size: .875em;*/
	font-size: 1.2em;
    display: inline;
    background: url(/upload/accpf-home_files/inv-box2-head-bg.gif) no-repeat right 0.0625em;
    padding: 0 1.3em 0 0.5174em;
    margin: 0;
    position: relative;
    top: .4em;
    line-height: 1.6em;
}
.box2 img {
    float: right;
}
.box2 p {
    /*font-size: .6875em;*/
	font-size: .85em;
    padding-left: .7272em;
    padding-top: .7272em;
	margin: 0;
    margin-right: 45%;
    /*line-height: 1.4em;*/
}
.box2 a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.box2 a:hover {
    text-decoration: underline;
}
/* BOX - GRAY e.g. QUICKLINKS */
.box3 {
    background: #F5F5F5 url(/upload/accpf-home_files/box3-bg.gif) repeat-x;
    margin-top: .65em;
}
.box3 h1 {
    background: #D3D3D3 url(/upload/accpf-home_files/box3-head-bg.gif) repeat-x;
    /*font-size: .875em;*/
	font-size: 1.2em;
    height: 1.5715em;
    color: #000;
    padding-top: .3571em;
    padding-left: .5174em;
    margin: 0;
}
.box3 ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 .6666em;
    /*font-size: .75em;*/
	font-size: .85em;
}
.box3 ul li {
    margin: 0;
	padding: .3em 0;
    line-height: 1.3em;
}
.box3,
.box3 a {
    text-decoration: none;
    color: #000;
}
.box3 a:hover {
    text-decoration: underline;
}

.search-box {
    display: inline;

}
.hidden {
    display: none;
}
.clear {
    height: 0;
    clear: both;
}
h1 {
    color: #003C85;
}
.spacer {
    padding: 0;
	margin: 0;
    display: block;
    /*height: .5em;*/
}

#page #content .wrapper {
	font-size: .85em;
}


/* FOOTER */
#footer {
    /*height: 2.75em;*/
	height: 3em;
    background: #666;
    text-align: center;
    margin-top: .65em;
}
#footer,
#footer a {
    color: #F6F6F6;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    padding-top: .5em;
    padding-bottom: .5em;
    /*font-size: .6875em;*/
	font-size: .8em;
    line-height: 1.4em;
}


/* IE6 Header Layout */
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 245px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 245px; /*Width of left column*/
margin-left: -100%;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#leftcolumn .innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}
#container-header {width: 100%;position:relative;}
