/* =Headlines
-------------------------------------------------------------- */

#slideOuter{
	background: url(../img/slide-shadow.png) left top no-repeat;
	padding: 4px 0 7px 0;
	margin-bottom: 40px;
}
#slide{
	background-color: #fbf7ed;
}

/* =Slideshow
-------------------------------------------------------------- */

#slideshow {
	margin: 10px;
}

#slideshow #pictures {
	width: 700px;
	height: 370px;
	position: relative;
}

#slideshow #pictures li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 700;
}
#slideshow #pictures li img {
	display: block; 
	position: relative; 
	bottom: 0;
}

#slideStories{
	float: right;
	width: 200px;
	margin-right: 10px;
}
#slideTitle{
	font-size: 15px;
	padding-left: 20px;
	line-height: 40px;
	color: #d5a54c;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
#slideshow #menu li {
	display: block;
	height: 40px;
	margin-left: 20px;
}

#slideshow #menu li a {
	color: #606060;
	display: block;
	line-height: 40px;
	background: url(../img/li-bottom.png) left bottom repeat-x;
}
#slideshow #menu li span{
	font-size: 16px;
	color: #f8e7ca;
	margin-right: 10px;
}
#slideshow #menu li.current a{
	color: #000;
}
#slideshow #menu li.current a span{
	color: #d5a54c;
}
#slideshow #menu li a:hover{
	text-decoration: none;
	color: #000;
}
#slideshow #menu li a:hover span{
	color: #d5a54c;
}

/* =Features
-------------------------------------------------------------- */


.featureSection h1{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

.featureSection h1 b{
	background: url(../img/icons-20.png) 20px 20px no-repeat;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 4px;
}

#news h1 b{
	background-position: 0 0;
}

#stories h1 b{
	background-position: -20px 0;
}

#services h1 b{
	background-position: -40px 0;
}

.featureSection .content{
	background-color: #f0e0c4;
	border-bottom: 1px solid #f4e4c6;
	color: #303030;
	padding: 0 1px 2px;
        font-size: 12px;
}

.featureSection .content ul{
	border: 1px solid #e6c68a;
	background-color: #fdf6eb;
	padding: 0 15px;
        height: 500px;
}

.featureSection .content ul li{
	background: url(../img/li-bottom.png) left bottom repeat-x;
	padding: 15px 0;
	line-height: 20px;
}

.featureSection .content ul li.viewMore{
	background: none;
	text-align: right;
}

.featureSection .content ul li.last{
    background: none;
}

.featureSection sup{
    font-weight: normal;
    font-style: italic;
    color: #cc0000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 10px;
    margin-left: 5px;
    background-color: white;
    padding: 3px 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

#services ul li{
    margin:0;
}

#news ul li img, #services ul li img{
    float: left;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

#news ul li p, #services ul li p{
    margin-left: 70px;
}

/*
 * =Override blockquote
 *----------------------------------------------------------------------------*/

#stories blockquote{
    margin-right: 0;
    padding-top: 0;
}

#stories blockquote .quote{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin-bottom: 10px;
    margin-right: 0;
}

#stories blockquote .author{
    font-weight: bold;
    color: #909090;
    text-align: right;
    margin-bottom: 0;
    font-size: 12px;
}


