/* Moonburst - www.moonburst.com */
/* ---- Resets ------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
	/*   border: 0;*/
}
/* ---- Window shift ------------*/
html
{ 
	height: 101%;
}
/* ---- Tables ------------*/
table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	color:#555;
	font-size: 62.5%;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background: #8A9CA8;
}
/* SKIP LINKS */
#skip {
		position:absolute;
		left:-9999px;
		top:0;
	}
/* ----------- end Resets --------------------------------*/

/* ----------- tiny headers ------------------------------*/
#tiny_header  {
	color: #CCC;
	font-size: 0.9em;
	text-align:        right;
	letter-spacing: 0.1em;
	width: 920px;
	/* [disabled]height:            20px; */
	margin: 0px;
	padding-top: 8px;
}
#tiny_header a {
	color: #CCC;
	text-decoration: none;
}
#tiny_header a:hover {
	color:      #fff;
	text-decoration: underline;
}
/* --------------- wrap ----------------------------------*/
#wrap {
	background-image:  url(../images/bg_mid.jpg);
	background-repeat: repeat-y;
	background-position: center 39px;
	margin-right:      auto;
	margin-left:       auto;
	width:             960px;
	margin-top: 10px;
}
/* ------------- top --------------------------------------*/
#top {
	background: #8A9CA8 url(../images/bg_top.jpg) no-repeat center bottom;
	height: 40px;
}
#content {
	padding: 0 40px;
}
/* -------------- page ---------------------------------------*/
#header {
	background-color: transparent;
	text-align: center;
	height: 154px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
#pageheader {
	text-align: left;
	width: auto;
	/* [disabled]margin-top: 10px; */
	margin-bottom: 10px;
}
#pageheader h1 {
	color:       #555;
	font-size: 1.1em;
	/* [disabled]text-shadow: 1px 1px 2px #000; */
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/* ---------- top nav ------------------------------------------*/
#top_nav_box {
	text-align: left;
	width:      1000px;
	height: 28px;
	clear: both;
	margin: -28px auto 0 -32px;
	padding-top: 2px;
	padding-bottom: 0;
}
/* ------------- left navigation ------------------------------------*/
#left {
	float: left;
	width: 170px;
	font-size: 1.1em;
	padding-right: 6px;
	padding-left: 15px;
	margin-top: 20px;
}
#left ul li {
	list-style: none;
	color: #999;
	margin-bottom: 4px;
	display: block;
	width: 140px;
}
#left ul li a {
	list-style: none;
	color: #FFF;
	padding: 5px;
	display: block;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 3px #ececec;
	-webkit-box-shadow: 1px 1px 3px #ececec;
	box-shadow: 1px 1px 3px #ececec;
	border: 1px solid #C0C9D5;
	background: #5295DC;
}
#left ul li a:hover {
	background: #89BDEC;
	color: #FFF;
}
/* ---------- page nav highlight ---- ***add id to body tag & hl-link*** ------------*/	

body#home a#hlhome,
body#about a#hlabout,
body#coaching a#hlcoaching,
body#needac a#hlneedac,
body#forme a#hlforme,
body#reply a#hlreply,
body#why a#hlwhy,
body#my a#hlmy,
body#pres a#hlpres,
body#exp a#hlexp {
	background: #89BDEC;
	color: #FFF;
	cursor:default
}
/* ---- images ------------*/	
#left img {
	margin-left: 4px;
	border: 1px solid #EBEEF3;
}
/* --------------- right content ----------------------------------------*/
#right {
	font-size: 1.2em;
	line-height: 1.7em;
	width: 620px;
	float: left;
	margin-top: 0;
	margin-bottom: 0px;
	min-height:380px;
	padding-left: 40px;
	border-top: none;
	border-right: none;
	/* [disabled]border-bottom: none; */
	/* [disabled]border-left: 1px dotted #94C5F0; */
}
#right p, #right-legal p {
	margin-top: 0px;
	margin-bottom: 8px;
}
#right ul li, #right-legal ul li {
	/* [disabled]list-style: disc url(../images/bullet1.gif); */
	margin-left: 40px;
	line-height: 1.8em;
	margin-top: 6px;
	margin-bottom: 6px;
}
#right-legal {
	font-size: 1.2em;
	line-height: 1.7em;
	width: 650px;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	min-height:360px;
	padding-left: 50px;
}

/* ------------------ right images ------------------------------------------*/
#img-box {
	width: 220px;
	height: auto;
	float: right;
	/* [disabled]border: 1px solid #D2ECC8; */
	margin-bottom: 6px;
	margin-left: 12px;
	padding-top: 8px;
	padding-right: 8px;
	background: #F5F9FE;
	border: 1px solid #D7E2EC;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px #e5eaf0;
	-webkit-box-shadow: 2px 2px 5px #e5eaf0;
	box-shadow: 2px 2px 5px #e5eaf0;
}
.img-box2 {
	width: 220px;
	height: auto;
	float: right;
	/* [disabled]border: 1px solid #D2ECC8; */
	margin-bottom: 6px;
	margin-left: 12px;
	padding-top: 8px;
	padding-right: 8px;
	background: #F5F9FE;
	border: 1px solid #D7E2EC;
	padding: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px #e5eaf0;
	-webkit-box-shadow: 2px 2px 5px #e5eaf0;
	box-shadow: 2px 2px 5px #e5eaf0;
}
#img-box-white {
	text-align: center;
	width: 220px;
	height: auto;
	margin-bottom: 6px;
	float: right;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 8px;
}

.img-box2 img {
	margin-bottom: 6px;
	
}

.imgright {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
.imgleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 4px;
	border: 1px solid #A7BDCB;
	padding: 2px;
}
.img-mug {
	/* [disabled]float: right; */
	/* [disabled]border: 1px solid #A7BDCB; */
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px #e5eaf0;
	-webkit-box-shadow: 2px 2px 5px #e5eaf0;
	box-shadow: 2px 2px 5px #e5eaf0;
	background: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
.imgnb {
	border: 0 !important;
}
/* ---------------- forms --------------------------------------------*/
#form_right {
	font-size:     110%;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	line-height:   150%;
	margin:        0 10px;
	padding:       1% 1% 20px 2%;
	width:         74%;
	float:         left;
	border-bottom: 1px solid #e0e3e9;
	border-left:   1px solid #e0e3e9;
}
#form_right p {
	margin-top: 0px;
	margin-bottom: 14px;
}
#form_box {
	width: 45%;
	height: auto;
	float: right;
	margin-top: 0;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dotted #9CB4BF;
}
.field {
	color: #666;
	background-color: #DFE5EE;
	margin-top: 2px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	border-left: 1px solid #9CADC0;
	border-right: 1px solid #88A9CF;
	border-bottom: 1px solid #88A9CF;
	border-top: 1px solid #88A9CF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
}
.field:hover {
	color: #666;
	background-color: #EAF0F9;
}
.button {
	color:    #1F3885;
	background-color: #CED7E5;
	margin-top:       2px;
	margin-bottom:    2px;
	padding:          5px;
	border:           1px solid #88A9CF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.button:hover {
	/* [disabled]color:            #fff; */
	background-color: #DFE9F8;
	border:           1px solid #455568;
	cursor: pointer;
}
textarea{
	overflow:auto;
}
.hp {
	visibility:hidden;
	height:0px!important;
	width:0px!important;
}
.code {
	color: #DA0079;
	background-color: #FFEFF1;
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 6px;
	border: 1px solid #C2005F;
	max-width: 36px;
}
.code:hover {
	background-color: #FFEFF1;
	border: 1px solid #C2005F;
}
/* ------------- footers ----------------------------------------*/
#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 5px;
	overflow: hidden;
}
#footerspace {
	text-align: right;
	padding-top:       8px;
	margin-bottom: 5px;
	padding-right: 30px;
}
#footerspace h1 {
	color:  #36C;
	font-size:   1.1em;
	font-weight:  bold;
	font-style: italic;
	letter-spacing: .2em;
}
#bottom {
	background: #8A9CA8 url(../images/bg_bot.jpg) no-repeat center 0;
	/* [disabled]height: 26px; */
}
/* ------------ Base Navigation-----------------------------------*/
#base_nav_box {
	color: #CCC;
	font-size: 0.9em;
	/* [disabled]background-color: transparent; */
	text-align: right;
	letter-spacing: 0.1em;
	width: auto;
	margin: auto;
	padding-top: 16px;
	padding-right: 40px;
}
#base_nav_box a {
	color: #ccc;
	background-color: transparent; 
}
#base_nav_box a:hover {
	color: #fff;
	background-color: transparent; 
}
/* ------------ copyright footer -----------------------------------------*/
#cpyftr {
	color: #CCC;
	font-size: 0.9em;
	text-align: right;
	letter-spacing: 0.1em;
	margin: auto;
	padding: 12px 40px 20px;
}
#cpyftr a {
	color: #ccc;
	background-color: transparent; 
}
#cpyftr a:hover {
	color: #fff;
	background-color: transparent; 
}
#cpyftr h1 {
	font-size: 9px;
	font-weight: normal;
	color:#ccc;
	line-height: 14px;
}

/* ---------- link styles --------------------------------------------*/
#right a {
	color: #5398DE;
	background-color: transparent;
}
#right a:hover {
	color: #00b7d5;
	background-color: transparent; 
}
#right a.link2 {
	color: #999;
	background-color: transparent;
	text-decoration: none;
}
#right a.link2:hover {
	color: #00b7d5;
	background-color: transparent;
}
/* ------------ for php reply ----------------------------------------*/
.thnxlist {
	color: #999;
	}
.thnxresult {
	color: #36C;
	}
/* ------------ general styles ---------------------------------------*/
.clear {
	clear: both;
}
.round {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	border: 1px solid #D2ECC8;
	padding: 10px;
}
.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.shadow {
	text-shadow: 1px 1px 1px #000;
}
.boxshadow {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
em {
	color: #093;
}
.spaceline {
	margin-bottom: 8px;
	width:         90%;
	border-bottom: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	color: #06C;
	font-size:   1.1em;
	font-weight: bold;
	background-color: transparent;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color: #06C;
	font-size:   1.1em;
	font-weight: bold;
	background-color: transparent;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	color: #697780;
	font-size: 1em;
	font-weight:  bold;
	letter-spacing: 0.1em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.textbox {
	border: 1px solid #d1d7e3;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px #e5eaf0;
	-webkit-box-shadow: 2px 2px 5px #e5eaf0;
	box-shadow: 2px 2px 5px #e5eaf0;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	background: #F5F9FE;
}
.textbox2 {
	border: 1px solid #d1d7e3;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px #e5eaf0;
	-webkit-box-shadow: 2px 2px 5px #e5eaf0;
	box-shadow: 2px 2px 5px #e5eaf0;
	margin-bottom: 20px;
	/* [disabled]margin-right: 30px; */
	margin-left: 20px;
	background: #F5F9FE;
	width:         300px;
	color: #06C;
	font-size: 1.1em;
}
.textbox3 {
	border: 1px solid #d1d7e3;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px #e5eaf0;
	-webkit-box-shadow: 2px 2px 5px #e5eaf0;
	box-shadow: 2px 2px 5px #e5eaf0;
	margin-bottom: 20px;
	/* [disabled]margin-right: 30px; */
	margin-left: 20px;
	background: #F5F9FE;
	width:         300px;
	color: #06C;
	font-size: 1.1em;
}
.contactbox {
	border: 1px solid #d1d7e3;
	padding: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 5px #e5eaf0;
	-webkit-box-shadow: 2px 2px 5px #e5eaf0;
	box-shadow: 2px 2px 5px #e5eaf0;
	margin-bottom: 20px;
	/* [disabled]margin-right: 30px; */
	margin-left: -14px;
	background: #E6E9EE;
	width:         150px;
	color: #06C;
	font-size: 1.1em;
	line-height: 1.8em;
}
.txtblue {
color: #06C;
}
