@charset "UTF-8";
/* CSS Document */

body {
	}

#content {
	background: url('../images/bg-content.jpg') no-repeat #000;
	}
	
#footer {
	background: url('../images/bg-footer.jpg') repeat-x #514E56;
	}

/*
#featureBox {
	background: url('../images/bg-homeFeature.jpg') no-repeat;
	}
*/
#shadowLeft {
	background: url('../images/contentLeftShadow.png') repeat-y;
	}

#shadowRight {
	background: url('../images/contentRightShadow.png') repeat-y;
	}
	
/* Content Box */
.contentBox {
	border-left: 1px solid #CCC;
	}

/*-------------------------
/* Home white box
/*-------------------------*/
.wBoxTop {
	background: url('../images/wBoxTop.png') no-repeat;
	}

.wBoxMid {
	background: url('../images/wBoxMid.png') repeat-y;
	}
	
.wBoxBottom {
	background: url('../images/wBoxBottom.png') no-repeat;	
	}
	

/*-------------------------
/* Secondary Page content box
/*-------------------------*/
.boxTop {
	background: url('../images/scnd-content-bg-top.png') no-repeat;
	}
	
.boxMid {
	background: url('../images/scnd-content-bg-mid.png') repeat-y;
	}
	
.boxBottom {
	background: url('../images/scnd-content-bg-bttm.png') no-repeat;
	}
	
/*-------------------------
/* TYPE COLOR
/*-------------------------*/
a {
	color: #009DCA;
	}

h1 {
	color: #009DCA;
	}

h2 a.
h2 a:link,
h2 a:visited,
h2 a:ative,
h2 a:hover {
	color: #333;
	}
	
ul li a {
	color:#333;
	}
	
#footer h2 {
	color: #009DCA;
	}
	
#footer ul li a:link,  
#footer ul li a:visited {
	color: #B7B7B7;
}

#footer ul li a:hover,  
#footer ul li a:active {
color: #fff;
}

	