@charset "utf-8";
/* Base Styles */

html {-webkit-font-smoothing:antialiased;overflow-y:scroll}
body {background-color: #cedee6}


/* Layout */

#myCarousel {
	height: 300px;
	width: 390px;
	margin: auto;
}

.carousel {
	margin-bottom: 0;
	padding: 0;
}

.item {
	text-align: center;
}

.people-list {
	list-style: none;
	margin-left: 0;	
}

.people-list h3.name {
	font-size: 14pt;
	line-height: 10px;
}

.resource-list {
	margin-left: 0;
	list-style: none;
}
.resource-list li {
	list-style: none;
}

.shpe-header {
	background-image: url("../images/header_02.png");
	background-repeat: repeat-y;
	height: 159px;
}
.shpe-wrapper {
	background-image: url("../images/bkg.png");
	background-repeat: repeat-y;
	width: 100%;
}
.shpe-navbar {
	height: 40px;
  	padding-right: 20px;
  	padding-left: 20px;
	background-color: #F15A24;
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
	box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	background-image: linear-gradient(to bottom,#F15A24,#bc3b0c);*
}

.shpe-navbar ul{
color:white;
list-style: none;
clear: none;
margin-left: 0;
}

.shpe-navbar li {
float: left;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
color: white;
font-size: 12pt;
}

.shpe-navbar a {color: white;}
.shpe-navbar a:hover {color: silver; text-decoration: none;}

.footer {
	height:170px;
	padding-left: 30px;
	background-image:url('../images/footer.png');
	background-repeat: no-repeat;
}

/* Typography */



p {
	font-size: 14px;
	line-height:20px;
	margin-bottom:20px;
	color:#444;
}
