/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  	background-color:#d6d6d6;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
  	text-align: center;
  	background-image:url(images/body-bg-rest.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-attachment:fixed;
	margin:0px;
	
}

td {
	vertical-align:top;
}

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}

h3 {
	padding: 1em 0 .2em 0;
  	font: normal 25px/1.5em Georgia, serif;
	color:#920606;
	border-bottom:0px solid #c58a37;
	margin-bottom:2px;
	text-transform:capitalize;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2b2c41;
	margin-top:2px;
}

h5 {
	padding: 1em 0 .2em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#920606;
	margin-bottom:.25em;
}

p {
  margin: 2em 0;
  line-height: 1.5em;
}

a {
  	color: #666;
  	font-weight: bold;
  	text-decoration: none;
}

hr {
	margin:0px;
	padding:0px;
}

a:hover {
  	color: #999;
  	text-decoration: underline overline;
}

div#container-page {
  	margin: 0 auto;
  	width: 776px;
  	background: #ffffff;
  	background-image:url(images/contentwhitebg.jpg);
	background-repeat:repeat-y;
  	text-align: left;
  	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}

#container-head {

}

div#topspace {
	height:17px;
	background-color:transparent;
	background-image:url(images/body-bg-top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	z-index:50;
}

div#topspace #headtext h1 { float: left; width: 700px; height: 0; padding-top: 17px; overflow: hidden; }

div#head {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:213px;
	z-index:2;
	/*width: 100%;
	float: left;
	margin-right: -300px;*/
}
/*
#head #content {
	background: #f1f2ea;
	margin-right: 300px;
}
#head #sidebar {
	width: 300px;
	float: right;
}
*/




/*******************************************/
/*************** NAVIGATION ****************/
/*******************************************/
div#navigation {
	background-color:#c59242;
	height:56px;
	z-index:101;
	position: relative;
}

#navlist { 
	margin: 0px; 
	padding: 0px; 
}

div#navigation li {
	display:inline;
	margin:0px;
}

div#navigation li a { float: left; width: 117px; height: 0; padding-top: 56px; overflow: hidden; background-image:url(images/navigation.jpg); background-repeat:no-repeat; }

div#navigation li#home a { width:90px; background-position: 0px 0; }
div#navigation li#about a { width:129px; background-position: -90px 0; }
div#navigation li#services a { width:119px; background-position: -219px 0; }
div#navigation li#coaching a { width:185px; background-position: -338px 0; }
div#navigation li#calendar a { width:134px; background-position: -523px 0; }
div#navigation li#contact a {  width:119px; background-position: -657px 0; }

div#navigation li#home a:hover { width:90px; background-position: 0px -56px; }
div#navigation li#about a:hover { width:129px; background-position: -90px -56px; }
div#navigation li#services a:hover { width:119px; background-position: -219px -56px; }
div#navigation li#coaching a:hover { width:185px; background-position: -338px -56px; }
div#navigation li#calendar a:hover { width:134px; background-position: -523px -56px; }
div#navigation li#contact a:hover {  width:119px; background-position: -657px -56px; }



div#container-content {
  	/*padding: 0 2em 40px 2em;*/
  	background-color:#FFFFFF;
	background-image:url(images/contentwhitebg.jpg);
	background-repeat:repeat-y;
	margin-bottom:20px;
	padding-bottom:80px;
	z-index:5;
}

div#container-content:after {
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

div#contenthead h2 {
	float: left; width: 300px; height: 0; padding-top: 17px; overflow: hidden;
}

div#headshot {
	background-image:url(images/blair-headshot.jpg);
	width:215px;
	height:295px;
	border:0px;
}

div#headshot h2 {
	float: left; width: 215px; height: 0; padding-top: 215px; overflow: hidden;
}

div#content-pri {
  	width: 416px;
  	float: right;
  	background-color:transparent;
  	padding:0px 60px 0px 0px;
}

div#content-sec {
 	/*padding: 1em 0;*/
  	width:  230px;
  	margin-top:26px;
  	padding:0px 0px 0px 60px;
  	height:300px;
  	float: left;
  	background-color:#transparent;
  	border-right:1px solid #cdd0d5;
}

div#content-sec ul,#content-sec ul li {
  	list-style: none;
}

div#container-foot {
  	width: 100%;
  	background: #fff;
  	position: absolute;
  	bottom: 0 !important;
  	bottom: -1px; /* For Certain IE widths */
  	height: 60px;
  	background-image:url(images/contentwhitebg.jpg);
	background-repeat:repeat-y;
}

div#foot {
  	padding: 0 1em;
  	padding:20px 60px 0px 60px;
  	line-height: 15px;
  	color:#999999;
}

.contentTABLE {
	margin-top:25px;
}

.contentTABLE .leftTD {
	width:215px;
	padding-top:10px;
	padding-left:44px;
}

.contentTABLE .dividerTD {
	width:5px;
	border-right:1px solid #cdd0d5;
	height:350px;
}

.contentTABLE .rightTD {
	width:415px;
	padding-right:60px;
	margin-bottom:20px;
}

.contentTABLE .rightTD h3, .contentTABLE .rightTD h4 {
	margin-left:38px;
	margin-top:5px;
	margin-bottom:0px;
	line-height:15px;
}

.contentTABLE .rightTD p {
	padding-left:38px;
	margin-top:13px;
	margin-bottom:13px;
	line-height:20px;
}

.rightTD ul {
	margin-top:10px;
}

.rightTD ul li {
	list-style-position:outside;
	list-style-type:disc;
	padding:1px 0px 1px 0px;
	margin-left:50px;
}

div.entryitem {
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:3px dashed #ebebeb;
}


/***** SIGN UP *****/
.signupTD {
	background-image:url(images/sign-up-bg.gif);
	background-repeat:no-repeat;
	height:217px;
}

div#signup {
	padding:10px 30px 15px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

div#signup input#input {
	width:205px;
	height:19px!important;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	padding-top:1px;
	color:#3c485b;
	font-size:13px;
	font-weight:bold;
}

div#signup div#inputdesc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:9px;
}




/******OTHER*****/

a.medialink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
}

a.medialink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
}

div.seminar-entry {
	padding-left:38px;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:3px dashed #ebebeb;
}
