/* 
	main_style.css 
	Style Sheet for the main part
*/
a,a:visited {
	color: #1c58c4;/*#000;*/
}
 a:hover {
  color: #89C458;
}

#main_hdr {
	background: transparent url(images/homepage/main_top_bg.gif) scroll no-repeat center top;
	height:29px;
}
#main_mid {
	background: transparent url(images/homepage/main_mid_bg.gif) scroll repeat-y center top;
	min-height:200px;
}
#main_ftr {
	background: transparent url(images/footer.gif) scroll no-repeat center top;
	height:129px;
}


#main_mid_content {
	width: 980px;
	margin: 0 auto;
}
#main_mid_left {
	float: left;
	width: 740px;
	xxxmargin: 0 0 0 15px;
	padding: 0 0 0 40px;
	text-align: left;
}
#main_mid_right {
	float: left;
	width: 170px;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	color: #002864;
	display: inline;
}
#static_full {
	float: left;
	width: 910px;
	margin: 0 0 0 15px;
	padding: 0 0 0 4px;
	text-align: left;
}
#static_text {
	padding: 20px 0 0 0;
	font-size: 13px;
}
#static_text h1,#static_text p {
  margin-left:0px;
}
#static_left, #static_white {
  width:700px;
	min-height:50px;
	float:left;
	padding-right:0px;
	margin-left:7px;
}
#static_right, #static_grey {
	min-height:50px;
  margin-left:3px;
	margin-right:11px;
  width:155px;
	float:left;
}
#static_right li, #static_grey li {
  margin-left:20px;
}
#static_left, #static_white ul {
  padding-left:30px;
}
#static_white td {
  text-align:center;
}

div.clear {
	clear: both;
}

/* Pictures in right hand side of homepage */
#main_mid_right  div{
	width: 125px;
	text-align: center;
	background-color: transparent;
	font-weight: bold;
	letter-spacing: -1px;
	font-size:15px;
}
#main_mid_right  div p{
	margin: 5px 0 0 0;
}
#latest_news {
	margin: 0 0 0 30px;
}
#newsletter, #features, #editor_of_week {
	margin: 15px 0 0 0px;
}

/* Text in left hand side of homepage */
#content_text {
	padding: 0px 70px 0 0;
	font-size: 13px;
}
#content_text h1 {
	font-size: 20px;
	color: #002864;
	margin-left:0px;
	margin-top:0px;
}
#content_text p {
	line-height: 18px;
	margin-left:0px;
}
#content_text p.text_intro {
	font-weight: bold;
	font-style: italic;
}

/* Topics in left hand side of homepage */
#content_topics {
	padding: 20px 0 0 0;
	
	/* IE HACK to control the height of this div */
	bzorder-bottom: 1px solid transparent;	
}
#content_topics  div{
	float: left;
	width: 160px;
	height: 323px;
	padding: 0 11px 0 0;
	background-repeat: no-repeat;
}
#content_topics  div p{
	margin: 0px 0 0 8px;
	width: 148px;
	font-family: tahoma;
	font-size: 12px;
}
#content_topics  div form {
	margin: 46px 0 0 16px;
}
#content_topics  div form option{
	font-family: tahoma;
}
.topics_spacer {
 margin-right:0px;
 cursor:pointer;
}
#topic_health {
	background-image: url(images/homepage/topic_health.jpg);
}
#topic_keeping_well {
	background-image: url(images/homepage/topic_keeping_well.jpg);
}
#topic_medication {
	background-image: url(images/homepage/topic_medication.jpg);
}
#topic_clinical_excellence {
	background-image: url(images/homepage/topic_clinical_excellence.jpg);
}
.topic_dropdown {
  width:135px;
	padding-left:16px;
	pxxadding-right:46px;
	padding-top:48px;
}	
.topic_dropdown_option {
  background-color:white;
	border:1px solid;
  margin-left:30px; 
  width:300px;
	position:absolute;
	z-index:99;
	overflow:auto;
	display:none;
}
.topic_dropdown_option a {	
	font-weight:normal;
}

/*mailchimp tweaks*/
#mc_signup_form .mc_input { width:250px; }
.mc_custom_border { width:330px; }
#mc_signup_container {margin-top:20px;}

#alignleft {
  text-align:left;
}
#alignleft td {
  text-align:left;
}