html {
	height:100%;
	}
	  
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal;
	font-weight: normal; 
	color: #000000;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 0px;
	height: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/tile_blue.gif);
	height:100%;
	}
	
#header {
	width: 710px;
	}

#main-content {
	width: 710px;
	border: 0px;
	padding: 0;
	border-collapse:collapse;
	border-color: #111111;
	text-align: left;
	background-color:#FFFFFF;
	padding: 10px;
	}
	
#footer {
	width: 710px;
	margin-bottom: 0px;
	}
	

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-style: normal;
	font-weight: normal; color: #000000;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	}


a:link		{ color: #0000FF; }
a:visited   { color: #0000FF; }
a:hover 	{ color: #990000; }


ul  {	
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	list-style-type: disc;
	}


.footer {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-align: center; 
	margin: 0em 0 0 0;
	}

.footer A:link		{ color: #003366; }
.footer A:visited	{ color: #003366; }
.footer A:hover		{ color: #990000; }


.sponsor      	{	font-family: verdana, arial, sans-serif; 
					font-size: 10px; 
					color: #000000;
					text-align: center; 
					margin: 0em 0 0 0;  }


.sectionhd      	{	font-family: verdana, arial, sans-serif; 
					font-size: 13px;
					font-weight: bold; 
					color: #003366;
					text-align: left; 
					margin: 0em 0 -1em 0;  }

.subhd      	{	font-family: verdana, arial, sans-serif; 
					font-size: 11px; 
					font-weight: bold; 
					color: #000000;
					text-align: left; 
					margin: 1em 0 -1.5em 0;  }

/************************ ADDED FOR ASP PAGES ********************************/
.pagetitle	  	{font-size: 15px; font-weight: bold; color: #003366; margin: 0px;  }
.pagetitle-indent {font-size: 15px; font-weight: bold; color: #003366; padding-left:20px;}

.errortext {color:#cc3333}
.blueblock {font-size:13px; color:white; background-color:#003366}
.buttontext {font-size:13px}
.smallblueblock {font-family:Arial,Verdana; font-size:11px; color:white; background-color:#003366}
.smallpagetext {font-family:Arial,Verdana; font-size:11px; background-color:white}

#content-area {
	width:100%;
	border: 0px;
	padding: 10px;
	border-collapse:collapse;
	border-color: #111111;
	background-color:#FFFFFF;
	}
/****************************************************************************/


/* EVERYTHING BELOW IS FOR DHTML MENUS  */

#img_about, #img_patient, #img_membership, #img_education, #img_members, #img_contact {
	position:relative;
}

.menus {
	position: absolute;
	background-color: #cccccc;
	visibility:hidden;
}

.menutext			{ font-family: verdana, arial, sans-serif; font-weight: normal; font-size: 10px; color: #003366; }
.menutext A:link		{ color: #003366; text-decoration: none; }
.menutext A:visited	{ color: #003366; text-decoration: none; }
.menutext A:hover		{ color: #660000; text-decoration: none; }

.menustable {
	border: .5px solid #999999; 
	padding: 3; 	
}

.menustd {
	background-color: #ffffff;
	height: 17px;
	width: 150px;
	padding: 3; 	
}

.menuArrows {
	font-size: 10px;
	color: #388CAB; 
	text-decoration: none;
}


/*************************************** CSS Drop Down Menu **********************************/

#menuh
{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:870px;
	float:left;
	margin:0em;
	margin-top: 0em;
	font-size: 9.3pt;
	font-weight: bold;
	background-image: url(/images/menu_background.gif);
	background-position: right;
	background-repeat: repeat-x;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}
		
#menuh a
{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 1.1pt 15pt 1.1pt 14pt;
}
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh a:link, #menuh a:visited, #menuh a:active, #menuh a:hover
{
	color: #333333;
	text-decoration:none;
}
#menuh ul
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#menuh li
{
	position:relative;
 min-height: 1px;
 vertical-align: bottom; 
}
#menuh ul li:hover
{
	background-image: url(/images/menu_background2.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
#menuh ul ul
{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
#menuh ul ul ul
{
	top:0;
	left:100%;
}

div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	display:inherit;
	padding: 0;
	margin: 0 0;
}

.login, .aboutARRS, .education, .publications, .membership, .jobs, .pqi, .wio, .admin
{
	border-right: solid 1px white;	
}
.login, .aboutARRS, .education, .publications, .membership, .jobs, .pqi, .wio, .admin
{
	background-image: url(/images/menu_background.gif);
	background-position: center;
	background-repeat: repeat-x;
}

#menuh ul ul li a:link, #menuh ul ul li a:visited, #menuh ul ul li a:active
{
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-right: 3px;
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
	background-color:#e2ecf5;
	color:#003366;
}
#menuh ul ul li a:hover
{
	background-color:#d3d3d3;
	color:#000000;
}
#menuh ul ul ul li a:link, #menuh ul ul ul li a:visited, #menuh ul ul ul li a:active 
{
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-right: 3px;
	text-align: left;
	font-size: 8pt;
	font-weight: normal;
	background-color:#d3d3d3;
	color:#003366;
}
	
#menuh ul ul ul li a:hover
{
	background-color: #b3cee5;
	color: #000000;
}
	
.aboutARRS ul { width: 130px;	}
.education ul {	width: 128px;	}	
.publications ul {	width: 137px;	}	
.membership ul { width: 145px;	}
.jobs ul {	width: 72px;	}

.body8 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight: normal; color: #000000;}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000;}