@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	background:#fff url(logos/cs-bg.jpg) center top no-repeat;
	font-size:80%;
}
#wrapper {
	width:100%;
	margin:50px auto;
	text-align:center;
}
#logo {
	display:block;
	background:url(logos/yondershore-o-logo.png) top center no-repeat;
	width:222px;
	height:222px;
	margin:0px auto;
}
#samples {
	margin:10px auto;
	width:800px;
	text-align:center;
}
h2 {
	font-weight:normal;
}
h2 .grey {
	color:#777;
	text-transform:lowercase;
	font-weight:bold;
}
#samples #image_rotate {
	padding:20px 0;
	background:url(archive2009/images/samples/samples-bg.png) top center no-repeat;
}
#samples #image_rotate ul {
	margin:0 auto;
	width:400px;
	border:1px solid #999;
	list-style:none;
	list-style-type:none;
}
#samples #image_rotate li {
	list-style:none;
	list-style-type:none;
	display:block;
	float:left;
	margin:2px;
	padding:2px;
	border:1px solid #222;
}
#samples p {

}
#samples a {

}
#samples a:hover {

}

#mission {
	margin:0 auto;
	text-align:center;
	width:800px;
}
#mission p {
	text-align:justify;
	width:380px;
	line-height:1.5em;
	color:#222;
	float:left;
	padding:3px 10px;
	font-size:1.0em;
}
#mission p .margin {
	margin-right:10px;
}
#footer {
	margin:0px auto;
	text-align:center;
	width:100%;
	height:auto;
	border-top:3px solid #999;
	background:url(logos/footer.jpg) top center no-repeat;
}
.contents {
	padding:15px;
	width:900px;
	margin:0px auto;
	height:100px;
	
}
.clear {
	clear:both;
}
#Highslide_1 {
	background-color:#000;
	height:300px;
}
.imageflow {
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #000;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
.sticker {
	float:left;
	margin:7px;
	width:250px;
	height:auto;
	padding-top:200px;
}
	.blue {
		background:url(bobsticker/images/bob-shad-blue-home.png) top center no-repeat;
	}
	.green {
		background:url(bobsticker/images/bob-shad-green-home.png) top center no-repeat;
	}
	.pink {
		background:url(bobsticker/images/bob-shad-pink-home.png) top center no-repeat;
	}
	.bob {
		height:auto;
		background-color:#000;
		margin-bottom:0;
	}
.pink-btn {
	width:auto;
	height:auto;
	background-color:#ff0099;
	padding:4px;
	margin:4px;
	border:2px solid #333333;
	display:inline-block;
	color:#FFFFFF;
}
.pink-btn:hover {
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer;
}
.green-btn {
	width:auto;
	height:auto;
	background-color:#669900;
	padding:4px;
	margin:4px;
	border:2px solid #333333;
	display:inline-block;
	color:#FFFFFF;
}
.green-btn:hover {
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer;
}
.blue-btn {
	width:auto;
	height:auto;
	background-color:#0066CC;
	padding:4px;
	margin:4px;
	border:2px solid #333333;
	display:inline-block;
	color:#FFFFFF;
}
.blue-btn:hover {
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer
}

a {
	text-decoration:none;
	color:#325EAE;
	font-weight:bold;
	font-variant:small-caps;
	font-size:1.1em;
}
a:hover {
	color:#202737;
}