@import "breadcrumbs.css";
@import "thomasvhs.css";

/* commented backslash hides from ie5mac \*/
@font-face {
	font-family: RotisSansSerif;
	src:url(fonts/RB______.PFM);
}

html{
	height:100%;
	margin:0;
	padding:0;
	background-color: #999999;
}
/* end hack */
html,body {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;

}
body{
	text-align:left;
	min-width:786px;/* for mozilla*/
	height:100%;
	background-color: #999999;
	/*background:  url(images/bg_4x818.jpg) repeat-x left top;*/
}

#wrapper {
	/*background:  url(images/foot_4x82.jpg) repeat-x left bottom;*/
	_height: 82px;
	background-color: #999999;
}

#site{
	position:relative;
	height:99.9%;
	min-height:100%;
	width:786px;
	text-align:left;
	margin:auto;
	overflow:visible;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}

/* mac hide \*/
* html #site{
	width:786px
}
/* end hide*/

html>body #site{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	position: relative;
	padding: 189px 0 0 0;
	left: 0;
	margin: 0;
	width: 100%;
}

#breadcrumb {
  position: relative;
  top: -18px;
  left: 1px;
  height: 11px;
  margin: 0;
  padding: 0 0 0 25px;
  border: 0;
  font-size: 11px;
  text-align: left;
  color: #999999;
  font-family: Tahoma, Arial, sans-serif;
}


#header{
	position:absolute;
	top:0px;
	left:0px;
	width:786px;
	height:149px;
	z-index:74;
	background:  url(images/VHS_Head.jpg) no-repeat left top #64a0d6;
}
#ajaxmenu{
	position:absolute;
	top:119px;
	left:0px;
	width:786px;
	height:30px;
	z-index:65;
	/*background:  url(images/header_776x43.jpg) no-repeat left top;*/
  font-family: RotisSansSerif, Tahoma, sans-serif;
  font-size: 13pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal
}
#footer {
	color: #646464;
	width:496px;
	clear:both;
	text-align:left;
	padding: 14px 10px 14px 25px;
	left:0px;
	bottom:0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#footer a:link {
	color: #646464;
	text-decoration: none;
}

#footer a:visited {
	color: #646464;
	text-decoration: none;
}

#footer a:focus {
	color: #646464;
	text-decoration: none;
}

#footer a:hover {
	color: #646464;
	text-decoration: underline;
}

#footer a:active {
	color: #646464;
	text-decoration: underline;
}


#footer p {
	margin: 0;
	padding: 0;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/
/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:38px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/


#right {
	width:225px;
	margin: 0 20px 0 0;
	padding: 0;
	float:right;
	z-index: 55;
}

div.right_box_top {
  background: #f7efe2 url(images/box_right_top_225x6.gif) no-repeat left top;
  color: #000000;
  padding-top: 6px;
  border:0;
}

div.right_box_middle {
  padding:6px 20px 6px 20px;
  border-left: 1px solid #d6d0c4;
  border-right: 1px solid #d6d0c4;
  background: #f7efe2 url(images/box_right_middle_225x1.gif) repeat-y top left;
  color: #000000;
  border:0;
}

div.right_box_bottom {
  background: #f7efe2 url(images/box_right_bottom_225x6.gif) no-repeat left bottom;
  color: #000000;
  padding-bottom: 6px;
  border:0;
}

#right h2 {
	font-size: 15px;
  margin-top: 0
}


#left {
	position:relative;/*ie needs this to show float */
	width:496px;
	float:left;
	margin-left: 25px;
	padding:0;
	z-index: 56;
}
#left-inner {
	margin:0;
	padding: 0;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

#content {
	margin:0;
	padding: 0 20px;
	z-index: 300;
	padding-bottom: 7px;
	background: #ffffcc;
}

#content > img.bigImage {
	margin: 0 -20px;
	padding: 5px 0;
	border:0;
	background: #ffffff;
}

#content div.post {
	margin: 0;
	padding: 20px 0;
	font-size: 12px;
	line-height:1.5em;
}

#content > h2 {
	top:0;
	left:0;
	margin:0;
	padding:20px 0;
	color: #999999;
	font-size: 26pt;
}