/* iotg.css */

/* front page only */

table.front
{
	margin-left: auto;
	margin-right: auto;
}

table.front object
{
	margin: 0px;
}

table.front td.embed
{
	height: 238px;
}

/* everywhere */

body
{
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFEDF;
}


/* general formatting */

a
{
	text-decoration: none;
	color: #FFFF99;
}
a:hover
{
	color: #5CBF4F;
}

a.light
{
	color: #060;
}

p
{
	margin-top: 0.5em;
	margin-bottom: 1.2em;
	text-align: justify;
	line-height: 20px;
}

h1
{
	font-size: 2em;
	font-style: italic;
	color: #0c5b02;
	margin-bottom: 0.8em;
}
h3
{
	font-size: 1.5em;
	font-style: italic;
	color: #0c5b02;
	margin-bottom: 0.5em;
}

/* page layout */

div.wrap
{
	width: 900px;
	background: url(images/back.jpg) top left no-repeat;
	margin-left:auto;
	margin-right: auto;
	background-color:#FFFEDF;
}

div.left {
	margin-top: 210px;
	margin-left: 10px;
	margin-bottom: 30px;
	width: 160px;
	float: left;
	background-color: #006600;
	padding-bottom: 20px;
}

div.right
{
	margin-top: 210px;
	margin-left: 15px;
	margin-right: 15px;
	width: 440px;
	float: left;
}
div#golfing
{
	width: 650px;
	float: left;
	margin-right: 30px;
}
div#golfing p
{
	width: 440px;
}
div.right img
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
div.imgholder
{
	margin-top: 210px;
	margin-bottom: 30px;
	margin-right: 15px;
	width: 220px;
	float: left;
}
div.imgholder img
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.foot
{
	clear: both;
	margin-top: 30px;
	background: url(images/foot.jpg) top left no-repeat;
	height: 50px;
}


/* navbar */
.navbar
{
	width: 160px;
	padding-left: 0.25em;
	list-style: none;
}
.navbar li
{
	margin-top: 1em;
	margin-bottom: 1em;
}



/* link tables */

table.links
{
	margin-left: auto;
	margin-right: auto;
	background: #006600;
	width: 440px;
	margin-bottom: 10px;
}
table.links th
{
	border: 4px ridge #FFFFCC;
	padding: 5px;
}

table.white_links
{
	margin-left: auto;
	margin-right: auto;
	width: 440px;
	margin-bottom: 10px;
}
table.white_links th
{
	padding: 5px;
}
table.white_links a
{
	text-decoration: none;
	color: #060;
}
table.white_links a:hover
{
	color: #0c6;
}

table.images
{
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
table.images th
{
	padding: 5px;
	text-align: center;
}

table.events
{
	width: 440px;
}
table.events th
{
	padding: 5px;
}
table.events td
{
	padding: 5px;
}

table.form
{
	width: 440px;
}

table.form td
{
	vertical-align: top;
}

table.form td, table.form th
{
	padding: 5px;
}
table.form th
{
	text-align: left;
	font-weight: normal;
}
table.form td.ralign
{
	text-align: right;
}

table.tariff
{
	margin-bottom: 15px;
}
table.tariff th, table.tariff td
{
	border: 2px ridge #FFFFCC;
	padding: 5px;
	vertical-align: middle;
}
table.tariff th.top
{
	background-color: #94D58C;
	
}
table.tariff th.left
{
	background-color: #C7F1C9;
}
table.tariff td
{

}

#golfmap li
{
	line-height: 20px;
}


/* old stinky */

/* styles.css */
/*

.wrap2 {
	width: 878px;
	background-image: url(images/back2.jpg);
	padding: 0px 0px 0px 22px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	background-color:#F8F5D1
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	margin: 0px 0px 5px;
}


.homeul {
	margin: 0px 0px 30px 0px;
	list-style: none;
	color: #000000;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

.homeul li{
	margin: 0px 0px 0px 0px;

}
.homeul img{
	margin: 0px 5px 0px 0px;
	position:relative; top:7px

}


.foot a{
	margin: 0px 0px 0px 0px;
	color: #FFCC00;
	text-decoration: none;
	}
.foot a:hover{
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
	}
*/
