/* Rib Hire 2007 main css */

html, body {
		height: 80%;
		}

body {
  font-size: 12px;
  text-align: center
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  margin-top: 0px; 
  background-color: #cccccc;
}

#container {
height: 80%;
float: left;
position: absolute; 
left: 60px;
width: 850px;
background-color: #E7E7E7;
}

#menu {
  float: left;
  width: 200px;
}

#content {
  float: left;
  width: 600px; 
  background-color: #c1c1c1;
  position: absolute; 
  left: 200px; 
padding: 5px 15px;
margin-left: 10px;
border-color: black;
border-style: solid; 
border-top-width: 5px; 
border-right-width: 5px; 
border-bottom-width: 5px; 
border-left-width: 5px; 
}

#content li {
  font-size: 12px;
 /* text-align: center */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
}
		/* NAVIGATION BEGINS */

#navcontainer { 
width: 160px;
margin-left: 30px; 
}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Geneva, Arial, Helvetica, san-serif;
}

#navlist li {
background-image: url(images/arrow_r.gif); 
background-repeat: no-repeat;
background-position: left; 
font-weight: bold;
border-bottom: 3px solid #E7E7E7; 
}

#navcontainer a {
display: block;
padding: 3px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited {
color: #000;
text-decoration: none;
}

#navcontainer a:hover {
background-image: url(images/arrow_hr.gif); 
background-repeat: no-repeat;
background-position: left; 
color: #000;
}

#navcontainer a:active {
background-image: url(images/arrow_act.gif); 
background-repeat: no-repeat;
background-position: left; 
color: #000;

}

			/* NAVIGATION ENDS */

.clear {clear: both;}

h1 {   
font-size: 160%;
font-family: Geneva, Arial, Helvetica, san-serif;
margin-left: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 6px;
}

h2 {   
font-size: 140%;
font-family: Geneva, Arial, Helvetica, san-serif;
margin-left: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;  
padding-right: 15px; 
padding-left: 15px;
margin-top: 10px;
}

a:link, a:visited  {
text-decoration: none;
}

a:hover  {
text-decoration: underline;
}


.smaller {
font-size: 85%;
}

.foot-text {
font-size: 95%; 
color: #808080; 
background-color: #E1EEE4; 
border-color: #63A56B black #63A56B; 
clip:  rect(   );
padding-top: 10px;
padding-bottom: 10px;
margin-left: 15px;
text-align: center; 
border-style: solid; 
border-top-width: 5px; 
border-right-width: 0px; 
border-bottom-width: 2px; 
border-left-width: 0px; 
}

.foot_text {  
font-size: 90%; 
color: #cccccc;
}

