/* CSS Document */

* { padding:0; margin:0; } /* RESET ALL MARGINS AND PADDINGS TO 0 BY DEFAULT */
.clearboth { clear:both; }
img { border: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #A2B933;
}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
}

#header1 { float: left; width: 100%; height: 250px; background: url('header1.jpg') no-repeat; }

#content { 
	float: left;
	width: 740px;
	background: #FFFFFF;
	padding: 10px 10px 20px 10px;
	border-bottom: 2px solid #1B3F01;
}

#footer {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1em;
	margin: 5px 0 0 0;
	color: #2b6200;
	letter-spacing: 1px;
}

#content_bottom { float: left; width: 100%; height: 18px; }

#menu { float: left; width: 100%; height: 30px; line-height: 31px; margin: 220px 0 0 0; text-align: center; }
#menu ul { list-style-type: none; font-size: 1.1em; }
#menu ul li { display: inline; margin: 0 7px 0 7px; }



label { float: left; width: 150px; margin: 1px 0 1px 20px; font-size: 1.1em; color: #333333; }
input.contactform, textarea.contactform, select.contactform { float: left; width: 220px; border: 1px solid #666666; padding: 1px 5px 1px 5px; margin: 1px 0 1px 0; }
.heightspace { margin-top: 30px; }


/* ======================================================= */
/* ======================================================= */
/* ================   TEXT FORMATTING   ================== */
/* ======================================================= */
/* ======================================================= */
h1 { font-size: 1.6em; color: #2b6200; font-weight: normal; }
h2 { font-size: 1.4em; color: #2b6200; font-weight: normal; margin: 20px 0 0 10px; font-style: italic; }
p { padding: 5px 10px 5px 10px; color: #555555; font-size: 1.1em; line-height: 17px; }
a { color: #2b6200; text-decoration: none; }
a:hover { text-decoration: underline; }
ul.main { margin: 0 0 10px 10px; list-style-type: square; color: #555555; font-size: 1.1em; }
ul.main li { margin: 0 0 0 20px; padding: 2px 0 2px 0; }
table { font-size: 1.1em; color: #333333; }
table .tablelabel { font-weight: bold; }
table p { font-size: 1.0em; }

#header1 #menu ul li a { text-decoration: none; color: #FFFFFF; }
#header1 #menu ul li a:hover { text-decoration: underline; }
#header1 #menu ul li a:visited { color: #FFFFFF; }

.imgmargin { margin: 10px; }
.imgmargin2 { margin: 40px 10px 10px 10px; }
.smallText { font-size: 75%; color: #777777; }

#contactTable { margin-left: 50px; }
#contactTable td { padding: 3px 0 3px 0; }

.Thumbnail              { width: 160px; height: 120px; border: solid 1px #999999 }
.SitePlan               { font-size: 7pt }
.PageHeading            { font-size: 12pt; color: #7C1409; font-weight: Bold; font-family: Times New Roman }
.MenuItems              { font-size: 8pt; color: #666666; font-weight: Normal }
.PictureBorder          { border: solid 1px #CCCCCC }
.KamesMenu              { background-color: #7D1309; color: #FFFFFF; font-weight: bold; font-size: 8pt; padding: 2px }
.BackgroundIndexVillas  { background-image: url(../../includes/images/BackgroundIndexGolfVillas.jpg); background-repeat: no-repeat; background-position: right bottom; }
.IndexStAndrews         { background-image: url(../../includes/images/BackgroundIndexGolfVillas.jpg); background-repeat: no-repeat; background-position: left bottom; }
.BackgroundRemaxBalloon { background-image: url(../../includes/images/BackgroundRemaxBalloon.jpg); background-repeat: no-repeat; background-position: right bottom; }
.InputRequired          { background-color: #ffffff; border: solid 1px #2b6200; font-family: Arial; font-size: 1.1em; padding: 1px 5px 1px 5px; margin-left: 10px; }
.InputNormal            { background-color: #FFFFFF; border: solid 1px #666666; font-family: Arial; font-size: 1.1em; padding: 1px 5px 1px 5px; margin-left: 10px; }