* {
	margin:0px;
	padding:0px;
}

html {
	height: 100%;
	width: 100%;
	background:#000;
	overflow: hidden;
}
body {
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
}
a {
	color: #5799b4;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:visited {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
#content{
	margin:0px;
	text-align:center;
	width:100%;
	position:relative;
	display:block;
}

#slide-container{
	position:relative;
	overflow:hidden;
	width:100%;
}

#slides{
	/* This is the slide area */
	height:600px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	overflow:hidden;
	width:100%;
	/*background: url(../images/background.jpg) no-repeat bottom left;*/
	background: #a0a0a0 url(../images/tile_gradient.png) repeat-y top left;
}

ul.subheader {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 35px;
	background: url(../images/b20.png) repeat;
	border-bottom: 1px solid #333;
}
ul.subheader li {
	float: left;
	line-height: 35px;
	margin-right: 10px;
	padding-right: 10px;
}
ul.subheader li.type {
	margin: 0px 0px 0px 25px;
	font-style: italic;
	color: #999;
}
ul.subheader li:last-child {
	margin-right: 0;
	padding-right: 0;
}
ul.subheader a {
	color: #5799b4;
	text-decoration: none;
}
ul.subheader a:hover {
	text-decoration: none;
	color: #ccc;
}




.slide{
	height:500px;
	display:block;
	width:1000px;
	float:left;
	position:relative;
	/*background: url(../images/tile_body.png) repeat-x bottom;*/
	background: url(../images/tile_fade3.png) repeat-x bottom left;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

a img{
	border:none;
}

#header {
	width: 1000px;
	background: #333 url(../images/tile_head.png) repeat-x top;
	height: 100px;
	border-bottom: 2px solid #333;
}
#title {
	width: 275px;
	height: 100px;
	background: url(../images/title_orig.png) top left no-repeat;
}
#title:hover {
	width: 275px;
	height: 100px;
	background: url(../images/title_over.png) top left no-repeat;
}
#title a {
	display: block;
	width: 275px;
	height: 100px;
}
#navigation {
	position:absolute;
	top: 32px;
	right: 25px;
	height: 50px;
}
#navigation ul {
    display: inline;
    line-height: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
#navigation ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navigation ul li a{
    color: #FFFFFF;
    font-family: Century Gothic,Verdana,Arial,Sans-Serif;
    font-size: 120%;
    font-weight: normal;
    line-height: 40px;
	letter-spacing: .05em;
    padding: 20px 20px 3px 20px;
    text-decoration: none;
}
#navigation ul li a:hover{
	background: url(../images/highlight.png) bottom center no-repeat;
	border-bottom: 3px solid #5799b4;
}
#tagline {
	position:absolute;
	top: 77px;
	left: 83px;
	text-align: left;
	font-style: italic;
	color: #666;
	font-size: 90%;
}
#footer {
	position: absolute;
	bottom: 3px;
	left: 25px;
	font-style: italic;
	font-size: 90%;
	color: #555;
}