/* ------------------ body, forms, links, and fonts ----------------- */

body {
	background-color: #ECF8EA;
	font-size: 11px; color: #827A73;
	font-family: Verdana, MS Sans Serif;
	color: #657663;
}

img { display: block; }

input, textarea {
	color: #657663; font-size: 9px;
	font-family: Verdana, MS Sans Serif;
}

a:link { 
	color: #323F40; text-decoration: underline;
	font-weight: bold;
}
a:visited { color: #323F40 }
a:hover { color: #9FAA5A }
a:active { color: white }

a.whiteToGreen:link { text-decoration: none; color: white }
a.whiteToGreen:visited { color: white }
a.whiteToGreen:hover { color: #212920; text-decoration: underline; }
a.whiteToGreen:active { color: white }

.font12 { font-size: 12px; }

.titleText { 
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.subTitleText { 
	font-weight: bold;
	font-size: 12px;
}


/* ------------------------------- layout ------------------------------ */

#mainContainer {
	left: 50%; top: 0px; width: 580px; 
	position: absolute; margin-left: -290px;
	overflow: auto;
	background-color: white;
}

#leftColumn {
	float: left; width: 147px;
	overflow: auto;
}

#rightColumn {
	float: right; width: 418px;
	overflow: auto; padding: 15px 0px 15px 15px;
	background-image: url(../img/generic/right-col-back.gif);
}

.contentPanel {
	float: left; width: 361px;
	padding: 15px 15px 1px 15px;
	background: #c5dec2 url(../img/generic/panel-top.gif) no-repeat 0 0;
}

.contentPanelBottom {
	float: left;
}

.narrowContentPanel {
	width: 173px;
	padding: 15px 9px 1px 9px;
	background: #c5dec2 url(../img/generic/narrow-panel-top.gif) no-repeat 0 0;
}

#footer {
	float: left; width: 570px; 
	text-align: center; font-size: 9px; color: white;
	padding: 5px;
	background: url(../img/generic/footer.gif) repeat-y;
}

.galleryThumb {
	float: left; padding: 0px 3px 3px 0px;
}

.galleryLarge {
	float: left; padding: 0px 0px 15px 0px;
}


/* ------------------------------ rollovers ----------------------------- */

#emailRoll a { 
	float: left; width: 168px; height: 22px; 
	text-decoration: none; 
	background: url("../img/generic/email.gif") 0 0 no-repeat;
}

#emailRoll a:hover {	background-position: 0 -22px; } 

#emailRoll a:active { background-position: 0 0px; }

#menuAccomodation a { background: url(../img/menu/accomodation.gif) no-repeat 0 0; }
#menuAvailibility a { background: url(../img/menu/availability.gif) no-repeat 0 0; }
#menuGallery a { background: url(../img/menu/gallery.gif) no-repeat 0 0; }
#menuTravel a { background: url(../img/menu/travel-to-arran.gif) no-repeat 0 0; }
#menuIsle a { background: url(../img/menu/isle-of-arran.gif) no-repeat 0 0; }
#menuLinks a { background: url(../img/menu/links.gif) no-repeat 0 0; }
#menuContact a { background: url(../img/menu/contact.gif) no-repeat 0 0; }

#menuAccomodation a, #menuAvailibility a, #menuGallery a, #menuTravel a, #menuIsle a, #menuLinks a, #menuContact a { 
	float: left; width: 147px; height: 24px; 
	text-decoration: none; 
}

#menuAccomodation a:hover, #menuAvailibility a:hover, #menuGallery a:hover, #menuTravel a:hover, #menuIsle a:hover, #menuLinks a:hover, #menuContact a:hover {	
	background-position: 0 -24px; 
} 

#menuAccomodation a:active, #menuAvailibility a:active, #menuGallery a:active, #menuTravel a:active, #menuIsle a:active, #menuLinks a:active, #menuContact a:active { 
	background-position: 0 0px; 
}






