/* CSS File For Crafts Hill Explorer Website */
body {
	font-family: Verdana, Helvetica, Arial, Sans Serif;
	font-size: 8pt;
	line-height: 1.8em;
}
p {
	margin: 0 0 8px 0;
	padding-left: 10px;
	text-indent: -10px;
	text-align: justify;
}
p:first-letter {
	font-size: 14pt;
	font-weight: bold;
}
h1 {
	font-size: 20pt;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.firstChar {
	font-size: 14pt; 
	font-weight: bold;
}
a:hover {
	color: #cc0000;
}
#pageContainer {
    margin-left: auto;
    margin-right: auto;
    width: 910px;
}
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(../images/shadow/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(../images/shadow/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(../images/shadow/corner_tr.gif) right top no-repeat;
}
.contentBox {
	display: block;
	 border: solid 1px #eee;
	 background-color: #fff;
	 padding: 3px;
}
.loginBox {
	float: left; 
	width: 900px; 
	background: #eee; 
	margin: 0 0 5px 0; 
	padding: 0 5px 0 5px;
}
/* Menu Related Stuff */
#menu {
	margin: 0 0 0 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

#menu ul, #menu li {
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#menu a:link, #menu a:visited {
	background : #fff;
	color : #666;
	float : left;
	font-size : 8pt;
	font-weight : bold;
	font-variant: small-caps;
	line-height : 30px;
    width: 90px;
    margin-right: 8px;
	text-decoration : none;
	text-align: center;
}

#menu a:link.active, #menu a:visited.active {
	color : #000;
}

#menu a:hover {
	background-image: url(../images/select.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color : #992D30;
}


body.home #menu li#home-nav a,
body.menu1 #menu li#menu1-nav a,
body.menu2 #menu li#menu2-nav a,
body.menu3 #menu li#menu3-nav a,
body.menu4 #menu li#menu4-nav a,
body.menu5 #menu li#menu5-nav a {
	background-image: url(../images/select.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color : #000;
}

#menu ul a:hover {
	color : #f00 !important;
}

.submitButton {
	width: 125px;
	letter-spacing: 0.3em;
	font-size: 7pt;
}
.loginDetails {
	width: 150px;
	font-size: 6pt;
}
.editField {
	width: 150px;
	font-size: 8pt;
	padding: 2px;
	margin-bottom: 2px;
	border: 2px solid #000;
	font-weight: bold;
	font-family: arial;
}
.editField[disabled], input[disabled] {
	background: #555;
}
.tableHeader {
	float: left;
	background-color: #888;
	color: #fff;
	font-weight: bold;
	margin: 0px 3px 1px 0px;
	padding: 2px;
	height: 30px;
 	line-height: 30px
 }
.memberRow {
	float: left; 
	margin-right: 3px; 
	padding: 4px 0px 4px 2px; 
	height: 40px;
}
.progRow {
	float: left; 
	margin-right: 3px; 
	padding: 4px 2px 4px 2px; 
	height: 44px;
}
.stopPressProgRow {
	float: left; 
	margin-right: 3px; 
	padding: 4px 2px 4px 2px; 
	height: 23px;
	line-height: 1em;
	display: inline;
}
.inputDIV {
	float: left;
	display: inline;
	margin-left: 20px;
}
.dbBox {
	float: left;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 2px;
}
.termBanner {
	float: left;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/termBack.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 3px;
	font-size: 6pt;
}