#main-title img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-title img#title_er {
	margin-right: 100px;
	margin-left: 10px;
}
#main-title img#title_te {
	margin-right: 190px;
	margin-left: 10px;
}
#main-title img#title_itc {
	margin-right: 140px;
	margin-left: 10px;
}

#col-emergency-room {
	float: left;
	width: 225px;
	margin-left: 10px;
}
#col-trauma-events {
	float: left;
	width: 300px;
	margin-left: 10px;
}
#col-in-the-cut {
	float: left;
	width: 385px;
	margin-left: 15px;
	background-image: url(../img/bg_in_the_cut.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
}
#col-emergency-room .box .inner-box {
	margin: 5px;
	border: 1px solid #333333;
	background-image: url(../img/bg_e_r_box.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #212121;
}
#col-emergency-room .box  a {
	margin-left: 150px;
	margin-top: 1px;
	margin-bottom: 4px;
	display: block;
}
#col-emergency-room .box {
	margin-bottom: 10px;
	border: 1px solid #333333;
}
#col-emergency-room .box .inner-box .title {
	margin: 5px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
#col-emergency-room  .box  .inner-box  .summary {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 10px;
}
#col-emergency-room  a#read-more {
	margin-left: 20px;
}
#col-trauma-events .box .inner-box {
	border: 1px solid #333333;
	background-image: url(../img/bg_e_r_box.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #212121;
	margin: 5px;
}
#col-trauma-events .box  a {
	margin-left: 220px;
	margin-bottom: 4px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
}
#col-trauma-events .box {
	border: 1px solid #333333;
	margin-bottom: 10px;
}

#col-trauma-events .box .inner-box .title {
	margin: 5px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
#col-trauma-events  .box .inner-box .summary {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 10px;
}
#col-trauma-events  .box .inner-box .thumb {
	float: left;
	height: 90px;
	width: 90px;
	margin: 5px;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: center center;
}
#col-in-the-cut #thumb_itc {
	height: 230px;
	width: 360px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 12px;
}
#col-in-the-cut .title {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
}
#col-in-the-cut .summary {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	height: 75px;
	overflow: hidden;
}


#col-in-the-cut form {
	padding: 0px;
	width: 380px;
	float: left;
	background-image: url(../img/bg_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#col-in-the-cut form fieldset{
	display: block;
	height: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#col-in-the-cut #submit-btn {
	font:700 10pt "trebuchet ms", arial, helvetica, sans-serif;
	text-transform:uppercase;
	height:25px;
	width:87px;
	color:#fff;
	cursor:pointer;
	background-image: url(../img/btn_signup.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin: 0;
}
#col-in-the-cut label {
	margin-top: 17px;
	display: block;
	margin-right: 55px;
	margin-left: 10px;
}
#col-in-the-cut #news-letter {
	font-size: 14px;
	color: #FF0000;
	margin-top: 20px;
	text-align: center;
}
