body {
	padding: 0;
	margin: 0;
	border: 0;
	background: #4c6d9e;
	font: 13px/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font: 36px/1 Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 0.5em;
	color: #4c6d9e;
	font-weight: normal;
}

h2 {
	font: 15px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0.8em 0;
	color: #4c6d9e;
}

p {
	margin: 0;
	padding: 0 0 0.9em;
}

a {
	color: #4c6d9e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#trosgol-wrapper {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
}

/* ----------- setup of white box and shadows -------------------*/

#shadow-top {
	width: 970px;
	height: 5px;
	margin: 25px auto 0 auto;
	background: url('images/shadow-top.png');
}

#shadow-left {
	width: 970px;
	margin: 0 auto;
	background: url('images/shadow-left.png') repeat-y;
}

#shadow-right {
	margin-left: 5px;
	background: url('images/shadow-right.png') right repeat-y;
}

#trosgol-bulk {
	margin-right: 5px;
	background: white;
	padding: 10px;
	position: relative;
}

#shadow-bottom {
	width: 970px;
	height: 5px;
	margin: 0 auto;
	background: url('images/shadow-bottom.png');
}

/*---------- content elements ------------- */

#header-slideshow {
	width: 940px;
	height: 181px;
	background: url('images/header-slide-1.jpg');
	position: absolute;
	top: 10px;
	left: 10px;
}

.alt {
	display: none;
}

a.contact-link {
	display: block;
	width: 400px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;	
}

#navigation-bar {
	height: 25px;
	background: #4c6d9e;
	position: absolute;
	top: 201px;
	left: 10px;	
}

#navigation-bar ul {
	height: 25px;
	width: 940px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation-bar ul li {
	display: inline;
}

#navigation-bar ul li a {
	float: left;
	display: block;
	font-size: 15px;
	margin: 0 10px;
	padding: 0 10px;
	color: white;
	line-height: 25px;
}

#navigation-bar ul li a:hover {
	text-decoration: none;
	background: #8ba3c7;
}

#trosgol-main {
	background: url('images/bulk-bg.gif') repeat-y;
	margin-bottom: 10px;
	margin-top: 226px;
}

#trosgol-content {
	float: left;
	width: 640px;
	padding: 20px;
}

#trosgol-sidebar {
	float: right;
	width: 240px;
}

.sidebar-availability {
	width: 240px;
	height: 110px;
	background: url('images/rates-on.jpg');
	margin-bottom: 10px;
}

.sidebar-availability a {
	display: block;
	width: 240px;
	height: 110px;
	background: url('images/rates.jpg');
}

.sidebar-availability a:hover {
	background: url('images/rates-on.jpg');
}

.sidebar-fawr {
	width: 240px;
	height: 181px;
	background: url('images/fawr-on.jpg');
	margin-bottom: 10px;
}

.sidebar-fawr a {
	display: block;
	width: 240px;
	height: 181px;
	background: url('images/fawr.jpg');
}

.sidebar-fawr a:hover {
	background: url('images/fawr-on.jpg');
}

.sidebar-fach {
	width: 240px;
	height: 170px;
	background: url('images/fach-on.jpg');
	margin-bottom: 10px;
}

.sidebar-fach a {
	display: block;
	width: 240px;
	height: 170px;
	background: url('images/fach.jpg');
}

.sidebar-fach a:hover {
	background: url('images/fach-on.jpg');
}

.sidebar-findus {
	width: 240px;
	height: 100px;
	background: url('images/findus-on.jpg');
	margin-bottom: 10px;
}

.sidebar-findus a {
	display: block;
	width: 240px;
	height: 100px;
	background: url('images/findus.jpg');
}

.sidebar-findus a:hover {
	background: url('images/findus-on.jpg');
}

#trosgol-footer {
	height: 25px;
	background: #4c6d9e;
}

#trosgol-footer p {
	line-height: 25px;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	color: white;
}

#trosgol-footer p a {
	color: white;
}


/* ----- House Navigation ----- */

ul.house-links {
	margin: 0 0 10px 0;
	padding: 3px 10px;
	list-style: none;
	background: #975;
	color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.house-links li {
	display: inline;
}

ul.house-links li a {
	color: #fff;
	padding-left: 20px;
}

/* ---- home page ---- */

h1.home-main-title {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

h2.home-sub-title {
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
	font-style: italic;
}

.welsh {
	font-style: italic;
	color: #666;
}

.home-promo {
	border: solid 2px #300;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	background: #c00;
	text-align: center;
	padding: 15px;
	margin: 10px 0;
}

.home-promo h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
}

.home-property-name {
	color: #4c6d9e;
	font-weight: bold;	
}
