/* HEADER */

div#header {
	background: #0041A2 url(images/header_bg_tyler_self_service.gif) right bottom no-repeat; /* changes header background */
	height: 65px; /* set this to the height of the left graphic you are using in the header if it has a different height than the default graphic (which is 65px) */
	} 

	
/* BANNER  */

div#topnavbanner {
    background: url(images/topnavbanner_bg.gif) left top repeat-x; /* changes banner background */
	border-bottom: 1px #fff solid; /* if not using the default background, need to add this line */
	height: 33px; /* set this to the height of the left graphic in the banner if it has a different height than the default graphic (which is 33px) */
	}

/* vertical positioning of the right links in the banner: increase padding-top to move them further from top of banner, and vice versa */
// div#topnavbanner ul { 
// 	padding-top: 8px;
// }

/* to change color of Log In name and right links in the banner */
// div#topnavbanner li, div#topnavbanner a, div#topnavbanner a:link, div#topnavbanner a:visited, div#topnavbanner a:hover, div#topnavbanner a:active, div#topnavbanner a:focus {
// color: #000;
// }


/* PAGE TITLE */

// div#content h2.h2background {
// 	color: #000; /* changes text color of page title */
// 	background: #ddd; /* changes background of page title */
// }


/* LEFT NAVIGATION BAR */

/* color and background of primary left navigation links */
// ul#primarynav a {
//	color: #333;
//	background: #CDE7FE;
//	border-bottom: none; /* include this line if you are _not_ using default background */
// }

/* color and background of primary left navigation links when hover over them */
// ul#primarynav a:hover, ul#primarynav a:focus, ul#primarynav a:active { 
// color: #fff;
// background: #0041A2;
// padding-right: 7px; /* include this line if you are _not_ using default background */
// }

/* color and background of a primary left navigation link when user is on the corresponding page */
// ul#primarynav a#primarynavselected {
// color: #fff;
// background: #0041A2;
// padding-right: 7px; /* include this line if you are _not_ using default background */
// }

/* color and background of left sub-navigation (indented) links */
// ul#primarynav ul.submenu a {
// color: #000;
// background: #ddd;
// border-bottom: none; /* include this line if you are _not_ using default background */
// }

/* color and background of left sub-navigation (indented) links when user when hovers over them */
// ul#primarynav ul.submenu a:hover, ul#primarynav ul.submenu a:focus, ul#primarynav ul.submenu a:active {
// color: #fff;
// background: #0041A2;
// padding-right: 7px; /* include this line if you are _not_ using default background */
// }

/* color and background of left sub-navigation (indented) links when user is on the corresponding page */
// ul#primarynav ul.submenu a#submenuselected {
// color: #fff;
// background: #0041A2;
// padding-right: 7px; /* include this line if you are _not_ using default background */
// }

// div#leftcolumn {
//  background: none;  /* removes blue curve at bottom of left navigation bar */
// }

	

/* FOOTER: DO NOT CUSTOM STYLE */

