li {list-style-type:square;}

/*input field color for mailing list form*/

input {
     background-color: #DDE5EE;
}


/*test page colors*/



/*body color*/


/*color of body text and background color*/

.altmaincell {
	color: #DDE5EE;
        background-color: #285554;
}





/*color of "programs and benefits"*/

#altbenefits {
	color: #DDE5EE;
	
}



/*color of side menu links*/

a.altmenu:link {
	color: #F9C9A1;
	
}

a.altmenu:visited {
	color: #F9C9A1;
	
}

a.altmenu:hover  {
	color:#ffffff;
	
}



/*color of page title*/

.alttitle {
	color: #DDE5EE;
}











/*alt page structure - best leave this stuff alone */
.alttitle {
	padding: 15px 0px 5px 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 100;
	letter-spacing: 1px;
	font-style: italic;
	
}

#altbenefits {
	
	margin-bottom: -7px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

a.altmenu:hover  {
	
	text-decoration: none;
}

.altmenu {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}



#altsidemenu {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

#altsidemenu li {
	list-style-type: none;
	padding-top: 20px;
}

.altsidemenu2 li {
	list-style-type: none;
	padding-top: 20px;
}

.altsidemenu2 {
	margin-top: -30px;
}


.altmaincell {
	margin-top: 0px;
	padding: 32px 20px 0px 69px;
        font-size: 12px;
	line-height: 17px;

}

.altmaincell p {
	padding-bottom: 10px;
}

.altmaincell li {
	margin-left: -20px;
	padding-bottom: 7px;
	line-height: 18px;
}

.altmaincell ul {
	padding-bottom: 12px;
}


.altmaincell {
	margin-left: 150px;
}

#altcontentarea {
	width: 750px;
	margin: 0px auto;
}


#altsidebar {
	position: relative;
	left: 0px;
	top:  20px;
	width: 155px;
	text-align: right;
	float: left;
}





/*everything below this line controls the real site - don't touch*/


/*Background Color*/

body {
	background-color: #26415C;
}

/* Special */

.special {
	font-size: 14px;
	font-style: normal;
	color: #DDE5EE;
}

/* Welcome Page */

.welcomelink {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: lighter;
}

a.welcomelink:link {
	color: #F9C9A1;
	text-decoration: none;
}

a.welcomelink:visited {
	color: #F9C9A1;
	text-decoration: none;
}

a.welcomelink:hover {
	color: #ffffff;
	text-decoration: none;
}

.welcometext {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	padding-top: 15px;
}

/* end Welcome page */

/* form styles */

form {
	width: 360px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}


form label {
	display: block;
	width: 310px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 3px;
        padding: 0px;
        font-size: 10px;
        border: 0px;
}

form select {
	float: left;
	display: block;
}

form label.first_name,
form label.address,
form label.city,
form label.email_address {
	clear: left;
}


form label.first_name,
form label.last_name,
form label.city,
form label.email_address,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form label.first_name input,
form label.last_name input,
form label.email_address input,
form label.fcity input,
form label.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}

form label.state {
	float: left;
	margin-right: 10px;
	width: 60px;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.postalcode {
	float: left;
	width: 80px;
}

form label.postalcode input {
	float: left;
	width: 80px;
}

form label.address {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

form label.address input {
	float: left;
	width: 310px;
	padding: 0px;
}


/*contact form*/

/*textarea {
	background-color: #85c3d8;
	border: 1px solid black;
}


input.field  {
        width: 200px;

}

label {
        margin: 0px;
        padding: 0px;
       
}*/

/* MAIN PAGE */

/* page title */

.title {
	padding: 15px 0px 5px 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 100;
	letter-spacing: 1px;
	font-style: italic;
	color: #DDE5EE;
}


.eventtitle {
	padding: 15px 0px 5px 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 100;
	letter-spacing: 1px;
	font-style: italic;
	color: #DDE5EE;
}

/* blurb under page title */

.blurb {
	padding-bottom: 20px;
	font-size: 13px;
	color: #E0E8F1;
}

/* sub-heading on page */

h2 {
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	color: #DDE5EE;

}

/* body text */

.maincell {
	margin-top: 0px;
	padding: 32px 20px 0px 69px;
    font-size: 12px;
	line-height: 17px;
	color: #DDE5EE;
}

.maincell p {
	padding-bottom: 10px;
}

.maincell li {
	margin-left: -20px;
	padding-bottom: 7px;
	line-height: 18px;
}

.maincell ul {
	padding-bottom: 12px;
}

/* these two classes control the quote and attribution. */

.sidequote {
	color: #E4E0CC;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	padding: 25px 0 0px 8px;
}

.sideattribution {
	color: #E4E0CC;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
    padding-top: 5px;
    font-style: italic;
}


/* End Main Page */





/* Sidebar */

.menutop {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}

.menusub {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

#sidemenu {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

#sidemenu li {
	list-style-type: none;
	padding-top: 20px;
}

.sidemenu2 li {
	list-style-type: none;
	padding-top: 20px;
}

.sidemenu2 {
	margin-top: -30px;
}

#benefits {
	color: #DDE5EE;
	margin-bottom: -7px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#benefits2 {
	color: #DDE5EE;
	margin-bottom: -7px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	margin-top: 30px;
}

#benefits3 {
	color: #DDE5EE;
	margin-bottom: -7px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	margin-top: -5px;
}

.linktomenu {
	padding-top: 20px;
	padding-bottom: 15px;
}

.linkto {
	font-size: 10px;
}

/* sidebar links */

/* the three classes below control the Corporate Training and Natural Singer menu items.  the first controls the link color; the second controls the visited link color; the third controls the rollover color. */

a.menutop:link {
	color: #F9C9A1;
	
}

a.menutop:visited {
	color: #F9C9A1;
	
}

a.menutop:hover  {
	color:#ffffff;
	text-decoration: none;
}


/* the three classes below control the sub menu items, and the bottom menu items.  the first controls the link color; the second controls the visited link color; the third controls the rollover color. */

a.menusub:link {
	color: #F9C9A1;
	
}

a.menusub:visited {
	color: #F9C9A1;
	
}

a.menusub:hover  {
	color:#ffffff;
	text-decoration: none;
}


/* End Sidebar */





/* Clients page */

.clientleft {
       padding-bottom: 15px;
	   font-size: 14px;
}

.smallclients {
        font-size: 11px;
}


/* End Clients */




/* Testimonials */

.vltestimonials {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #B3D9FF;
	padding: 0px 100px 50px 35px;
	text-align: justify;
}

.nstestimonials {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 0px 100px 50px 0px;
	text-align: left;
}


.nsattribution {
	margin-top: -10px;
	padding-left: 25px;
	padding-bottom: 15px;
}

.attribution {
	font-size: 13px;
        text-transform: uppercase;
	line-height: 14px;
	padding-bottom: 30px;
	padding-left: 25px;
	margin-top: -7px;
}

/* End Testimonials */



/* Schedule page */

.event {
	margin: -5px 0px 10px 0px;
	/*background-color: #314D68;*/
	padding: 5px 0px 1px 12px;
}

/* End Schedule */



/* Articles */

.articlemenu {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 25px 0 0px 8px;
	list-style-type: none;
	
}

.articlemenu li {
	list-style-type: none;
	margin-left: -25px;
	padding-bottom: 20px;
}

#articlemenu  {
	color: #DDE5EE;
	padding-left: 15px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}

.bigarticlemenu li {
	list-style-type: none;
	padding-top: 15px;
	font-size: 15px;
	line-height: 18px;
}

/* End Articles */



/* General Links */

a:link {
	color: #F9C9A1;
	text-decoration: none;
}
a:visited {
	color: #F9C9A1;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

/* End Links */




/* Colored text classes */

.yellow {
	color: #FFFFCC;
}

.blue {
	/*color: #B3D9FF;*/
	color: #00FFFF;
}



/* Page structure - do not touch */


body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

#bannerimage {
	height: 148px;
	width: 750px;
	background-color: #26415C;
}

#contentarea {
	width: 750px;
	margin: 0px auto;
}

#meta {
	margin: 0px auto;
	width: 750px;
}

#sidebar {
	position: relative;
	left: 0px;
	top:  20px;
	width: 155px;
	text-align: right;
	float: left;
}

.maincell {
	margin-left: 150px;
}

.sidequote {
	float: right;
	margin: 20px 0 0 60px;
	width: 170px;
	height: 100%;
}

.thepagetext {
	margin-right: 220px;
}

.articlemenu {
	float: right;
	margin: 20px 0 0 60px;
	width: 170px;
	height: 100%;
}



