@charset "utf-8";
/* CSS Document */


/*
Colors used:
Dark Green Bg: #468123
Light Green: #5ea832
Pale Green: #95bc37
Yellow for hovers: #ffe101
Grey Background: #e3e4e3
Grey border: #e1dede
*/
html{
 	padding:0px;
	margin:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:1px;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

/*
==============================
Top Section of website
==============================
*/
#topnav {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:40px;
	background-color:#468123;
	margin-bottom:2px;
	border-bottom:2px solid #ffffff;
}
#toplinks {
	position:relative;
	float:right;
	color:#FFFFFF;
	padding-right:20px;
	padding-top:15px;
	font-size:70%;
}
a.toplink:link, a.toplink:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.toplink:hover {
	color:#ffe101;
	text-decoration: underline;
}
#topbuttons {
	position:relative;
	float:left;
	width:70%;
	margin:0;
	padding:10px 10px 10px 10px;
	list-style:none;
}
#topbuttons li {
	float:left;
	margin:0;
	padding:0;
}

a.topbuttons:link, a.topbuttons:visited {
	color:#FFFFFF;
	font-size:70%;
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #ffffff;
	padding-right:20px;
	padding-left:20px; 
	padding-top:5px;
	padding-bottom:5px;
	display:inline;
	text-decoration:none;
}
a.topbuttons:hover {
	background-image:url(images/button_bg_h.gif);
	background-repeat:repeat-x;
	color:#ffe101;
}

/*
==============================
Banner Section
==============================
*/
#banner {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#ffffff; /*#468123;*/
	padding:0px;
}

/*
==============================
Navigation Section
==============================
*/
#leftside {
	float:left;
	width:210px; 
	margin-left:0px;
	padding-left:0px;
	height:100%;
}
#nav {
	margin:0;
	padding:0;
}

#nav ul {
	margin:0;
	padding:0;
	border-top:1px solid #ffffff;
}

#nav li {
	list-style:none;
	font-size:80%;
	margin:0px;
	padding:0px;
}
#nav a:link, #nav a:visited {
	display:block;
	width:205;
	height:10px;
	min-height:17px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:4px;
	/*padding-bottom:10px;*/
	padding-left:35px;
	border-bottom:1px solid #ffffff;
	color:#FFFFFF; 
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#nav a:hover {
	background-image:url(images/nav_bg_h.jpg);
	background-repeat:no-repeat;
	color:#ffe101;
}
#nav a.standard:link {
	background-color:#FFFFFF;
	background-image:none;
	padding:0px;
}
.igta {
	font-size:60%;
	color:#666666;
	font-weight:bold;
}
.copy {
	font-size:60%;
	color:#468123;
	font-weight:bold;
}
.quote {
	font-size:60%;
	color:#666666;
	width:180px;
}
.quotename {
	font-size:60%;
	color:#666666;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	width:180px;
}
/*
==============================
Main Text Area
==============================
*/
#maintext { /* This is the wrapper for both nav and textbox*/
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#textbox {
	margin-top:4px;
	margin-left:225px;
	font-size:80%;
	margin-right:0px;
}

#textbox h1 {
	display:block;
	color:#468123;
	background-color:#e3e4e3;
	padding:5px;
	border:1px solid  #CCCCCC; /*#eldede;*/
	font-size:140%;
	text-transform:uppercase;
}
#textbox p, #textbox td {
	color:#666666;
	padding-left:10px;
}
#textbox h2 {
	color:#666666;
	font-weight:bold;
	font-size:110%;
	padding-left:10px;
}
#textbox img.rightside {
	float:right;
	border: 1px solid #CCCCCC;
	margin-left:5px;
	margin-right:5px;
}
#textbox a:link, #textbox a:visited {
	color:#468123;
	text-decoration:none;
}
#textbox a:hover {
	color:#5ea832;
	text-decoration:underline;
}
#imgright {
	float:right;
	width:340px;
}
#imgright p {
	font-size:70%;
	padding-left:20px;
}

#tipright {
	border:1px solid #CCCCCC;
	padding:10px;
	float:right;
	width:250px;
	margin:10px;
}
#tipright h2{
	margin-top:0px;
	padding:0px;
	font-size:150%;
	font-weight:bold;
}

#textbox a.button:link, #textbox a.button:visited {
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #468123;
	padding-right:20px;
	padding-left:20px; 
	padding-top:5px;
	padding-bottom:5px;
	display:inline;
	text-decoration:none;
	color:#FFFFFF;
	font-size:80%;
}
#textbox a.button:hover{
	background-image: url(images/button_bg_h.gif);
	background-repeat:repeat-x;
	color:#ffe101;
	/*border:1px solid #ffe101;*/
}
#textbox a.button2:link, #textbox a.button2:visited {
	display:block;
	width:250px;
	margin:0px;
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #468123;
	padding-right:20px;
	padding-left:20px; 
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:80%;
}
#textbox a.button2:hover{
	background-image: url(images/button_bg_h.gif);
	background-repeat:repeat-x;
	color:#ffe101;
	/*border:1px solid #ffe101;*/
}
#textbox a.button3:link, #textbox a.button3:visited {
	display:block;
	width:300px;
	margin:0px;
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #468123;
	padding-right:20px;
	padding-left:20px; 
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:80%;
}
#textbox a.button3:hover{
	background-image: url(images/button_bg_h.gif);
	background-repeat:repeat-x;
	color:#ffe101;
	/*border:1px solid #ffe101;*/
}
img.bordered {
	border:1px solid #CCCCCC;
	float:right;
	margin:10px;
}
/*
==============================
Itinerary Box Home page
==============================
*/
#itbox {
	/*display:block;*/
	width:784px;
	height:180px;
	background-image:url(images/map_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
#itbox a:link, #itbox a:visited, #itbox a:hover {
	text-decoration:none;
}
#itbox p {
	font-size:80%;
	margin-left:0px;
	padding-left:0px;
}

#itbox p.title {
	color:#468123;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	padding:0px;
	margin:1px;
	padding-left:2px;
	padding-bottom:2px;
}
#itbox p.text {
	color:#666666;
	font-size:80%;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-left:2px;
	text-align:left;
	width:150px;
	float:left;
}
#itright {
	float:right;
	width:300px;
	text-align:right;
	margin-right:50px;
}
#itleft {
	float:left;
	width:300px;
}

#top_r {
	display:block;
	width:250px;
	height:67px;
	border:1px solid #CCCCCC;
	background-image: url(images/northern_ireland.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:10px;
	padding:opx;
}
#bot_r {
	display:block;
	width:250px;
	height:67px;
	border:1px solid #CCCCCC;
	background-image: url(images/east_coast_golf.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-top:20px;
}
#top_l {
	display:block;
	width:250px;
	height:67px;
	border:1px solid #CCCCCC;
	background-image: url(images/south_west_links.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
}
#bot_l {
	display:block;
	width:250px;
	height:67px;
	border:1px solid #CCCCCC;
	background-image: url(images/west_coast_links.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:20px;
}

/*
==============================
Footer
==============================
*/
#footer {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#468123;
	text-align:center;
	color:#FFFFFF;
	font-size:70%;
	padding:0px;
	height:25px;
	padding-top:10px;
	clear:both;
}
a.footer:link, a.footer:visited {
	padding:10px;
	padding-right:2px; 
	padding-left:2px;
	color:#FFFFFF;
	text-decoration:none;
}

a.footer:hover {
	padding:10px;
	padding-right:2px; 
	padding-left:2px;
	color:#ffe101;
	text-decoration:underline;
}
/*
==============================
Link to mdwebworks site (Subfooter)
==============================
*/
#mdww {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:right;
	font-size:60%;
	color:#95bc37;
	padding-top:3px;
}
#mdww a:link, #mdww a:visited {
	color:#95bc37;
	text-decoration:none;
}
#mdww a:hover {
	color:#468123;
	text-decoration:underline;
}
img.lrftalign {
	border:1px solid #CCCCCC;
}
img.gallery {
	border:1px solid #CCCCCC;
	width:250px;
	height:188px;
	overflow:hidden;
}

/* Golf Discounts section*/

#golf_discounts {
	width:294px;
	height:100%;
	display:block;
	background-image:url(images/special_offers.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px;
	font-weight:bold;
	padding-top:50px;
	font-size:12px;
	color:#FFFFFF;
	border:1px solid #999999;
	margin:10px;
}

#golf_discounts a.golfdiscounts {
	color:#000000; 
	text-decoration:none;
}

#golf_discounts a.golfdiscounts:hover {
	text-decoration:underline;
}

