/*  color.css 
	TC Orange: E96B12  F37F00(in login button)
	TC Blue: 21007B
*/

html { 
	background-color : #fff; }

a:link, a:visited {
	text-decoration : underline;
	color : #21007B; }

ul#footermenu a {
	font-size : 9px;
	text-decoration: underline;
} 

div#branding {
	position : relative;
	z-index : 10;
	height : 131px;
	background : transparent url(../images/branding.jpg) no-repeat 0 0; 
}

div#navmain { 
	position : relative;
	z-index : 1;
	height : 20px;
	background : #ccc;
}

div#content { 
	z-index : 1;
}

div#navsec {
	z-index : 1;
	background : #fff;
}

div#contentmain {
	z-index : 1;
	background : #fff;
}

/* photo styles moved to photo */

div#branding h1 { 
	position : absolute;
	top : -9999px; 
	left : -9999px; }

div#branding blockquote {
	font-family: Verdana, sans-serif; color : #000; font-size: 12px; 
	font-style: italic;
	font-weight: normal;
	position : absolute;
	left: 57px;
	top : 105px; 
}

li#navsidetop {
	background : transparent url(../images/side_nav_top.gif) no-repeat 0 0; 
	height: 9px;
}

div#navmain p { 
	position : absolute;
	top : 45px;
	left : 35px;
	margin : 0px; 
}

div#navmain h2 { 
	position : absolute;
	top : -9999px; 
}
