@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	}

body, div, p, h1, h2
{
margin:0px;
padding:0px;
}

body {
background-color:white;
font-family:'Trebuchet MS', Trebuchet, Helvetica, Arial, Verdana, sans-serif;
}

#container {
	width: 760px;
	margin: 0px auto;
	min-height:100%;
	position:relative
}
	
#header {
	width:760px;
	margin: 0px auto;
}	
 
#content {
	width: 760px;
	background-image:url(gfx/hembreebgwithline.gif);
	background-repeat:no-repeat;
	padding-top:50px;
	height:100%;
	min-height:100%;
}

#footer {
	width: 760px;
	height: 50px;
	text-align: center;
	color:#00759B;
	border-top: 2px solid #00759B;
	position: absolute;
	bottom: 0px;
	clear:both;
font-family:'Trebuchet MS', Trebuchet, Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:350%;
	letter-spacing:0.3em;
	}
	
	#time4bed-nav{
	position:relative;
	height:43px;
	font-size:14px;
	text-transform:uppercase;
	background:#fff url(gfx/navmenu/time4bed_bg.gif) repeat-x bottom left;
font-family:'Trebuchet MS', Trebuchet, Helvetica, Arial, Verdana, sans-serif;
}
#time4bed-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#time4bed-nav ul li{display:block;float:left;margin:0 2px;}
#time4bed-nav ul li a{display:block;float:left;color:#E8E2D5;text-decoration:none;padding:0 0 0 22px;height:43px;line-height:50px;}
#time4bed-nav ul li a span{display:block;float:left;padding:0 22px 0 0;height:31px;width:auto;}
#time4bed-nav ul li a:hover{color:#fff;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{color:#855B27;background:transparent url(gfx/navmenu/time2bed_left-ON.gif) no-repeat top left;}
#time4bed-nav ul li a.current span{background:transparent url(gfx/navmenu/time2bed_right-ON.gif) no-repeat top right;height:43px;}

h1 {
color:#b9e6e6;
font-size:28px;
font-weight:normal;
text-transform:uppercase;
border-bottom: 2px solid #EAF8F8;
line-height: 14px;
padding-left:30px;
margin-bottom:50px;
}

#sidebar {
float:left;
width:180px;
padding-left:30px;
font-family:'Trebuchet MS', Trebuchet, Helvetica, Arial, Verdana, sans-serif;
font-size:14px;
color:#B6985E;
height:500px;

}

#mainContent {
margin-left:250px;
margin-right:30px;
font-size:13px;
line-height:120%;
padding-bottom:100px;
}

.quotation {
line-height:150%;
font-style:italic;
padding-bottom:25px;
}

h2 {
font-size:18px;
color:#855B27;
margin-top:20px;
}

.spaceafter {
margin-bottom:20px;
}

.twocolumnlist ul {
width:100%;
}

.twocolumnlist li {
float:left;
width:50%;
}

a {
color:#00759B;
}