/* CSS Document */

/* Mossock Hall Golf Club - mossock_global.css  =============================================== */
/* Copyright Mossock Hall Golf Club 2007  =============================================== */
/* Author Topworkmen.com  =============================================== */

/* Quick Colour Reference  =============================================== */
/* Grey #333333 */
/* Red #BA0226 */

/* Generic Selectors  =============================================== */

* {
	padding:0;
	margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #B8DB4D;
	margin-bottom: 20px;
}	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #71b700;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 4px;
}
a {
	text-decoration: none;
	color: #B8DB4D;
}
a:hover {
	text-decoration: none;
	color: #71b700;
}			
p {
	text-align: justify;
	line-height: 18px;
	margin-bottom: 15px;
}
img {
	border: 0;
}	

/* Classes =============================================== */

.FloatImgRight {
	float: right;
	padding: 0 0 10px 10px;
}	
.Quotes {
	font-style: italic;
	color: #71b700;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 5px;
}
.NotBold {
	font-weight: normal;
}	
.SmallCopy {
	font-size: 9px;
}

/* Begin Page Layout  =============================================== */

#divContainer {
	width: 800px;
	margin: 0 auto;
	background:  #FFFFFF;
}
#divHeader {
	text-align: left;
}	

/* Top Nav Layout  =============================================== */

#divTopNav {
	padding: 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #b8db4d;
	color: FFFF9A;
	border-top:  1px solid #FFFF9A;
	border-bottom: 1px solid #FFFF9A;
}
#ulTopNav ul {
	color: #ffff9a;
}	
#ulTopNav li {
	margin-left: 0px;
	padding: 0 6px;
	list-style: none;
	display: inline;
	border-left: 2px solid #FFFF9A;
}	
#ulTopNav li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left: 10px;
}
#ulTopNav a {
	color: #FFF;
	text-decoration: none;
}
#ulTopNav a:hover, #divTopNav .current {
	color: #71b700;
	text-decoration: none;
}

/* Top Nav Layout End =============================================== */

#divMainImg {
	margin: 0 15px;
}	
#divMain{
	padding: 15px;
}		
#divMain ul, #divMain ol {
	margin: 0 40px 15px 40px;
}	
#divMain li {	
	margin-bottom: 5px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	margin-top: 10px;
}
#divFooter, #divDescription {
	width: 800px;
	margin: 15px auto;
	padding: 2px 0;
	font-size: 9px;
	text-align: right;
	color: #666666;
}
#divFooter a {
	color: #999999;
	text-decoration: none;
}	
#divFooter a:hover {
	color: #71b700;
	text-decoration: none;
}	

/* Additional Pages Layout =============================================== */

#tblFees {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#tblFees th {
	padding: 6px;
	background: #E8E8E8;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}	
#tblFees td {
	padding: 6px 2px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}		
#tblContactForm {
	width: 65%;
	margin-bottom: 15px;
}
#tblContactForm td {
	padding: 4px 10px 4px 0;
	vertical-align: top;
}	
#tblGallery {
	margin-bottom: 15px;
}	
#tblGallery td {
	padding: 8px;
}
