@charset "utf-8";
/* CSS Document */

/*--------------basic styling-------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/background.png) repeat-x left top;
	text-align: center;
	font: 80%/1.75em "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	color: #18205D;
	margin-top: 7px;
}
#topbox table {
	font-size: 12px;
}



#wrapper {
	position: relative;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	overflow: hidden;
/*	background: #000040 url(../images/leftcolumnbg-navy.gif) repeat-y left top;*/
	background: #afdef3 url(../images/leftcolumnbg.gif) repeat-y left top; 
/*	background-image: url(../images/leftcolumnbg-new2.gif);*/
}
/*--------------styles for index / selector page -------------------*/

#selector #wrapper {
	background: #FFFFFF;
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
#selectorcontent p {
	padding-bottom: 10px;
}


#selectormainbody {
	background: #FFFFFF;
}

#selectormainbody #login {
	float: right;
	padding: 4px;
}
#selectorcontent {
	margin-right: 26px;
	margin-left: 26px;
}
#selectorcontent h1 {
	font: bold 1.45em Arial, Helvetica, sans-serif;
	color: #18205d;
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 6px;
}
#selectorcontent ul {
	list-style: square url(../images/bullet-smaller.gif) outside;
	padding-left: 150px;
	padding-bottom: 10px;
}


td img {display: block;}

#selectornav {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 12px;
	padding-top: 12px;
}

/*SITE STYLES*/
#navcontainer ul{
}

#clear {
	clear: both;
}
#clearright {
	clear: right;
}

.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;
}


/* -----------------position container elements -------- */
#header {
	position: relative;
	background-color: #3B4FA4;
	height: 126px;
	width: 780px;
	}
#navcontainer {
	background-color: #3b4fa4;
	float: left;
	width: 100%;
	font-size: 0.85em;
/*	margin: 0px 7px;
	padding: 0px;*/
}
/* -----------------position content elements -------- */

/* -----------------position top nav -------- */


ul#navlist
{
	white-space: nowrap;
}
#topnavleft {
	float: left;
	display: inline;
	margin-left: 7px;
}
#topnavleft li {
	display: inline;
	list-style: none;
	color: #FFFFFF;
}

#topnavright {
	float: right;
	display: inline;
	padding-right: 7px;
}
#topnavright li {
	display: inline;
	list-style: none;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
}
#topnavright .topnavphone {
	color: #f68e35
}



/*#topnavright #current .leftmargin {
	padding-left: 10px;
	}
*/
#navcontainer a:link, #navcontainer a:visited 
{
	color: #fff;
	text-decoration: none;
}

#navcontainer a:hover
{
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}

#navcontainer #current {
	color: #f68e35;
}
#topgraphics-bg {
	background: #8CC649;
	width: 100%;
	height: 248px;
}

	
#topgraphics {
	background: #8CC649;
	width: 780px;
}
#topgraphics #left {
	float: left;
	padding-left: 7px;
	padding-top: 7px;
}
#topgraphics #right {
	float: right;
	padding-right: 7px;
	padding-top: 7px;
}


#page {
	/*	background: url(../images/leftcolumnbg-new2.gif) repeat-y; */	
/*	background-color: #AFDEF3;*/
	padding-top: 7px;
	width: 780px;
	}
#leftcolumn {
	/*	background: #FFFFFF url(../images/leftcolumnbg-new2.gif) repeat-y; */
	float: left;
	width: 174px;
	padding-left: 7px;
}
#wrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
#leftcolumn img {
	padding-bottom: 7px;
}


#leftcolumn br {
	line-height: 7px;
}

/* -----------------position left nav -------- */

.navbox {
	font-size: .95em;
	width:160px;
	background:url(../images/nav/navbox-bg-navy.gif) no-repeat left bottom
}
.navbox ul{
	list-style:none;
	padding-left: 17px;
}
.navbox .bottomcurve {
	background: url(../images/nav/navbox-bg-bottom-navy.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

.navbox  h3{
	font-size:1em;
	color:#FFF;
	background:url(../images/nav/navbox-hd-navy.gif) no-repeat left top;
	border:none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.navbox li{
}

.navbox a:link, .navbox a:visited 
{
	color: #3b4fa4;
	text-decoration: underline;
}

.navbox a:hover
{
	color: #79C445;
	text-decoration: underline;
}
#centercolumn {
	padding: 0px 0px 0px 181px;
}
#centercolumn br {
	line-height: 7px;
}
#topbox {
	background: url(../images/box592_btm2.gif) no-repeat left bottom;
}
#topbox-bgtop {
	background: url(../images/box592_top.gif) no-repeat left top;
}
#topbox  ul {
	list-style: square url(../images/bullet-8pt.gif) outside;
	color: #3B4FA4;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#topbox p {
	padding: 0px 21px 10px 15px;
	font-size: 0.95em;
	line-height: 1.6em;
}
#topbox .firstpar {
	padding-top: 10px;
}

#topbox .lastpar {
	padding-bottom: 10px;
}
#toc_table {
	margin-left: 10px;
}
.inlineHeader1 {
	font-weight: bolder;
	color: #006;
}


#topbox h2 {
	font-size: 1.25em;
	padding-left: 14px;
	padding-bottom: 7px;
}
#topbox h1 {
	padding-left: 14px;
	font: 1.8em Arial, Helvetica, sans-serif;
	padding-top: 7px;
}


#trainingoptionstable {
	margin-left: 14px;
	margin-bottom: 14px;
}

#centertable{
	margin-top: 7px;
	margin-bottom: 7px;
}
#centertable #demoformpitch {
	background: url(../images/box351_mid.gif) no-repeat left top;
}
#centercolumn #demoformpitchtop {
	background: url(../images/box351_top.gif) no-repeat left top;
}
#centercolumn  #demoformpitchbtm {
	background: url(../images/box351_btm.gif) no-repeat left bottom;
}
#centercolumn #divclearie6 {
	height: 1px;
	line-height: 1px;
}

#demoformpitchbtm p {
	padding: 0px 21px;
	font-size: 1.1em;
	line-height: 2em;
}
#demoformpitchbtm h2 {
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 7px;
	font: 1.4em Arial, Helvetica, sans-serif;
}

#demoformpitchbtm ul {
	padding-right: 35px;
	padding-left: 35px;
	font-size: 1.1em;
	line-height: 2em;
}
#demoformpitch #last {
	padding-bottom: 14px;
}
#samplelessonform {
	background: url(../images/formbg_mid.gif) repeat-y left top;
	padding: 0px 7px 0px 0px;
}
#samplessonformbgbtm {
	background: url(../images/formbg_btm.gif) no-repeat left bottom;
}

#samplessonformbgtop {
	background: url(../images/formbg_top.gif) no-repeat left top;
}
#samplelessonform h1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#samplelessonform table {
	font-size: 12px;
	color: #000000;
}
#samplelessonform #custformhighlight {
	background: #FFCC33;
	border-right: 1px solid #3b4fa4;
	border-left: 1px solid #3b4fa4;
	text-align: center;
}
#samplelessonform td {
	height: 18px;
}


#samplessonform .submitbutton {
	font: 12px/normal "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
}
.alignright {
	text-align: right;
}


#bottomfeatures{
	background: url(../images/box592_btm.gif) no-repeat left bottom;
	margin-bottom: 7px;
}
#bottomfeatures #featuresbox2 {
	background: url(../images/box592_top.gif) no-repeat left top;
	margin-right: 7px;
	padding: 6px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 4px;
}
#featuresbox2 .feature {
	font-weight: bold;
	color: #0000CC;
	padding-bottom: 7px;
	padding-right: 7px;
}
#bottomfeatures .desription {
	padding-bottom: 10px;
}

#bottomoptions {
	color: #FFFFFF;
	background: #74D1FA;
	margin-bottom: 14px;
	border: 1px solid #FFF;
}
#bottomoptions .optionhead {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 7px;
	color: #182460;
	padding-top: 7px;
	height: 56px;
}

#bottomoptions #option1 {
	background: url(../images/options_1.jpg) no-repeat right top;
}
#bottomoptions .moredemobuy {
	font-size: 1em;
	text-align: left;
	padding-left: 7px;
	font-weight: bold;
}
.moredemobuy img {
	padding-top: 7px;
}

#footer {
	font: 11px "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 7px;
}
.select {
	width: 117px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

.alert {
	color: #D0302B;
	font-weight: bold;
}
#addthis {
	position: absolute;
	top: 140px;
	right: 15px;
}
#addthis_top {
	position: absolute;
	top: 388px;
	right: 15px;
}
#addthis_leftcol {
	padding-left: 14px;
}
.150_wide {
	width: 150px;
}
