/* ********************************
  Halls Earthworks by Jade Design
******************************** */

/* ********************************
	HTML Tags
******************************** */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
body {
	background-image: url(images/bg_03.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 13px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #000000;
}
h3 {
	font-size: 11px;
	color: #000000;
}


li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	line-height: 20px;
}

hr {
	border-top: 1px dashed #000;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/* ********************************
	Links
******************************** */
a {
	font-size: 11px;
	color: #3333FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3333FF;
}
a:hover {
	text-decoration: underline;
	color: #330066;
}
a:active {
	text-decoration: none;
	color: #3333FF;
}

a.small {
	font-size: 9px;
	color: #3333FF;
}
a.small:link {
	text-decoration: none;
}
a.small:visited {
	text-decoration: none;
	color: #3333FF;
}
a.small:hover {
	text-decoration: underline;
	color: #330066;
}
a.small:active {
	text-decoration: none;
	color: #3333FF;
}

/* ********************************
	Navigation
******************************** */
#button {
	width: 105px;
	border-right: 0px none;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0;
	list-style-image: none;
	list-style-type: none;	
}

#button li a {
	display: block;
	padding: 4px 0px 4px 0px;
	background-color: #99CCFF;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	text-indent: 15px;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
background-color: #CCE5FF;
color: #000000;
}

/* ********************************
	Layout look
******************************** */

.title {
	background-color: #cce5ff;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	position: relative;
	width: 683px;
	text-align: right;
	padding: 3px 8px 3px 3px;
	margin: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 693px;
	position: relative;
	height: auto;
	}

.nav {
	border-right-width: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: none;
	border-bottom-color: #000000;
	width: 105px;
}
.contentbox {
	margin: 0px;
	padding: 30px;
}
.imgborder {
	border: 1px solid black;
}

.rightpad {
	padding-right: 30px;
}

.smalltxt {
	font-size: 9px;
}

#baseline {
	text-align: right;
	vertical-align: baseline;
	bottom: auto;
}

.baseline {
	text-align: right;
}
.inline {
	display: inline;
}

.thanx {
	color: #6666FF;
}
#delete {
	background-color: #FFFFFF;
	border: thin dotted #000000;
	width: 80%;
}

#admin {
	padding: 10px;
	border: 1px dashed #3366FF;
	width: 50%;
}

#add {
	padding: 10px;
	border: 1px dashed #3366FF;
	width: 50%;
}

#news {
	width: auto;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cce5ff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 4px 0px 4px 0px;
	text-indent: 1.5em;
	border-top: 1px solid #000000;
	border-right: 0px none;
	border-bottom: 1px solid #000000;
	border-left: 0px none;
}

#newsbox {
	width: auto;
	display: block;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 100%;
	margin: 0px;
}

.smallnews {
	font-size: 9px;
	padding: 15px;	
}
/* ********************************
	Upload images
******************************** */
#Upload {
	width: 25em;
	margin: 1em auto;
	padding:0 2em 2em 2em ;
	border:1px solid #bbb;
	color: #333;
	background:#ffd;
	font: 0.9em verdana, sans-serif;
}
			
#Upload h1{
	font: 1.4em bold verdana, sans-serif;
	margin: 0;
	padding:1em 0;
	text-align:center;
}
#Upload label{
	float: left;
	width: 7em;
}
		
#Upload p {
	 clear: both;
}	



