/* Layout objects */

/* ___________________________ */

#col1 {
	margin-top: 40px;
	margin-left: 60px;
	position: relative;
	float: left;
	width: 200px;
}

#col2 {
	margin-top: 40px;
	z-index: 1;
	float: right;
	width: 200px;
	padding-right: 30px;
}

#holeimage {
	margin-top: 40px;
	margin-left: 25px;
	position: relative;
	float: left;
}

#holeinfo {
	margin-top: 40px;
	z-index: 1;
	float: right;
	width: 260px;
	padding-right: 30px;
}

#mainbody {
	padding-right: 25px;
	margin-top: 12px;
	margin-left: 220px;
	float: none;
	position: relative;
}

#mainbodyfull {
	margin-top: 12px;
	float: none;
	position: relative;
	margin-left: 20px;
	padding-right: 20px;
}

#leftcontainer {
	border-right: 1px solid #a7a7a7;
	position: relative;
	left: 20px;
	float: left;
	width: 170px;
	height: 100%;
}

#homecontainer {
	border-top: 1px solid #a7a7a7;
	position: relative;
	width: 660px;
}

.edges {
	margin-top: 300px;
	float: left;
}

.edges2 {
	margin-top: 150px;
	float: left;
}

.body a:link {
	color: #000;
	text-decoration: underline;
}

ul {
  margin-left: 0;
  padding-left: 18px;
}

.left a:link {
	color: #000;
}

.leftcell {
	border-bottom: 1px solid #a7a7a7;
	padding-right: 20px;
	padding-bottom: 20px;
}

.homecell {
	border-right: 1px solid #a7a7a7;
	padding-right: 9px;
	padding-bottom: 20px;
	float: left;
	width: 150px;
	padding-left: 9px;
	text-align: center;
	height: 110px;
}

.homecellend {
	padding-bottom: 20px;
	float: left;
	width: 130px;
	text-align: center;
	padding-left: 9px;
}

.leftcellbottom {
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}

.indent1 {
	float: left;
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: 10px;
}

.indent2 {
	width: 140px;
	height: 30px;
	left: 30px;
	position: relative;
}

.indent1center {
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	text-align: center;
	position: absolute;
}

.indent2center {
	width: 140px;
	height: 30px;
	left: 30px;
	position: relative;
}

/* Text Styles */

/* ___________________________ */

.left {
	color: #6a6a6a;
	font: 10px/14px "Lucida Grande", Verdana, sans-serif;
}

.body {
	color: #555;
	font: 11px/20px "Lucida Grande", Verdana, sans-serif;
}

.terms {
	color: #919191;
	font: 10px/15px "Lucida Grande", Verdana, sans-serif;
}

.bodyblack {
	color: #000;
	font: bold 11px/20px "Lucida Grande", Verdana, sans-serif;
}

.whitetext {
	color: #fff;
	font: bold 11px/20px "Lucida Grande", Verdana, sans-serif;
}

.h1 {
  font-family: Verdana;
  line-height: 1em;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: -8px;
  margin-bottom: 5px;
}

.h2 {
  font-family: Verdana;
  line-height: 1em;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: -8px;
  margin-bottom: 5px;
	color: #c2c2c2;
}

.quote {
	color: #000;
	font: italic 15px/22px Georgia, "Times New Roman", Times, serif;
	margin-left: -7px;
}

.title {
	color: #000;
	text-transform: uppercase;
	font: bold 13px "Lucida Grande", Verdana, sans-serif;
}

.titlegrey {
	color: #8b8b8b;
	text-transform: uppercase;
	font: 13px "Lucida Grande", Verdana, sans-serif;
}

.menu1 a:hover  {
	text-decoration: none;
	color: #fff;
}

.menu1 {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #82aec8;
	text-transform: uppercase;
	text-decoration: none;
}

.menu1 a:link {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #82aec8;
	text-transform: uppercase;
	text-decoration: none;
}

.menu1 a:visited  {
	text-decoration: none;
	color: #82aec8;
}

.footer {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7097ad;
	text-transform: uppercase;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;

}