/* Core stylesheet for Integrated Dental Holdings Website */

/* ------------------------- General Styles ------------------------- */
/* Resets the styles to default  */
/* ------------------------------------------------------------------ */
body,h1,h2,h3,h4,h5,h6,span,div,table,tr,td,ul,ol,li{
	padding:0;
	margin:0;
	border:0;
	font-family:arial;
}

/* --------------------------- Breadcrumbs -------------------------- */

.breadcrumbs{
	color:#ffffff;
	font-size:10px;
}
.breadcrumbs a:link {color:white} /* unvisited link */
.breadcrumbs a:visited {color:white} /* visited link */
.breadcrumbs a:hover {color:#84C126} /* mouse over link */
.breadcrumbs a:active {color:#84C126} /* selected link */


/* --------------------------- Page Title -------------------------- */
.pagetitle{
	color:#ffffff;
	font-size:19px;
}

/* ------------------------ Main Content Txt ----------------------- */
.text{
	line-height: 18px;
	color:#666666;
	font-size:12px;
	text-align:justify
}

.more{
	line-height: 18px;
	color:#666666;
	font-size:12px;
	text-align:right
}

.copy{
	color:#666666;
	font-size:10px;
}

.copy a:link {color:#666666} /* unvisited link */
.copy a:visited {color:#666666} /* visited link */
.copy a:hover {color:#84C126} /* mouse over link */
.copy a:active {color:#84C126} /* selected link */

.head{
	color:#2E1A75;
	font-size:15px;
	text-align:left;
}

.contact_h{
	color:#84C126;
	font-size:15px;
	text-align:left;
}

.error{
	font-weight:bold;
	color:#FF0000;
}

/* ------------------------- Content Images ------------------------- */
#image_text,#text_image, #txt_only{
	margin-bottom:20px;
}


.clearboth {
	clear: both;
}

.left_image{ 
	float:left;
	margin-right:15px;
	margin-top:3px;
}

.clearboth {
	clear: both;
}

.right_image{
	float:right;
	margin-left:15px;
	margin-top:3px;
}

.clearboth {
	clear: both;
}

/* ------------------------ Right Russel Text ----------------------- */
.russeltext{
	line-height: 18px;
	color:#666666;
	font-size:11px;
	text-align:right;
}

.russelhead{
	color:#2E1A75;
	font-size:15px;
	text-align:right;
}

a:link {color:#2E1A75;} /* unvisited link */
a:visited {color:#2E1A75;} /* visited link */
a:hover {color:#84C126} /* mouse over link */
a:active {color:#84C126} /* selected link */


/* ------------------------ Drop Down Menu ----------------------- */
a.sample_attach, a.sample_attach:visited, div.sample_attach{
	display: block;
 	width: 195px;
	text-align:right;
	line-height: 18px;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child, div#sample_attach_menu_child2{
	border:0px solid white;
	line-height: 18px;
}