/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
	height:100%;
}

body {
	margin:0px; padding:0px;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	height:100%;
	min-width: 720px;
	min-height:700px;
   	color: #333;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 
* html .pkg { display: inline-block;}
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { 
	margin:0px; padding:0px;text-align: center; background:#000;
 } /* center on ie */

body:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

#bg {
	width:820px;
	background:#fff;
	margin:0px auto;
	padding-top:0px;
	padding-bottom:0px;
}

#bg:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 

#Content {
	text-align:left;
	margin:0px auto;
	width:777px;
	height:617px;
	background: #ffffff url(/home/frontpage1.jpg) no-repeat;
    position: relative;
}

#Content:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 

	
#Content_int {
	width:770px;
	border-left:#FFFFFF 20px solid;
	border-right:#FFFFFF 20px solid;
	margin:0px auto;
	text-align:left;
	background: #000000 url(/home/int_home.jpg) no-repeat;
}

#Content_int:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 

	
#Content_int2 {
	width:770px;
	border-left:#FFFFFF 20px solid;
	border-right:#FFFFFF 20px solid;
	margin:0px auto;
	text-align:left;
	background: #000000 url(/home/int_workshops.jpg) no-repeat;
}

	
#Content_int3 {
	width:770px;
	border-left:#FFFFFF 20px solid;
	border-right:#FFFFFF 20px solid;
	margin:0px auto;
	text-align:left;
	background:#000000 url(/home/int_presentations.jpg) no-repeat;
}

	
#Content_int4 {
	width:770px;
	border-left:#FFFFFF 20px solid;
	border-right:#FFFFFF 20px solid;
	margin:0px auto;
	text-align:left;
	background:#000000 url(/home/int_biography.jpg) no-repeat;
}

	
#Content_int5 {
	width:770px;
	margin:0px auto;
	border-left:#FFFFFF 20px solid;
	border-right:#FFFFFF 20px solid;
	text-align:left;
	background:#000000 url(/home/int_client.jpg) no-repeat;
}

	
#Content_int6 {
	width:770px;
	border-left:#FFFFFF 20px solid;
	border-right:#FFFFFF 20px solid;
	margin:0px auto;
	text-align:left;
	background:#000000 url(/home/int_resources.jpg) no-repeat;
}

	
#Content_int7 {
	width:770px;
	border-left:#FFFFFF 20px solid;
	border-right:#FFFFFF 20px solid;
	margin:0px auto;
	text-align:left;
	background:#000000 url(/home/int_racing.jpg) no-repeat;
}

#Content_int7:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 
	
#Content_int8 {
	width:770px;min-height:800px;
	border-left:#FFFFFF 20px solid;
	border-right:#FFFFFF 20px solid;
	margin:0px auto;
	text-align:left;
	background:#000000 url(/home/int_contact.jpg) no-repeat;
}

#Content_int8:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 
	


#logo h1 {
	display:none;
}


#tag h1, h2 {
	display:none;
}

#menu {
	width:600px; height:112px;
	position: absolute;
	top:489px;left:100px;
}

#menu h3 {
	display:none;
}



#text {
	position:absolute;
	top: 250px; left:250px;
	color:#FFFFFF;
	font-size:16px;
	line-height:150%;
	width:420px; padding:10px;
	background:url(/home/60.png);
}

#menu_int {
	position:relative;
	top:20px;left:0px;
	width:210px; height:336px;
	float:left;
}

#menu_int h3 {
	display:none;
}



.title {
	color: #003366;
	font-size:26px;

}

.titlefront {
	color: #003366;
	font-weight:bold;
	font-size:16px;
	line-height:80%

}

.body_text {
        margin-left:20px;
        margin-right:20px;
        margin-bottom:20px;
        color:#000000;
}

.body_text:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 

a.front, a.front:visited { color: #ffffff; text-decoration: underline; }
a.front:hover { color: #003366; }


#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 720px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}


a { color: #36414d; text-decoration: underline; }
a:hover { color: #003366; }

#logo {
	width:250px;height:44px; cursor:pointer;
	background:url(/home/logo.png);
}


#tag {
	position:relative;
	top: 25px; left:82px;
	width:499px;height:103px;
	background:url(/home/images/strategic.png);
}

a#home img {
	width:123px;height:50px;
	background:url(/home/images/home_home.png);
	float:left;
	cursor:pointer;
}

a#workshops img {
	width:150px;height:50px;
	background:url(/home/images/home_workshops.png);
	float:left;
	cursor:pointer;
}


a#presentations img {
	width:86px;height:50px;
	background:url(/home/images/home_presentations.png);
	float:left;
	cursor:pointer;
}


a#bio img {
	width:235px;height:50px;
	background:url(/home/images/home_bio.png);
	float:left;
	cursor:pointer;
}

a#clients img {
	width:163px;height:62px;
	background:url(/home/images/home_clients.png);
	float:left;
	cursor:pointer;
}

a#resources img {
	width:105px;height:62px;
	background:url(/home/images/home_resources.png);
	float:left;
	cursor:pointer;
}

a#racing img {
	width:128px;height:62px;
	background:url(/home/images/home_racing.png);
	float:left;
	cursor:pointer;
}

a#contact img {
	width:198px;height:62px;
	background:url(/home/images/home_contact.png);
	float:left;
	cursor:pointer;
}


#blank {
	width:198px;height:62px;
	background:url(/home/images/menu_blank.png);
	float:left;
}

a#home_int img {
	width:210px;height:42px;
	background:url(/home/images/int_home.png);
	cursor:pointer;
}

a#home_int_on img {
	width:210px;height:42px;
	background:url(/home/images/int_home_on.png);
	cursor:pointer;
}

#workshops_int img {
	width:210px;height:42px;
	background:url(/home/images/int_workshops.png);
	cursor:pointer;
}


#workshops_int_on img {
	width:210px;height:42px;
	background:url(/home/images/int_workshops_on.png);
	cursor:pointer;
}

#presentations_int img {
	width:210px;height:42px;
	background:url(/home/images/int_presentations.png);
	cursor:pointer;
}

#presentations_int_on img {
	width:210px;height:42px;
	background:url(/home/images/int_presentations_on.png);
	cursor:pointer;
}

#bio_int img {
	width:210px;height:42px;
	background:url(/home/images/int_bio.png);
	cursor:pointer;
}

#bio_int_on img {
	width:210px;height:42px;
	background:url(/home/images/int_bio_on.png);
	cursor:pointer;
}

#clients_int img {
	width:210px;height:42px;
	background:url(/home/images/int_clients.png);
	cursor:pointer;
}

#clients_int_on img {
	width:210px;height:42px;
	background:url(/home/images/int_clients_on.png);
	cursor:pointer;
}

#resources_int img {
	width:210px;height:42px;
	background:url(/home/images/int_resources.png);
	cursor:pointer;
}

#resources_int_on img {
	width:210px;height:42px;
	background:url(/home/images/int_resources_on.png);
	cursor:pointer;
}

#racing_int img {
	width:210px;height:42px;
	background:url(/home/images/int_racing.png);
	cursor:pointer;
}

#racing_int_on img {
	width:210px;height:42px;
	background:url(/home/images/int_racing_on.png);
	cursor:pointer;
}

#contact_int img {
	width:210px;height:42px;
	background:url(/home/images/int_contact.png);
	cursor:pointer;
}

#contact_int_on img {
	width:210px;height:42px;
	background:url(/home/images/int_contact_on.png);
	cursor:pointer;
}

#text_int {
	position:relative;
	top:50px; left:14px;
	float:left;
}

#text_int:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 

#text_int_top {
	width: 546px;height:16px;
	background:url(/home/images/int_bg_top.png);

}

#text_int_body {
	width: 546px; 
	background:url(/home/images/int_bg_blank.png);
}

#text_int_body:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
} 

#tag {
	position:absolute;
	top: 40px; left:180px;
	width:499px;height:103px;
	background:url(/home/strategic.png);
}