@charset "utf-8";
/* CSS Document */


body {
	background-image:url(i/pinstripeBG.jpg);
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
div{
}	
p,h1,h2,h3 {
	margin:10px 60px 0px 260px;
}
h1 {
	font-size:18px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#003399;
}	
h3 {
	font-size:14px;
}
ul, ol{
	margin:10px 120px 30px 290px;
}
li {
	margin:10px 0px;
}
table {
	margin:20px 120px 0px 260px;
}
form {
	height:700px;
}
textarea,input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	position:relative;
	width:750px;
	height:100%;
	margin:1px auto;
	background-image:url(i/wrapperBG.jpg);
	background-repeat:repeat-y;
	border:5px solid #010913;

	
}

#handshake {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:219px;
	height:241px;
}

#top-title {
	position:relative;
	float:left;
	width:531px;
	height:241px;
}
#textArea {
	position:absolute;
	top:242px;
	left:220px;
	width:531px;
	clear:both;
}
#menu {
	position:absolute;
	top:241px;
	left:0px;
	width:219px;
	height:100%;
	clear:left;

}

#home {
	float:left;
	width:219px;
	height:76px;
}
#coaching {
	float:left;
	width:219px;
	height:84px;
}

#courses {
	float:left;
	width:219px;
	height:84px;
}

#resources {
	float:left;
	width:219px;
	height:83px;
}

#testimonials {
	float:left;
	width:219px;
	height:86px;
}

#contact {
	float:left;
	width:219px;
	height:81px;
}

#bottom {
	float:left;
	width:219px;
	height:165px;
}

#txtMenu {
	width:750px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	margin:20px auto;
}

#txtMenu a{
	text-decoration:none;
	font-weight:bold;
	margin:20px 30px 15px 0px;
	float:left;
}
#txtMenu a:link{
	color:#dfdc5f;;

}
#txtMenu a:visited{
	color:#dfdc5f;;
}
#txtMenu a:hover{
	color:#ca569f;
}
.url {
	float:right;
	clear:both;S	
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:80px 10px 5px 10px;
	width:auto;
}
.url a{
	color:#dfdc5f;
}
.url a:hover, #url a:visited, #url a:link {
	color:#dfdc5f;
	text-decoration:none;
	padding-bottom:10px;
}

.pLabel {
	clear:left;
	float:left;
	text-align:right;
	width:100px;
	font-weight:bold;
	height:30px;
	margin:10px 0px 0px 260px;
}

.pField {
	float:left;
	width:200px;
	height:30px;
	margin:10px 0px 0px 10px;
}

/* Fixes #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */


.last {
	margin-bottom:40px
}

.comingsoon {
	margin-bottom:400px;
}
