/*
Template Design by Icon


*/

/** Common Styles */

body {
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#wrapper {
	width: 840px;
	margin: 0px auto 20px auto;
	padding:  0;
	background:url(images/main.gif) repeat-y;
}
/** Style for header starts here */

#header {
	width: 840px;
	height: 20px;
	margin: 0px auto;
	background: #FFF url(images/header.jpg) no-repeat;
}



.dentist-link {display:block; width:270px; height:55px; z-index:10;}


/** Style for content starts here */

#content {
	width: 800px;
	margin: 10px auto;
	
	
}

.head .logo { text-align:center; margin:5px 0 0 70px;}
.head .orange { margin:5px 0;}

.head { float:right; width:550px; margin-left:5px;}

.head-img { float:left}

.head .h-left { float:left; background:url(images/box-dentists.jpg) no-repeat;
	width:275px; height:136px; }
.head .h-right { float:left; background:url(images/box-patients.jpg) no-repeat;
		width:274px;  height:136px;}
.head p { color:#FFF; padding: 5px 30px 10px 35px; font-size:13px; line-height:18px;}
.head a { color:#FFF}

#main {margin:10px 0; background:#bed8ef; padding:5px;}

#right {
	float: right;
	width: 395px;
	
}



#left {
	float: left;
	width: 395px;
	
	
}

#main p { color:#072e51; font-size:12px; line-height:20px; padding:5px  }
#main .wrap { padding:5px 5px 2px 0; float:left}

#content  h2 { margin:20px 0px 0 0; text-align:center; font-size:14px;}

/** Style for footer starts here */

#footer {
	clear: both;
	height: 18px;
	margin: 0px auto;	
	background:url(images/footer.jpg) no-repeat bottom;
}





.clear { clear:both;}


/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

