/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/
#content ul {
	list-style-type: none;padding-left: 0;margin-left: 50px;list-style-image: url(images/bullet_4_s1_orange4.gif);margin-bottom:10px;margin-top:10px}
#content li {padding-left: 20px;
	margin-bottom: 10px; margin-left: 20px;list-style-type: none
}


.custom .container_16{width:1060px;}
.custom #header-in{width:1041px;height:146px;background:url('images/dental20.jpg') center no-repeat;padding:0;}
.custom .sidebar_navigation, .custom .sf-vertical li a{width:173px; !important}
.custom .sidebar_navigation .sf-vertical li a{width:147px;}

.custom .wrapper_topbg{display:none;}

.custom .wrapper_centerbg{width:1060px;}

/** ... */
.custom .sidebar_navigation {
    float:left;
    padding-right: 8px;
}
a {
    color: #0000FF;}
a {text-decoration: none; border-bottom: 1px solid}
.custom #content{  
width:655px;
  padding-left:10px;
  padding-right:10px;
  float:left;
  background-color:#FFFFFF;
  color: #000000;
  border-color: #EEEEEE;
  border-right-color: #EEEEEE;
  border-left: 1px solid;
  border-left-color: #EEEEEE;
  background-image: url('images/shadow86.gif');
  background-repeat: repeat;
  background-position: right bottom;
}


.custom #content img {
    float: left;
    margin: 10px;
}

.custom .wrapper_centerbg { width:100%;}
.custom .wrapper_bottom { width:100%;}
.custom .wrapper_topbg2 { width:100%;}

h1.head { margin:0;  font:30px Georgia, "Palatino Linotype", "Times New Roman", Times; padding:15px 0 25px 0; text-align:center;border-bottom: dotted 2px;color:#color:#003DF7;;
	border-bottom-color: #BFBFFF; }
	

h2 { font-family: Arial, Verdana, sans-serif; font-size: 116%;  color: #000}
#content h3 {
	font-family: Garamond;
	font-size: 20px;
	color: #000;
	background-color:d7d7ff;
	color: #024c8d;
	width: auto;
	z-axis: 1;
	background-color:#FFFFFF;
	border-bottom-style: foy;
	border-bottom: dotted 2px;
	border-bottom-color: #BFBFFF;
	}

.sidebar_right .sidebar_right, .sidebar_navigation_bottom{width:173px;height:100px;float:right;}

.clear{clear: both; width: 100%; height: 0; line-height: 0; font-size: 0;}

.sidebar_navigation h3 { margin:10px 0 0 0; padding:3px 0 3px 12px; background:##D7D7FF; font:bold 16px "Palatino Linotype", Georgia, "Times New Roman", Times, serif; color:##D7D7FF; }

#head_nav_wrap{width:1060px;margin:0 auto;background:url('images/main_center.png') -1px 0;height:40px;}
#head_nav {width:1041px;height:40px;margin:0 auto;padding:0;background:url('images/nav_back1.gif');}
#head_nav li{display:inline;}
#head_nav li a{display:block;float:left;height:30px;padding:10px 10px 0 10px;color:#fff;font-weight:bold;font-size:16px;}
#head_nav li a:hover{background:Url('images/nav_back2.gif');}

#head_nav.sf-menu li a { border:none; color:#fff !important; font:17px Georgia, "Times New Roman", Times, serif; width:100%; display:block; color:#fff; background:none; text-shadow: none; }
#head_nav.sf-menu li a:hover { color: #fff !important}
#head_nav.sf-menu li ul li a { margin-top: 10px; border: none; color: #fff}
#head_nav.sf-menu li.current_page_item a, #head_nav.sf-menu li.current_page_parent a{ background:#03386c; color:#002f2f; }
#head_nav.sf-menu li.current_page_item a:hover { background:#03386c; color:#fff; }
#head_nav.sf-menu li li { background:#03386c; color:#000; padding-right: 20px; }
#head_nav.sf-menu li li li { background:#03386c; color:#000; padding-right: 20px; }
#head_nav.sf-menu li ul li a, #head_nav.sf-menu li ul li ul li a, #head_nav.sf-menu li ul li ul li ul li a { color:#ffff !important; background:#03386c !important; }
#head_nav.sf-menu li ul li a:hover, #head_nav.sf-menu li ul li ul li a:hover, #head_nav.sf-menu li ul li ul li ul li a:hover { color:#ffff !important; background:#000 !important; }

.sidebar_navigation .subheading span {
    font:13px Georgia, "Times New Roman", Times, serif;
    color: #fff;
    padding: 4px;
    padding-left: 12px;
    background: #03386c;
    font-weight: bold;
    display: block;
    clear: both;
}