*, body {
	font-family: Arial, Helvetica, sans-serif;
}
/* start global styles */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #B8D24A;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}	
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0px 6px 0px;
	padding: 0px;
	}	
h3.first {
	margin: 0px;
}	

h3.backToTop{
	display: block;
	margin: 26px 25px;
}


p {
	font-size: 11px;
	margin: 0px;
	}
p.intro {
	margin-bottom: 20px;
}

.bold{
	font-weight: bold;
}
	
.textFloat {
	padding-left: 10px;
	margin-left: 204px;
}

.textFloat h2{
	margin-top: 0px;
}
	
ul {
	list-style-type: square; 
	font-size: 11px;
	margin: 10px 0px;
	padding-left: 14px;
}
ul.bold {
	font-weight: bold;
}
ul.noBullet {
	list-style-type: none; 
	font-weight: bold;
	padding-left: 0px;
}


ul.bold li {
	margin-top: 4px; 
}
ul.noBullet li{
	margin-top: 4px; 
}

a.callToAction {
	font-weight: bold;
}

	
div.buyButton{
	margin-top: 10px;
	font-size: 11px;
}
div.bannerNav {
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}
div.bannerNav div{
	padding: 6px 10px 0px 10px;
}
div.bannerNav .pagination{
	padding: 0px 27px 0px 27px;
}
div.bannerNav .left{
	float: left;
}
div.bannerNav .middle{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.bannerNav .right{
	float: right;
	width: 100px;
	text-align: right;
}

div.bannerNav .rightPaginated{
	float: right;
	width: 378px;
	text-align: right;
}

	


div.boxColumnLeft{
	width: 50%;
	float: left;
}

div.boxColumnRight{
	width: 50%;
	float: left;
}
	
div.boxTop {
	padding: 6px;
	font-size: 11px;
	font-weight: bold
}


div.linkBox {

}
div.linkBox ul{
	padding: 0px 0px 10px 22px;
}

div.contentHeaderContainer {
  overflow: hidden;
  height: 1%;
}
div.contentBodyContainer {

}
div.hr {
	height: 1px;
	margin: 10px 0px 14px 0px;
	line-height: 1px;
}

div.hrLeft {
  margin-right: 10px;
}

div.imgBox {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 0px;
}

div.imgBox img {
  padding: 1px;
}

div.imgBoxLeft {
	
	margin: 0px 0px 10px 0px;
	float: left;
	font-size: 0px; 
}

div.imgBoxLrgRight {
	float: left;
	margin-left: 20px;
	font-size: 0px; 
}
div.imgBoxLrgRight img {
  padding: 1px;
}
div.imgBoxSmlRightTop {
	float: left;
	margin-left: 5px;
	font-size: 0px; 
}
div.imgBoxSmlRightTop img {
  padding: 1px;
}
div.imgBoxSmlRightBot {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	font-size: 0px; 
}
div.imgBoxSmlRightBot img {
  padding: 1px;
}



.homeBodyContainer p{

}

.homeBodyContainer{
	position: absolute;
}

.headerBackgroundImage{
	position: absolute; 
	z-index: 1; 
}



div.siteFooterLinks{
	white-space:nowrap;
}



.footerTable {
    font-size: 11px;
}


.SectionTitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 2px;
}

.BorderDotted {
	border-width: 1px;
	border-style: dotted;
	padding: 2px;
}

a.LinkTextDark {
	text-decoration: none;
}

a.LinkTextDark:hover {
	text-decoration: underline;
}

.LightHR {
	height: 1px;
}
#logo h1 {
	padding-top: 100px;
}
.headerclass {
	padding-top: 100px;
}
/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #B8D5DB;
	font-size: 12px;
	color: #666666;
}


#subPage {
	background-image: url(../images/sub_body_background.jpg);
	background-repeat: repeat-x;	
}

#globalContainer {
	width: 760px;
	margin: 0px auto;
	border-left: 1px solid #FFFFFF; 
	border-right: 1px solid #FFFFFF; 
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #E31150; 
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #003399;
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
 color: #2170BD;
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	color: #000000;
}

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 10px 10px 40px 10px;
	color: #FFFFFF; 
}
#footer a, #footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
	color: #FFFFFF; 
}


#logo {
	height: 103px;

}



#subPage #header {
	padding-top: 42px;
	background-image: url(../images/sub_header_background.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	height: 163px;	
}



#subPage #header h1{
	color: #FFFFFF; /* Accent 7 */
	font-weight: bold;
	font-size: 18px;	
	padding: 30px 0px 0px 50px;
	text-transform:lowercase;
	line-height: 20px;
	margin: 0px;
}


#topNavOuter {
	border-top: 1px solid #FFFFFF; /* Global White */
	border-bottom: 1px solid #FFFFFF; /* Global White */
	background-color: #F46B95; /* Accent 9 */
	height: 35px;
}

#topNav {
	padding: 6px 6px 0px 6px;
}
#topNav table, #topNav ul {
	float: right;
}
#TopNavigation, #TopNavigation_LCap, #TopNavigation_RCap, #TopNavigation_Background {
  float: right;
}

#innerContainer {
  background-repeat: repeat-y;
	background-color: #FFFFFF; /* Global White */
}
#homePage #innerContainer {
	height: 299px;
	background-image: url(../images/side_background.jpg);
}
#subPage #innerContainer {
	background-image: url(../images/sub_side_background.jpg);
}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 226px;
}
#subPage #innerContainer #innerLeft {
	width: 180px;
}

#innerContainer #innerRight {
	padding: 5px;
	float: left;
	font-size: 14px;
}
#innerLeft {
	width: 150px;
}

#subPage #innerContainer #innerRight {
  float: none;
  margin-left: 187px;
}

/**************** Resources Classes *****************/
#resources {
	padding: 0px 10px 10px 10px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 10px;
	font-weight: bold;
}

#homePage #sideNav a {
	display: block;
	text-decoration: none;	
}

#homePage #featured {
	padding: 10px;
	font-size: 14px;
}

#homePage #featured .featuredLeft {
	width: 475px;
	float: left;
	padding-right: 15px;
	font-size: 14px;
}

#homePage #featured .featuredRight {
	float: left;
	width: 5px;
}

#homePage #featured h1 {
	margin-top: 0px;
}

#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#homePage #featured li {
	padding-bottom: 10px;
}
a:link  {
	color: #3A6A74; /* Link */
}

a:visited  {
	color: #3A6A74;
}

li.default{
	color: #222847; /* Text Dark */
}
li.highlight{
	color: #222847; /* Text Dark */
}
li.linked{
	color: #2170BD; /* Link */
}

div.boxTop {
	background-color: #9BB6D2; /* Table BG Dark */
}

div.linkBox {
	border: 1px solid #4B647F; /* Border Dark*/
	background-color: #E0E8F0; /* Table BG Light */
}

div.bannerNav {
	border: 1px solid #768FB1; /* Border Light*/
	background-color: #E0E8F0; /* Table BG Light */
	color: #222847; /* Text Dark */
}

div.hr {
	border-bottom: 1px solid #4B647F; /* Border Dark*/
}

div.imgBox img {
	border: 1px solid #4B647F; /* Border Dark*/
}

div.imgBoxLeft img {
	border: 1px solid #4B647F; /* Border Dark */
}

div.imgBoxColumn img {
	border: 1px solid #4B647F; /* Border Dark */
}

div.imgBoxTwoColumn img {
	border: 1px solid #4B647F; /* Border Dark */
}

div.imgBoxLrgRight img {
	border: 1px solid #4B647F; /* Border Dark */
}
div.imgBoxSmlRightTop img {
	border: 1px solid #4B647F; /* Border Dark */
}
div.imgBoxSmlRightBot img {
	border: 1px solid #4B647F; /* Border Dark */
}

.TopBody  {
	color: #222847; /* Text Dark */
}
#leftContent {
	background-color: #9BB6D2;
}


#rightContent {
	color: #222847; 
}



a.LinkTextDark {
	color: #222847; /* text dark */
}

a.LinkTextDark:hover {
}

.LightHR {
	color: #768FB1; /* border light */
	border-color: #768FB1; /* border light */
}

/* Top Navigation Classes */

#TopNavigation {
	font-size: 11px;
	font-weight: bold;	
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#TopNavigation {
  margin:0;
  padding:0;
  list-style:none;
}

#TopNavigation li {
  float:left;
  margin: 0px;
  padding: 0px;
  margin-right: 1px;
  margin-left: 1px;
	background-image:url(../images/topnav_cell_bg_hover.gif);
	background-repeat: repeat;
}

.TopNav_Light a, .TopNav_Light a:link, .TopNav_Light a:visited, .TopNav_Light a:active, .TopNav_Light a:hover{
  display:block;
	height: 17px;
  float:left;
  text-decoration: none;
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 2px;
}

.TopNav_Light a, .TopNav_Light a:link, .TopNav_Light a:visited, .TopNav_Light a:active
{
	background-image:url(../images/topnav_cell_bg.gif);
  background-repeat: repeat;
}

.TopNav_Light a:hover {
  background:none; 
	background-image:url(../images/topnav_cell_bg_hover.gif);
  background-repeat: repeat;
}

.TopNavBorderLeft, .TopNavBorderRight {
	background-image:url(../images/border.gif);
	height: 18px;
  width: 1px;
  float: left;
	background-repeat: repeat-y;
}

.TopNav_Light a, .TopNav_Light a:link, .TopNav_Light a:visited, .TopNav_Light a:active  {
  color: #222847; /* Text Dark */
}

.TopNav_Light a:hover {
	color: #FFFFFF; /* Global White */
}