/*------------------------------------------------------------------
[Master Stylesheet]

Project:		HU-PORTAL
Version:		1.2
Last change:	07/04/09 [mb]
Assigned to:	Marc Bruisten (mb)
Made by:		Evident Interactive

--------------------------------------------------------------------

[Template body classes]

.T00 - homepage
.T01 - detail page
.T01 - listing page
.T01 - contact listing page
.T01 - search result page

[Color codes]

main navigation:	#00a1e1 {HU Blue}
sub navigation:		#e63028 {HU Red}

-------------------------------------------------------------------*/

.replacement-content {background-color:white;color:#4C4C4C;}

body {
	font-size:62.5%;
	font-family:arial;
	background-color:white;
}


/***------ Sitewide-layout-and-positioning ------***/

		#header {
			position:relative;
			z-index:200;
			width:950px;
			height:71px;
			/*overflow:hidden;*/
		}	
		
			#header #logo {
				display:block;
				position:absolute;
				top:2px;
			}	

		#navigation {
			position:relative;
			width:950px;
			height:50px;
		}

			#navigation	.search {	
				position:absolute;
				right:0;
				top:0;
				height:25px;
				overflow:hidden
			}

		.T00 #hu-carrousel {
			position:absolute;
			left:33px;
			top:113px;
			width:946px;
			height:415px;
			background:transparent;
			z-index: 400;
		}
		
		.T01 #breadcrumb {
			position:relative;
			margin:5px 0 10px 80px;
		}
		
		.T00 #content div.containers {
			position:absolute;
			width:960px;
			top:530px;
			left:10px;
		}
			.noJs #content div.containers {
				position:relative;
				width:auto;
				top:0;
				left:0;
			}

		.T01 #content {
			position:relative;
			width:588px;
			margin-left:72px;
			padding:0px 290px 0 0;
		}
		
		.T01 #contentwithsubnavigation {
			position:relative;
			width:643px;
			margin-left:72px;
			padding:0 0 0 235px;
		}
		
		.T01 #content div.containers {
			position:relative;
			width:586px;
			margin-bottom:10px;
			padding:0 4px;
		}

		.noJs #hu-navigator-find {
			position:relative;
			padding:20px;
			width:auto;
			z-index: 500;
		}
		
		.activeJs #hu-navigator-find {
			overflow:hidden;
			position:absolute;
			left:4px;
			top:150px;
			width:40px;
			height:400px;
			background:transparent;
			z-index: 500;
		}

		#footer {
			position:absolute;
			bottom:10px;
			right:13px;
			overflow:hidden;
		}
			
			#footer #footerlinks {
				position:relative;
				top:0;
				right:-1px;
			}

				#footer #footerlinks li {
					float:right;
				}

/***------ Sitewide-Styling ------***/

			/* secondary navigation */
			#nav-secondlevel {width:950px;background-color:#E63028;height:25px;font-size:1.2em;overflow:hidden;}
			#nav-secondlevel li {margin-left:-5px;}
			#nav-secondlevel li a {display:block;color:white;font-weight:bold;padding:0 15px;line-height:25px}
			#nav-secondlevel li a:hover, #nav-secondlevel li a:active, #nav-secondlevel li a.current {background:#F1655F}


			/* Search field */
			#navigation	.search label {
				display:none;	
			}
			#navigation	.search input.inputtext {	
				width:174px;
				height:15px;
				padding:0 3px;
				display:block;
				float:left;
				border:1px solid #ccc;
				margin:4px 0 3px 0;
				font-size:1.1em;
				color:#4C4C4C;
			}
				
			/* Footer links */
			#footer #footerlinks {
				list-style-type:none;
				text-transform:uppercase;
				font-weight:bold;
			}	
				#footer #footerlinks li a {
					padding:0 5px;
					font-size:1.1em;
				}
					#footer #footerlinks li a:hover {
						text-decoration:underline;
					}

		
/***------ T00 Homepage-Specific-Styling ------***/


/* Header links */
.T00 #header #toplinks-one li a { color: #00a1e1; }	
.T00 #header #toplinks-two li a { color: #e63028; }	

/* Footer links */
.T00 #footer #footerlinks li a {
	color:white;
	border-right:1px solid #00a1e1;
}

/* container blocks */
.T00 div.containers #leftBox,
.T00 div.containers #middleBox,
.T00 div.containers #rightBox {
	position:relative;
	float:left;
	padding:4px 5px;
	width:310px;
	height:100px;
	background:url('/includes/img/HU-GLOBAL/bg-block-colored.png') no-repeat;
	overflow:hidden;
}
.T00 div.containers #rightBox {
	background-position:-320px 0;
}

	.T00 div.containers p {	
		height:auto;
		overflow:hidden;
		font-family:arial;
		font-size:1.1em;
		color:#4c4c4c;
		padding:3px 9px 5px 9px;
	}

	.T00 div.containers ul {	
		list-style-type:none;
		margin:0 5px;
	}

		.T00 div.containers ul li {
			color:#4C4C4C;
			padding-top:4px;
			background:transparent url('/includes/img/HU-GLOBAL/bullets.png') no-repeat 0 -493px;
			padding-left:14px;
			font-size:1.1em;
			/*text-transform:uppercase;*/
		}
	
		.T00 div.containers ul li a {	
			color:#00a1e1;
			padding-left:4px;
		}

	.T00 div.containers a.morelink {
		display:block;
		position:absolute;
		right:9px;bottom:4px;
		width:auto;height:16px;
		color:#E63028;
		font-size:1.3em;
		background:transparent url('/includes/img/HU-GLOBAL/bullets.png') no-repeat 0 -95px;
		padding-left:15px;
	}


/***------ T01 Subpage-Specific-Styling ------***/


/* Header links */
.T01 #header #toplinks-one li a { color: #00a1e1; border-color: #e63028; }	
.T01 #header #toplinks-two li a { color: #e63028; border-color: #00a1e1; }

/* Footer links */
.T01 #footer #footerlinks li a {
	color:#00a1e1;
	border-right:1px solid #e63028;
}	

/* breadcrumb */
.T01 #breadcrumb li {
	text-transform:uppercase;
	font-weight:bold;
	color:#00a1e1;
}

.T01 #breadcrumb li.first a {
    background: none;
}

	.T01 #breadcrumb li a {
		background:transparent url('/includes/img/HU-GLOBAL/bullets.png') no-repeat 100% -497px;
		padding-right:12px;
		color:#00a1e1;
	}

/* date stamp */ 
.T01 #content div.date,
.T01 #contentwithsubnavigation div.date {
	color:#4C4C4C;
	font-size:1.1em;
	text-transform:uppercase;
	display:block;
	padding-left:8px;
	font-weight:bold;
}

/* printbutton */
.T01 #content div.printButton,
.T01 #contentwithsubnavigation div.printButton { /* JS generated */
	float:right;
	margin:4px 0;
}
	.T01 #content div.printButton a,
	.T01 #contentwithsubnavigation div.printButton a { /* JS generated */
		text-transform:uppercase;
		font-weight:bold;
		background:transparent url('/includes/img/HU-GLOBAL/bullets.png') no-repeat 100% -497px;
		padding-right:12px;
		color:#00a1e1;
	}


/* sidebar & contents */

.T01 #sidebar {
	position:absolute;
	right:15px;
	top:0px;
	height:auto;
}

	.T01 #sidebar #freeblock {
		position:relative;
		width:230px;
		padding:0 5px 10px 5px;
		margin:0 10px 50px 10px;
		color:#4c4c4c;
		background-color:#fff;
	}
	.T01 #sidebar #freeblock.freetext {
		background: #fff url(/includes/img/HU-GLOBAL/bg-box-bottom.png) no-repeat -190px 100%;
	}
	.T01 #sidebar #freeblock.freemedia {
		overflow:hidden;
	}
			
		.T01 #sidebar #freeblock div.freeblock-top {
			position:absolute;
			top:0;
			left:0;
			height:21px;
			width:240px;
			background: url(/includes/img/HU-GLOBAL/bg-box-top.png) no-repeat -190px 0;
		}

		.T01 #sidebar #freeblock div.freeblock-top h2 {
			position:absolute;
			top:0;
			left:0;
			height:17px;
			width:220px;
			padding:6px 10px 2px 10px;
			color:white;
			font-size:1.3em;
			text-transform:uppercase;
			background:#E63028 url(/includes/img/HU-GLOBAL/bg-box-top.png) no-repeat -190px 0;
		}

		.T01 #sidebar #freeblock p {
			padding:35px 10px 20px 10px;
			font-size:1.2em;
			line-height:140%;
		}
		
		.T01 #sidebar #freeblock .freeblock-wysiwyg ul,
		.T01 #sidebar #freeblock .freeblock-wysiwyg ol {
			padding:5px 10px 5px 10px;
			margin-left:25px;
			font-size:1.2em;
			line-height:140%;
		}

	.T01 #sidebar #ph-carrousel {
		width:260px;
		height:260px;
		background:blue;
		color:white;
		font-size:1.5em;
	}

	/* container blocks */
	.T01 div.containers #leftBox,
	.T01 div.containers #rightBox {
		float:left;
		display:inline;
		position:relative;
		width:290px;
		padding:4 0;
		margin-right:3px;
		color:#4c4c4c;
		font-size:1.3em;
		background: #fff url(/includes/img/HU-GLOBAL/bg-box-bottom.png) no-repeat -704px 100%;
	}
  
  .T01 div.containers .hubox { margin-left: 6px; margin-right: 6px; }

	.T01 div.containers ul {
		list-style-type:none;
		overflow:hidden;
		font-size:1.2em;
		color:#4c4c4c;
	}
	
		.T01 div.containers ul li a {
			color:#00a1e1;
			background:transparent url('/includes/img/HU-GLOBAL/bullets.png') no-repeat 0 -497px;
			padding-left:14px;
			font-size:1.0em;
		}
	
	/*-- T01 Subpage-Contact-Listing-Specific-Styling --*/
	.T01 #content .listing div.contact {position:relative;overflow:hidden}
		.T01 #content .listing div.contact ul.contactoptions {position:absolute;right:-1px;top:0;}
			.T01 #content .listing div.contact ul.contactoptions li {border-right:1px solid #A4A4A4;padding:0 5px}
		.T01 #content .listing ul li div.contact h2 {display:block;width:350px;margin-bottom:5px;}
		.T01 #content .listing div.contact div.user-generated {padding:0 8px}
		.T01 #content .listing div.contact div.contactform {padding:8px}
		

/*----------- Action button on homepage --------------------------------------------------------*/		
div#actionbutton
{
    position: absolute; 
    top:300px; 
    left: 730px; 
    z-index: 10;
    
}

/* content Slider in Middle container block */

	.slideshow {
		width:310px;
		overflow:hidden;
		position:relative;
		margin-left:0px;
	}

	.slideShow .canvas {height:60px;overflow:hidden}

	.slide {
		width:310px;
		height:60px;
		overflow:hidden;
		position:relative;
	}
	.slide a {display:block;}

	.slide {float:left}

	.directaccess {
		height:20px;
		text-align:left;
		position:relative;
	}

	.T00 div.containers .directaccess ul {
		width:100px;
		text-align:left;
	}

	.T00 div.containers .directaccess li {
		background-image:url("/includes/img/HU-GLOBAL/slide_circle.gif");
		/*background-repeat:repeat-x;*/
		background-position:left top;
		float:left;
		list-style-type:none;
		width:20px;
		height:20px;
		padding:0;
	}

	.directaccess li a {
		width:20px;
		height:20px;
		text-indent:-1000px;
		display:block;
		z-index:20;
		margin:0px 0px 0px 0px;
		outline:none;
	}

	.currentslide {
		background-image:url("/includes/img/HU-GLOBAL/slide_current.gif");
		background-repeat:repeat-x;
		background-position:left top;
		width:20px;
		height:20px;
		display:block;
		position:absolute;
		z-index:10;
		top:0px;
	}


