.shout-out-container {
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #D02839;
	background-image: url(../assets/trims/shout-out-bottom-right-trim.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 100%;
}

.shout-out-body {
margin:10px;
}

.shout-out-h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -0.1em;
	margin-right: 5px;
	margin-left: 5px;
}


.contact-panel-container {

}
.contact-panel-body {
	padding: 5px;
	font-size: 0.85em;
	line-height: 1.1em;
}
.press-once-container {
	height: 120px;
	width: 100%;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
	margin-top: 5px;
}

.press-once-graphic {
	display: block;
	height: 120px;
	width: 100%;
	float: none;
	clear: both;
}

.press-once-graphic a {
	background-image: url(../assets/interactive-images/press-once.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	height: 120px;
	width: 100%;
	border-bottom-style: none;
	float: none;
}

.press-once-graphic a:hover {
	background-image: url(../assets/interactive-images/press-once.png);
	background-repeat: no-repeat;
	background-position: center -120px;
	border-bottom-style: none;
}

.client-login-container {
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../assets/trims/client-login-bottom-right-trim.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 100%;
}

.client-login-body {
margin:10px;
}

.client-login-h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -0.1em;
	margin-right: 5px;
	margin-left: 5px;
}

.contact-points {
	clear:both;
	float:left;
	font-size:0.80em;
	font-weight:normal;
	width:100%;
}

.telephone-number {
background-image:url("../assets/icons/contact/telephone-icon.png");
background-position:left center;
background-repeat:no-repeat;
float:right;
margin-right:0;
padding-left:32px;
}

.telephone-number {
	background-image:url("../assets/icons/contact/telephone-icon.png");
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	margin-right:0;
	padding-left:32px;
}

.email-address {
	background-image:url("../assets/icons/contact/email-icon.png");
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	margin-right:0px;
	padding-left:32px;
	clear: left;
}

.address-panel {
	background-image:url("../assets/icons/contact/address-icon.png");
	background-position:left 2px;
	background-repeat:no-repeat;
	float:left;
	font-size:0.80em;
	line-height:1.35em;
	margin-top:5px;
	padding-left:32px;
	text-align:left;
}

.ideamode-tweets {
	float: left;
	width: 280px;
	border: 1px dotted #5D9D15;
	background-image: url(../assets/modules/twitter/twitter-panel-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}
.twitter-follow-us {
	float: right;
	height: 27px;
	width: 220px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}

.twitter-follow-us a{
	border: none;
}	



.twitter-update-body {
	float: right;
	width: 220px;
	margin-right: 5px;
	height: 100px;
}
.tweet-post-text {
	font-size: 0.8em;
	color: #333333;
	line-height: 1.2em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.tweet-permalink {
	font-size: 0.70em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: right;
	clear: both;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
