html{
	min-width:1024px;
	margin 0px;
	padding: 0px;
	background-image: url('images/background.jpg');
}

body{
	min-width:1024px;
	padding: 20px;
	margin: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.0)), to(rgba(0,0,0,0.56)));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0),rgba(0,0,0,0.6), rgba(0,0,0,0.0));
	background-repeat: repeat-x repeat-y;
	font-family: Interval, Helvetica, Arial, sans-serif;
}

a{
	color: #2e3e39;
	text-decoration: underline;
}
a:hover{
	color: #2d5140;
}
a:visited{
	color: #3d755d;
}

h1{
	font-weight: bold;
	text-align: center;
	font-size:48px;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
}

h2{
	line-height: 0px;
	font-weight: 100;
	font-size: 28px;
	text-align: center;
	color: rgb(80,80,80);
	padding-top: 10px;
	text-shadow: 0px 1px 0px white;
}


p{
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 30px;
	font-size:16px;
	margin-right:10px;
	text-shadow: rgb(240,240,240) 0px 1px 0px;
}

ul{
	margin-left:40px;
}

img{
	display: block;
	margin:0px auto;
	box-shadow: 0px 1px 4px #444;
	-moz-box-shadow: 0px 1px 4px #444;
	-webkit-box-shadow: 0px 1px 4px #444;
	overflow: hidden;	
	border-radius:5px;
}
.image-title{
	color: #555;
	font-family: Interval;
	font-weight: light;
	margin-left: 10px;
	font-size:12px;
	line-height: 0px;
	text-align: center;
}


table{
	margin: 0px auto;
}

td{
	padding: 5px;
}

.plain-image{
	margin: inherit;
	box-shadow: none;
	border-radius: none;
}

.teaser-image{
	float:left;
	margin: inherit;
	box-shadow: none;
	border-radius: none;
	padding-left:21px;
}


#header{
	background-image: url('images/header.png');
	min-width:984px;
	min-height: 180px;
}

#header-blank{
	min-width:984px;
	min-height: 5px;
}


#content-wrapper{
	min-width: 984px;
	max-width: 984px;
	width: 984px;
	margin: 0px auto;
	padding-bottom:50px;
	
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgb(200,200,200)));
	background-image: -moz-linear-gradient(bottom, rgb(200,200,200),white);
	border-radius: 6px;
	
	box-shadow: 0px 0px 10px black;
	-moz-box-shadow: 0px 0px 10px  black;
	-webkit-box-shadow: 0px 0px 10px  black;

	overflow: hidden;	
}

#right-nav{
	float:right;
	min-width:250;
	max-width:250px;
	width:250px;
	overflow: visible;	

	text-align: left;
}

#right-nav a{
	margin-left: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:5px;
	padding-right:5px;
	color: black;
	text-shadow: white 0px 1px 0px;
	text-decoration: none;
}
#right-nav a:hover{	
	background-color: #eee;
	border-radius: 7px;
	overflow: hidden;
}
#right-nav a:visited{
	color: #666;
}


.nav-item{
	padding-top:10px;
	padding-bottom: 6px;
	font-size: 20px;
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
.nav-item:hover{
	background-image: url('images/arrow.png');
}
.nav-item-selected{
	background-image: url('images/arrow.png');
}

#main-content{
	width:734px;
	min-width: 734px;
	max-width: 734px;

}

.footnote{
	margin-top:10px;
	font-size: 12px;
	font-weight: 300;
	padding-left: 30px;
}

.centered{
	margin: 0px auto;
	min-width: 400px;
	max-width: 400px;
}

.video{
	width: 640px;
	min-width: 640px;
	max-width:640px;
	margin: 0px auto;
box-shadow: 0px 1px 4px #444;
-moz-box-shadow: 0px 1px 4px #444;
-webkit-box-shadow: 0px 1px 4px #444;

	overflow: hidden;	
	border-radius:5px;
}

.checkedtd{
	text-align: center;
	background-color: #696;
}
.uncheckedtd{
	text-align: center;
	background-color: #A44;
}

/* IE6 css fixer v0.95: Fri, 25 Mar 2011 13:49:41 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.teaser-image,
#right-nav {display:inline;}

/* convert min height values */
#header {height:180px;}
#header-blank {height:5px;}


/* add zoom:1 to overflow:hidden */
img,
#content-wrapper,
#right-nav a:hover,
.video {zoom:1;}

/* add overflow:visible to (submit) buttons */
 input, button {overflow:visible;}
