/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
 

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
 

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
body {
	margin:0px; 
	padding:0px;
	background:url(images/bodybg.jpg) 0% 0% repeat-x #696969;
}
td, th {
	font-size: 9pt; 
	font-family: Arial, Tahoma, Verdana,sans-serif;
	color:#484848;
}

.bg_index {background:url(images/bg_index.jpg) 61px 0% repeat-y;}

.bottom_index {background:url(images/bottom_index.jpg) 0% 100% no-repeat;}

.bg {background:url(images/bg.jpg) 61px 0% repeat-y;}

.bottom {background:url(images/bottom.jpg) 0% 100% no-repeat;}
.bottom_testic {background:url(images/bottom_testic.jpg) 0% 100% no-repeat;}
.bottom_dis {background:url(images/bottom_disease.jpg) 0% 100% no-repeat;}
.bottom_ed {background:url(images/bottom_ed.jpg) 0% 100% no-repeat;}
.border {border:1px solid #4B4B4B; margin:0px 10px 0px 10px;}
.padding {padding:10px 0px 10px 10px;}

p {
	margin:10px 0px 10px 0px;
}

hr {height:1px; border:none; background:#585d64; margin-top:0px; margin-bottom:20px;}

a {color:#2965ad;}

a:hover {color:#af884c;}

.menu {
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background:url(images/menu.gif) 0% 0% no-repeat;
	color: #ffffff;
	text-decoration: none;	
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	width:138px;
	display:block;
	float:left;
	margin:0px 1px 0px 0px;
	text-align:center;
	padding-top:16px;
}

.menufaq {
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background:url(images/faq-btn.jpg) 0% 0% no-repeat;
	color: #ffffff;
	text-decoration: none;	
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	width:101px;
	display:block;
	float:left;
	margin:0px 1px 0px 0px;
	text-align:center;
	padding-top:16px;
}
.menufaq_a {
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background:url(images/faq-btn2.jpg) 0% 0% no-repeat;
	color: #ffffff;
	text-decoration: none;	
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	width:101px;
	display:block;
	float:left;
	margin:0px 1px 0px 0px;
	text-align:center;
	padding-top:16px;
}
.menufaq:hover, .menufaq_a:hover {
	color: #ffffff;
	background:url(images/faq-btn2.jpg) 0% 0% no-repeat;
	/*height:19px;
	padding-top:21px;*/
}
.menu_a {
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background:url(images/menu_a.gif) 0% 0% no-repeat;
	color: #ffffff;
	text-decoration: none;	
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	width:138px;
	display:block;
	float:left;
	margin:0px 1px 0px 0px;
	text-align:center;
	padding-top:16px;
}

.menu:hover, .menu_a:hover {
	color: #ffffff;
	background:url(images/menu_a.gif) 0% 0% no-repeat;
	/*height:19px;
	padding-top:21px;*/
}

.submenu {background:url(images/submenu_bg_intro.jpg) 0% 0% no-repeat; padding:0px 13px 0px 63px;}

.arrowstrip {
background-image:url(images/top-header2.jpg);
height:46px;
background-repeat:no-repeat;
width:900px;
}

.submenu_p{padding:0px 10px 0px 10px;}

.submenu_link {
	font-size: 9pt;
	font-family: Arial, Verdana,  Tahoma, sans-serif;
	color: #456488;
	text-decoration: none;	
	font-weight:bold;
	margin:0px 10px 0px 10px;
	display:block;
	text-align:left;
}

.submenu_link_a {
	font-size: 9pt;
	font-family: Arial, Verdana,  Tahoma, sans-serif;
	color:#cc6600;
	text-decoration: none;	
	font-weight:bold;
	margin:0px 10px 0px 10px;
	display:block;
	text-align:left;
}

.page_menu {background:url(images/open.gif) 100% 100% no-repeat #eeeeee; margin:0px; display:block; width:608px; height:14px; border-left:1px solid white; border-top:1px solid white; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding:2px; text-decoration:none;}
.page_menu_a {background:url(images/close.gif) 100% 100% no-repeat #f9f9f9; margin:0px; display:block; width:608px; height:14px; border-left:1px solid white; border-top:1px solid white; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding:2px; text-decoration:none;}
.page_menu:hover {background:url(images/open_a.gif) 100% 100% no-repeat #f9f9f9; margin:0px; display:block; width:608px; height:14px; border-left:1px solid white; border-top:1px solid white; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding:2px; text-decoration:none;}
.page_menu_a:hover {background:url(images/close.gif) 100% 100% no-repeat #f9f9f9; margin:0px; display:block; width:608px; height:14px; border-left:1px solid white; border-top:1px solid white; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding:2px; text-decoration:none;}
.page_text0 {background:#f9f9f9; border:1px solid #d7d7d7; border-top:none; margin-top:0px;}
.page_text {background:#f9f9f9; border:1px solid #d7d7d7; border-top:none; margin-top:0px;  padding:8px;}

h1 {color:#93884b;
	font-size: 8pt;
	font-weight:normal;
	font-size: 18pt;
	letter-spacing:-1px;
	margin:8px;
}

h2 {color:#93884b;
	font-weight:normal;
	font-size: 18pt;
	margin:4px 8px 0px 15px;
	letter-spacing:-1px;
}

h3{color:#246dac; font-weight:bold; font-size: 9pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif;} 

h4 {color:#cc6600;
	font-size: 8pt;
	font-weight:bold;
	margin:0px;
}

h5{color:#bca445; font-weight:bold; font-size: 9pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif;} 
h6{color:#cc6600; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif;}

.color {color:#bca445;}

.small{color:#bca445; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif;} 

.color1 {color:#2965ad;}
.color {color:#93884b;}
.box_title{background:url(images/box_02.gif) 0% 0% repeat-x; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding-left:10px;} 
.box_title_green{background:url(images/box_02.gif) 0% 0% repeat-x; color:#bca445; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding-left:10px;} 
		
.box_left{background:url(images/box_04.gif) 0% 0% repeat-y;} 	
.box_center{background: #f4f4f4; padding:1px 8px 6px 8px;}
.box_center_blue {background: #559ed5;}
.box_center_green {background: #bca445;}
.box_right{background:url(images/box_06.gif) 0% 0% repeat-y;} 
.box_bottom{background:url(images/box_08.gif) 0% 0% repeat-x;} 
.float {float:left; margin-right:2px;}

.copy {margin:10px; color:#dedede;}
.bottom_line  {background: url(images/bottom_line.jpg) 0% 100% repeat-x;}

form {margin:0px; padding:0px;}
.contact {width:195px;}
.intro_bg {background: url(images/arrow_intro.gif) 8px 0% no-repeat; padding:10px 5px 10px 5px;}
.text {padding:10px 15px 30px 20px;}

ul {list-style:square; list-style-image:url(images/li.gif)}

.logo_table {background:#ffffff; text-align:center; height:54px; width:90px;}
.bg_table {background:#e2e2e2; text-align:center; width:35%;}

.r_table {background:#ffffff; padding:5px 15px 5px 15px; border:1px solid #dedede;}
.l_table {background:#e2e2e2;padding:5px 15px 5px 15px; border:1px solid #dedede;}

.white_link {color:#ffffff; line-height:16px; font-size:7pt; text-transform:uppercase;}
.white_link:hover {color:#1d518f;}

.textsze {
	font-size: 10pt;
}
.lnktxt{
color: #000000;
text-decoration:none;
font-family: Verdana,Arial,sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration: none
}
.btn1 {
background-image:url(images/btn-1.gif);
height:40px;
background-repeat:no-repeat;
width:150px;

}
.btn2 {
background-image:url(images/btn-6.gif);

background-repeat:no-repeat;
}
.btn3 {
background-image:url(images/btn-3.gif);
background-repeat:no-repeat;
}
.btn4 {
background-image:url(images/btn_4.gif);
background-repeat:no-repeat;
}
.btn5 {
background-image:url(images/btn-5.gif);
background-repeat:no-repeat;
}
.btn6 {
background-image:url(images/btn-2.gif);
background-repeat:no-repeat;
}
.navtext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
a {
text-decoration:none;
color:#FFFFFF;
}
.heading {
font-size:24px;
color:#93884B;
padding-left:20px;
}
.maincontainer {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#484848;
padding-left:20px;
}
.box1 {
background-image:url(images/dr.elistbtn.gif);
height:28px;
width:212px;
background-repeat:no-repeat;
}
.boxmiddle {
background-image:url(images/btn-milldle.gif);
width:212px;
}
.boxbottom {
background-image:url(images/btn-bottom.gif);
height:9px;
background-repeat:no-repeat;
}

.box2 {
background-image:url(images/contact-form.gif);
height:28px;
background-repeat:no-repeat;
}

.box2padding {
margin-top:7px;
}
.box2middle {
background-image:url(images/btn2-milldle.gif);
width:234px;
background-repeat:repeat-y;

}
.box2bottom {
background-image:url(images/btn2-bottm.gif);
height:37px;
background-repeat:no-repeat;
}
.bodybg {
background-image:url(images/body.gif);
width:900px;
height:1037px;
background-repeat:no-repeat;
}
.bottompic {
background-image:url(images/bodt-bg.gif);
width:900px;
background-repeat:repeat-x;
}
.tablepadding {
margin-top:14px;
margin-left:11px;
margin-right:5px;
}
.tablepaddingtop {
margin-top:6px;
}
.formtext {
padding-left:12px;
padding-right:4px;

}
.imagepadding {
padding-top:46px;
padding-bottom:6px;
}
.textfield {
width:200px;
padding-left:12px;
}
.textfield1 {
width:95px;
padding-left:12px;
}
.banner2 {
background-image:url(images/baneer.jpg);
height:198px;
background-repeat:no-repeat;
background-position:left;
}
.procedures {
background-image:url(images/procedures-btn.gif);
height:26px;
background-repeat:no-repeat;
background-position:center;
}
.heading2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#CC6600;
font-weight:bold;
}
.box3bottom {
background-image:url(images/box3-bottom.gif);
height:14px;
background-repeat:no-repeat;
background-position:center;
}
.box3middle {
background-image:url(images/box3middle.gif);
width:639px;
background-position:center;
background-repeat:repeat-y;
}
.box3padding {
padding-left:6px;
padding-right:6px;
}
.footerpadding {
padding-bottom:14px;
padding-left:8px;
padding-right:16px;
color:#DDDDDD;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
}
.box1padding {
padding-left:6px;
padding-right:4px;
}

.clickhere {
color:#CC6600;
font-size:14px;
text-decoration:underline;
font-weight:bold;
}
.faqmiddle {
background-image:url(images/faqpage-box-middle.gif);
height:9px;
background-repeat:repeat-y;
background-position:center;
width:642px;
}
.headingstrip {
background-image:url(images/headingstrip.gif);
height:22px;
width:617px;
background-repeat:no-repeat;
background-position:center;
}
.stripheading {
color:#246DAC;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
padding-left:5px;
}
.middlestrip {
background-image:url(images/middle-strip.gif);
background-repeat:repeat-y;
background-position:center;
}

.textpadding {
padding-left:16px;
padding-right:8px;
}
.forumcontainertop {
background-image:url(images/forum-container-bg.gif);
height:6px;
}
.forumcontainerbottom {
background-image:url(images/forum-container-bottm.gif);
height:6px;
}
.forumbox1 {
background-image:url(images/forum-box-1-bg.gif);
height:38px;
}
.forumbox2 {
background-image:url(images/forum-box-2-bg.gif);
height:33px;
}
.forumbox3 {
background-image:url(images/forum-box-2-bg-bottom.gif);
height:29px;
}
.forumheading {
color:#FFFFFF;
font-size:20px;
font-weight:bold;
padding-left:6px;
}
.linkbox {
font-size:10px;
color:#FFFFFF;
}
.linkbox a:hover {
background-image:url(images/home.gif);
height:19px;
width:55px;
display:block;
}
.box4 {
background-image:url(images/forum-box-3-bg.gif);
height:27px;
}
.box4heading {
color:#3C80B6;
font-size:13px;
font-weight:bold;
}
.forever {
width:845px;
}
.generalcatagory {
font-size:13px;
color:#FFFFFF;
font-weight:bold;
padding-left:4px;
}
.background {
background-image:url(images/bodt-bg.gif);
width:900px;
background-repeat:repeat-y;
}
.footer {
background-image:url(images/footer.gif);
height:222px;
width:900px;
background-repeat:no-repeat;
}
.backgroundbase {
background-image:url(images/bg.gif);
height:1164px;
background-repeat:y-repeat;
background-repeat:no-repeat;

}

.box5 {
background-image:url(images/forum-box-4-bg.gif);
height:29px;
}
.box5a {
background-image:url(images/box-5-bg.gif);
height:25px;
}
.box5b {
background-image:url(images/box-5-bg.gif);
height:25px;
}
.box6heading {
font-size:13px;
color:#000000;
font-weight:bold;
padding-left:4px;
}
body {

	margin:0px; 

	padding:0px;

	background:url(images/bodybg.jpg) 0% 0% repeat-x #696969;

}

td, th {

	font-size: 9pt; 

	font-family: Arial, Tahoma, Verdana,sans-serif;

	color:#484848;

}



.bg_index {background:url(images/bg_index.jpg) 61px 0% repeat-y;}



.bottom_index {background:url(images/bottom_index.jpg) 0% 100% no-repeat;}



.bg {background:url(images/bg.jpg) 61px 0% repeat-y;}



.bottom {background:url(images/bottom.jpg) 0% 100% no-repeat;}

.bottom_testic {background:url(images/bottom_testic.jpg) 0% 100% no-repeat;}

.bottom_dis {background:url(images/bottom_disease.jpg) 0% 100% no-repeat;}

.bottom_ed {background:url(images/bottom_ed.jpg) 0% 100% no-repeat;}

.border {border:1px solid #4B4B4B; margin:0px 10px 0px 10px;}

.padding {padding:10px 0px 10px 10px;}



p {

	margin:10px 0px 10px 0px;

}



hr {height:1px; border:none; background:#585d64; margin-top:0px; margin-bottom:20px;}







.home_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:24px;

	width:70px;

text-align:center;

line-height:40px;

font-size:11px;

}



.home_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:70px;

	display:block;

	text-align:center;

	}

.home_btn a:hover {

	color: #ffffff;

	background:url(images/home_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:70px;

	line-height:40px;

	}





.about_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:134px;

text-align:center;

line-height:40px;

font-size:11px;

}



.about_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:134px;

	display:block;

	text-align:center;

	}

.about_btn a:hover {

	color: #ffffff;

	background:url(images/about_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:134px;

	line-height:40px;

	}

.procedure_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:107px;

text-align:center;

line-height:40px;

font-size:11px;

}



.procedure_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:107px;

	display:block;

	text-align:center;

	}

.procedure_btn a:hover {

	color: #ffffff;

	background:url(images/Procedure_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:107px;

	line-height:40px;

	}



.faq_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:57px;

text-align:center;

line-height:40px;

font-size:11px;

}



.faq_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:57px;

	display:block;

	text-align:center;

	}

.faq_btn a:hover {

	color: #ffffff;

	background:url(images/faq_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:57px;

	line-height:40px;

	}

	.patent_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:123px;

text-align:center;

line-height:40px;

font-size:11px;

}



.patent_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:123px;

	display:block;

	text-align:center;

	}

.patent_btn a:hover {

	color: #ffffff;

	background:url(images/patient_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:123px;

	line-height:40px;

	}

	

	.forum_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:74px;

text-align:center;

line-height:40px;

font-size:11px;

}



.forum_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:74px;

	display:block;

	text-align:center;

	}

.forum_btn a:hover {

	color: #ffffff;

	background:url(images/forum_forum_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:74px;

	line-height:40px;

	}



.gallery_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:180px;

text-align:center;

line-height:40px;

font-size:11px;

}



.gallery_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:180px;

	display:block;

	text-align:center;

	}

.gallery_btn a:hover {

	color: #ffffff;

	background:url(images/gallery_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:180px;

	line-height:40px;

	}

	

	

.contact_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:94px;

text-align:center;

line-height:40px;

font-size:11px;

}



.contact_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:94px;

	display:block;

	text-align:center;

	}

.contact_btn a:hover {

	color: #ffffff;

	background:url(images/contact_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:94px;

	line-height:40px;

	}

.submenu {background:url(images/submenu_bg_intro.jpg) 0% 0% no-repeat; padding:0px 13px 0px 63px;}



.arrowstrip {

background-image:url(images/top-header2.jpg);

height:46px;

background-repeat:no-repeat;

width:900px;

}



.submenu_p{padding:0px 10px 0px 10px;}



.submenu_link {

	font-size: 9pt;

	font-family: Arial, Verdana,  Tahoma, sans-serif;

	color: #456488;

	text-decoration: none;	

	font-weight:bold;

	margin:0px 10px 0px 10px;

	display:block;

	text-align:left;

}



.submenu_link_a {

	font-size: 9pt;

	font-family: Arial, Verdana,  Tahoma, sans-serif;

	color:#cc6600;

	text-decoration: none;	

	font-weight:bold;

	margin:0px 10px 0px 10px;

	display:block;

	text-align:left;

}



.page_menu {background:url(images/open.gif) 100% 100% no-repeat #eeeeee; margin:0px; display:block; width:608px; height:14px; border-left:1px solid white; border-top:1px solid white; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding:2px; text-decoration:none;}

.page_menu_a {background:url(images/close.gif) 100% 100% no-repeat #f9f9f9; margin:0px; display:block; width:608px; height:14px; border-left:1px solid white; border-top:1px solid white; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding:2px; text-decoration:none;}

.page_menu:hover {background:url(images/open_a.gif) 100% 100% no-repeat #f9f9f9; margin:0px; display:block; width:608px; height:14px; border-left:1px solid white; border-top:1px solid white; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding:2px; text-decoration:none;}

.page_menu_a:hover {background:url(images/close.gif) 100% 100% no-repeat #f9f9f9; margin:0px; display:block; width:608px; height:14px; border-left:1px solid white; border-top:1px solid white; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding:2px; text-decoration:none;}

.page_text0 {background:#f9f9f9; border:1px solid #d7d7d7; border-top:none; margin-top:0px;}

.page_text {background:#f9f9f9; border:1px solid #d7d7d7; border-top:none; margin-top:0px;  padding:8px;}



h1 {color:#93884b;

	font-size: 8pt;

	font-weight:normal;



	font-size: 18pt;

	letter-spacing:-1px;

	margin:8px;

}



h2 {color:#93884b;

	font-weight:normal;

	font-size: 18pt;

	margin:4px 8px 0px 15px;

	letter-spacing:-1px;

}



h3{color:#246dac; font-weight:bold; font-size: 9pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif;} 



h4 {color:#cc6600;

	font-size: 8pt;

	font-weight:bold;

	margin:0px;

}



h5{color:#bca445; font-weight:bold; font-size: 9pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif;} 

h6{color:#cc6600; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif;}



.color {color:#bca445;}



.small{color:#bca445; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif;} 



.color1 {color:#2965ad;}

.color {color:#93884b;}

.box_title{background:url(images/box_02.gif) 0% 0% repeat-x; color:#246dac; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding-left:10px;} 

.box_title_green{background:url(images/box_02.gif) 0% 0% repeat-x; color:#bca445; font-weight:bold; font-size: 8pt; text-transform:uppercase; font-family: Tahoma, Verdana, Arial, sans-serif; padding-left:10px;} 

		

.box_left{background:url(images/box_04.gif) 0% 0% repeat-y;} 	

.box_center{background: #f4f4f4; padding:1px 8px 6px 8px;}

.box_center_blue {background: #559ed5;}

.box_center_green {background: #bca445;}

.box_right{background:url(images/box_06.gif) 0% 0% repeat-y;} 

.box_bottom{background:url(images/box_08.gif) 0% 0% repeat-x;} 

.float {float:left; margin-right:2px;}



.copy {margin:10px; color:#dedede;}

.bottom_line  {background: url(images/bottom_line.jpg) 0% 100% repeat-x;}



form {margin:0px; padding:0px;}

.contact {width:195px;}

.intro_bg {background: url(images/arrow_intro.gif) 8px 0% no-repeat; padding:10px 5px 10px 5px;}

.text {padding:10px 15px 30px 20px;}



ul {list-style:square; list-style-image:url(images/li.gif)}



.logo_table {background:#ffffff; text-align:center; height:54px; width:90px;}

.bg_table {background:#e2e2e2; text-align:center; width:35%;}



.r_table {background:#ffffff; padding:5px 15px 5px 15px; border:1px solid #dedede;}

.l_table {background:#e2e2e2;padding:5px 15px 5px 15px; border:1px solid #dedede;}



.white_link {color:#ffffff; line-height:16px; font-size:7pt; text-transform:uppercase;}

.white_link:hover {color:#1d518f;}



.textsze {

	font-size: 10pt;

}

.lnktxt{

color: #ffffff;

font-family: Verdana,Arial,sans-serif;

font-size: 8pt;

font-weight: normal;

text-decoration: none

}

.btn1 {

background-image:url(images/btn-1.gif);

height:40px;

background-repeat:no-repeat;

width:150px;



}

.btn2 {

background-image:url(images/btn-6.gif);

background-repeat:no-repeat;

}

.btn3 {

background-image:url(images/btn-3.gif);

background-repeat:no-repeat;

}

.btn4 {

background-image:url(images/btn_4.gif);

background-repeat:no-repeat;

}

.btn5 {

background-image:url(images/btn-5.gif);

background-repeat:no-repeat;

}

.btn6 {

background-image:url(images/btn-2.gif);

background-repeat:no-repeat;

}

.navtext {

font-family:Verdana, Arial, Helvetica, sans-serif;


font-size:11px;

font-weight:bold;

color:#FFFFFF;

text-align:center;

}

a {

text-decoration:none;

color:#FFFFFF;

}

.heading {

font-size:24px;

color:#93884B;

padding-left:20px;

}

.maincontainer {

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#484848;

padding-left:20px;

}

.box1 {

background-image:url(images/dr.elistbtn.gif);

height:28px;

width:212px;

background-repeat:no-repeat;

}

.boxmiddle {

background-image:url(images/btn-milldle.gif);

width:212px;

}

.boxbottom {

background-image:url(images/btn-bottom.gif);

height:9px;

background-repeat:no-repeat;

}



.box2 {

background-image:url(images/contact-form.gif);

height:28px;

background-repeat:no-repeat;

}



.box2padding {

margin-top:7px;

}

.box2middle {

background-image:url(images/btn2-milldle.gif);

width:234px;

background-repeat:repeat-y;



}

.box2bottom {

background-image:url(images/btn2-bottm.gif);

height:37px;

background-repeat:no-repeat;

}

.bodybg {

background-image:url(images/body.gif);

width:900px;

height:1037px;

background-repeat:no-repeat;

}

.bottompic {

background-image:url(images/bodt-bg.gif);

width:900px;

background-repeat:repeat-x;

}

.tablepadding {

margin-top:14px;

margin-left:11px;

margin-right:5px;

}

.tablepaddingtop {

margin-top:6px;

}

.formtext {

padding-left:12px;

padding-right:4px;



}

.imagepadding {

padding-top:46px;

padding-bottom:6px;

}

.textfield {

width:200px;

padding-left:12px;

}

.textfield1 {

width:95px;

padding-left:12px;

}

.banner2 {

background-image:url(images/baneer.jpg);

height:198px;

background-repeat:no-repeat;

background-position:left;

}

.procedures {

background-image:url(images/procedures-btn.gif);

height:26px;

background-repeat:no-repeat;

background-position:center;

}

.heading2 {

font-family:Arial, Helvetica, sans-serif;

font-size:11px;

color:#CC6600;

font-weight:bold;

}

.box3bottom {

background-image:url(images/box3-bottom.gif);

height:14px;

background-repeat:no-repeat;

background-position:center;

}

.box3middle {

background-image:url(images/box3middle.gif);

width:639px;

background-position:center;

background-repeat:repeat-y;

}

.box3padding {

padding-left:6px;

padding-right:6px;

}

.footerpadding {

padding-bottom:14px;

padding-left:8px;

padding-right:16px;

color:#DDDDDD;

font-family:Tahoma, Arial, Helvetica, sans-serif;

font-size:11px;

}

.box1padding {

padding-left:6px;

padding-right:4px;

}



.clickhere {

color:#CC6600;

font-size:14px;

text-decoration:underline;

font-weight:bold;

}

.faqmiddle {

background-image:url(images/faqpage-box-middle.gif);

height:9px;

background-repeat:repeat-y;

background-position:center;

width:642px;

}

.headingstrip {

background-image:url(images/headingstrip.gif);

height:22px;

width:617px;

background-repeat:no-repeat;

background-position:center;

}

.stripheading {

color:#246DAC;

font-family:Arial, Helvetica, sans-serif;

font-weight:bold;

font-size:11px;

padding-left:5px;

}

.middlestrip {

background-image:url(images/middle-strip.gif);

background-repeat:repeat-y;

background-position:center;

}



.textpadding {

padding-left:16px;

padding-right:8px;

}

.forumcontainertop {

background-image:url(images/forum-container-bg.gif);

height:6px;

}

.forumcontainerbottom {

background-image:url(images/forum-container-bottm.gif);

height:6px;

}

.forumbox1 {

background-image:url(images/forum-box-1-bg.gif);

height:38px;

}

.forumbox2 {

background-image:url(images/forum-box-2-bg.gif);

height:33px;

}

.forumbox3 {

background-image:url(images/forum-box-2-bg-bottom.gif);

height:29px;

}

.forumheading {

color:#FFFFFF;

font-size:20px;

font-weight:bold;

padding-left:6px;

}

.linkbox {

font-size:10px;

color:#FFFFFF;

}

.linkbox a:hover {

background-image:url(images/home.gif);

height:19px;

width:55px;

display:block;

}

.box4 {

background-image:url(images/forum-box-3-bg.gif);

height:27px;

}

.box4heading {

color:#3C80B6;

font-size:13px;

font-weight:bold;

}

.forever {

width:845px;

}

.generalcatagory {

font-size:13px;

color:#FFFFFF;

font-weight:bold;

padding-left:4px;

}

.background {

background-image:url(images/bodt-bg.gif);

width:900px;

background-repeat:repeat-y;

}

.footer {

background-image:url(images/footer.gif);

height:222px;

width:900px;

background-repeat:no-repeat;

}

.backgroundbase {

background-image:url(images/bg.gif);

height:1164px;

background-repeat:y-repeat;

background-repeat:no-repeat;



}



.box5 {

background-image:url(images/forum-box-4-bg.gif);

height:29px;

}

.box5a {

background-image:url(images/box-5-bg.gif);

height:25px;

}

.box5b {

background-image:url(images/box-5-bg.gif);

height:25px;

}

.box6heading {

font-size:13px;

color:#000000;

font-weight:bold;

padding-left:4px;

}

.text_orange {font-size:8pt; color:#cc6600; font-weight:bold;}

.border_pic {border:1px solid #6e6e6e;}



.footer_bg{

background-image:url(images/footer_bg.gif);

height:44px;

width:900px;

background-repeat:no-repeat;

background-position:center;

}

.footer_text{

font-family:tahoma;

font-size:11px;

color:#DDDDDD;

}

.footer_text a{

font-family:tahoma;

font-size:11px;

color:#DDDDDD;

text-decoration:none;

}

.enlargement_btn{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

width:177px;

text-transform:uppercase;

}

.enlargement_btn a{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

width:177px;



}

.enlargement_btn a:hover{

background-image:url(images/enlargement_hover_btn.gif);

height:49px;

width:177px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

display:block;

}



.testicular_enlargement_btn{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

width:207px;

text-transform:uppercase;

}

.testicular_enlargement_btn a{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

width:207px;



}

.testicular_enlargement_btn a:hover{

background-image:url(images/testicular_enlargment_hover.gif);

height:49px;

width:207px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

display:block;

}

.erectile_btn{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

width:135px;

text-transform:uppercase;

}

.erectile_btn a{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

width:135px;



}

.erectile_btn a:hover{

background-image:url(images/erectile_dysfunction_hover_.gif);

height:49px;

width:135px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

display:block;

}

.penile_btn{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

width:150px;

text-transform:uppercase;

}

.penile_btn a{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

width:150px;



}

.penile_btn a:hover{

background-image:url(images/penile_hover_btn.gif);

height:49px;

width:150px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

display:block;

}

.pyronis_btn{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

width:121px;

text-transform:uppercase;

}

.pyronis_btn a{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

width:121px;



}

.pyronis_btn a:hover{

background-image:url(images/payronies_hover_btn.gif);

height:49px;

width:121px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

display:block;

}





.gallery2_btn{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

width:91px;

text-transform:uppercase;

}

.gallery2_btn a{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

width:91px;



}

.gallery2_btn a:hover{

background-image:url(images/gallery2_hover_btn.gif);

height:49px;

width:91px;

color:#3A3A3A;

font-weight:bold;

text-decoration:none;

display:block;

}







.welcome_heading{

font-family:Arial, Helvetica, sans-serif;

font-size:24px;

color:#93884B;

font-weight:bold;

}

.right_textfiled{

height:20px;

width:92px;

}

.arrow_background{

background-image:url(images/arrow_btn.gif);

height:78px;

width:59px;

background-repeat:no-repeat;

background-position:right;

}

.seminar_background{

background-image:url(images/online_monthly_seminar.jpg);

background-repeat:no-repeat;

background-position:top;

height:333px;

width:243px;

}

#test2_background{

background-image:url(images/test2.gif);

width:234px;

height:198px;

background-repeat:no-repeat;

}

.table_bottom_background{

background-image:url(images/bottom_image_table.gif);

width:622px;

height:36px;

background-position:top;

background-repeat:no-repeat;

}

.box_border{

background-color:#F1F1F1;

border-left:1px solid #ffffff;

border-right:1px solid #ffffff;

border-top:1px solid #ffffff;

}

 

.getting_btn{

background-image:url(images/getting_btn.gif);

width:194px;

height:38px;

background-repeat:no-repeat;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#5A5A5A;

text-align:center;

font-weight:bold;

line-height:38px;

}

.getting_btn_sec{

background-image:url(images/getting_btn.gif);

width:194px;

height:38px;

background-repeat:no-repeat;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#246DAC;

text-align:center;

font-weight:bold;

line-height:38px;

}

.advantage_btn{

background-image:url(images/advantege_btn.gif);

height:38px;

width:269px;

background-repeat:no-repeat;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#5A5A5A;

text-align:center;

font-weight:bold;

line-height:38px;

}

.advantage_btn_sec{

background-image:url(images/advantege_btn.gif);

height:38px;

width:269px;

background-repeat:no-repeat;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#246DAC;

text-align:center;

font-weight:bold;

line-height:38px;

}

.patient_btn{

background-image:url(images/patient_say_btn.gif);

height:38px;

width:155px;

background-repeat:no-repeat;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#5A5A5A;

text-align:center;

font-weight:bold;

line-height:38px;

}

.patient_btn_sec{

background-image:url(images/patient_say_btn.gif);

height:38px;

width:155px;

background-repeat:no-repeat;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#246DAC;

text-align:center;

font-weight:bold;

line-height:38px;

}

.blue_small_heading{

font-family:Arial, Helvetica, sans-serif;

font-size:10px;

color:#1C73BA;

}

.before_heading{

font-family:Arial, Helvetica, sans-serif;

color:#CC6600;

font-size:11px;

font-weight:bold;

padding-left:12px;

line-height:20px;

text-align:left;

}



.circle_bg{

background-image:url(images/circle_image.gif);

height:48px;

width:624px;

background-repeat:no-repeat;

}

.blue_heading{

font-family:Arial, Helvetica, sans-serif;

font-size:14px;

color:#1C73BA;

font-weight:bold;

line-height:20px;

}

.gallery_textfield{

width:266px;

height:20px;

}

.gray_text{

font-family:Arial, Helvetica, sans-serif;

font-size:10px;

color:#515050;

}

.submenu {background:url(images/submenu_bg_intro.jpg) 0% 0% no-repeat; padding:0px 13px 0px 63px;}



.submenu_p{padding:0px 10px 0px 10px;}



.submenu_link {

	font-size: 9pt;

	font-family: Arial, Verdana,  Tahoma, sans-serif;

	color: #456488;

	text-decoration: none;	

	font-weight:bold;

	margin:0px 10px 0px 10px;

	display:block;

	text-align:left;

}



.submenu_link_a {

	font-size: 9pt;

	font-family: Arial, Verdana,  Tahoma, sans-serif;

	color:#cc6600;

	text-decoration: none;	

	font-weight:bold;

	margin:0px 10px 0px 10px;

	display:block;

	text-align:left;

}

a {color:#2965ad;}



a:hover {color:#af884c;}

	.forum_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:74px;

text-align:center;

line-height:40px;

font-size:11px;

}



.forum_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:74px;

	display:block;

	text-align:center;

	}

.forum_btn a:hover {

	color: #ffffff;

	background:url(images/forum_forum_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:74px;

	line-height:40px;

	}



.gallery_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:180px;

text-align:center;

line-height:40px;

font-size:11px;

}



.gallery_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:180px;

	display:block;

	text-align:center;

	}

.gallery_btn a:hover {

	color: #ffffff;

	background:url(images/gallery_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:180px;

	line-height:40px;

	}

	

	

.contact_btn{

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

font-weight:bold;

	height:40px;

	width:94px;

text-align:center;

line-height:40px;

font-size:11px;

}



.contact_btn a {

	font-family: Verdana, Arial, Tahoma, sans-serif;

	color: #000000;

	text-decoration: none;	

	font-weight:bold;

	height:40px;

	width:94px;

	display:block;

	text-align:center;

	}

.contact_btn a:hover {

	color: #ffffff;

	background:url(images/contact_hover_btn.gif);

	font-weight:bold;

	display:block;

	height:40px;

	width:94px;

	line-height:40px;

	}

.submenu {background:url('images/submenu_bg_intro.jpg') 0% 0% no-repeat; padding:0px 13px 0px 63px;}



.arrowstrip {

background-image:url(images/top-header2.jpg);

height:46px;

background-repeat:no-repeat;

width:900px;

}



.submenu_p{padding:0px 10px 0px 10px;}



.submenu_link {

	font-size: 9pt;

	font-family: Arial, Verdana,  Tahoma, sans-serif;

	color: #456488;

	text-decoration: none;	

	font-weight:bold;

	margin:0px 10px 0px 10px;

	display:block;

	text-align:left;

}



.submenu_link_a {

	font-size: 9pt;

	font-family: Arial, Verdana,  Tahoma, sans-serif;

	color:#cc6600;

	text-decoration: none;	

	font-weight:bold;

	margin:0px 10px 0px 10px;

	display:block;

	text-align:left;

}
