/*
-----------------------------------------------
Braemar Lodge styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 748px;     /* set width of site */
	margin: 20px auto;
	text-align: left;
	padding: 0;
}

/* Links
----------------------------------------------- */
a { color: #BA9A23; text-decoration: none; font-weight:bold; }
a:link { color: #BA9A23; text-decoration: none;}
a:visited { color: #BA9A23; }
a:hover { color: #BA9A23; text-decoration: underline;}
a:active { color: #BA9A23; text-decoration: none;}



/* Text
----------------------------------------------- */

p {
	margin: 0;
	padding: 0.6em 0;
	line-height: 130%;
}

h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #5C6224;
}

h2 {
	font-size:12px;
	margin:0;
	padding: 0;
	color: #5C6224;
}

h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #474645;
}

h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #9E9B96;
}

hr {
	 color: #CFC7B8;
	 height: 1px;
	 border-top: 1px dashed #CFC7B8;
	 border-bottom: 0;
	 border-left: 0;
	 border-right: 0;
	 width: 90%;
	 text-align: center;
}


/* Menu
------------------------------------------------- */

#menu {
	margin: 0 0 0 10px;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu li {
	float: left;
	margin: 0;
}

#menu li a {
	display: block;
	text-indent: -1000em;
	padding:0;
	margin:0;
	color: #474645;
	height: 22px;
}

#menu li a:hover {
	text-decoration: none;
	color: #CCB52B;
}

#navhome {			width: 55px;	background: url(../img/navhome.gif) 0 0 no-repeat;}
#navfacilities {	width: 92px;	background: url(../img/navfacilities.gif) 0 0 no-repeat;}
#navbooking {		width: 87px;	background: url(../img/navbooking.gif) 0 0 no-repeat;}
#navbraemar {		width: 87px;	background: url(../img/navbraemar.gif) 0 0 no-repeat;}
#navcontact {		width: 85px;	background: url(../img/navcontact.gif) 0 0 no-repeat;}

#navhome:hover {			background: url(../img/navhome.gif) 0 -22px no-repeat;}
#navfacilities:hover {	background: url(../img/navfacilities.gif) 0 -22px no-repeat;}
#navbooking:hover {		background: url(../img/navbooking.gif) 0 -22px no-repeat;}
#navbraemar:hover {		background: url(../img/navbraemar.gif) 0 -22px no-repeat;}
#navcontact:hover {		background: url(../img/navcontact.gif) 0 -22px no-repeat;}

/* Left Column
------------------------------------------------- */
#left {
	width: 146px;
	float: left;
	margin: 0;
	padding: 0;
}

#left h3 {
	margin: 0 0 8px 0;
}

#left ul {
	padding: 0;
	margin: 0;
}

#left ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 6px;
}

/* Right Column
------------------------------------------------- */

#right {
	width: 172px;
	float: left;
	margin: 0;
	padding: 0 15px 0 15px;
}

#right h3 {
	margin: 0 0 5px 0;
}

#right p {
	color: #473E30;
}


/* Main Column
------------------------------------------------- */

#main {
	width: 368px;
	float: left;
	border-left: 1px solid #CFC7B8;
	border-right: 1px solid #CFC7B8;
	margin:0;
	padding: 0 15px 0 15px;
}

#main h1 {
	margin: 16px 0 2px 0;
}

#main h2 {
	margin: 0px 0px 12px 0;
}

/* Rest
------------------------------------------------- */

#logoholder {
	margin: 0 0 10px 10px;
}



#columnholder {
	width: 748px;
	clear: both;
}

#header {
	width: 748px;
	height: 184px;
	margin: 8px 0 0 0;
	background: url(../img/header.jpg) top center no-repeat;
}
#footer {
	width: 748px;
	height: 8px;
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(../img/footer.jpg) top center no-repeat;
}
