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

html{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	}
	
* html{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	}
	
body{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	text-align:center;
	margin-top:20px;
	background:url("images/bg_body.gif") repeat-x;
	background-position:bottom;
	}
	
body li{
margin-bottom:10px;
}

body table{
	color:#fff;
	text-align:left;
	}
	
* html body{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	text-align:center;
	}
	
#body_line_left{
	display:none;
	}
	
#body_line_right{
	display:none;
	}
	
/*----------------------------Main Structure----------------------------*/
	
#container{
	position:relative;
	width:860px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:25px;
	z-index:0;
	}
	
	
#content_master{
	position:relative;
	width:832px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:center;
	padding-bottom:5px;
	}
	
#header{
	display:none;
	}
	
#header_print{
	width:100%;
	height:159px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	z-index:0;
	}
	
#content_main{
	clear:both;
	position:relative;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	}
	
#leftcol{
	display:none;
	}
	
#rightcol{
	float:left;
	width:750px;
	margin-left:30px;
	margin-bottom:20px;
	min-height:100px;
	height:auto;
	text-align:left;
	}
	
	
/*#header_callouts{
	position:relative;
	float:right;
	}*/
	
/*----------------------------Search----------------------------*/
	
#search{	
	display:none;
	}
	
/*--------------Search IE7 Fix--------------*/
#search{
	.margin-top:2px;
	}
	
#search_item{
	display:none;
	}
	
#search_results{
	display:none;
	}
	

/*----------------------------Footer and footer list----------------------------*/	
#footer{
	display:none;
	}
	

/*----------------------------Top Callouts----------------------------*/	
	
#callout{
	display:none;
	}
	
	
/*----------------------------Body Callouts----------------------------*/

#body_callout{
	height:auto;
	background:url(images/bg_body_callout.gif) repeat-x bottom;
	background-color:#FF9933;
	padding:10px;
	color:#FFFFFF;
	font-size:1.25em;
	}

#body_callout a{
	color:#FFFF00;
	text-decoration:none;
	}
	
#body_callout a:hover{
	text-decoration:underline;
	}

#body_callout.v{
	float:right;
	width:150px;
	margin:10px 0px 10px 10px;
	}
	

	
#body_callout.h{
	position:relative;
	width:580px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
#body_callout a.link{
	color:#FFFF00;
	text-decoration:none;
	font-size:.75em;
	}
	
#body_callout a.link:hover{
	text-decoration:underline;
	}
	
/*----------------------------Main Navigation----------------------------*/		

#nav{
	display:none;
	}

	
/*----------------------------Current Page Nav Indicator----------------------------*/	
	
#currentpage{
	background: url("images/bg_nav.gif") repeat-x;
	background-position:0 -30px;
	color:#44c8f5;
	font-weight:normal;
	}
	
	
/*#nav.currentpage a{
	background: url("images/bg_nav.gif") repeat-x;
	background-position:0 -30;
	color:#00aeef;
	font-weight:normal;
	}*/
	
/*----------------------------Availability Page Specifics----------------------------*/

img.fl{
float:left;
}

.p_hr{
padding-bottom:15px;
border-bottom:1px solid #e1e1e1;
}
	
	
/*----------------------------News Page Specifics----------------------------*/
	
#news{
	clear:both;
	border-top:1px dashed #cccccc;
	padding-top:10px;
	margin-top:20px;
}

#news img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#news.date{
	font-weight:bold;
	color:#999999;
	}
