html {
height: 100%;
}

body {
color: #333333;
font-family: "Liberation Sans",LiberationSans,serif;
font-size: 2em;
margin: 0;
height: 100%;
min-height: 100%;
background-color: #FFFFFF;
}

h1 {
margin: 0 0 20px 0;
}

p {
margin: 20px;
}

#main {
//overflow: hidden;
}

.video-hidden {
display: none;
}

.roles {
display: none;
}

.clock {
	position:absolute;
	right: 0px;
	top: 0px;
	margin-right: 7%;
	margin-top: 5%;
	z-index: 1;
}

.rtecenter {
text-align: center;
}

.rteright {
text-align: right;
}

.dunno {
text-align:justify;
}



.container {
height: auto !important;
width: 100%;
margin: 0 auto;
min-width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

.bg{
height: auto !important;
width: 100%;
margin: 0 auto;
min-width: 100%;
min-height: 100%;
position: absolute;
background-repeat: repeat-x;
top: 0;
left: 0;
z-index: -1;
}

.newsBar{
position: absolute;
height: 45px;
bottom: 50px;
width: 100%;
overflow: hidden;
}

.newsBar .maxWidth{
position: absolute;
}

.newsBar .field-item{
float: left;
display: block;
}

.imagecache-tv_image_left {
float: left;
margin-right: 20px;
}

.imagecache-tv_image_right {
float: right;
margin-left: 20px;
}

.full img {
display: block;
margin: 0px auto !important;
}

.slide div {
line-height:125%;
}

.slide div h1 {
line-height: normal;
}

/**
*
* User Tools
*
**/

.user-tools {
    margin-left: 1%;
    margin-top: 1%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.user-tools a {
	float: left;
	padding: 10px;
    text-decoration: none;
	background-color: #000000;
    color: #FFCD5A;
	font-size: 15px;
}