/******************************general table style***************************/
table
{
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0cm 0cm 0cm 0cm;
	padding: 0cm 0cm 0cm 0cm;
}
td
{
	margin: 0cm 0cm 0cm 0cm;
	padding: 0cm 0cm 0cm 0cm;
}

.contenttext
{
	font-family:Verdana, Arial;
	font-size: 16px;
	color: #555555;
}

.contenttextsmall
{
	font-family:Verdana, Arial;
	font-size: 14px;
	color: #555555;
}

.contenttextlarge
{
	font-family:Verdana, Arial;
	font-size: 18px;
	color: #555555;
}

.contentheadertext
{
	font-family:Arial, Arial Rounded MT Bold;
	font-size: 25px;
	color: #480886;
}

/*****************************announcement************************************/
.announcementtext
{
	font-family:Verdana, Arial;
	font-size: 10px;
	color: #555555;
	background-color:Transparent;	
	font-weight:bold;
}
.announcementheader
{
	font-family:Verdana, Arial;
	font-size: 14px;
	color: #480886;
	background-color:Transparent;	
}

#announcementframe
{
	width:180px;
	height:180px;
	position:relative;
	top:-35px;
	border-width:0px;
	z-index:1;
}

/********************************latest events***********************************/
.latestEventsText
{
	margin:20px;
	font-family:Verdana, Arial;
	font-size: 12px;
	color: #555555;
}
.latestEventsHeader
{
	font-family:Verdana, Arial;
	font-size: 14px;
	font-weight:bold;
	color: #480886;
	background-color:Transparent;
}

/*******************main background and bottom navigation style********************/
table.outlinetable
{
	width: 994;
	text-align: center;
}
td.outlinetable-bottom
{
	color: White;
}

/************************************************search box***************************************/
.searchbox
{
	width: 120;
	height: 19;
	vertical-align: middle;
	margin: 0cm 0.2cm 0cm 0.2cm;
	font-size:x-small;
	color:#AAAAAA;
	text-align:center;
}
.searchbutton
{
	vertical-align: middle;
	margin: 0cm 0.5cm 0cm 0cm;
}

/*****************************************************donate and logo*****************************/
td.contenttable-donate
{
	vertical-align:top; 
	width:261px;
}

#logo
{
	height: 157;
	width: 261;
	background-image:url(Images/newlogo.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}
#donatebutton a
{
	background: url(Images/donate.gif) no-repeat 0px 0px;
	width: 135px;
	height:28px;
	float:left;
	position: relative;
	top: -10px;
	left: 10px;
}
#donatebutton a:hover
{
	background: url(Images/donate.gif) no-repeat 0px -28px;
}
#contactusbutton a
{
	background: url(Images/contactus.gif) no-repeat 0px 0px;
	width: 92px;
	height:28px;
	float:left;
	position: relative;
	top: -10px;
	left: 20px;
}
#contactusbutton a:hover
{
	background: url(Images/contactus.gif) no-repeat 0px -28px;
}

/******************************************suronding shade style**********************************/
table.inlinetable
{
	width: 994;
	height: 758;
}
td.inlinetable-top
{
	background-image: url(Images/bg_top.jpg);
	background-repeat: no-repeat;
	height: 34;
	width: 994;
}
td.inlinetable-left
{
	background-image: url(Images/bg_left.gif);
	background-repeat: repeat-y;
	height: 712;
	width: 48;
	vertical-align: top;
}
td.inlinetable-right
{
	background-image: url(Images/bg_right.gif);
	background-repeat: repeat-y;
	height: 712;
	width: 46;
	vertical-align: top;
}
td.inlinetable-bottom
{
	background-image: url(Images/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 12;
	width: 994;
}

/*****************************************main menu***********************************************/

td.maintable-menu
{
	height: 39;
}


#navcontainer
{
	margin: 0px;
	padding: 0px;
}
#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#navcontainer ul li { float: left; }
#navcontainer ul li a
{
	text-decoration: none;
	float: left;
	margin: 0px;
	height: 39px;
	padding: 0px;
}
#navcontainer ul li a.home
{
	background: url(Images/menu-r-home.jpg) no-repeat 0px 0px;
	width: 85px;
}
#navcontainer ul li a:hover.home
{
	background: url(Images/menu-r-home.jpg) no-repeat 0px -39px;
}
#navcontainer ul li a.about
{
	background: url(Images/menu-r-aboutus.jpg) no-repeat 0px 0px;
	width: 100px;
}
#navcontainer ul li a:hover.about
{
	background: url(Images/menu-r-aboutus.jpg) no-repeat 0px -39px;
}
#navcontainer ul li a.patients
{
	background: url(Images/menu-r-patientsfamilies.jpg) no-repeat 0px 0px;
	width: 176px;
}
#navcontainer ul li a:hover.patients
{
	background: url(Images/menu-r-patientsfamilies.jpg) no-repeat 0px -39px;
}
#navcontainer ul li a.refer
{
	background: url(Images/menu-r-referringdoctors.jpg) no-repeat 0px 0px;
	width: 178px;
}
#navcontainer ul li a:hover.refer
{
	background: url(Images/menu-r-referringdoctors.jpg) no-repeat 0px -39px;
}
#navcontainer ul li a.educate
{
	background: url(Images/menu-r-geteducated.jpg) no-repeat 0px 0px;
	width: 136px;
}
#navcontainer ul li a:hover.educate
{
	background: url(Images/menu-r-geteducated.jpg) no-repeat 0px -39px;
}
#navcontainer ul li a.involve
{
	background: url(Images/menu-r-getinvolved.jpg) no-repeat 0px 0px;
	width: 121px;
}
#navcontainer ul li a:hover.involve
{
	background: url(Images/menu-r-getinvolved.jpg) no-repeat 0px -39px;
}
#navcontainer ul li a.giving
{
	background: url(Images/menu-r-giving.jpg) no-repeat 0px 0px;
	width: 104px;
}
#navcontainer ul li a:hover.giving
{
	background: url(Images/menu-r-giving.jpg) no-repeat 0px -39px;
}

/*sub nav style*/
#subnavcontainer
{
	margin: 0px;
	padding: 0px;
}
#subnavcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#subnavcontainer ul li  
{
	float:none;
	border-top: dotted 1px #310056;
	padding: 5px 15px 5px 15px;
}
#subnavcontainer ul li a
{
	text-decoration:none;
	font-family:Verdana, Arial;
	font-size:12px;
}

/*bottom nav*/
a.bottomnav
{
	text-decoration:none;
	color:White;
}

/*main table style*/
table.maintable
{
	width: 900;
}

td.maintable-header
{
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	height: 40;
	text-align: right;
	vertical-align: middle;
}
td.maintable-maingraph
{
	background-image: url(Images/home_maingraph.jpg);
	background-repeat: no-repeat;
	height: 237;
}
td.maintable-aboutusgraph
{
	background-image: url(Images/aboutus_maingraph.jpg);
	background-repeat: no-repeat;
	height: 237;
}
td.maintable-geteducatedgraph
{
	background-image: url(Images/geteducated_maingraph.jpg);
	background-repeat: no-repeat;
	height: 237;
}
td.maintable-referringmdsgraph
{
	background-image: url(Images/referringmds_maingraph.jpg);
	background-repeat: no-repeat;
	height: 237;
}
td.maintable-patientsandfamiliesgraph
{
	background-image: url(Images/patientsandfamilies_maingraph.jpg);
	background-repeat: no-repeat;
	height: 237;
}
td.maintable-getinvolvedgraph
{
	background-image: url(Images/getinvolved_maingraph.jpg);
	background-repeat: no-repeat;
	height: 237;
}
td.maintable-eventsgraph
{
	background-image: url(Images/events_maingraph.jpg);
	background-repeat: no-repeat;
	height: 237;
}

td.maintable-content
{
	background-color: White;
}

table.contenttable
{
	width: 900;
}

td.contenttable-right
{
	border-left: dotted 1px #310056;
	min-height: 396px;
	height: 396px;
	padding:20px 20px 20px 30px;
	vertical-align:top;
}


/*****************************************breadcrumb***********************************************/

.breadcrumb {
	font-size: x-small; 
	margin-bottom: -10px;
	}
	
	
/**********************************text sizing**********************************************/
#textsize {
	padding: 0.7em 0.2em;
	text-align: right;
	font-size: small;
}

#textsize a {
	padding: 5px 10px;
	margin-right: 4px;
	font-weight: bold;
	text-decoration: none;
}

.text-selected {
	font-size: small;
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #ccc;
} 

.text-unselected {
	font-size: small;
	background: #ff9;
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #330;
}
