@charset "utf-8";
/* CSS Document */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #9ff4a5;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container {
	width: 894px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0 auto;
	padding: 0px;
} 
.thrColFixHdr #header {
	background: #fff;
	margin: 0px;
	padding: 0 0px 10px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #D1D8E8;
	height: 100%;
}
.thrColFixHdr #sidebar2 {
	float: right;
	background-color: #D1D8E8;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2_services {
	background-color: #E8EBF4;
	width: 150px;
}
.thrColFixHdr #mainContent {
	margin: 0px 152px 0px 172px;
	padding: 0px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top: 2px solid #FFF;
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px;
	padding: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar2 a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #010A41;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}
#sidebar2_services a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #010A41;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}
.toplink {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.lb_fade_top {
	height: 35px;
	background-image: url(images/lb_top_fade.jpg);
	background-repeat: repeat-x;
	width: 150px;
}
.lb_fade_top_side1 {
	height: 35px;
	background-image: url(images/lb_top_fade.jpg);
	background-repeat: repeat-x;
	width: 170px;
}
.lb_fade_bot {
	height: 35px;
	background-image: url(images/lb_bot_fade.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#sidebar2 a:hover {
	background-color: #A0F4A6;
}
h1 {
	font-size: 18px;
	color: #000940;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 35px;
	background-color: #D1D8E8;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
	background-image: url(images/lb_top_fade.jpg);
	background-repeat: repeat-x;
	text-indent: 10px;
}
h2 {
	font-size: 20px;
	color: #082C80;
}
.quote_h {
	font-size: 22px;
	font-style: italic;
	border-bottom: 2px dotted #8BF191;
	font-weight: bold;
	color: #0C6910;
	line-height: 18px;
}
.quote_bot {
	font-size: 12px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	line-height: 20px;
}
#quote img {
	margin: 0px 0px 4px;
	padding: 0px;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #0B3CAC;
	display: block;
}
.sidebar_pad {
	padding: 10px;
}
.quote_bdr {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
} 
.diamond_img {
	padding: 20px 0px 4px;
}
.tbl_services h2 {
	margin: 0px 0px 4px;
	padding: 0px 0px 0px 4px;
	text-indent: 75px;
}
.service3 {
	font-size: 16px;
	font-weight: bold;
	color: #ec1017;
	background-color: #FEF3F4;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.service2 {
	font-size: 16px;
	font-weight: bold;
	color: #008e3b;
	background-color: #F4FFFA;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.service1 {
	font-size: 16px;
	font-weight: bold;
	color: #192989;
	background-color: #F5F7FE;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#sevices ul {
	padding: 0px 8px 8px 20px;
	margin-left: 0px;
}
#sevices li {
	list-style-image: url(images/bullet.gif);
}
.home_txt {
	font-size: 18px;
}
.img_fl_rt {
	float: right;
	padding-bottom: 8px;
	padding-left: 8px;
}
#miss_stm {
	margin: 0px 0px 6px;
	padding: 0px;
	border-top: 2px solid #A4F5A9;
	border-bottom: 2px solid #A4F5A9;
}
#miss_stm p {
	margin: 0px;
	padding: 4px 0px 10px;
}
#miss_stm .miss_bot {
	padding-bottom: 4px;
	margin-bottom: 0px;
}
.miss_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #020D43;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#img_cap {
	float: right;
	padding-bottom: 8px;
	padding-left: 8px;
}
#img_cap_home {
	float: right;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 188px;
}
#img_cap p {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 4px;
}
#img_cap_home p {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 4px;
}
ul {
	padding: 0px 8px 8px 20px;
	margin-left: 0px;
}
li {
	list-style-image: url(images/bullet1.jpg);
	padding-bottom: 4px;
}.red {
	font-weight: bold;
	color: #F00;
}
#mainContent #quote_menu {
	text-align: right;
	background-color: #E2E6F1;
	width: 530px;
}
#mainContent #quote_menu a {
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
}
#mainContent #quote_menu a:hover {
	color: #ABADB3;
	background-color: #FFF;
}
.five_thirty {
	width: 530 px;
}.coaching_hd {
	font-size: 16px;
	font-weight: bold;
	color: #2D3957;
	border-bottom: 2px solid #9FF4A5;
	margin: 0px 0px 10px;
	padding: 0px 0px -2px;
}
#mainContent .your {
	font-style: italic;
	font-weight: bold;
	color: #6C80B3;
}
clear {
	clear: both;
}
#mainContent #miss_stm .diamond_pad {
	padding-right: 8px;
	margin-top: 0px;
}
.coach_plans_pad {
	padding: 4;
}
#mainContent #main_pad {
	margin: 0px;
	padding: 0px 10px 10px;
}
#photo {
	text-align: center;
}
#photo p {
	font-size: 11px;
	margin: 4px 0px 0px;
	padding: 0px;
} 
#sidebar1 a {
	font-size: 12px;
	color: #05953D;
	text-decoration: none;
	font-weight: bold;
} 
#sidebar1 a:hover {
	color: #006;
	text-decoration: underline;
} 
.txt_center {
	text-align: center;
}
#quote_allquotes {
	margin: 0px 0px 12px;
	padding: 0px 0px 12px;
	border-bottom: 2px solid #a4f5a9;
}
#quote_allquotes .day {
	font-size: 11px;
	color: #666;
	text-indent: 20px;
	margin: 0px 0px 4px;
	padding: 0px;
}
#quote_allquotes p {
	margin: 0px;
	padding: 0px;
}
#quote_allquotes .quote {
	margin: 0px 0px 8px;
	padding: 0px;
}
#quote_allquotes img {
	margin: 0px;
	padding: 0px 4px;
}
.sm_blue_txt {
	font-size: 14px;
	color: #000940;
	font-weight: bold;
}
#sidebar1 #music {
	border-bottom: 2px solid #FFF;
	padding: 10px;
	text-align: center;
}
#mainContent a {
	font-size: 14px;
	color: #05953D;
	text-decoration: none;
	font-weight: bold;
} 
#mainContent a:hover {
	color: #006;
	text-decoration: underline;
} 
