/*imported css*/
@import url(yui/reset-fonts.css);
@import url(typography.css);
@import url(sub-default.css);

body, html {
	height: 100%;
}

html {
	margin-bottom: -36px;
}

body {
	background: #004964 url(css-img/body-background.png) repeat-y center top;
	/*background-attachment: fixed;*/
	/*background: #fff url(css-img/gridbg.gif) repeat;*/
}

#container {
	width: 100%;
	min-height: 100%;
	background: #004964 url(css-img/body-background.png) repeat-y center top;
	position: relative;
	overflow: hidden;
}

	#container .wrap {
		overflow: hidden;
		padding-bottom: 40px;
		width:100%;
	}

#header {
	height: 170px;
}
	
	#header .wrapper {
		height:170px;
		margin:0 auto;
		position:relative;
		width:960px;
		background: url(css-img/header-background.png) no-repeat 0 0;
	}

	
.nav ul {
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 0;
	display: block;
	padding: 9px 0;
}

	.nav ul li {
		background: none;
		padding: none;
		display: inline;
		float: left;
		padding: 0 9px;
		border-right: 1px solid #ddd;
	}
	
	.nav ul li.last {
		border-right: none;
	}
	
#footer {
	bottom:0;
	height: 40px;
	width:100%;
	clear: both;
	position: absolute;
}

	#footer .wrapper{
		margin:0 auto;
		position: relative;
		width: 960px;
		background: #fff url(css-img/footer-background.png) no-repeat 0 0;
		height: 40px;
	}
	
	#footer ul {margin-bottom: 0;}

	#footer ul li {
		display: inline;
		float: left;
		margin: 14px 18px 0 0;
	}
	
	#footer p {
		margin-top: 14px;
	}

 
#header h1 {
	height: 170px; 
	width: 240px; 
	position: relative; 
	background: url(css-img/header-h1-background.png) no-repeat -28px 0;
}

	#header h1 a:link, #header h1 a:visited {
		height: 170px;
		width: 240px;
		display: block;
		position: relative;
		overflow: hidden;
		text-indent: -9999px;
		z-index: 5;
	}


	#header h1 span {
		background: url(css-img/header-h1-hov.png) no-repeat -28px 0;
		height: 170px;
		width: 200px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		z-index: 1;
	}
	
	
#tagline {
	width: 500px;
	height: 100px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	background: url(css-img/greenCall-def.gif);
	position: absolute;
	top: 32px;
	left: 240px;
	margin-left: -40px;
}	

#tagline h2 {
	width: 500px;
	height: 100px;
	display: block;
	position: relative;
}
#tagline h2 span {
	width: 500px;
	height: 100px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	background: url(css-img/greenCall-hov.gif);
	position: absolute;
	top: 32px;
	left: 240px;
	margin-left: -40px;
	opacity: 0;
}


#callout {
	height: 270px;
}

	#callout .wrapper {
		height:270px;
		margin:0 auto;
		position:relative;
		width:960px;
		background: url(css-img/callout-background.jpg) no-repeat 0 0;
	}
	
	#callout .stage {
		display:block;
		width: 370px;
		height: 240px;
		overflow: hidden;
		background: url(../img/galleries/frontpage/00.jpg) no-repeat 0 0;
		position: absolute;
		top: 10px;
		left: 250px;
	}
	
	
	#callout .nav ul{
		top: 224px;
		right: 0;
		font-size: 14px;
	}

/*_____________________________________________________________________________________*/

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:3;
}

#slideshow IMG.active {
    z-index:5;
}

#slideshow IMG.last-active {
    z-index:4;
}

	
#content, #sub-content {
	/*min-height: 300px;*/
}

	#content .wrapper, #sub-content .wrapper {
		min-height: 250px;
		width: 960px;
		margin: 0 auto;
		position: relative;
		background: url(css-img/content-background.gif) repeat-y 631px 0;
		clear:both;
	}
	
	
.column-right {
	width: 300px;
	margin: 0 10px;
	float: right;
}

	#login .column-right {padding-top: 55px;}
	
.column-center {
	width: 380px;
	margin: 0 10px;
	float:right;
	padding-top: 55px;
	/*background: url(css-img/center-background.gif) no-repeat 0 9px;*/
}

 .column-span{
	width: 600px;
	margin: 0 10px;
	padding-top: 1px;
}

.sub .column-center {
	padding-top: 0;
}

.column-left {
	width: 220px;
	float: left;
	margin: 0 10px;
}

#associations {
	padding: 60px 50px;
}

/*classes*/

.left {float:left;}
.right {float: right;}
.clear {clear:both;}
.inline {display: inline;}

/*_______________________________________________________________popup*/

#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:6;  
}  
#popupContact{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:384px;  
width:408px;  
background:#FFFFFF url(css-img/popup-bg.jpg) no-repeat center bottom;  
 z-index:7;  
padding:12px;  
 } 
 
 #popupContact img {
  float: right;
  padding: 4px;
 } 
 
 #popupContact h1 {
 	border-bottom: 1px solid #ddd;
}

 #popupContactClose{  
 font-size:14px;  
 line-height:14px;  
 right:6px;  
 top:4px;  
 position:absolute;  
 color:#6fa5fd;  
 font-weight:700;  
 display:block;  
 } 
 
 #contactArea{
 	text-align: center;
	margin: 1em;
} 

/*login panel_______________________________________________________*/
.form-login {
	width: 100%;
	margin: 10px;
}

	.form-login label {
		float:left;
		margin:0 10px 0 0;
		padding:6px 0 0;
		text-align:right;
		width:115px;
	}
	
	.form-login input {
		display:block;
		font-family: inherit;
		margin:0 0 10px;
		padding:4px;
		width: 220px;
	}
	
	.form-login input[type=checkbox]{ 
		width: 20px; 
		margin: 0; 
		display: inline-block; 
	}
	
	.form-login input[type=submit]{
		float: right;
		width: 100px;
		font-size: small;
		margin-right: 22px;
		margin-top: -20px;
	}
	
#login .error{
	color:red;
	font-size:0.9em;
	margin-top:34px;
	padding:0 2em;
}

/*clearfix*/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

