
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #fff;
	color: #000;
	font-family: verdana;
	padding: 25px 0 25px 0;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}

#hometable {
	width: 950px;
	height: 714px;
	border: solid #b8b8b8 1px;
	}

#homecell {
	width: 950px;
	height: 714px;
	background-color: #fff;
	background-image: url(/newimages/apex/bg-bigpic1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
	}

#homeinner {
	width: 379px;
	float: right;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 0 16px 0 58px;
	}

#content, #content td {
	font-size: x-small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1, h2, h3, h4 {
	margin-bottom: .5em;
	}

h1 {
	margin-top: 0;
 	font-size: small;
	color: #c22b30;
	}

h2 {
	font-size: small;
	color: #646567;
	}

h3 {
	font-size: small;
	color: #000;
	}

h4 {
	font-size: small;
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #c22b30;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	margin-bottom: 1.5em;
	}

#poweredby {
	float: right;
	margin: 0 5px 5px 0;
	}

#small {
	font-size: x-small;
	color: #646567;
	}

#homelogo {
	margin: 58px 0 25px 2px;
	}

#absol {
	position: relative;
	width: auto;
	height: 714px;
	}

#absolpower {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 322px;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #c22b30;
	text-decoration: underline;
	}

a:hover	{
	color: #646567;
	}

#navcolumn {
	vertical-align: top;
	}

#nav {
	background-color: transparent;
	background-image: url(/newimages/apex/bg-navhome.gif);
	background-repeat: repeat-y;
	background-position: top left;
	}

#nav td {
	padding-bottom: 55px;
	padding-top: 5px;
	}

#navigator {
	width: 258px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
	width: 238px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 2px 0 2px 46px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #646567;
	}

.currentpage a {
	color: #000;
	background-color: transparent;
	background-image: url(/newimages/apex/bg-apexhome.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #c22b30;
	background-color: transparent;
	background-image: url(/newimages/apex/bg-apexhome.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}

.submen a {
	font-weight: normal;
	padding: 3px 0 4px 89px;
	}