﻿body
{
    background: #eae8e4 url(images/bg-body.gif) repeat-y;
}
#outer {
	background-color: #437ca9;
}
/*#outer .WrapperTitle {
	border-bottom: 1px solid #6291b7;
}*/
#navWrapper .ContentWrapper p {
	color: #88cafc;
}
/*#navWrapper .InputEmailAddress
{
    background-position: url(/images/bg-search-box.gif) no-repeat;
    color: #A3A19F;
    background: url(/images/bg-search-box.gif) no-repeat;
    border-style: solid solid none none;
    border-width: 1px;
    border-top-color: #9c9c9c;
    border-right-color: #9C9C9C;
}
.ButtonSendEmail {
	/* background: url(images/btn-play.gif) left top no-repeat; 
	padding-right: -10px;
}*/
#navWrapper .InputEmailAddress {
	color: #144468;
	border: 1px solid #6d94b4;
	border-top: 1px solid #5a82a1;
	background: url(images/bg-input.gif) repeat-x left top;
}
.ButtonSendEmail {
	/* background: url(images/btn-play.gif) left top no-repeat; */
	
}
#welcomeBox span,
#welcomeBox a:link,
#welcomeBox a:visited {
	color: #156daa;
}
/*added by Samir for shopping cart trackin on mster page*/
span,
a:link,
a:visited {
	color: #156daa;
}
/*end added*/
ul.SectionList li h3 {
	color: #437ca9;
}
ul.SectionList li p.Link {
	background: url(images/bullet.gif) no-repeat left 5px;
	padding-left: 11px;
}
ul.ListShowHide li h4 {
	color: #437ca9;
	background: url(images/arrow.gif) no-repeat left 5px;
}
ul.ListShowHide li a.More:link,
ul.ListShowHide li a.More:visited {
	font-size: 0.8em;
	color: #437ca9;
}

/* content.css */
/* content.css */
h3.TitleTxt02 span {
	color: #156daa;
}
.Choose,
.Choose a:link,
.Choose a:visited {
	color: #156daa;
	}
.Choose a:hover,
.Choose a.Active:link,
.Choose a.Active:visited {
	color: #156daa;
	}



/* Begin Banner Image and Text*/
#bannerPage {
	height: 140px;
	background: url(images/banner.jpg) no-repeat;
	position:relative;
}

#bannerPage .bannerCourseName{
	position:absolute;
	bottom: 15px;
	right: 1px; 	
}

#bannerPage .bannerCourseName h1{
	width: 275px; 
	font-size: 2.5em;
	color: #156daa;
	height:auto;
	margin: 0px;
}
#bannerPage .bannerCourseName h1 span {
	display: block;
}
