/* Start of CMSMS style sheet 'home' */
#featured {
	display: none;
	height: 395px;
	width: 100%;
}

#featured ul {
	position: relative;
	top: 40px;
}

#featured ul li a,
#featured ul li a:focus	{ outline: 0; text-decoration: none; }

#featured .roundabout-holder 					{list-style:none; width:500px; height:300px; margin:0px auto;}
#featured .roundabout-moveable-item 			{font-size:12px!important; height:300px; width:600px; cursor:pointer; padding:5px; border:1px solid #aaa; -webkit-border-radius:5px; -moz-border-radius:5px; background:#000;}
#featured .roundabout-moveable-item img 		{height:100%; width:100%; background-color:#000; margin:0;}
#featured .roundabout-in-focus 				{cursor:auto;}
#featured .roundabout-in-focus:hover			{-webkit-box-shadow:0px 0px 30px #000; -moz-box-shadow:0px 0px 30px #000; background:#000;}
#featured .roundabout-holder span				{display:none; font-size:12px;}
#featured .roundabout-in-focus:hover span		{display:inline; position:absolute; bottom:5px; right:5px; padding:8px 20px; background:#000; z-index:999; -webkit-border-top-left-radius: 5px; -moz-border-radius-topLeft: 5px; font-size : 12px;border-left:1px solid #aaa; border-top:1px solid #aaa; }
#featured .roundabout a:active,
#featured .roundabout a:focus,
#featured .roundabout a:visited				{outline:none; text-decoration:none;}
#featured .roundabout li 						{margin:0}




#link-news {
	height: 250px;
	overflow: hidden;
}

#link-box {
}

#link-box a {
	background: #000;
	display: block;
	height: 240px;
	padding: 5px;
	position: relative;
	width: 480px;
}

#link-box a h3 {
	position: absolute;
	right: 20px;
	text-align: right;
	top: 20px;
}

#link-box a img {
	height: 100%;
	width: 100%;
}

#link-box a span {
	display: none;
}

#link-box a:hover span {
	background: #000;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	bottom: 5px;
	display: inline;
	font-size : 12px;
	padding: 8px 20px;
	position: absolute;
	right: 5px;
	z-index: 999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;
}

#link-box a {
	text-decoration: none;
}


#news-box ol {
	margin-top: 20px;
}

#news-box ol li {
	margin-bottom: 20px;
}

#news-box ol li a {
	font-weight: bold;
}




#find-us {
	height: 150px;
	font-size: 12px;
	overflow: hidden;
}

#find-us strong {
	color: #d6bc99;
}

#map img {
	margin-left: 1px;
}
/* End of 'home' */

