@charset "utf-8";
@import url("navigation.css");
@import url("forms.css");
@import url("sidebar.css");
@import url("content.css");
@import url("style_tiny.css");

/* STANDARDS ver6.0 */

html,body,td,th,tr,font,p,a,h1,h2,h3,h4,ol,dl,dd,dt{
	padding:0px;
	margin:0px;
	border:0px;
}

h1 p,h2 p,h3 p,h4 p,h5 p,h6 p{
	padding:0px;
	margin:0px;
	border:0px;
}
a, a:hover{
	text-decoration:none;
}

pre{
	color:#ff00ff;
	font-family:Courier;
	font-size:12px;
}

code{
	display:block;
	padding:5px;
	color:#000;
	font-family:Monaco, "Courier New", Courier;
	font-size:11px;
	border:1px solid #333;
	background-color:#ffffde;
}

body{
	font-size: 62.5%;
	line-height:1.73em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img,table,tr,td{
	padding:0px;
	margin:0px;
	border:none;
}

div,form{
	position:relative;
	text-align:left;
	margin:auto;
	margin:0px;
	padding:0px;
}

p, a, h1, h2, h3, h4, h5, h6, li{
	font-size:1.0em;
}

/*END STANDARDS*/

body{
/*	padding-bottom:20px;*/
	background-image:url(layout/bg_body.gif);
	background-repeat:repeat-x;
	background-color:#104059;
}

#head{
	margin-top: 10px;
	padding-bottom:28px;
	height:167px;
	background-image:url(layout/bg_head.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#head .branding{
	margin:auto;
	width:1010px;
	height:165px;
}

	#head .branding h1{
		width:271px;
		padding: 1px 0px 1px 0px;
		height:165px;
		float:left;
		background-image:url(layout/bg_branding_h1.jpg);
	}
	
	#head .branding h1 a{
		display:block;
		width:271px;
		height:165px;
	}
	
	#head .branding h1 a span{
		display:none;
	}
	
	#head .branding h2{
		padding-left:102px;
		padding-top:52px;
		font-family:"Times New Roman", Times, serif;
		font-size:2.8em;
		line-height:1.2em;
		color:#ffffff;
		font-weight:normal;
		float:left;
	}
	
	#head .branding h2 span{
		padding-left:30px;
	}

#wrapper{
	margin:auto;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
	width:990px;
	overflow:hidden;
	border:5px solid #e5e6e6;
	background-color:#feffff;
}

#footer{
	width:980px;
	height:25px;
	margin:auto;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:right;
	overflow:hidden;
	background-image:url(layout/bg_footer.gif);
	background-repeat:repeat-x;
}

	#footer p{
		color:#fff;
		font-size:10px;
	}

/*---------------------*/
#sitemap *{
	float:left;
	clear: left;
}
#sitemap {
	padding: 9px;
}

#sitemap ul{
	list-style:none;
	padding-left: 20px;
	padding-top: 0.6em;
	margin: 0px;
	padding-bottom: 10px;
}

#sitemap ul li{
	border-left: 1px dotted black;
}
#sitemap ul li a{
	display:block;
	border-bottom: 1px dotted black;
	height: 2.1em;
}
#sitemap ul li a span{
	display:block;
	margin-top: 1em;
	margin-left: 10px;
	padding: 0.2em;
	background-color: white;
}
#sitemap ul li a:hover span{
	text-decoration: underline;
}

/*---------------------*/
.teaser_input{
	padding: 10px;
	border:1px solid #F00;
	background-color: #FF6666;
	color: black;
}
#teaserboxImgSelect{
	height:127px;
	background-position:right top;
	background-repeat:no-repeat;
}
	#teaserboxImgSelect:hover{
		background-position:right -150px;
	}


