﻿/*-----------------------------------------------------------------------------
Bob Lee Coaching stylesheet

version:1.0
date: 4/1/2008
author: Grace Pok

Color Scheme:
	red: #880000;
	gray: #757575
	blue: #4C618B
-----------------------------------------------------------------------------*/

/* =============================================================
    General Declarations 
    =============================================================*/

* {margin:0; padding:0;}

body {
	text-align:left;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	color: #757575; 
}
a {	
	text-decoration: none; 
	border-bottom: 1px gray dotted;
	color: #757575;
}
a:link, a:visited {

}
a:hover {
	color:#880000;
}

.clear {clear:both;}
.right {float:right;}
.left {float:left;}


/* =============================================================
    Structure
    =============================================================*/

#ctrdiv {
	margin: 25px auto;
	width: 860px;
}
/*for the backgrond shadow */
#wrapper_bg {
	width: 860px;
	background:  url(images/shadow_lr.gif) repeat-y top right;
}
#wrapper {
	position: relative;
	left: 0px;

	width: 850px;
	border-top: 1px solid #757575;
	border-left: 1px solid #757575;
}
	
#footer_bg {
	width: 860px;
	background:  url(images/footer_bg.gif) no-repeat bottom right;
}

#footer {
	position: relative;
	left: 0px;
	top: -11px;	
	border-left: 1px solid #757575;
	border-top: 1px solid #757575;
	width: 850px;
}

/* =============================================================
    Header
    =============================================================*/

#header {
	height: 90px;
	margin: 20px;
}
.logo {
	float: left;
	margin: 18px 0 0 60px;
}
.firmname {
	float: left;
	margin-left: 62px;
	margin-top: 28px;
}
.pageHeader {
	float: right;
	margin-right: 20px;
	margin-top: 37px;
	color: #4C618B;
	font-weight: bold;
	
}
/* =============================================================
    Menu
    =============================================================*/
#menu {
	margin-top: 90px;
	display: block;
	float: left;
	width: 200px;
	list-style: none;
	
	border-top: 1px solid #757575;
}
#menu li {
	height: 2em;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #757575;
	text-align: center;
	line-height: 2;
	font-size: 90%;
}

#menu li a {
	height: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 0;
}
#menu li a:hover, #menu li a.cur {
	background-color: #cc0000;
	color: white;
}


/* =============================================================
    Content
    =============================================================*/

div.pageImage, div.pageImageSplit {
	height:150px;
}

div.pageImage img {
	width: 848px;  /* 2px less than content width for right border to show */
}
div.pageImageSplit img.minor {
	width: 200px;
	height: 150px;
}
div.pageImageSplit img.major {
	width: 643px;
	height: 150px;
	margin-left: 5px;
}


#ContentText {
	border-left: 1px solid #757575;
	float: left;
	width: 580px;
	padding: 20px 20px 40px 40px;
	padding-left: 40px;
}	

#ContentText h1 {
	font-family: Times, Garmond, serif;
	font-size: 150%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#ContentText h2 {
	font-weight: normal;
	font-size: 95%;
	line-height: 1.5;
}
#ContentText h2 strong {
 	color: #728cc0;
}
#ContentText p {
	font-size: 90%;
	line-height: 1.3;
	margin-bottom: 1em;
}
#ContentText ul {
	font-size: 90%;
	line-height: 1.3;
	padding: 0; margin: 0;
	padding-left: 1em;
	margin-bottom: 1em;
	/*list-style-position: inside;*/
}
#ContentText ul li {
	margin-bottom: 0.2em;
	
}
#ContentText em {
	color: #880000;
	font-weight: normal;
	font-style: normal;
}
#ContentText ul li em {
	color: #757575;
	font-weight: bold;
}
#ContentText img {
	margin: 10px;
}
a.contactemail {
	float: right;
	margin-top: -1px;
}
a.jumptotop {
	font-size: 80%;
}
/* =============================================================
    Footer
    =============================================================*/
#footer {
	font-size: 80%;	
	width: 848px;
	background-color: white;

}
#footer p {
	padding: .6em .5em .5em .5em;
	height: 100%;
}
