/***********************************************/
/* tlm.css                                     */
/* TLM Multiservices style sheet  v1.0 6 July 06         */
/* Designed by Roy Hammans - art2science.co.uk */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
/*   ****  To centralise the whole content, use a container  **** */
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: url(content_background.jpg) repeat-y right top;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	height: auto;
}


/* --------------------------------------*/
/*   Link styles   */
a:link, a:visited, a:hover {
	color: #0033ff;
	text-decoration: none;
}
/* override decoration from previous rule for hovered links */
a:hover a:active {
	text-decoration: underline;
}

/* --------------------------------------*/
/*  setting the font-family for all headings  */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
/* --------------------------------------*/
/*   specific heading styles   */
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #8B714E;
	margin: 0;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
/* --------------------------------------*/
/*   List styles  */
ul{
	padding: 0;
	margin: 0 0 0 50px;
	list-style: disc;
/*	color: #666633; */
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	background: #FFFFFF no-repeat right bottom;
}

#rightCol{
	margin: 0 0px 0 525px;
	padding: 0px 10px 0 0;
	font-size: 0.75em;
	line-height: 120%;
	}


/***********************************************/
/* Measthead styles*/
/***********************************************/

#masthead img {
	border :0;
	float:left;
	display:inline;
	}
	
#masthead a { text-decoration:none; }

#masthead #niceic-logo {
	float:right;
	margin: 10px 50px 0 0 ;
	}
	
#phone-number {
	float:right;
	display:inline; 
	margin : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-align:right; 
	color: #294C90; 
	font-size: 120%;
	}

/*********** #rightCol link styles ***********/

#rightCol ul a:link, #rightCol ul a:visited {display: block;}
#rightCol ul {list-style: none; margin: 0 48px 0 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightCol li {border-bottom: 1px solid #EEE;}


#content{
	float:left;
	width: 65%;
	margin: 0;
	padding: 0 3% 0 0;
	line-height: 120%;
	border-right: 1px solid #ccc;
}


/***********************************************/
/*              Component Divs                 */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #FF0037;
	text-align: right;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}


/************* #menu styles **************/

#menu{
	color: #294C90;
	padding: 5px 50px 45px 10px;
	white-space: nowrap;
	background: url(header_background.jpg) no-repeat right bottom;
	text-align: center;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   
#menu span {
	margin: 0px;
	padding-left: 200px;
}



#menu img{
 display: block;
}

#menu a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	font-weight: bold;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
	font-size: 110%;
	color: #000066;
}
/* adjust margins to change separation between the feature image and text flowing around it */
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	border: thin #666666 solid;
}

.feature p {
 margin:0;
 padding: 0 0 10px 0;
 }
 
.feature h3 {
 margin: 1em 0 0.2em 0;
 padding: 0;
 }
 
/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	color: #888;
	padding: 12px 8px 8px 8px;
	background: #FFFFFF url(footer_background.jpg) no-repeat right top;
	bottom: 0px;
	margin: 0px;
	height: 50px;
/*	border-bottom: 1px solid #cccccc; */
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a{
	text-decoration:none;
	color: #888;
	}
	
#footer a:link, #footer a:visited {	
	text-decoration:none;
	color: #888;
	}

#footer a:hover, #footer a:active  {	
	text-decoration:underline;
	color: #333;
	}


/* fix for browsers that don't need the hack */
html>body #rightCol li {border-bottom: none;}

html>body #container {padding:0;}

.rightColBox
	{
	 margin: 0;
	 padding: 50px 50px 20px 5px;
	 font-size: 80%;
	 }
	 
.rightColBox img { display: block; border: 0;}	 

/*   ***** WEBUSEFUL styles *****   */

span.webu { color:#111; }
span.webu-r {color:red;}

span.firstCap { font-size:130%; font-weight:bold;}

p.address {
	font-weight:bold;
	padding-left:50px;
	}
	
	
/*Styles for the form on Contact.htm*/	
fieldset {
		color : black;
		border: 1px solid black;
		background-color: white;
		margin: 0 20px; 
		}
	
	label {
		line-height: normal;
		text-align: right;
		font-size: 9pt;	
		margin-right: 10px;
		margin-top: 10px;
/*		position: relative;*/
		width: 100px;
		display : block;		
		float : left;  
		}
		
	input.formInput, textarea.formInput {
		border : 1px solid black;
		background-color : 	#eee;
		margin-right: 10px;
		margin-top : 10px;
		padding: 2px;
/*		display: block; */
		font-size: 9pt;		
		}


/*TheEnd*/		