

/* ALL ROUNDED CORNER BOXES */

.rounded-10
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rounded-5
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #aeb4b3;
}

/* SIDEBAR */

#sidebar .widget
{
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}

#sidebar .widget p
{
	font-size: 11px;
}

#sidebar h2
{
	font-size: 20px;
	margin: 0 0 10px 0;
}

#sidebar .widget li a
{
	padding: 3px 0px 3px 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 center;
	text-decoration: none;
}

#sidebar .widget li a:hover
{
	text-decoration: none;
}

#sidebar .widget li a.current_page_item
{
	font-weight: bold;
}

#sidebar .widget ul
{
	padding: 0;
	margin-left: 2px;
}

#sidebar .widget li
{
	list-style: none;
}

#sidebar .widget ul ul
{
	padding: 0 0 0 10px;
	margin-left: 2px;
}

/* Homepage Slideshow */

#slideshow-wrapper
{
	width: 620px;
	height: 458px;
	position: relative;
	overflow: hidden;
}

#slideshow
{
	z-index: 1;
}

#slideshow-nav
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
	z-index: 2;
	width: 77px;
	background-image: url(../Images/Menu.png);
	background-repeat: no-repeat;
}

#slideshow-nav li
{
	float: left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 11px;
	font-style: normal;
}

#slideshow-nav li a
{
	display: block;
	text-decoration: none;
	font-size: 11px;
	margin: 0 1px;
	padding: 0;
	background-position: 0 0;
	width: 13px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 11px;
	font-style: normal;
}

#slideshow-nav li a:hover, #slideshow-nav li a.activeSlide
{
	background-position: -13px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
}

.slide
{
	position: relative;
}

.slide-image
{
	float: left;
	display: inline;
}

.slide-excerpt
{
	float: left;
	width: 420px;
	height: 300px;
	display: inline;
}


