.image-background-selector .background-selector-inner
{
	margin-left:auto;
	margin-right:auto;
	width:150px;
	text-align:center;
}
.background-selector-inner a
{
	height:11px;
	width:11px;
	display:inline-block;
	background-image:url(/media/images/home/image-button-bg.png);
	background-position:-11px 0;
	background-repeat:no-repeat;
	margin-right:2px;
	margin-left:2px;
}
.background-selector-inner a.selected
{
	background-position:0 0;	
}
.homepage-left-column
{
	float:left;
	width:690px;
	margin-left:20px;
	margin-top:5px;
}

.homepage-right-column
{
	float:right;
	width:210px;
	margin-right:10px;
}
.homepage-lower-bar
{
	text-align:right;
	clear:both;
	margin-left:20px;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	height:109px;
}
.homepage-lower-bar a
{
	float:right;
}
.homepage-item-left
{
	text-align:left;
	width:690px;
	height:230px;
	margin-top:35px;
}
.homepage-item-left img
{
	margin-top:2em;
	float:right;
}
.homepage-item-text
{
	float:left;
	width:390px;
	font-style:italic;
	font-size:0.85em;
	font-family:'Times New Roman', serif;
	line-height:1.5em;
}
.homepage-item-header
{
	font-style:normal;
	font-family: "LinuxLibertineORegular",Palatino,serif;
	position:relative;
	font-size:1.5em;
	margin:15px 0;
}

.homepage-item-header h2
{
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:1em;
}

.homepage-item-header .item-grad
{
	position:absolute;
	top:0;
	left:0;
	background-image:url(/media/images/home/grad-title.png);
	width:100%;
	height:48px;
}

.homepage-item-right .homepage-item-text
{
	float:right;
}

.homepage-item-separator
{
	clear:both;
	width:500px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #B4B4B4;
}

.homepage-left-column a
{
	color: #138811;
  text-decoration: underline;
}

.homepage-item-right
{
	text-align:right;
	width:690px;
	height:230px;
}

.homepage-item-right img
{
	margin-top:2em;
	float:left;
}

.homepage-right-column a span
{
	display:none;
}

.homepage-lower-bar a span
{
	display:none;
}

a#top-100-courses
{
	background-image:url(/media/images/home/top-100-courses-in-britain-and-ireland.jpg);
	background-repeat:no-repeat;
	width:210px;
	height:467px;
	display:block;
}

a#top-100-courses:hover
{
	background-position:-210px 0;
}

a#latest-news-members
{
	background-image:url(/media/images/home/members-section.jpg);
	background-repeat:no-repeat;
	width:497px;
	height:109px;
	display:block;
	margin-right:8px;
}

a#latest-news-members:hover
{
	background-position:-497px 0;
}

.page-output-inner
{
	padding-top:0;
	overflow: hidden;
}

ul#stop-press
{
	padding:0;
	margin:0;
	list-style-type:none;
}

/* News ticker classes */
/* Ticker Styling */
#ticker-wrapper.has-js {
	display: block;
	font-size: 14px;
}
#ticker {
	width: 900px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top:2px;
	margin-left:30px;
}
#ticker-title {
  width:135px;
	text-transform: uppercase;
	color:#025C00;
}
#ticker-content {
	margin: 0px;
	position: absolute;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
	font-weight:normal;
	font-family:sans-serif;
	font-size:0.85em;
	margin-top:2px;
}
#ticker-content:focus {
	none;
}
#ticker-content a {
	text-decoration: none;	
	color: #333;	
}

#ticker-content a span
{
	color:#025C00;
}
#ticker-content a:hover span {
	text-decoration:underline;
}
#ticker-swipe {
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 800px;
	height: 18px; 
}
#ticker-swipe span {
	margin-left: 1px;

	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('../images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('../images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('../images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('../images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left #ticker-swipe {
	left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
    float: left;
}
.left #ticker-controls {
    padding-left: 6px;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}

/* homepage layout for right colum and lower bar*/
a#latest-news-members.homepage {
	background-image: url(/media/images/home/members-section2.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 109px;
	display: block;
}
a#play-the-courses.homepage {
  background-image: url(/media/images/home/play-the-courses2.jpg);
  background-repeat: no-repeat;
 /* width: 210px;*/
  height: 154px;
  display: block;
}

.homepage-lower-bar a {
	float:right;
}

#play-the-courses.homepage {
	width:148px;
	
}
#course-flyovers.homepage{
	width:200px;
	
} 
#latest-news-members.homepage{
	width:210px;
	
}
#play-the-courses.homepage, #course-flyovers.homepage, #latest-news-members.homepage{
	margin: 0 52px 0 0;
} 

a#latest-news-members:hover{
	background-position: -210px 0;
}
a#play-the-courses:hover {
	background-position: -148px 0;
}


/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */


}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */

	.page-output-bg-header, .page-output-bg-footer{
		width:100%;
	}
	.homepage-item-left{
		width: 100%;
	}
	.homepage-item-right{
		width: 100%;
	}
	.homepage-item-text {
		font-size: 1.5em;
		font-style: italic;
		width: 90%;
	}
	.homepage-item-left img{
		float:left;
		width: 90%;
	}
	.homepage-item-right img{
		float:left;
		width: 90%;
	}	
	.homepage-item-separator{
		width:90%;
	}


}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767px) {
/* Styles */

	.page-output-bg-header, .page-output-bg-footer{
		width:100%;
	}
	.homepage-item-left{
		width: 100%;
		/*padding-left: 3%;*/
	}
	.homepage-item-right{
		width: 100%;
		/*padding-left: 3%;*/
	}
	.homepage-item-right .homepage-item-text{
		float:left;
	}
/*	.homepage-item-right{
		text-align: left;
	}*/
	.homepage-item-text {
		font-size: 1.5em;
		font-style: italic;
		width: 90%;
	}
	.homepage-item-left img{
		float:left;
		width: 90%;
	}
	.homepage-item-right img{
		float:left;
		width: 90%;
	}	
	.homepage-item-separator{
		display:none;
		width:90%;
	}
	.homepage-left-column{
		width: 100%;
		margin:0;
		font-size: 0.8em;
		padding-left:5%;
	}
	.homepage-right-column{
		float: left;
	}
	.homepage-right-column a{
		float:left;
		margin-left: 30%;
	}
	 .homepage-lower-bar{
	/*	width:100%;*/
		padding-left: 15%;
	}
	a#latest-news-members, a#course-flyovers, a#atlantic-links{
		float:left;
	}
	a#latest-news-members{
		zoom:1;
	    -moz-transform:scale(1);
	    -moz-transform-origin: 100% 100%;
	    margin-left:auto;
	    margin-right:auto;
	}
	#play-the-courses.homepage, #course-flyovers.homepage, #latest-news-members.homepage{
		float: left;
		display: block;
		margin: 0 auto;
	}
	#course-flyovers.homepage{
		zoom:1.05;
	    -moz-transform:scale(1.05);
	    -moz-transform-origin: 105% 105%;
	}
	a#play-the-courses.homepage{		
	   display:none;
	   height: 135%;
	}	
	#top-100-courses-england{
		max-width: 200%;
	}
}

@media only screen and (min-device-width : 376px) and (max-device-width : 767px) {
	.homepage-right-column, .homepage-lower-bar{
			height:90%;
			width:98%;
			padding-top:10%;
			padding-left: 2%;
			margin-right: 0;
			margin-left: 0;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}