/*
Author: Mahbir THUKRAL
Email: contact@mahbir.com
Copyright: FGM National Clinical Group
Original created: Sunday 01 May 2011
Last updated: Sunday 01 May 2011
*/


/* PAGE LAYOUT */

body{
	background-color: #FFFFFF;
	background-image: url(images/header_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma;
	margin-top: 124px;

}

#menu {
	text-align: center;
	padding-left: 182px;
	margin: 0 auto;

}


/*------------WELCOME BANNER--------------*/

#welcomebanner{
	width: 820px;
	text-align: left;
	margin: 0 auto;
	margin-top: 130px;
}



/*------------NEWS SCROLLER--------------*/

#newsfeedtitle{
	background-image: url(images/title_latest_news.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 830px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0;
	border: 0;
	margin-top: 14px;
}

#newsfeedframe{
	width: 830px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0;
	border: 0;
	margin-top: 30px;
}

#newsfeedbox{
	background-color: #e2c8e0;
	width: 822px;
	height: 100px;
	padding: 14px;
	text-align: center;
	opacity: 0.4; filter:alpha(opacity=40);
	position: absolute;
	margin: 0 auto;
	left: 50%;
	margin-left: -430px;
}


#newsfeed {
	width: 810px;
	height: 70px;
	text-align: left;
	font-size:12px;
}

#news {
	text-align: left;  
	font-size:12px;
	color: #733c7d;
	line-height: 18px;
}

#news a:visited, a:link{
	color: #733c7d;
	text-decoration: none;
}

#news a:hover{
	color: #733c7d;
	text-decoration: underline;
}


/*------------SIDE BAR--------------*/

#featuretitle {
	text-align: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;

}

#featuretitle a:hover, a:visited, a:link{
	color: #808080;
	text-decoration: none;
}






/*------------SIDE BAR--------------*/

#sidebar_single {
	background-color: #e2c8e0;
	width: 200px;
	height: 70px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	float: center;
	opacity: 0.4; filter:alpha(opacity=40);
}

#sidebar_whoweare {
	background-color: #e2c8e0;
	width: 200px;
	height: 170px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	float: center;
	opacity: 0.4; filter:alpha(opacity=40);
}

#sidebar_fgminformation {
	background-color: #e2c8e0;
	width: 200px;
	height: 190px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	float: center;
	opacity: 0.4; filter:alpha(opacity=40);
}

#sidebar_getinvolved {
	background-color: #e2c8e0;
	width: 200px;
	height: 150px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	float: center;
	opacity: 0.4; filter:alpha(opacity=40);
}

#sidebar_resourcelibrary {
	background-color: #e2c8e0;
	width: 200px;
	height: 150px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	float: center;
	opacity: 0.4; filter:alpha(opacity=40);
}


#sidebarcontents {
	width: 200px;
	text-align:left;
	overflow: hidden;
	position: absolute;
	margin: auto;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;

}

#sidebartitle {
	padding: 18px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	line-height: 8px;
	color: #733c7d;
}

#sidebarsubtitle {
	font-family: Tahoma;
	font-weight: none;
	font-size:12px;
	margin-top: -14px;
	text-indent: 30px;
	line-height: 8px;
	color: #733c7d;
}

#sidebarsubtitle a:visited, a:link{
	color: #733c7d;
	text-decoration: none;
}

#sidebarsubtitle a:hover{
	color: #733c7d;
	text-decoration: underline;
}

#addthis {
text-align: center;
text-indent: 30px;
}

/*------------SECTION TITLE--------------*/

#sectiontitle {
	text-align: left;
	margin-top: -24px;

}

/*------------BODY CONTENT--------------*/

#bodytitle {
	text-align: left;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #808080;
}

#bodytitle a:visited, a:link{
	color: #808080;
	text-decoration: none;
}

#bodycopy {
	text-align: left;
	font-family: Tahoma;
	font-weight: none;
	font-size:12px;
	line-height: 16px;
	color: #808080;
	margin-top: 0;
	margin-bottom: 0;
}
  
#bodycopy a:visited, a:link{
	color: #733c7d;
	text-decoration: none;
}

#bodycopy a:hover{
	color: #733c7d;
	text-decoration: underline;
}

#bodymargin {
	margin-left: 50px;
}

#bodyindent {
	text-indent: 10px;
}

#bodycaption {
	text-align: left;
	font-family: Tahoma;
	font-weight: none;
	font-size:10px;
	line-height: 16px;
	color: #808080;
}

/*------------TABS--------------*/

.shadetabs{
padding: 3px 0;
padding-top: 8px;
margin-left: 0px;
text-indent: 8px;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: #f3e9f3;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 0px;
color: #733c7d;
}

.shadetabs li a:visited{
color: #733c7d;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #733c7d;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/tab_active.png);
border-bottom-color: white;
color: #808080;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/*------------BORDER--------------*/

#border {
	border-top: solid;
	border-bottom: solid;
	border-color: #733c7d;
	border-width: 1px;
	max-width: 970px;
}



/*------------FOOTER--------------*/

#strapline {
	width: 820px;
	height: 150px;
	text-align: center;
	background-image: url(images/strapline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
}


#footer {
	width: 812px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;  
}

#ft1 {
	text-align: center;  
	font-size:12px;
	color: #733c7d;
	line-height: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#ft1 a:visited, a:link{
	color: #733c7d;
	text-decoration: none;
}

#ft1 a:hover{
	color: #733c7d;
	text-decoration: underline;
}

#ft2 {
	text-align: center;  
	font-size:10px;
	color: #733c7d;
	line-height: 16px;
	font-weight: none;
}