@charset "UTF-8";

body {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
a {
	color: #090;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #333;
}
p {
    padding: 5px 0;
    margin: 0 0 5px;
    text-align: left;
}
small {
    font-size: 80%;
}

hr {
	border-top-width: 1px;
	clear: both;
	height: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 22px;
	clear: both;
}
h2 {
	font-size: 20px;
	clear: both;
}
h3 {
	font-size: 18px;
	clear: both;
}
h4 {
	font-size: 16px;
	clear: both;
}
h5 {
	font-size: 15px;
	clear: both;
}
h6 {
	font-size: 13px;
	clear: both;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: disc;}

li {margin-left: 30px;}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Century Gothic", Helvetica, Arial;
	font-weight: normal;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0px;
}

ul ul,
ul ul ul,
ul ul ul ul,
ul ul ul ul ul,
ol ol,
ol ol ol,
ol ol ol ol,
ol ol ol ol ol {
    margin-bottom: 0;
}

.center {
    text-align: center;
}
/* Begin Typography: List Styles */

ul.list-1, ul.list-2, ul.list-3, ul.list-4, ul.list-5, ul.list-6, ul.list-7, ul.list-8, ul.list-9, ul.list-10 {
	position: relative; /* fix for IE6 (figures...) */
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 0px;
}

ul.list-1 li, ul.list-2 li, ul.list-3 li, ul.list-4 li, ul.list-5 li, ul.list-6 li, ul.list-7 li, ul.list-8 li, ul.list-9 li, ul.list-10 li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 2px !important;
	padding-bottom: 2px !important;
	padding-left: 25px !important;
	margin-left: 0px;
}

ul.list-1 li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../resources/tick-green.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

ul.list-2 li {

    background: transparent url(../resources/tick-grey.png) no-repeat scroll 0 3px;

}

ul.list-3 li {

    background: transparent url(../resources/exclamation.png) no-repeat scroll 0 3px;

}

ul.list-4 li {

    background: transparent url(../resources/thumb-up.png) no-repeat scroll 0 3px;

}

ul.list-5 li {

    background: transparent url(../resources/lifeboy.png) no-repeat scroll 0 3px;

}

ul.list-6 li {

    background: transparent url(../resources/calendar-task.png) no-repeat scroll 0 3px;

}

ul.list-7 li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../resources/golfball_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
ul.list-11 li {
	background: transparent url(../resources/pin.png) no-repeat scroll 0 3px;
}

ul.list-8 li {

    background: transparent url(../resources/clock.png) no-repeat scroll 0 3px;

}

ul.list-9 li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../resources/double-arrow.png);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}

ul.list-10 li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../resources/arrow-2.png);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}



.dropcap {

    color: #333333;

    display: block;

    float: left;

    font-size: 40px;

    line-height: 34px;

    margin: 5px 8px 0 0;

}

/* End Typography: List Styles */

blockquote {
	background-color: transparent;
	background-image: url(../resources/quotes.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 18px;
}
#profile_table blockquote {
	background-position: right 95%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
blockquote p {
	font-style: italic;
	color: #333333;
	font-size: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 1.8em;
}
.emphasis {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.img-border1 {
	padding: 2px;
	border: 1px solid #CCC;
}

input[type="submit"]::-moz-focus-inner{border: 0px;} 
input[type="submit"]:focus{outline:none;}

.divider{
	clear:both;
	display:block;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}  
#designer a {
	letter-spacing: 0.2em;
	color: #FFF;
}
#designer a:hover {
	letter-spacing: 0.2em;
	text-decoration: none;
	color: #FFF;
}
#footer_content h1 {
	text-align: center;
	padding-top: 60px;
}
#page_title h1 {
	font-size: 36px;
	color: #FFF;
	padding-top: 20px;
}
#page_brief h2  {
	color: #FFF;
	margin-top: 15px;
}
#profile_table p {
	margin: 0px;
	padding: 0px;
}
.readmorebg {
	background-image: url(../resources/readmore_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 87px;
	padding-top: 4px;
	text-align: center;
}
.readmorebg p a {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.readmorebg a {
	font-weight: bold;
}
#testimonials_table p {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#highlight_box_top {
	background-image: url(../resources/round_top920.jpg);
	background-position: left top;
	width: 920px;
	margin-top: 20px;
	background-repeat: no-repeat;
	height: 20px;
}
#highlight_content_wrapper {
	background-image: url(../resources/gradient_box.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 918px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#highlight_bottom {
	background-image: url(../resources/round_bottom920.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
	width: 920px;
	margin: 0px;
	padding: 0px;
}
.past_hosts_table h3 {
	padding-left: 10px;
}
.badgetable a {
	color: #333;
	font-weight: normal;
}
.badgetable a:hover {
	color: #333;
	text-decoration: underline;
}
.destinations_table h2 {
	padding-left: 10px;
}
.destinations_table p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 17px;
}
.destinations_table a {
	color: #FFF;
	text-decoration: underline;
	margin-right: 10px;
}
#newsletter_wrapper blockquote {
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}
#thankyou_wrapper table p {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-family: "Century Gothic", Helvetica, Arial;
}
#thankyou_wrapper table h1 {
	padding-left: 20px;
	padding-top: 0px;
	font-family: "Century Gothic", Helvetica, Arial;
}
#mygallery_left ul {
	padding: 0px;
	width: 240px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#mygallery_left li {
	height: 30px;
	list-style-type: none;
	background-image: url(../resources/golfer_icon.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 50px;
	padding-top: 10px;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#tour_left ul {
	padding: 0px;
	width: 240px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#tour_left li {
	height: 30px;
	list-style-type: none;
	background-image: url(../resources/golfer_icon.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 50px;
	padding-top: 10px;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#tour_highlights_table h1 {
	padding: 3px;
}
#tour_highlights_table tr td .list-2 li {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#tour_highlights_table tr td ul  {
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#small_columnabout  p {
	padding-bottom: 10px;
}
.paddingright {
	padding-right: 20px;
}
.red {
	color: #F00;
}
.tagline {
	font-size: 14px;
}
