html, body{
	margin:0;
	padding:0;
 } 
#logo {
	height: auto;
	width: auto;
	position: absolute;
	left: 25px;
	top: 85px;
	border: medium groove #E8CA6C;
	background-image: url(images/logo_bkgrd.jpg);
}
#time4bed-nav{
	position:static;
	height:43px;
	font-size:small;
	text-transform:capitalize;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #162745;
	background-image: url(images/time4bed_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 235px;
	width: auto;
}
#time4bed-nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
#time4bed-nav ul li{
	display:block;
	float:left;
	margin:0 2px;
}
#time4bed-nav ul li a{
	display:block;
	float:left;
	color:#162745;
	text-decoration:none;
	height:40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#time4bed-nav ul li a span{
	display:block;
	float:left;
	height:auto;
	width:auto;
	padding-right: 20px;
}
#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:#A70300;
	height: 43px;
	background-color: transparent;
	background-image: url(images/time2bed_left-ON.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#time4bed-nav ul li a.current span{
	height:43px;
	background-color: transparent;
	background-image: url(images/time2bed_right-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
 
#pagewidth{ 
 width:100%;  
} 
#twocols, #maincol{width:100%; float:none;}
 
#header{
	position:relative;
	height:auto;
	width:100%;
} 
 
#leftcol{
	width:100px;
	float:left;
	position:relative;
	height: 600px;
 }
 
#maincol{
	float: left;
	display:block;
	position: absolute;
	width:700px;
	left: 200px;
	list-style-image: url(images/cross_bullet_white.png);
	bottom: auto;
	margin-bottom: auto;
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #E8CA6C;
	border-left-style: outset;
	border-left-width: thin;
	border-left-color: #E8CA6C;
	background-color: #FFFFFF;
	list-style-type: circle;
 }

 
#footer{
	height:100px;
	clear:both;
	padding-left: 200px;
 } 
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}

 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}
.clearfix{display: block;}
 

 
 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
h2 {
	color: #CC0000;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
h4 {
	font-size: large;
	color: #9E090B;
}

h6 {
	color: #001324;
	font-size: x-small;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color: #192847;
	background-attachment: scroll;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.green_marker {
	color: #009900;
	text-transform: uppercase;
}
.headliner {
	color: #CC0000;
}
.featured {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: upper-alpha;
	list-style-image: url(cross_bullet.png);
	font-weight: bold;
}

a:link {
	color: #1C2B4A;
	text-decoration: none;
}
a:visited {
	color: #162745;
}
a:hover {
	text-decoration: underline;
}
