/*
Stylesheet For: VSI Template V4.1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
}
body, p, div, td {
	font-family: "Lucida Sans",Arial,Verdana;
	font-size: small;
}
body {
	background: #72C376 url('../../pics/pageBg.jpg') repeat-x top center;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px;
	background: #D6D6D6;
	border: #C3C3C3 1px solid;
	color: #2B2B2A;
	text-decoration: none;
}
div#contentArea a.button:hover {
	background: #2B2B2A;
	color: #FFFFFF;
}

/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 994px;
	margin: auto auto;	
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	color: #000000;
	font-size: x-large;
	margin-top: 0px;
}

/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	background: transparent url('../../pics/headerBg.jpg') no-repeat top center;
	height: auto !important;
	height: 249px;
	min-height: 249px;
}
#Menu {
	background: transparent url('../../pics/menuBg.jpg') no-repeat top center;
	width: 740px;
	height: 54px;
	float: right;
	margin-top: 182px;
	font-size: medium;
}
#Menu ul {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
}
#Menu ul li a {
	display: block;
	font-style: italic;
	font-family: Arial;
	text-align: center bottom;
	vertical-align: middle;
	text-decoration: none;
	color: #08510B;
	padding: 14px 6px 14px 6px;
}
#Menu ul li.selected a {
	background: transparent url('../../pics/menuButtonBg.jpg') no-repeat top center;
	color: #000000;
}
#Menu ul li a:hover {
	color: #257829;
	text-decoration: underline;
}

/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	background: #ffffff url('../../pics/wrapperBg.jpg') repeat-x top center;
	padding: 12px 0px 24px 0px;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper #Navigation {
	width: 244px;
	font-size: medium;
}
#Wrapper #Navigation ul.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Wrapper #Navigation ul.nav li { }
#Wrapper #Navigation ul.nav li a {
	display: block;
	background: transparent url('../../pics/navigationButtonBg.gif') no-repeat top right;
	width: 210px;
	height: 26px;
	padding: 10px 32px 0px 0px;
	margin: 0px 0px 2px 0px;
	text-align:right;
	text-decoration: none;
	font-size: 80%;
	font-style: italic;
	font-family: Arial;
	color: #1A661E;
}
#Wrapper #Navigation ul.nav li.buttonSubMenu a {
	padding-left: 25px;
	color: #00AFFF;
}
#Wrapper #Navigation ul.nav li.buttonSubMenu a.selected {
	background: transparent url('../../pics/navigationButtonBgSelected.gif') no-repeat top right;
}
#Wrapper #Navigation ul.nav li a:hover {
	background: transparent url('../../pics/navigationButtonBgHover.gif') no-repeat top right;
	color: #000000;
	text-decoration: none;
}
#Wrapper #LeftLogos {
	margin:20px 0 0 5px;
	width: 243px;
}
#Wrapper #LeftLogos img {
	border:none;
	float: left;
}

#Wrapper #LeftLogos img.logoGolfDevelopmentWales {
	margin-left: 45px;
}	


/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	width: 736px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding: 0px 0px 0px 10px;
	float: right;
}
#Wrapper #Page #BannerWapper {
	background: url('../../pics/noImageBanner.jpg') no-repeat top center;
	padding: 1px 4px 10px 6px;
	width: 472px;
	height: 226px;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer {
	background: #ffffff url('../../pics/footerBg.jpg') repeat-x bottom center;
}
#Footer #logosAddress p, 
#Footer #copyright p, 
#Footer #vsiLink p {
	font-size: 80%;
	text-align:right;
	margin:0px;
	padding:0px;
}

#Footer #logosAddress {
	height: 74px;
	color: #3B8C3F;
	padding-right: 10px;
}

#Footer #logosAddress img {
	border: none;
	padding-left: 6px;
	padding-right: 6px;
}

#Footer #copyright {
	background: #ffffff url('../../pics/footerCopyrightBg.jpg') repeat-x bottom center;
	height: 29px;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
}
#Footer #vsiLink {
	height: 47px;
	text-align: right;
	padding-right: 10px;
}
#Footer #vsiLink a {
	color: #000000;
}
#Footer #vsiLink a:hover {
	color: #666666;
}


/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */


/* ----------------------------------------------------------- */
/* Blog (Banner)                                               */
/* ----------------------------------------------------------- */

#vsiBlogBanner {
	width: 249px;
	float: right;
}
#vsiBlogBanner div.post {
	background: url('../../pics/blogBannerBg.gif') no-repeat top center;
	width: 249px;
	height: 53px;
	margin-bottom: 12px;
}
#vsiBlogBanner h2 {
	margin: 0px 0px 12px 4px;
	font-size: 160%;
	font-style: italic;
	color: #1A661E;
}
#vsiBlogBanner h2 .blog {
	color: #FFFFFF;
}
#vsiBlogBanner div.post h3 {
	margin: 0px 2px 0px 38px;
	line-height: 0.8em;
	font-size: 120%;
	height: 30px;
}
#vsiBlogBanner div.post h3 a {
	color: #AF3A32;
	font-size: small;
	text-decoration: none;
}
#vsiBlogBanner div.post h3 a:hover {
	text-decoration: underline;
}
#vsiBlogBanner div.post p {
	margin: 0px 8px 0px 38px;
	color: #267A2A;
	text-align:right;
}
#vsiBlogBanner div.post p a {
	color: #AF3A32;
	font-weight: bold;
}
#vsiBlogBanner div.post p a:hover {
	color: #000000;
}

/* ----------------------------------------------------------- */
/* Site Search                                                 */
/* ----------------------------------------------------------- */
table.siteSearchResults {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;

}
table.siteSearchResults th {
	margin: 0px;
	background: #00405D;
	padding: 3px;
	color: #FFFFFF;
	text-align: left;
}
table.siteSearchResults th.siteSearchRank {
	width: 80px;
}
table.siteSearchResults td {
	padding: 3px;
	margin: 0px;
	border-bottom: #E9E9E9 1px  solid;
}


/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
table#tblNav {
	width: 100%;
	background: #E9E9E9;
	padding: 5px;
}

div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}

/* -----------------------------------------------------------	*/
/* Gallery														*/
/* -----------------------------------------------------------	*/

div#gallery{
	float: left;
	width: 740px;
}
div#galleryThumb {
	float: left;
	width: 200px;
	padding: 5px;
	margin: 0px 30px 0px 0px;
}
div#galleryThumb img {
	border:none;
	background: url('../../pics/noImageSlideShow.jpg') no-repeat top center;
	padding: 1px 5px 10px 5px;
}