/* CSS copyright seyDoggy http://www.seyDoggy.com  */

/*<group=Contents/css/header/custom-header1.css>*/

a:link, a:visited {
	color: #FF0000;
	/* this controls the link colors */
}

a:hover {
	color: #3a3a3a;
	/* this controls the hover over color of the links */
}

#image {
	background: repeat-x url(../../images/header-custom1.jpg); /* image dimensions are 800px X 205px */
	/* this is the name and location of the image that you are likely to replace with you own */
}

#title {
	color: #3a3a3a;
	/* this is the text color of the main title found in the header */
	top: 85px;
	/* left: 75px; remove the coment from around this style to allow firm left locating */
	text-align: center;
	/* remove this style if you wish to allow frim left locating */
}

.subtitle {
	color: #911419;
	/* this is the text color of the site slogan */
}

#subtmiddle, * html #subtmiddle {
	background: #911419;
	/* this is the background color of the sidebar title */
	/* color: #3a3a3a; remove the comment tags if you wish to control the text color as well */
}

#navcontainer .current {
	color: #FF0000; /* this controls the text color of the current page that you are on in the top navigation bar */
}

#subnav .current {
	color: #FF0000; /* this controls the text color of the current page that you are on in the side navigation column */
}

#navcontainer .currentAncestor {
	color: #3a3a3a; /* this controls the text color of the parent to the page that you are on in the top navigation bar */
}

#subnav .currentAncestor {
	color: #911419; /* this controls the text color of the parent to the page that you are on in the side navigation column */
}

/*</group>*/

