@charset "utf-8";
#right_bar {
	width: 305px;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/duckwoodcreativeslogan.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 70px;
	top: 0px;
	left: 0px;
	clear: right;
	float: right;
	margin-bottom: 10px;
}
#right_bar.fixed {
	z-index: -9999;
	left: 500px;
	position: fixed;
	top: 50px;
}

.right_bar_content {
	display: block;
	padding: 14px;
	height: 100%;
	float: right;
	position: relative;
}
.right_bar_content_box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #30A0A5;
	min-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding: 15px;
	width: 250px;
}
.right_bar_content_box h1 {
	text-align: right;
	font-size: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FC6;
}

.right_bar_content_box ul {
	margin: 0px;
	height: 100%;
	padding: 0px;
}

.right_bar_content_box ul  li{
	list-style-type: none;
	color: #FFC;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	list-style-position: inside;
	text-decoration: none;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	display: block;
}
.right_bar_content_box ul li:hover {
	text-align: left;
	font-weight: bold;
	color: #FF9;
	background-color: #1A4958;
	padding-left: 8px;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.right_bar_content_box li {
	margin: 0px;
	padding: 0px;
}


.right_bar_content_box p {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#addBox {
}
.add_box {
	width: 118px;
	height: 118px;
	float: left;
	border: 1px solid #FFF;
}
.right-fb {
	float: left;
	overflow: hidden;
	clear: both;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
iframe {
	display: block;
	background-color: #FFF;
}
.dw_box {
	background-image: url(../images/duckwoodcreativeslogan.png);
	background-repeat: no-repeat;
	width: 310px;
	height: 92px;
}
.right_bar_picture {
	display: block;
	padding: 14px;
	height: 100%;
	float: right;
}
.right_bar_picture_box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 15px;
	background-color: #30A0A5;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 250px;
}
.right_bar_picture_box img {
	border: 1px solid #e2e2e2;
}

