@import 'DimensionTable.css';

BODY {
margin: 0;
padding: 0;
background-color: #7CAA06;
}

BODY, TH, TD {
font-family: Tahoma;
font-size: small;
color: #006633;
}

A {
color: blue;
}
table A {
color: #006633;
}
A:Hover {
color: green;
}

H1 {
font-size: 1.1em;
font-weight: normal;
}

h2 {
font-size: 1.05em;
font-weight: bold;
}

table {
font-size: x-small;
} 
.Error {
color: #c00;
}


/* Floating Pics */
.FloatPic {
	
}

.FloatPic.FloatLeft {
float: left;
margin: 0 1em 1em 0;
}

.FloatPic.FloatRight {
float: right;
margin: 0 0 1em 1em;
}

.PicBox {
border: 1px solid #7CAA06;
padding: 0 4px;
}

.PicBox p {
margin: 4px 0;	
}

.PicBox p.Caption {
text-align: center;	
}

.PicBox.FloatRight {
float: right;
margin: 0 0 1em 1em;
}

.PicBox.FloatLeft {
float: left;
margin: 0 1em 1em 0;
}


#HeadBar {
margin-top: -30px;
height:190px;
background: transparent url(../images/grasstop.jpg) no-repeat top left;
margin-bottom: 0;
}

#LeftMenu {
width: 150px;
background-image: url('../images/navBack.jpg');
background-repeat: no-repeat;
padding-left: 20px;
padding-top: 35px;
margin-left: 8px;
margin-top: 0;
}

#LeftMenu A {
color: #fff;
font-size: 12px;
display: block;
line-height: 20px;
}

#LeftMenu A:Hover {
color:#006633;
}

.Box {
width: 95%;
}

.Box .TopLeft {
background-image: url('../images/Boxes/TopLeft.gif');
background-color: #fff;
height: 18px;
}

.Box .TopRight {
background-image: url('../images/Boxes/TopRight.gif');
width: 20px;
}

.Box .ContentCell {
background-color: #fff;
padding-left: 20px;
background-image: url('../images/Boxes/Left.gif');
background-repeat: repeat-y;
}

.Box .Right {
background-image: url('../images/Boxes/Right.gif');
}

.Box .BottomLeft {
background-image: url('../images/Boxes/BottomLeft.gif');
background-repeat: no-repeat;
height: 21px;
}

.Box .BottomRight {
background-image: url('../images/Boxes/BottomRight.gif');
background-repeat: no-repeat;
}

.BoxHead {
color: #006600;
font-size: 14px;
}

.BigText {
font-size: 1.2em;
word-spacing: 2em;
font-weight: bold;
}

.ClearFloats {
clear: both;
height: 0;
overflow: hidden;
}

/* Gallery */

.GalleryBox {
margin-left: 30px;
border: 1px solid #000;
}

.GalleryList {
list-style: none;
cursor: pointer;
}

.GalleryList a img {
border: 1px solid #000;
}
.GalleryList img {
border: #000;
}

/*.GalleryList a img {
border: #000;
color: #000;
}*/

#dalefla {
float: left;
}
#proplist  {
margin: 0 0 0 2px;
font-size: 0.8em;
}

#proplist h1 {
font-size: 1.4em;
}

#dalep {
clear: left;
}