.x-post h2 small {
	position: absolute;
	right: 40px;
	top: 8px;
	text-align: right;
}

div.add_comment {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.leave_comment {
}
.leave_comment label {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	width: 110px;
	color: #111F3F;
}
.leave_comment li {
	border-bottom: 1px solid #DDDDDD;
	padding: 8px 0px;
}
.leave_comment input[type=text] {
	border: 0px;
	font-size: 13px;
	width: 170px;
}

.leave_comment .left {
	float: left;
}

.leave_comment ul.right {
	width: 600px;
	float: right;
}
.leave_comment ul.right label {
	width: 140px;
}
.leave_comment textarea {
	width: 440px;
	height: 60px;
	border: 0px;
	float: right;
	margin-right: 16px;
}

.leave_comment input[type=submit] {
	border: 0px;
	text-transform: uppercase;
	background: none;
	color: #696969;
	font-size: 14px;
}
.leave_comment input[type=submit]:hover {
	background: none;
}


#menu {
	width: 1004px;
	padding: 0px 0px 4px;
	background: url(../images/menu-navy.png) center top no-repeat;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
#menu dt a {
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	margin-right: 20px;
	padding: 6px 0px 5px;
	
	height: 16px;
	background: url(../images/top_menu.png) 0px 0px no-repeat;
}
#menu a.a1 {
	width: 45px;
}
#menu a.a1:hover {
	background-position: 0px -36px;
}
#menu a.a2 {
	width: 58px;
	background-position: -96px 0px;
}
#menu a.a2:hover {
	background-position: -96px -36px;
}
#menu a.a3 {
	width: 60px;
	background-position: -780px 0px;
}
#menu a.a3:hover {
	background-position: -780px -36px;
}
#menu a.a4 {
	width: 100px;
	background-position: -670px 0px;
}
#menu a.a4:hover {
	background-position: -670px -36px;
}
#menu a.a5 {
	width: 64px;
	background-position: -288px 0px;
}
#menu a.a5:hover {
	background-position: -288px -36px;
}
#menu a.a6 {
	width: 76px;
	background-position: -375px 0px;
}
#menu a.a6:hover {
	background-position: -375px -36px;
}
#menu a.a7 {
	width: 64px;
	background-position: -472px 0px;
}
#menu a.a7:hover {
	background-position: -472px -36px;
}
#menu a.a8 {
	width: 40px;
	background-position: -578px 0px;
}
#menu a.a8:hover {
	background-position: -578px -36px;
}

#menu dl {
	display: inline-block;
}
#menu dt:hover {
	background: url(../images/menu_hover.png);
}
#menu dd {
	position: relative;
}
#menu dd ul {
	position: absolute;
	background: url(../images/drop_down_trans.png);
	padding: 0px;
	display: none;
	z-index: 999;
	top: -7px;
}

#menu li {
	list-style: none;
	text-align: left;
	padding: 4px 8px;
	border-bottom: 1px solid #d6d6d6;
}
#menu li:hover {
	background-color: #696969;
	/* background: url(../images/drop_down_redtrans.png); */
}
#menu ul li a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
#menu ul li a:hover {
	
}

.storycontent img {
	border: 1px solid #898989;
}

.page h2 {
	background: 0px;
	color: #535353;
	font-size: 19px;
	margin-left: 4px;
}

#contact {
	font-size: 15px;
	border-top: 1px solid #dedede;
	padding-top: 8px;
	padding-bottom: 0px;
}
#contact ul {
	margin-left: -16px;
}
#contact ul li {
	list-style: none;
	padding: 4px 0px 4px 16px;
	border-bottom: 1px solid #dedede;
}
#contact .left {
	width: 370px;
}
#contact input[type=text] {
	border: 0px solid red;;
}

#contact .left,
#contact .right {
	display: inline-block;
}
#contact .right textarea {
	float: left;
	width: 340px;
	height: 182px;
}
#contact .right {
	margin-left: 32px;
	vertical-align: top
}
#contact .right ul {
	width: 520px;
}
#contact .right label {
	display: inline-block;
	width: 140px;
	float: left;
}
#contact .right li.message {
	height: 195px;
}

#contact input[type=submit] {
	background: url(../images/send_message.png) center center no-repeat;
	width: 120px;
	height: 32px;
	border: 0px;
	cursor: pointer;
}

.flash-header {
	margin: -2px 0px 0px 1px;
}

.send_to_friend label {
	color: #111F3F;
}

#vimeo_link {
	display: inline-block;
	margin-top: 8px;
	padding: 24px 32px 2px 108px;
	background: url(../images/vimeo.png) left 8px no-repeat;
	border-top: 1px solid #E0E4EC;
}

#contact label {
	color: #111F3F;
}

.w-twitter .tfooter {
	display: block;
	margin-top: 16px !important;
}