
body {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #58595B;
		background: #BCD5CF;
}

/*// index.htm //////////////////////////////////////////////////////////////////////////*/

a:link {
        color: #000000;
		text-decoration: underline;
}

a:hover {
        color: #000000;
		text-decoration: none;
}

a:visited {
        color: #000000;
		text-decoration: underline;
}

/* Top navigation  *********************************************************************/
td.top-nav {
        background: #000000;
}

td.hmt-logo-cell {
        background: #FFE8CE;
		padding-left: 44px;
		padding-right: 44px;

}
/* Dropdown menus***********************************************************************/
div#aboutdropdown {
	    position: absolute;
	    left: 242px;
	    top: 122px;
	    width: 77px;
	    height: 57px;
	    z-index: 1;
	    visibility: hidden;
}

div#rosterprodropdown {
	    position: absolute;
	    left: 302px;
	    top: 122px;
	    width: 77px;
	    height: 57px;
	    z-index: 2;
	    visibility: hidden;
}

div#clientsdropdown {
        position: absolute;
		left: 373px;
		top: 122px;
		width: 77px;
		height: 29px;
		z-index: 3;
		visibility: hidden;
}

div#supportdropdown {
	    position: absolute;
	    left: 425px;
	    top: 122px;
	    width: 77px;
	    height: 42px;
	    z-index: 4;
	    visibility: hidden;
}

div#consultancy {
	    position:absolute;
	    left:480px;
	    top:122px;
	    width:77px;
	    height:56px;
	    z-index:5;
	    visibility: hidden;
}
/* Main content table  *****************************************************************/
td.index-content-cell {
        background: url(images/plates-top.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-top: 70px;
		padding-right: 120px;
		padding-bottom: 10px;    
}

p.content-head {
        font-size: 13px;
	    font-weight: bold; 
		
		
		
}


p.content-quotes {
        font-size: 16px;
	    font-weight: bold; 



p.content-subhead {
        font-size: 10px;
	    font-weight: bold; 
}

p.content {
        font-size: 10px;  
}

p.content-italic {
        font-size: 10px;
		font-style: italic;  
}

ul.content {
        font-size: 10px;  
}

/* Bottom strip  ***********************************************************************/
td.bottom-strip {
        background: #89B7AD;
}

td.bottom-strip-content {
        background: url(images/plates-bottom.gif);
		background-position: right top;
		background-repeat: no-repeat;
        padding-top: 15px;
}
span.news-item-title {
        font-size: 10px;
        color: #000000;
        font-weight: bold;
        font-style: italic; 
}
  
span.news-item {
        font-size: 10px;
        color: #000000;       
}

td.bottom-strip-details {
		font-weight: bold;
		font-size: 10px;
		color: #000000;
}
/*// Sub level pages ///////////////////////////////////////////////////////////////////*/

/* Side navigation text links  **********************************************************/

a:link.side-nav-link {
        text-decoration: none;
		font-size: 10px;
		color: #58595B;
}

a:hover.side-nav-link {
        text-decoration: none;
		font-size: 10px;
		color: #58595B;
		font-weight: bold;
}

a:visited.side-nav-link {
        font-size: 10px;
        color: #58595B;
}

/* End Side navigation text links  ******************************************************/

td.sub-content-cell {
		padding-top: 70px;
		padding-right: 120px;
		padding-bottom: 10px;    
}

td.form-text {
        font-size: 8px;
	    font-weight: bold;    
}
.content {
        font-size: 8px;
        color:Black;  
}
div#contact-details {
        position:absolute;
		left:1px;
		top:500px;
		width:170px;
		height:74px;
		z-index:6
}

/* Sets the background images for the main sub pages  ***********************************/
table.about {
        background: url(images/backgrounds/about-bg.gif);
		background-position: right top;
		background-repeat: no-repeat; 
}

table.clients {
        background: url(images/backgrounds/clients-bg.gif);
		background-position: right top;
		background-repeat: no-repeat;       
}

table.consultancy {
        background: url(images/backgrounds/consultancy-bg.gif);
		background-position: right top;
		background-repeat: no-repeat;        
}

table.contact {
        background: url(images/backgrounds/contact-bgv2.gif);
		background-position: left bottom;
		background-repeat: no-repeat;        
}

table.login {
        background: url(images/backgrounds/login-bg.gif);
		background-position: right bottom;
		background-repeat: no-repeat;        
}

table.news {
        background: url(images/backgrounds/news-bg.gif);
		background-position: left top;
		background-repeat: no-repeat;        
}

table.rosterpro {
        background: url(images/backgrounds/rosterpro-bg.gif);
		background-position: right top;
		background-repeat: no-repeat;        
}

table.support {
        background: url(images/backgrounds/support-bg.gif);
		background-position: left bottom;
		background-repeat: no-repeat;        
}

table.register {
        background: url(images/backgrounds/register-bg.gif);
		background-position: left top;
		background-repeat: no-repeat;        
}
