* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	/*color: #0e2211;*/
	color: #3e413f;
	
}

body {
	background: url(/images/bg.jpg) top center no-repeat #0E2211;
	/*background: #0E2211;*/
	margin: 10px;
}

a {
	color: #0808E3;
	/*text-decoration: none;*/
}

p {
	padding-bottom: 10px;
}

input[type=text], input[type=checkpox],  textarea {
	border: solid 1px #A6A6A6;
	background-color: #ffffff;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	/*background-color: #E7E9E6;*/
}

#header {
	height: 135px;
	background: url('/images/header.jpg') top no-repeat #7EAD49;
}

#strap {
	color: white;
	padding: 3px 10px;
	background: url('/images/strap.jpg') top no-repeat #7EAD49;
}

#strap h1 {
	display: inline;
	color: white;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	font-weight: normal;
	padding: 0 3px 0 3px;
}

#topNav {
	float: left;
	width: 100%;
	padding-top: 5px;
	/*background-color: #7EAD49;*/
	background: url('/images/nav-bg.jpg') top repeat-x  #7EAD49;
}

#topNav ul {
	padding: 0 10px;
	list-style: none;
}

#topNav li {
	float: left;
	margin: 0 2px;	
}

#topNav a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}

.inactive {
	background: url('/images/tab-right-inactive.jpg') no-repeat right top;
}

.inactive a {
	background: url('/images/tab-left-inactive.jpg') no-repeat left top;
	color: white;
}

.active {
	background: url('/images/tab-right.jpg') no-repeat right top;
}

.active a {
	background: url('/images/tab-left.jpg') no-repeat left top;
	color: #0E2211;
}

#subNav {
	clear: both;
	text-align: right;
	padding: 5px;
}

img {
	border-style: none;
}

#main {
	float: left;
	width: 740px;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	background: url('/images/footer.jpg') bottom no-repeat #E7E9E6;
}

#leftCol {
	float: left;
	width: 460px;
	background: url('/images/left-col-top.jpg') top no-repeat #f5f8f4;
}

#leftColContent {
	width: 440px;
	padding: 10px 10px 0 10px;	
}

#leftColContent li {
	list-style: inside;
}

#leftColFooter {
	clear: both;
	height: 20px;
	background: url('/images/left-col-bottom.jpg') bottom no-repeat;
}

#rightCol {
	float: right;
	width: 240px;
}

#bottomNav {
	padding: 10px 0 0 0;
	clear: both;
}

#footer {
	clear: both;
	color: #E7E9E6;
	text-align: center;
}

#footer a {
	color: white;
}

#iagtoLogo {
	cursor: pointer;
}

#contactForm {
	padding: 10px;
}

#errorMsg {
	padding: 10px;
	color: red;
}

#errorMsg li {
	color: red;
}

.contentRow {
	padding: 10px 0;
	clear: both;
}

.rowBox {
	float: left;
	width: 240px;
	padding: 0 5px 10px 0;
}

.rowBox li {
	list-style: inside;
}

.rightBox {
	width: 240px;	
	margin-bottom: 10px;
}

.rightBox ul {
	padding: 0 0 5px 0;
}

.rightBox li {
	list-style: inside;
}

.rightBoxTop {
	background: url('/images/right-col-top.jpg') top no-repeat #f5f8f4;
}

.rightBoxTop h2 {
	padding: 5px 5px 0 5px;
	text-align: center;
}

.rightBoxBody {	
	padding: 0 5px 10px 5px;
	background: url('/images/right-col-bottom.jpg') bottom no-repeat #f5f8f4;
}

.wales {
	background: url('/images/flag-wales.jpg') top no-repeat;
}

.portugal {
	background: url('/images/flag-portugal.jpg') top no-repeat;
}

.england {
	background: url('/images/flag-england.jpg') top no-repeat;
}

.spain {
	background:  url('/images/flag-spain.jpg') top no-repeat;
}

.uk {
	background:  url('/images/flag-uk.jpg') top no-repeat;
}

.ireland {
	background:  url('/images/flag-ireland.jpg') top no-repeat;
}

.scotland {
	background:  url('/images/flag-scotland.jpg') top no-repeat;
}

.southafrica {
	background:  url('/images/flag-southafrica.jpg') top no-repeat;
}

.france {
	background:  url('/images/flag-france.jpg') top no-repeat;
}

.egypt {
	background:  url('/images/flag-egypt.jpg') top no-repeat;
}

.italics {
	font-style: italic;
}

.destinations, .clubList{
	padding: 0 0 10px 50px;
}

.postClubList {
	clear: both;
	padding-top: 10px;
}

.courseDetails {
	padding: 0 0 10px 0;
}

.formInputLine {
	padding: 0 0 0 20px;
}

.divCenter {
	text-align: center;
}

.golfCourseTable {
	width: 100%;
	margin-bottom: 10px;
	border: solid 1px #C0D7C3;
}

.golfCourseTable td{
	padding: 2px;
}

.tableHeading td {
	text-align: center;
	font-weight: bold;
}

.tableCellCenter {
	text-align: center;
}

.rowA {
	background-color: #C0D7C3;
}

.rowB {
	background-color: #E5F2E7;
}

