/* ------ HTML AREA ----- */
body {
	font-family: "Trebuchet MS", Verdana;
	background-color: Transparent;  /* ------ CAN BE COLOUR ----- */
	background-image: url(../images/background-sliver.png);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}



a {
     color: #820A19;
     text-decoration: none;
}


a:visited {
     color: #820A19;
}


a:hover {
     color: #000;
}



/* ------ CONTAINER ----- */
.container {
	background-color: Transparent;
	width: 994px;
	border: 0px solid #999999; /* ------ CAN ADD BORDER TO CONTAIN ALL ITEMS ----- */
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
}


/* ------ TOP BARS ----- */
.header {
	background-color: Transparent;
	width: 994px;
	height: 264px;
}

.header-graphic {
	background-color: #FFF;
	width: 994px;
	height: 234px;
}

.navigationbox {
	background-color: #33ccff;
	width: 994px;
	height: 25px;
}


.shadow {
	background-color: Transparent;
	width: 994px;
	height: 5px;
}



/* ------ MAIN BARS ----- */



.main {
	background-color: Transparent;
	width: 994px;
	overflow:visible;
}

.leftcolumn {
	background-color: Transparent;
	width: 21px;
	float:left;
}

.sidenavigationbox {
	background-color: Transparent;
	width: 154px;
	float:left;
}

.navspacer {
	background-color: #ffffff;
	width: 8px;
	float:left;
}

.spacer1 {
	background-color: #ffffff;
	width: 22px;
	float:left
}

.copy { /* ------ THIS IS THE HOLDING BOX FOR THE MAIN SECTION ----- */
	background-color: Transparent;
	width: 952px;
	float:left;
}

.copyandimage {
	background-color: Transparent;
	width: 790px;
	float:left;
}

.rightcolumn {
	background-color: Transparent;
	width: 21px;
	float:left;

}



/* ------ HOME MAIN BARS ----- */

.maintextboxholding {
	background-color: Transparent;
	width: 470px;
	float:left;
}

.maintextboxtop {
	background-color: Transparent;
	width: 470px;
	height: 22px;
	float:left;
}

.maintextbox {
	background-color: #669966;
	width: 450px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
}

.maintextboxbottom {
	background-color: Transparent;
	width: 470px;
	height: 24px;
	float:left;
}


.spacertextbox {
	background-color: Transparent;
	width: 7px;
	float:left
}

.maintextright {
	width: 313px;
	float:left;
}

.maintextbox a {
	color: #820A19;
	text-decoration: none;
}


.maintextbox a:visited {
color: #820A19;
}


.maintextbox a:hover {
	color: #000000;
}




/* ------ SIDE NAV BARS ----- */

.sidenavigationpicturebox {
	background-color: #fff;
	width: 154px;
	height: 225px;
	float:left;
}

.sidenavigationspacer {
	background-color: #fff;
	width: 154px;
	height: 20px;
	float:left;
}

.sidenavigationcopy {
	background-color: #fff;
	width: 154px;
	float:left;
}

.sidenavigationbox a {
	color: #820A19;
	text-decoration: none;
}

.sidenavigationbox a:hover {
	color: #000;
}

.sidenavigationbox a:visited {
color: #820A19;
}



/* ------ FOOTER ----- */
.footer {
	background-color: #FFF;
	width: 994px;
	height: 54px;
}

.footer-line {
	background-color: #FFF;
	width: 994px;
	height: 16px;
}

.footer-signoff {
	background-color: #FFF;
	width: 994px;
	height: 38px;
}

.footer-text {
	background-color: #FFF;
	width: 909px;
	height: 19px;
	font-size: 9px;
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
}



.footer a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}

.footer a:visited {
color: #000;
}

.footer a:hover {
	color: #669966;
}




/* ------ IMAGES ----- */
img {
border: 0px; }



/* ------ TEXT ----- */

p {
  margin: 0em 0;
}


.h1 {
	font-size: 28px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.h2 {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	line-height: 16px;
}

.h3 {
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
}

.h4 {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	line-height: 16px;
	font-style: italic;
}


.homebolditalic {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	line-height: 16px;
	font-style: italic;
}




.sidebartext {
	font-size: 10px;
	color: #000;
	line-height: 12px;
}

.sidebarheadertext {
	font-size: 11px;
	color: #820A19;
}

.sidebarheadertitle {
	font-size: 13px;
	color: #820A19;
	text-decoration: none;
}

.sidebarheadertitle a:hover { color: #fff }


li {
	margin-left: -18px;
}




/* ------ HR TAG ----- */
 hr {
	border: 0;
	width: 100%;
	color: #104D7C;
	height: 1px;
	background-color: #104D7C;
}



/* ------ EXPANDING NAV ----- */

.iconspan{
float: left;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-color: #669966;
font-weight: bold;
border: 0px solid black;
padding: 0px;
}

div.eg-bar{
width: 450px;
}

.icongroup1{
width: 450px;
}