/*-----------------------------------------------*/
/*                 Menu                          */
/*-----------------------------------------------*/

#navdiv
{
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.t_menu 
{
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.t_menu1 
{
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.t_submenu 
{
	display: none;
	position: absolute;
	top: 21px;
	left: 0;
	background-color: #ffa52a;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.t_menuitem 
{
	display: block;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
}

li:hover ul
{
	display: block;
}

.t_menu:hover .t_submenu 
{
	display: block;
}

.t_menu.over .t_submenu 
{
	display: block;
}

.t_menulink 
{
	display: block;
	background-color: #ffa52a;
	text-align: left;
	text-decoration: none;
	BORDER-RIGHT:black 1px solid;
	BORDER-TOP:black 1px solid;
	BORDER-LEFT:black 1px solid;
	padding: 4px;
	FONT-WEIGHT:bold;
	FONT-SIZE:70%;
	FONT-FAMILY: arial;
	CURSOR:hand;
	COLOR:#343a90;
	width: 170px;
	margin: 0;
}

.lastmenulink 
{
	display: block;
	background-color: #ffa52a;
	text-align: left;
	text-decoration: none;
	BORDER:black 1px solid;
	padding: 4px;
	FONT-WEIGHT:bold;
	FONT-SIZE:70%;
	FONT-FAMILY: arial;
	CURSOR:hand;
	COLOR:#343a90;
	width: 170px;
	margin: 0;
}

.t_menu a:hover 
{
	background-color: #e4e4e4;
}

.head_menu
{
	float: left;
	position: relative;
	cursor: hand;
	padding: 0;
	margin: 0;
}

#head_menu_about 
{
	width: 110px;
	height: 21px;
	background: url(images/menu_about.jpg) top left no-repeat;
}

#head_menu_patients 
{
	width: 87px;
	height: 21px;
	background: url(images/menu_patients.jpg) top left no-repeat;
}

#head_menu_serv
{
	width: 63px;
	height: 21px;
	background: url(images/menu_services.jpg) top left no-repeat;
}

#head_menu_edu
{
	width: 179px;
	height: 21px;
	background: url(images/menu_edu.jpg) top left no-repeat;
}

#head_menu_new
{
	width: 80px;
	height: 21px;
	background: url(images/menu_new.jpg) top left no-repeat;
}

#head_menu_gallery
{
	width: 89px;
	height: 21px;
	background: url(images/menu_gallery.jpg) top left no-repeat;
}

#head_menu_contact
{
	width: 60px;
	height: 21px;
	background: url(images/menu_contact.jpg) top left no-repeat;
}

#head_menu_home
{
	width: 46px;
	height: 21px;
	background: url(images/menu_home.jpg) top left no-repeat;
}

#maindiv
{
	padding: 0;
	width: 714px;
}

/*-----------------------------------------------*/
/*                 Classes                       */
/*-----------------------------------------------*/
body
{
	font-size: small;
	color: #000000;
	font-family: Verdana;
	background-color: #ffffff;
}

.table
{
	border: 1px solid #000000;
}

.p_h1
{
	padding-left: 15px;
	font-weight: bolder;
	font-size: 18px;
	color: #ee9311;
	font-family: Arial, Helvetica, sans-serif;
}

.p_h2
{
	padding-left: 15px;
	font-weight: bolder;
	font-size: 18px;
	color: #ee9311;
	font-style: italic;
	font-family: "Times New Roman" , Times, serif;
}

.p_h3
{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	color: #343a90;
	font-weight: bold;
	padding-left: 15px;
	font-style: normal;
}

.p_h4
{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	color: #ee9311;
	font-weight: bold;
	padding-left: 15px;
	font-style: normal;
}

.caption
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.bodytext
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	color: #343a90;
}

.bodytextbold
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	color: #343a90;
	font-weight: bold;
}

.hyperlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
.hyperlink a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #FF6600;
}

.datagrid
{
	background-color: #ffffff;
}

.dgitem
{
	border-bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343a90;
}

.dgheader
{
	font-weight: bold;
	color: #000000;
	font-family: Sans-Serif, Arial;
}

.dgfooter
{
	background-color: #ee9311;
}

.dgPager
{
	font-weight: bold;
	font-size:x-small;
	color: Gray;
	font-family: Sans-Serif, Arial;
}

.errormsg
{
	font-size: x-small;
	font-family: Verdana;
    color: red;
}

.successmsg
{
	font-size: x-small;
	font-family: Verdana;
    color: blue;
}

.button 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #142A8A;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #ee9311;
	border-top: 1px #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px 5px;
	margin: 2px;
}

.textbox{
	/*background-color:#B4D7FC;
	border:1px solid #778899;*/
}

.p_question
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: x-small;
	border-left: #000000 1px solid;
	color: darkred;
	border-bottom: #000000 1px solid;
	font-family: Verdana;
	background-color: #ffffcc;
}