﻿@import url("MasterPageStyle_GlobalShared.css");

/* ------------------
       Header
--------------------*/

#mainheaderoutercontainer { /* this is where a repeated background-image goes */
	height:137px;
}

#mainheaderoutercontainer-secondary { /* this is a vessel for if a centered image needs to be in the header background */
	height:137px;
}

#mainheaderoutercontainer-tertiary { /* this is where a fixed background-image goes */
	/* background-image and controls are controlled in theme css file */
	height:137px;
}

#mainheadercontainer {
	height:98px;
}

#headerlogo a:link,
#headerlogo a:visited,
#headerlogo a:hover,
#headerlogo a:active {
	color:#000000; /* controls the crazy dotted line border when you click an image-link */
}

#mainheaderoutercontainer {
	/* background-image, color and controls controlled in theme css file */
	background-color:#FFFFFF;
	background-image:url('/content/images/Themes/Default/bg_header.gif');
	background-repeat:repeat-x;
	background-position:center top;
}

#mainheaderoutercontainer-secondary {
	background-image:url('/content/images/Themes/Default/bg_header_secondary.png');
	background-repeat:no-repeat;
	background-position:center top;
}

#mainheaderoutercontainer-tertiary {
	background-image:none;
}

#headerlogo {
	background-image:url('/content/images/Themes/Default/header_logo.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#headercontent {
	display:block;
}

#headercontent p {
	color:#cccccc;
}

#headercontent a:link,
#headercontent a:visited {
	color:#cccccc;
}

#headercontent a:hover,
#headercontent a:active {
	color:#cccccc;
}

.masthead1 {
	color:#f5822a;
}

.masthead2 {
	color:#FFFFFF;
}

#globalnavoutercontainer {
	height:39px;
}

#globalnavcontainer {
	height:39px;
}
.globalnavul {
	height:34px;
}
.globalnavul span,
.globalnavul span:link,
.globalnavul span:visited,
.globalnavul span:hover,
.globalnavul span:active {
	height:39px;
}
.globalnavul span a:link,
.globalnavul span a:visited,
.globalnavul span a:hover,
.globalnavul span a:active {
	color:#000000;
}

.globalnavli-apply img {
	width:52px;
	height:30px;
	background-image:url('/content/images/Themes/Default/globalnav_apply.gif');
}

.globalnavul span:hover,
.globalnavul span:active {
	background-image:url('/content/images/Themes/Default/globalnav_lihoverbg.gif');
	background-repeat:repeat-x;
}


/* ------------------
       Footer
--------------------*/

#footeroutercontainer {
background-color:#d3d3d3;
background-image:url('/content/images/Themes/Default/bg_footer.gif');
background-repeat:repeat-x;

}

#footerlogo {
	background-image:url('/content/images/Themes/Default/footer_logo.png');
	background-repeat:no-repeat;
	background-position:0 0;
}

#footerlogo a:link,
#footerlogo a:visited,
#footerlogo a:hover,
#footerlogo a:active
{
color:#d3d3d3;
}

#footercontent {
color:#666666;
}

#footercontent ul.footercontent-contact a:link,
#footercontent ul.footercontent-contact a:visited {
color:#666666;
}

#footercontent ul.footercontent-contact a:hover,
#footercontent ul.footercontent-contact a:active {
color:#666666;
}

#footercontent ul.footercontent-links a:link,
#footercontent ul.footercontent-links a:visited {
color:#666666;
}

#footercontent ul.footercontent-links a:hover,
#footercontent ul.footercontent-links a:active {
color:#666666;
}
