* {
 padding: 0;
 margin: 0px;
 font-size: 1em;
}
/* commented backslash hack \*/ 
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	background-color: #ececec;
	background-repeat:repeat;
	background-image:  url("images/navigation/backg2.gif");
	line-height: normal;
	height: 100%
}
/* end hack */

.wrapper {
	width: 850px;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	border: 0px none;
}
/* ------------------------ Start Header -----------------*/
.header {
	margin: 0px;
	min-height: 80px;
	background-image:url(images/web-coach-logo.jpg);
	background-repeat:no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
* html .header {height:80px} /* IE Min-Height Hack */ 
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Nav Bar -----------------*/
.nav-bar {
	background-color: #ececec;
	margin: 0px 0px 0px 0px;
	min-height: 15px;
	padding: 5px;
	border: 0px solid #330000;
	color: #333333;
}
* html .nav-bar {height: 15px} /* IE Min-Height Hack */ 

/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start outer content -----------------*/
#outercontent {
	background:#ffffff;
	width: 822px;
	padding: 13px;
	min-height: 100%;
	height: auto;
	border-color:#330000;
	border-left:1px dotted;
	border-right:1px dotted;
	overflow: hidden;
	margin: 0px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em
}
* html #outercontent {
	height: 100%;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 822px;
	margin-bottom: 0px;
} /* IE Min-Height Hack */ 



/* ------------------------ End outer content -----------------*/

/* ------------------------ Start Columns -----------------*/
#centercolumn {
	background-color: #ececec;
	margin: 0px;
	display: inline;
	padding: 7px;
	width: 600px;
	float: right;
	color: #000000;
	border: 1px dotted #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em
}
/* ------------------------ End Columns -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
	border: 0px solid #330000;
	padding: 0px;
	margin-bottom: 2px;
	background-color: #000000;
	font-weight: normal;
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* ------------------------ End Footer -----------------*/

h1 {
font-weight:normal;}
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}

p {
	padding-top: 10px;
	padding-bottom: 5px;
}
.bullet {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 50px;
}
.numberlist {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 50px;
}
.footertext {
	font-size: 10pt;
	font-weight: lighter;
	color: #ffffff;
	background-color: #000000;
}
.standardheading {
	font-size: 14pt;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* NAVIGATION */
ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: #E7E7E7;
	width:849px;
	border-right:1px dotted #330000;
}

#mainNav li {
	float: left;
	width: 10.87em;
}

#mainNav a {
	text-decoration: none;
	color: #000000;
	font-size: 0.97em;
	border: 1px dotted #999999;
	border-right: none;
	display: block;
	padding: 7px 0px 7px 30px;
	background: #E7E7E7 url("images/link.png") no-repeat left center;
}

#mainNav a:hover {
background: #d0ef88 url("images/navigation/light-go.jpg") no-repeat 2px 50%;
}

/* special formatting for home page link */
a#homeLink {
	background: #E7E7E7 url("images/navigation/home.jpg") no-repeat 5px 50%;
}

/* styles for the "you are here" buttons */

#home #mainNav a#homelink {
	background: #FFFFFF url("images/navigation/bg_here.gif") no-repeat 5px 50%;
	padding-left: 30px;
	border-bottom: 1px dotted #ffffff;
}
#building #mainNav a#buildingLink {
	background: #FFFFFF url("images/navigation/bg_here.gif") no-repeat 5px 50%;
	padding-left: 30px;
	border-bottom: 1px dotted #ffffff;
}
#redesign #mainNav a#redesignLink {
	background: #FFFFFF url("images/navigation/bg_here.gif") no-repeat 5px 50%;
	padding-left: 30px;
	border-bottom: 1px dotted #ffffff;
}

#template #mainNav a#templateLink {
	background: #FFFFFF url("images/navigation/bg_here.gif") no-repeat 5px 50%;
	padding-left: 30px;
	border-bottom: 1px dotted #ffffff;
}

#home2 #mainNav a#home2link {
	background: #FFFFFF url("images/navigation/bg_here.gif") no-repeat 5px 50%;
	padding-left: 30px;
	border-bottom: 1px dotted #ffffff;
}

#home3 #mainNav a#home3link {
	background: #FFFFFF url("images/navigation/bg_here.gif") no-repeat 5px 50%;
	padding-left: 30px;
	border-bottom: 1px dotted #ffffff;
}

#home #mainNav a#homelink:hover {color: #FF0000;}
#building #mainNav a#buildingLink:hover {color: #FF0000;}
#redesign #mainNav a#redesignLink:hover {color: #FF0000;}
#template #mainNav a#templateLink:hover {color: #FF0000;}

#home2 #mainNav a#home2link:hover {color: #FF0000;}

#home3 #mainNav a#home3link:hover {color: #FF0000;}


/* IE Fixes */

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}

.preload {
	background-image:url(images/go.png);
	display: none;
}

.globallink {
	color: #000000;
	background-color: #E7E7E7;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #330000;
	border-bottom-color: #330000;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-color: #000000;
	font-weight: normal;
}

.footerlink a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	background-color: #000000;
	font-weight: normal;
}
.footerlink a:visited {
	color: #cccccc;
	text-decoration: none;
	font-size: 10pt;
	background-color: #000000;
	font-weight: normal;
}
.footerlink a:hover {
	color: #669933;
	text-decoration: underline;
	font-size: 10pt;
	background-color: #000000;
	font-weight: normal;
}
hr {
	margin-top: 10px;
}
.insidethebox {
	color: #000000;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px dotted #990000;
}
.imagebullet {
	margin-top: 10px;
	list-style-position: outside;
	list-style-type: disc;
	float: none;
	margin-left: 10px;
}
.top {
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	text-decoration: underline;
	color: #0066ff;
}
a:visited {
	text-decoration: underline;
	color: #0066ff;
}
a:hover {
	text-decoration: underline;
	color: #0066ff;
}
a:active {
	text-decoration: underline;
	color: #0066ff;
}

img.figure { float: left; margin-right: 10px; border:1px solid #cccccc; }
img.figureleftcolumn { border:1px solid #cccccc; margin:0px; }
table { 
	border-collapse: collapse;
	width: 100%;
	background-color:#ececec;
	border:0px none 0;
}

td,th {
	border: 0px none;
	padding: 2px 4px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
th {
background: url(images/th_bg.png) no-repeat left top;
	color: white;

	text-align: left;
	border-color: #14556b;
}

tr.alt td {
	background: url(images/td_bg.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
}

img.right {
	float: right;
	border:1px solid #cccccc;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:100px;
}

img.rightnobottomspace {
	float: right;
	border:1px solid #cccccc;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:20px;
}

.photo img{
border: 1px solid #666;
background-color: #fff;
padding: 0px;
}

/*text styles*/
.forwardarrow
{color: #990000;
font-weight:bold
}
.bullettable {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}
h2 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#leftcolumn {
	background-color: #ffffff;
	margin: 0px;
	display: inline;
	padding: 6px;
	width: 177px;
	float: left;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	border-top: 1px dotted #ffffff;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}

div.figcaption {
	float: left; 
	width: 187px;
	margin: 3px 5px 3px 5px;
}

.figcaption img {
	border: 1px solid #666;
	padding: 5px;
}

.figcaption p {
	font: .8em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #e6f3ff;
	border: 1px dotted #666;
	padding: 5px;
	margin: 5px 0 0 0;
}
.greyheading {
	font-family:"trebuchet MS", Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #5a6c6e;
}

.greyquotes {
color:#5a6c6e;
font-size:14px;
}

/* Left and right large quotes */
.lquote {
	font-family:"trebuchet MS", Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #5a6c6e;
	top: .3em;
	line-height: 0.8em; /*0;*/
}
.rquote {
	font-family:"trebuchet MS", Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #5a6c6e;
	top: .3em;
	line-height: 0.8em; /*0;*/
}

.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	color: #FFFFCC;
}
.style7 {color: #333300}
.style8 {
	color: #FFFFCC;
	font-weight: bold;
	font-style: italic;
}
.style9 {font-size: 0.9em}
.style10 {font-size: 14pt}
.style11 {font-size: 16pt}
.style12 {font-size: 14pt}

.headertext {
font-size:18px;
color:#ffffff;
font-style:italic;
font-weight:normal;
padding-left: 110px; 
padding-top:60px;
}
