html * {
	margin: 0px; 
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, Sans-serif;
	color: #454545;
	text-align:center;
}

a, img{
	border:none;
	text-decoration:none;	
}

a:hover{
	text-decoration:none;
}

.external{
	display: table; 
	#position: relative;
	overflow: hidden; 
}

.middle{
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.internal{
	#position: relative;
	#top: -50%;
}


.top-header{
	background-image: url(img/top-header-background.png);
	height: 86px;
	width:100%;
	background-repeat: repeat-x;
}

.top-header-content {
	margin-left:auto;
	margin-right:auto;
	min-width:950px;
	width:950px;
	text-align:left;
}

.header-background{
	background:#f15f1d;
	height:37px;
	border-bottom: 1px solid #ba4916;
}

.header-background-regular{
	background-image: url(img/header-background-regular.png);
	height:42px;
}

.header{
	background: url(img/header-sigri-left.png) no-repeat 33px 0px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:37px;
}

.main{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

.ch-nav{
	width:445px;
	height:26px;
	float:right;
	background: url(img/menubar-grad.png);
	border-bottom: 3px solid #fdba64;
	border-left: 3px solid #fdba64;	
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	text-align:center;
	#text-align:left;
	#padding-left:30px;
}

.ch-nav a{
	font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bolder;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

#topmenuselected{
	color: #9d3709;	
}

.ch-nav a:hover{
	color: #f15f1d;	
}

.footer{
	width:100%;
	height:35px;
	text-align:center;
	overflow: hidden; 
	display: table;
	float:left;

	font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: grey;
}
.footer-content{
	display: table-cell; 
	vertical-align: middle;	
	height: 30px;
	padding:8px;
}


.footer a{
	font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: grey;
	padding-left:3px;
	padding-right:3px;
}

.footer a:hover{
	color: #f15f1d;	
}

.ch-splash-background{
	background-image: url(img/splash-grad.png);
	height: 194px;
	width:100%;
	background-repeat: repeat-x;
}

.ch-splash{
	background-image: url(img/splash-background.png);
	width: 950px;
	height: 194px;
	margin-left:auto;
	margin-right:auto;
}	

.points{
	padding-top:10px;
	color:white;
	width:413px;
	float:left;
	margin-left:40px;
}

.points-h1{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 24px;
	color:white;
	font-weight: normal;
	line-height: 34px;
	text-align: left;
	margin-top:0px;
		
}

.home-left{
	float:left;
	width: 450px;
	text-align:left;
	color:#5b5b5b;
	margin-top:50px;
}

.home-left h2, .home-right h2{
	font-family: Arial, Helvetica, Sans-serif;
	color:#f79141;
	font-size: 18px;
	font-weight: normal;
	margin-top:0px;
}

.home-left p{
	margin-top:15px;
	font-size:12px;
}

.home-right{
	margin-top:50px;
	float:right;
	width: 450px;
}

.special-footer{
	width:100%;
	height:25px;
	background-image:url(img/footer-sigri.png);
	float:left;
	bottom:0px;
	margin-top:2em;
}


h1{
	font-family: Arial, Helvetica, Sans-serif;
	color:#f79141;
	font-size: 24px;
	font-weight: normal;
	margin-top:2em;
}

h2{
	font-family: Arial, Helvetica, Sans-serif;
	color:#f79141;
	font-size: 20px;
	font-weight: normal;
	margin-top:2em;
}

h3{
	font-family: Arial, Helvetica, Sans-serif;
	color:#f79141;
	font-size: 16px;
	font-weight: normal;
	margin-top:1em;
}

h4{
	font-family: Arial, Helvetica, Sans-serif;
	color:#f79141;
	font-size: 14px;
	font-weight: normal;
	margin-top:1em;
}

p, ul, ol{
	margin-top:1em;
	font-size: 12px;
	font-weight: normal;
}

li{
	list-style-position: inside;
}

a{
	color: #f15f1d;	
	text-decoration: none;
}

a:hover{
	color: #f15f1d;	
	text-decoration: underline;
}
