/* CSS for The Fixit Team*/
table.content_table {
border: 1px solid #DDB5AB;
}

html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}
table.full-height {
  height:100%;
  width:100%;
}
	p, ul, ol, form, table
	{
		font-size: 14px;
		font-family:Arial, Helvetica, sans-serif;
		color:#414638;
		border-color:#ffffff;
	}
body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color: #b9b98f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.25em;
	color: #83663c;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
}
h1{ font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#414638;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #414638;
	margin-bottom: 0px;
	padding: 0px;
	margin-right:100px;
	margin-top: 0px;
}
h2{ font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#414638;
}
.bottom_menu {
	font-size:12px;
	color: #99ac9a;
	font-family:"Times New Roman", Times, serif;
	}
.hideshow {
	display:none;
}
.hideshow {
	position:absolute;
	top: 0px;
	left:0px;
	text-align: left;
}
.hideshowBtn {
	position:absolute;
	top: 0px;
}	


/* Links */
a:link, a:visited, a:active {
	color: #414638;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #414638;
	text-decoration:underline;
}

/* Footer Style */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414638;
}


img { behavior: url(iepngfix.htc); }
img.body { 
border: 3px solid #99ac9a;
border-style:double;
margin: 2px 10px 10px 10px;
 }

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
 /* position: fixed; Menu position that can be changed at will */
float:left;
top: 0;
left: 0;
z-index:100;
/*width: 100%;  precision for Opera */
}
#menu dl {
float: left;
/*width: 12em;*/
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border:none;
margin: 0px;
}
#menu dd {
display: none;
border: 1px white;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px white; 
}

/* HR */
div.hr {
  height: 15px;
  background: #ffffff url(../images/dots.gif) repeat-x center;
}
div.hr hr {
  display: none;
}