/***CSS Code used for the Litchfield Golf Club, 4-08***/
/**00008b=darkblue  ff0000 red, ffff00=yellow  0053ba=blue**/ 


body {
background: #ff4300;
margin: 20px;
font-size: 90%;
font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
color: #000000;
}

h2 {
color: #ff4300;
}

#wrapper {
	width: 80 percent;
background-color: #ffffff;
border: solid 2px #000000;


}

div.text { 
margin:0px 5px 5px 5px;
padding-left: 7px;
padding-right: 10px;
padding-top: 3px;
padding-bottom:3px;
}

div.textjust { 
margin:0px 5px 5px 5px;
padding-left: 7px;
padding-right: 10px;
padding-top: 3px;
padding-bottom:3px;
text-align: justify;
}


#block blockquote {
font-size: -1;
font-weight: bold;
color: #FFFFFF;
padding: .1em 1.2em;
margin: 5 5 1em 5;
border: 1px solid #ffffff;
background: #228b22;
}

/* NAV BAR */

/* styles for the "you are here" buttons */
#home #mainNav a#homelink,
 #mainNav a#homeLink {
	margin: 0;
	padding: .5em 1em;
	list-style: none;
	background: url(images/nav_over1t.png) repeat-x left top;
	float: left;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	
	
}


#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/nav1t.png) repeat-x left top;
	float: left;
	border-bottom: 2px solid #ffffff;
	width: 100%;
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #000000;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 2px solid #ffffff;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	
}

#mainNav li a:hover {
	background: url(images/nav_over1t.png);
	
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

#banner {
	position: relative;
}


#banner #badge {
	position: absolute;
	left: 0px;
	top: -13px;
}

#banner #
 {
	margin-left:0px;
	position: relative; /* jumping logo fix for IE */
}

#banner ul {
	position: absolute;
	right: 60px;
	bottom: 5px;
}

#main .figure {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
}

#main .figure p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 168px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}

#main .figure img {
	display: block;
}

#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
}

#sidebar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 170px;
}

#adverts {
	position: absolute;
	top: 30px;
	right: 50px;
	
}

#splash {
	position: absolute;
	top: 100px;
	right: 150px;
	z-index: 10
}


#main {
	margin-left: 170px;
	margin-right: 135px;
	padding: 0 15px 15px 20px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
}

.Caption {
font-family: Arial;
font-weight: bold;
font-size: 12px;
color:      #123456;
}

#copyright {
	font-size: .75em;
	float: right;
}

