/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #0000FF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	width: 100%;
	background-color: White;
	background-image: url(../StdImages/ADcornupopia.JPG);
	background-repeat: no-repeat;
	background-position: center top;
}

/* links */

a href{
	color: Navy;

}

a, a:visited {
	text-decoration: none;
	background: inherit;
	color: 001CCC;
}
a:hover {
	color: #CC9933;
	background: inherit;
}

H1/* headings */
   {
	font-style:italic;
	font-size: 14pt;
	color: Navy;
	text-indent: 20px;
	text-align: center;
	vertical-align:middle;

}

H2 {
	color: Navy; 
	font: normal bold 12pt Arial;
}

P {	
	font: normal 12pt Arial; 
	color: Navy;
}


/* images */
img {
	border: 0px;
}
img.float-right {
	margin: 5px 0px 0px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}




ul, ol {
	text-align: left;
	margin: 5px 20px;
	padding: 0 20px;
	color: Navy;
}

.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
	border-size: 0px;
	border-style: none;
	background: inherit;
	font: inherit;
	color: blue;
	cursor: hand;
	cursor: pointer;
	padding: 0px;
}

.button:hover {
    border: none;
    background: url('/forms/down.png') no-repeat top left;
    padding: 2px 8px;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-top: 15px;
	padding: 0 0 0px;
	
}
#content-wrap {
	width: 690px;
	background-image: url(../images/contentwrapbg.png);
	background-repeat: repeat;
	padding: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6CA6F;
	border-left-color: #D6CA6F;
}
#header {
	width: 700px;
	position: relative;
	height: 68px;
	padding: 0;
	background-image: url(../StdImages/CountryFincas Logo white.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}

/* Menu */
#menu {
	margin: 0;
	height: 26px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0px;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 0 2px 0 2px;
	color: #27150C;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #D6CA6F;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
  }


/* TopGoldline */	
#topgoldline {
	width: 700px;
	height: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6CA6F;
	border-left-color: #D6CA6F;
}

/* Bottomgoldline */	
#bottomgoldline {
	width: 700px;
	height: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D6CA6F;
	border-left-color: #D6CA6F;
}

/* Footer */	
#footer {
	color: #0000FF;
	width: 100%;
	height: 13px;
	text-align: left;
	font-size: 82%;
}
#footer a {
	text-decoration: none;
	color: #27150C;
}
#footer a:hover {
	text-decoration: none;
	color: #d7d570;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.treatmentstables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #372718;
	width: 350px;
	margin-left: 15px;
}
.treatmentstablesbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #372718;
	width: 650px;
	margin-left: 15px;
}
.highslide-gallery {
	width: 550px;
	padding-top: 10px;
	padding-left: 70px;
	padding-bottom: 10px;
}
.generaltext {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
}
.indent {
	text-indent: 10px;
}
hr {
  border: 0;
  color: #0000FF;
  background-color: #FFE689;
  height: 3px;
}
.margintop5px {
	margin-top: 5px;
}
.contacttable {
	width: 670px;
	margin: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
