@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll; min-height: 100%; margin-bottom: 1px;  /*fix page jump in FF for non-scrolling pages */
}

body, div, h1, h2, h3, ul, li, ol {
	padding:0px;
	margin:0px;
}

body {
	background: url(../images/sinkin_main_bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

body#secondary {
	background:#FFF0D3 url(../images/sinkin_sec_bg.jpg) no-repeat top center;
}

a {text-decoration: none; color:#3C536B;}
a:hover {text-decoration:underline; color:#3C536B;}
#secMain a:visited {color:#C59138;}

.fixedWrap {
	margin:auto;
	width:955px;
}

#flexWrap {
	width:100%;
	background:url(../images/flex_wrap_bg.jpg) repeat-x bottom center;
	min-height:344px;
	height:auto;
}

#masthead {
	margin-top:58px;
	width: 955px;
	height:34px;
	background:url(../images/sinkin_logo.png) no-repeat;
}

#greybar {
	background:url(../images/greybar.jpg) no-repeat;
	height: 22px;
	width: 955px;
}

#navBgfx {
	background:url(../images/navbg_bg.jpg) left repeat-y;
	width:955px;
}

#content {
	background:#FFFCF8 url(../images/cont_bg.jpg) no-repeat bottom center;
}

#nav {
	height:322px;
	width:198px;
	background:url(../images/nav_bg.jpg) top left no-repeat;
	float:left;
}
#secNav {
	width:198px;
	background:url(../images/nav_bg.jpg) top left no-repeat;
	float:left;
}

#main {
	float: left;
	width: 755px;
	min-height: 336px;
	padding-bottom:20px;
}

#main #photo {
	width: 282px;
	position:absolute;
	margin-left: 475px;
}

#main h1 {
	font-size:20px;
	font-weight:normal;
	color:#3c536b;
	margin: 15px;
	padding-top: 5px;
	width:387px;
}

#main h2 {
	font-size: 16px;
	font-weight: normal;
	margin:5px;
	padding-top: 5px;
}


#main p {
	font-size:11px;
	margin: 15px;
	width: 433px;
	line-height: 15px;
	color:#3c536b;
}

#secContent {
	background: #fff url(../images/sec_cont_bg.jpg) left bottom no-repeat;
}

#secMain {
	width: 757px;
	float:left;
	background:#fff;
	color: #3c536b;
}

#secMain h1 {
	font-size: 20px;
	font-weight: normal;
	margin:15px;
	padding-top: 5px;
}

#secMain h2 {
	font-size: 16px;
	font-weight: normal;
	margin:5px;
	padding-top: 5px;
}

#secMain p {
	font-size: 11px;
	margin: 15px 20px 15px 15px;
	line-height: 15px;
}

#secMain p span {
	color: #c59138;
	font-weight: bold;
}

#secMain img {
	margin-left: 20px;
	margin: 0 0 20px 20px;
}

#secMain .bioBox {
	margin-left:15px;
	margin-top:5px;	
	min-height: 230px;
	height:auto;
	border-bottom: 1px dashed #dcdcdc;
	width: 445px;
}

*html #secMain .bioBox {
	height: auto;
}

#secMain ul {
	margin-left:20px;
}

#secMain ol {
	margin-left:25px;
}

#secMain li {
	margin:10px;
}

.lastBio {
	border: none!important;
	margin-bottom:40px;
}

#secMain .bioBox img {
	float:left;
	width: 118px;
	border: 3px solid #b9b9b9;
	margin:0;
	margin-top:10px;
	*margin-top:15px;
}

#secMain .bioBox p.hasphoto {
	margin-left: 150px;
	margin-top: 15px;
}

#secMain .beforeAfter {
	float:left;
	width: 345px;
	padding-right: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
	height: 125px;
	background: #dcdcdc;
}

#secMain .beforeAfter .BAbox {
	width: 160px;
	float: left;
	margin-right: 12px;
	margin: 5px 6px 0;
}

#secMain .beforeAfter img {
	margin:0;
	border: 3px solid #999;
}

#secMain .beforeAfter p {
	text-align: center;
	margin:0;
}

#secMain ul.sitemap {
	list-style-type: disc;
	margin-left:30px;
	margin-bottom:30px;
	font-size:11px;
	text-transform:capitalize;
}

#secMain ul.list {
	margin-left:15px;
	font-size:11px;
	line-height: 15px;
}
#secMain ul.list li {
	margin: 15px;
}
.mainInput,
.mainTextarea,
#contactFormMainState {
	width: 230px;
}

#main form p {
	margin: 10px; 
	text-align: right;
	width: 340px;
}

.clearer { clear: left;}

#greybar2 {
	height:8px;
	width: 100%;
	background: #b9b9b9;
}
#footer {
	height:137px;
	background:url(../images/footer_bg.jpg) no-repeat;
}

#footer p {
	color:#4f4e4e;
	font-size:11px;
	line-height:16px;
	margin:0 0 0 190px;
	padding: 10px 23px;
	font-weight: bold;
}
#subfoot p {
	color: #784702;
	font-size: 11px;
	margin-top: 14px;
	float:left;
}
#subfoot ul {
	margin-left: 30px;
	margin-top: 10px;
	height: 15px;
	float:right;
}
#subfoot ul li {
	display: inline;
	margin-left: 5px;
}
#subfoot ul li a {
	color: #784702;
	font-size: 11px;
	border-right: 1px solid #784702;
	padding-right: 10px;
}
#subfoot li.last a{
	border: none;
}


/*---- IE HACK ZONE ----*/
#main #photo {* margin-left:460px;}
/*\*/
* html #flexWrap { height: 344px }
*html div#masthead {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sinkin_logo.png' ,sizingMethod='crop');
}
*html #secMain .beforeAfter { width:340px; margin-left:7px; }
*html #secMain .beforeAfter .BAbox {margin-right: 3px;}
/**/


#main .follow-me {
	width: 252px;
	position: absolute;
	margin: 423px 0 0 475px;
	padding: 10px 15px;
	background-color: #FFFFFF;
	color: #4f7288;
	font-size: 16px;
	clear: both;
}

#main .follow-me span, #main .follow-me img {
	float: left;
	margin: 4px 4px 0 0;
}
#main .follow-me img { margin: 0 4px 0 0;}

.right-topcontent, .general-followme, .rootcanals-followme, .tooth-followme {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 310px;
}

#secMain .right-topcontent span, #secMain .general-followme span, #secMain .rootcanals-followme span, #secMain .tooth-followme span {
	font-size: 16px;
	color: #4f7288;
	padding: 0 0 0 0;
	float: left;
	margin: 5px 0 0 40px;
}

#secMain .right-topcontent img, #secMain .general-followme img, #secMain .rootcanals-followme img, #secMain .tooth-followme img {
	margin: 0 0 10px 5px;
}

.general-followme { width: 410px;}
.rootcanals-followme { width: 460px;}
.tooth-followme { width: 380px;}
