/* general reset */
body{
	margin:0;
	background:#50565c;
	color:#fff;
	min-width:1000px;
	font:14px Arial,Tahoma,Verdana,sans-serif;
}
img{border:0;}
a{color:#fff;}
a:hover{text-decoration:none;}
.hidden{display:none;}
/* general settings */
#wrapper{
	background: url(../images/bg-wrapper.jpg) no-repeat 50% 10px;
}
#wrapper.home{
	background: url(../images/bg-wrapper-hp.jpg) no-repeat 50% 10px;
}
.w{
	width:1000px;
	margin:0 auto;
	padding:394px 0 0;
	position:relative;
}
.home .w{padding:602px 0 0;}
.logo{
	margin:0;
	position:absolute;
	top:88px;
	left:179px;
	z-index:1;
	overflow:hidden;
	text-indent:-9999px;
	width:251px;
	height:179px;
	background: url(../images/logo.png) no-repeat;
}
.logo a{
	display:block;
	height:100%;
}
.home .logo{
	top:82px;
	left:62px;
	width:397px;
	height:267px;
	background: url(../images/logo-hp.png) no-repeat;
}
#header{
	position:absolute;
	top:0;
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
}
#header .holder{
	width:100%;
	overflow:hidden;
}
#header .nav{
	float:right;
	display:inline;
	padding:0 4px 0 0;
	margin:0 23px 0 0;
	background: url(../images/bg-header-nav.png) no-repeat 100% 0;
}
#header .frame{
	float:left;
	padding:0 0 0 4px;
	background: url(../images/bg-header-frame.png) no-repeat;
}
#header .call{
	float:left;
	background:#50565c;
	padding:10px 7px 10px 15px;
	letter-spacing:1px;
	font: bold 14px/18px "Trebuchet MS",Verdana,Arial,sans-serif;
}
#header .photo{
	float:right;
	width:401px;
	margin:40px 0 0;
}
.home #header .photo{
	margin:126px 0 0;
}
#header .photo .title{
	height:29px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/text-dr-craig.gif) no-repeat 61px 0;
	margin:0 0 38px;
}
#header .photo .definition{
	text-align:center;
	color:#c2c3c5;
	font-size:12px;
	line-height:14px;
	margin:-6px 0 0;
	letter-spacing:1px;
	position:relative;
}
#header .photo .holder-image{
	padding:9px;
	background: url(../images/bg-photo-image.png);
}
.photo .holder-image img{
	display:block;
}
#navigation{
	float:left;
	margin:0 2px 0 0;
	padding:10px;
	list-style:none;
	font-size:13px;
	font-weight:bold;
	background:#50565c;
	line-height:18px;
	letter-spacing:1px;
}
#navigation a{
	text-decoration:none;
}
#navigation li{
	float:left;
	padding:0 11px;
}
#navigation a:hover,
#navigation li.active a{
	text-decoration:underline;
}
#twocolumns{
	height:1%;
	overflow:hidden;
}
#content{
	width:500px;
	float:left;
	padding:0 0 0 27px;
	line-height:17px;
	position:relative;
	z-index:1;
}
#content h2,
#sidebar h3{
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	margin:0 0 26px -27px;
	padding:0 0 6px 29px;
	background: url(../images/double-line.gif) repeat-x 0 100%;
}
#content h2 a{text-decoration:none;}
#content h2 a:hover{text-decoration:underline;}
.home #content h2{margin:0 0 22px -27px;}
#content p{
	margin:0 0 17px;
}
#content .post{
	overflow:hidden;
	height:1%;
	margin:0 0 17px;
}
#content .more{
	margin:0 0 0 30px;
}
#sidebar{
	float:right;
	width:389px;
	margin:79px 0 0;
	padding:0 10px 0 0;
}
.home #sidebar{
	margin:0;
	padding:0 10px 10px 74px;
}
.home #sidebar h3{
	padding:0 0 6px 83px;
	margin:0 -10px 2px -74px;
}
#sidebar h3{
	margin:0 -10px 8px 0;
	padding:0 0 6px 7px;
}
#sidebar h4{
	font-size:14px;
	line-height:16px;
	margin:0;
	font-weight:normal;
}
.stick{margin:0 0 20px;}
.home .stick{margin:0 0 11px;}
.stick a{outline:0;}
.stick img{display:block;}
.contact{
	font-size:14px;
	line-height:16px;
	padding:0 0 0 10px;
}
.contact address{
	font-style:normal;
	padding:0;
}
#footer{
	height:48px;
	background: url(../images/bg-footer.gif) no-repeat;
}
