/* TABLE OF CONTENT
1 Universal
2 Template Layout
3 Branding / Logo elements
4 Main navigation elements
5 Sub navigation elements
6 Footer elements  */

/* ------- 1 UNIVERSAL ---------- */

/* ------- 2 TEMPLATE LAYOUT ---------- */
#mainnav {
	width:145px;
}
html>body #mainnav {
}
div.pagecontent {
	padding-top:15px;
}
/* ------- 3 BRANDING / LOGO  ---------- */
/* manin styles in style/layout.css in main site */
#branding ul.home {
	text-align:right;
	list-style:none;
	float:right;
}
#branding ul.home a:link, #branding ul.home a:visited {
	color:#3a75a5;
	font-weight:bold;
	background:url(../images/site_objects/arw_grey_right.gif) 0 0.3em no-repeat;
	padding:0 10px 0 10px;
	text-decoration:none;
}
#branding ul.home a:hover, #branding ul.home a:focus, #branding ul.home a:active {
	text-decoration:underline;
}
/* ------- 4 MAIN NAVIGATION ELEMENTS   ---------- */

/* * * * * * * * * * * * * * * * * * 
ADD YOUR ul, li AND a STYLES FOR THE MAIN/TOP NAVIGATION (and delete this comment!)
* * * * * * * * * * * * * * * * * */


/* ------- 5 SUB NAVIGATION ELEMENTS   ---------- */
/* hidden accesible navigation */

/* ------- 6 FOOTER ELEMENTS   ---------- */
/* Add your  ul  and li classes for the footer  nav if required  */


/* ------- END OF LAYOUT.CSS   ---------- */