@charset "UTF-8";

.business-coaching {
	position: absolute;
	top: 0;
	right: 0;
	border:none;
}

.business-coaching img {
	border:none;
}

div#container {
    width:905px;
    height:645px;
    margin:0 auto;
}

div#header {
    width:905px;
    height:90px;
}

div#indexNav {
    width:905px;
    height:645px;
    margin-bottom:10px;
}

div#nav {
    width:905px;
    height:74px;
    margin-bottom:10px;
}

div.indexNavItem {
    height:638px;
    margin:0px;
    padding:0px;
    float:left;
}

div.indexNavItem div.hoverOver {
    display:none;
    position:absolute;
    width:145px;
    margin-top:50px;
    padding-left:20px;
    font-family:Garamond, serif;
    font-weight:lighter;
    font-size:15px;
    color:#FFFFFF;
}

div.indexNavItem:hover div.hoverOver {display:block;}


div.navItem {
    height:74px;
    margin:0px;
    padding:0px;
    float:left;
}


div#header {
    width:905px;
    height:90px;
}

#mainContent {
    min-height:500px;
    background-image:url(../images/mainContent.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    padding-left:25px;
    padding-right:25px;
}

.loginForm {
	color: #666666;
	height: 15px;
	width: 175px;
	padding: 8px 5px 3px 10px;
	border-style: none;
	background-image:url(../images/textField.jpg);
	background-repeat:no-repeat;
	font-size: 12px;
}

.textArea {
	overflow: scroll;
        overflow-y: scroll;
        overflow-x: hidden;
        overflow:-moz-scrollbars-vertical;
	color: #666666;
	height: 150px;
	width: 175px;
	padding: 8px 5px 3px 10px;
	border-style: none;
	background-image:url(../images/textArea.jpg);
	background-repeat:no-repeat;
	font-size: 12px;
}

.submitBtn a {
	border: 1px solid #ffffff;
	width:75px;
	height:30px;
        margin-top:15px;
	border-style: none;
	background-image:url(../images/submit.jpg);
	background-repeat:no-repeat;
	float:right;

}



div#footer {
    width:434px;
    height:148px;
    margin:0 auto;
    padding-top:20px;
}

.clear {
    clear:both;
    height:1px;
    width:100%;
}


