/* GLOBALS */
#country option {
	color:#333;
}
h2 {
 font-weight:normal;	
}
#top_content h3 {
	font-size: 20px;
	font-weight:lighter;
	padding-top:4px;
	
}
.tc_divs {
	color:#ffffff;
}
.tc_divs ul {
	list-style: none;
}
.tc_divs li, .tc_divs p {
	font-size:.8em;
}
.tc_divs a {
	color:#ffffff;
	text-decoration:none;
}
.tc_divs a:hover {
	color:#70c6a1;
}
#footer {
	font-size: .8em;
}
#footer p {
	color:#222222;
}
#footer a {
	color:#333333;
	text-decoration:none;
}
#footer a:hover {
	color:#2f7daa;
}
/*  MAIN_CONTENT div's LAYOUT AND STYLES */
/* globals */
#main_content p {
	color:#333333;
	font-size:.8em;
}
#main_content h2 {
	color:#2f7daa;
}
#main_content h3 {
	font-size:.9em;
	color:#2f7daa;
}
#main_content a {
	color:#2f7daa;
}
#main_content a:hover {
	color:#70c6a1;
}
/* HOME */
#main_content #mc_home_left {
	float:left;
	width:408px;
	height:100%;
	border-right:1px solid #cccccc;
	padding:20px;
}
#main_content #mc_home_right {
	position:relative; /* needed for absolutely pos mc_logo */
	float:left;
	width:429px;
	height:100%;
	padding:10px;
	border-left:1px solid #cccccc;
	margin-left:-1px;
}
#main_content #mc_home_right .mc_logo {
	position:absolute;
	bottom:-108px;
	right:0px;

}
#main_content #mc_home_right .logo_grid {
	padding-top:10px;	
}

/* CENTRES */
#main_content #mc_centres_left {
	float:left;
	width:380px;
	height:100%;
	padding:20px;
	border-right:1px solid #cccccc;
}
#main_content #mc_centres_left p {
	font-size:.8em;	
}
#main_content #mc_centres_right {
	float:left;
	width:450px;
	height:100%;
	padding:10px;
	border-left:1px solid #cccccc;
	margin-left:-1px;	
}
/* MEDICAL CENTRES & mcr divs */
/*.mcr_text {
	text-align:center;
	font-style:italic;
	color:2f7daa;
	font-size:.9em;	
}*/
/* SPONSORS */
#main_content #mc_sponsors_left {
	float:left;
	width:380px;
	padding:20px;
	border-right:1px solid #cccccc;
}
#main_content #mc_sponsors_left ul {
	padding-left:20px;
	font-size:.8em;
	color:#333333;
}
#main_content #mc_sponsors_right {
	float:left;
	width:450px;
	height:100%;
	padding:10px;
	border-left:1px solid #cccccc;
	margin-left:-1px;
}

/* top_content overlays */
#d1, #d2, {
	text-align:left;
	padding:20px;
}
#d1 ul {
	padding-left:10px;	
}
#d1 p, #d1 ul, #d2 p, #d3 p {
	color:#333333;
}
/* JQUERY OVERRIDES */
#header .ui-button {
	font-size:.8em!important;
	
}
#d2 {
	background-image:url(../images/bg_grad_popup.jpg);
	
}
#d1 {
	/*background-image:url(../images/bg_grad_popup.jpg);*/
	
	
}

#st {
	font-size:1em!important;	
}
#main_content #contact_us1 {
	font-size:.8em;
	background-image:url(../images/bg_grad_popup.jpg);	
	background-repeat:repeat-x;
	padding:20px;
}