body {
	font-family: arial, verdana, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #2F2F2F;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;

}
#wrapper {
	background-image: url(images/holder.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	height: 647px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: left;
}
#logo {
	position: absolute;
	height: 115px;
	width: 120px;
	left: 0px;
	top: 0px;
	line-height: 115px;
	display: block;
}

#left-menu {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	position: relative;
	left: 1px;
	top: 0px;
	width: 110px;
	height: 450px;
}
#holder {
	position: relative;
	top: 15px;
	left: 0px;
	float: left;
}
#bottom {
	position: relative;
	width: 778px;
	top: 0px;
	text-align: left;
	z-index: 2;
	float: left;
	left: 1px;
}

#copy {
/*	scrollbar-3dlight-color:#000;
	scrollbar-arrow-color:#000;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#000;*/

	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#000;
	scrollbar-face-color:#666666;
	float: left;
	overflow: auto;
	position: relative;
	left: 20px;
	top: 20px;
	height: 430px;
	width: 330px;
	padding-right: 10px;
	background-color: #000000;
}
#image-holder {
	height: 474px;
	width: 274px;
	position: relative;
	float: right;
	margin-right: 20px;
}
#advertising {
	height: 95px;
	width: 355px;
	position: relative;
	left: 130px;
	top: 10px;
	float: left;
}
#banner-fade {
	height: 115px;
	width: 300px;
	position: relative;
	top: 1px;
	float: right;
	right: 1px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
input {
	font-size: 11px;
	border: 1px solid #333333;
}
textarea {

	font-size: 11px;
	border: 1px solid #333333;
}
h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}
#menu-bo {
	position: absolute;
	left: 95px;
	top: 205px;
	background-color: #333333;
	border: 2px solid #ffffff;
	display: block;
	z-index: 100;
	padding: 20px;
}
#menu-vision-therapy {
	position: absolute;
	left: 95px;
	top: 290px;
	background-color: #333333;
	border: 2px solid #ffffff;
	display: block;
	z-index: 100;
	padding: 20px;
}
#menu-vision-therapy-teachers {
	position: absolute;
	left: 110px;
	top: 40px;
	background-color: #333333;
	border: 2px solid #ffffff;
	display: block;
	z-index: 100;
	padding: 20px;
	width: 160px;
}
#menu-bo ul, #menu-vision-therapy ul, #menu-vision-therapy-teachers ul {
	margin: 0px;
	padding: 0px;
}
#menu-bo li, #menu-vision-therapy li, #menu-vision-therapy-teachers li {
	list-style-type: none;
	padding: 0px 5px 5px 5px; 
}
#menu-bo a, #menu-vision-therapy a, #menu-vision-therapy-teachers a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;

}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
#captchaimage {
	float:left;
	clear:right;
}
#captchaimage img {
	border:1px solid #000;
}
#captchaline {
	height:50px;
} 
#captcha {
	width:122px;
}
legend {
	font-size:2em;
	font-weight:bold;
}
.line {
	clear:right;
	margin:10px 0;
	height:30px;
	width:100%;
}
label {
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
	line-height:20px;
}
label.error {
	border:none;
	margin:0 10px;
	float:left;
	width:auto;
	font-weight:normal;
}
.req {
	color:red;
	font-size:0.8em;
}

/*FLOWPLAYER STYLING*/
/* styling of the container. */ 
a.myPlayer {
	display:block;
	width: 300px;
	height:168px;
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
} 
.caption {
	text-align: left;
	float: left;
	width: 300px;
	border-width: 0px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
