/*Global */
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

ol li { margin-left: 1.5em; margin-bottom: .5em; padding-left: 0;}

html, body {
	padding: 0;	
	margin: 0 0 10px 0;
}

body {
	background: #fff url("../images/bg.jpg") repeat-x top left;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family:  "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
	color: #444;
}

a:link, a:visited {
	text-decoration : none;
	color: #0064B1;
}

a:active, a:hover {
	text-decoration : underline;
	color: #0064B1;
}

fieldset{
	text-align: left;
}

/*--LAYOUT--*/
#header {
	height: 73px;
	width:  755px;
	margin:0 auto;
	padding: 0;
	text-align: left;
}

#endofound {
	background: transparent url("../images/endofound.jpg") no-repeat top left;
	float:  left;
	height: 73px;
	width: 151px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#endofound a {
	display:  block;
	height: 73px;
	width: 151px;
	text-indent: -9999px;
	padding: 0;
}

#header h1 {
	background: transparent url("../images/drseckin-logo.jpg") no-repeat top left;
	float:  left;
	height: 73px;
	width: 604px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display:  block;
	height: 73px;
	width: 604px;
}

/* subnav */
#wrapper {
	margin:0 auto;
	padding: 0;
	width: 755px;
}

/*--Navigation--*/
#nav {
	float: left;
	height:49px;
	width: 755px;
	margin: 0;
}

#nav ul {
	margin:0;
	padding:0;
}

ul#nav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	text-indent: -9999px;
}

#nav li a {
	background:transparent url(../images/nav.jpg) no-repeat ;
	border:0pt none;
	display:block;
	text-decoration:none;
}

li#home a {
	height:49px;
	width:68px;
}

li#philosophy a {
	height:49px;
	width:114px;
}

li#videos a {
	height:49px;
	width:103px;
}

li#endo a {
	height:49px;
	width:131px;
}

li#ask a {
	height:49px;
	width:92px;
}

li#contact a {
	height:49px;
	width:247px;
}

li#home a:link,li#home a:visited  {
	background-position: 0 0;
}

li#philosophy a:link, li#philosophy a:visited {
	background-position: -68px 0;
}

li#videos a:link, li#videos a:visited {
	background-position: -182px 0;
}

li#endo a:link, li#endo a:visited {
	background-position: -285px 0;
}

li#ask a:link, li#ask a:visited  {
	background-position: -416px 0;
}

li#contact a:link, li#contact a:visited {
	background-position: -508px 0;
}

li#home a:hover, li#home.active a {
	background-position: 0 -49px;
}

li#philosophy a:hover, li#philosophy.active a {
	background-position: -68px -49px;
}

li#videos a:hover, li#videos.active a {
	background-position: -182px -49px;
}

li#endo a:hover, li#endo.active a {
	background-position: -285px -49px;
}

li#ask a:hover, li#ask.active a  {
	background-position: -416px -49px;
}

li#contact a:hover, li#contact.active a {
	background-position: -508px -49px;
}

/* Content */
#content {
	background-color: #c9e1e9;
	clear: both;
	font-size:1.3em;
	line-height:1.6em;
	text-align: left;
	width: 755px;
}

#content h2 {
	color:#388DB9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight: normal;
	line-height:1.1em;
	margin: 0 0 12px;
	padding: 0;
}

#content.interior {
	padding:20px;
	width:715px;
}

#content li {
	margin-left:25px;
	}

#intro {
	background: transparent url("../images/intro.jpg") no-repeat top left;
	width:  755px;
	height:  277px;
}

#intro p {
	text-indent: -9999px;
}

/* This is for next page / previous page links */
a span {
	color:#388DB9;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*Footer */
#footer {
	background: tran url("../images/header-bg.jpg") repeat-x center left;
	padding: 10px;
}

#footer p {
	clear: both;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0;
	width: 840px;
}


/*IE Float Clear Hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

.relative { position:relative} 
#book_now {
	position:absolute;
	width:274px;
	height:49px;
	z-index:1;
	left:511px;
	top:-50px;
}
