﻿/********** AGENCY(Suplemental) CSS ***********/
/*********** amends MDstandard.css ***********/


/*********** Page Color (= banner color) ***********/


#container {
	/*background-image: url(../images/page/fadeBlue.gif);*/
	background-repeat: repeat-x;
	background-color: #5b7cb7; /**** change this from grey to your color *****/
}
#banner {
	background-image: url(../images/page/BRACbanner2010.gif);
	background-repeat:repeat-x;
}
.sideLinks {
	 margin-bottom: 15px;
}
.sideLinks li {
	padding-top: 10px;
	padding-bottmo: 10px;

}

.boxLside {
	float: left;
	width: 148px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 7px;
	background-color: #5b7cb7;
	color: #999999;
}
.boxLside h2 {
	font-size: 90%;
	margin: 0px;
	font-weight: bolder;
	padding: 4px 5px 0px 0px;
	color: #FFFF99;
}
.boxLside a {
	color: #DCDCDC;
}
.boxLside a:visited {
	color: #CCCCCC;
}
.boxLside a:hover {
	color: #FFFFFF;
}
.boxLside ul {
	padding-top: 5px;
	list-style-type: none;
}
.boxLside li {
	font-size: 85%;
	margin-left: 0px;
	padding-left: 10px;
	background-image: url(../images/icons/squareYellow.gif);
	background-repeat: no-repeat;
	background-position: -2px 3px;
}

.boxColor {
	background-image: url(../images/page/camoback3.gif);
	background-repeat: repeat;
	border-bottom: 2px solid #999966;
	border-right: 2px solid #999966;
}
.boxColor h2 {
	color: #000000;
	background-color: #EBEBCC;
	border-bottom: 2px solid #CCCC99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 100%;
}
.boxColor ul {
	list-style-image: url(../images/icons/arrowOchre.gif);
}

.boxFindit {
	background-color: #EBEBCC;
}

.boxBlank img {
	margin: 0px;
}
.sideLinks h2 {
	color: #EBEBCC;
}
.boxLside h2 {
	color: #EBEBCC;
}
/******* Nav Tab subjects *******/

body#live #t-live a{
	background-position: 0% -48px;
}
body#live #t-live a span {
	background-position: 100% -48px;
	color: #000000;
}
body#work #t-work a{
	background-position: 0% -48px;
}
body#work #t-work a span {
	background-position: 100% -48px;
	color: #000000;
}
body#learn #t-learn a{
	background-position: 0% -48px;
}
body#learn #t-learn a span {
	background-position: 100% -48px;
	color: #000000;
}
body#more #t-more a{
	background-position: 0% -48px;
}
body#more #t-more a span {
	background-position: 100% -48px;
	color: #000000;
}
