/* Set up page */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
margin : 0; padding : 0; border : 0; outline : 0; font-weight :
inherit; font-style : inherit; font-size : 100%; font-family :
inherit; vertical-align: baseline; background : transparent; }
:focus { outline : 0; }
ol, ul { list-style : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th, td { text-align : left; font-weight : normal; }
blockquote, q { quotes : "" ""; }
html {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;/*setting font size to 62.5 means that 1.0em is equal to 10px, and 1.2em is equal to 12px etc. Size renders more accurately accross platforms*/
}
body {
	padding: 0 0 1.0em 0;
}
/* Useful classes */
.page_positioning {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0 20px 0 20px;
	clear: both;
}
.reader {
	position: absolute;
	left: 0px;
	top: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -9999px;
}
.clearing {
	clear: both;
}
.print_only {
	display: none;
}
/* Branding */
#branding {
	position: relative;
	z-index: 5;
}
#branding, #branding .page_positioning {
	background: #666666 url(../images/utilities_bg.gif) 0 0 repeat-x;
}
#utility ul {
	width: 610px;
}
#utility li {
	display: inline;
	padding: 0 1.0em 0 0.5em;
	font-size: 1.2em;
}
#utility a:link, #utility a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#utility a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility form {
	position: absolute;
	top: 3px;
	right: 20px;
	width: 350px;
	text-align: right;
	font-size:1.2em;
}
#utility .search {
	font-size: 0.95em;
	color: #000000;
	border: 2px inset;
	padding: 1px 1px 1px 1px;
	height: auto;
	background-color: #FFFFFF;
}
#utility input.search {
	width: 10em;
}
#utility .search:active, #utility .search:focus, #utility .focus {
	border: 2px solid #FFCC00;
}
#utility input.submit_button {
	background-color: #666666;
	border: 0;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #CCCCCC;
	color: #FFFFFF;
	padding: 0 0.2em 0 0.2em;
	cursor: pointer;
}
#masthead {
	position: absolute;
	top: 5.8em;
	right: 2.0em;
	z-index: 5;
	width:239px;
	height:40px;
	background:url(../images/2010/curtin_logo.gif) repeat scroll 0 0 transparent;
}
#masthead a:link, #masthead a:visited, #masthead a:hover {
	color: #FFFFFF;
	display:block;
	width:100%;
	background:none !important;
}
/* Site Heading */
#site_heading {
	position: relative;
	z-index: 2;
}
#site_heading, #site_heading .page_positioning {
	background: #717171 url(../images/siteheading_bg.gif) 0 0 repeat-x;
}
#site_heading .page_positioning {
	padding: 4.5em 2.0em 1.5em 2.0em;
}
#site_heading span {
	font-size: 2.0em;
	color: #000000;
}
#site_heading a:link, #site_heading a:visited {
	font-size: 2.0em;
	color: #FFFFFF;
	text-decoration: none;
}
#site_heading a:hover {
	text-decoration: underline;
}
/* Top Nav */
#top_navigation {
	z-index: 5;
}
#top_navigation, #top_navigation .page_positioning, #top_navigation ul {
	background: #BA962A url(../images/topnav_bg.gif) 0 0 repeat-x;
	/* Ensure The top nav displays the bar even when there isn't a <ul> in it */
	height: auto !important;
	height: 32px;
	min-height: 32px;
}
#top_navigation li {
	display: block;
	font-size: 1.2em;
	float: left;
}
#top_navigation a:link, #top_navigation a:visited {
	color: #000000;
	display: block;
	padding: 10px 10px 8px 10px;
	text-decoration: none;
	white-space: nowrap;
}
#top_navigation a:hover {
	background: #777777;
	color: #FFFFFF;
}
#top_navigation li.selected {
	background: #FFFFFF url(../images/tab_left.gif) top left no-repeat;
}
#top_navigation li.selected a:link, #top_navigation li.selected a:visited, #top_navigation li.selected a:hover, #top_navigation li.selected a:active, #top_navigation li.selected a:focus {
	background: transparent url(../images/tab_right.gif) top right no-repeat;
	color: #000000;
}
/* menu nav */
#menu_navigation {
	font-size: 1.1em;
	padding-top: 25px;
	margin: 4.0em 10px 0 0;
	background: #FFFFFF url(../images/menu_bg.gif) no-repeat;
	width: 176px;
	float: left;
}
#menu_navigation a {
	position:relative;
}
#menu_navigation ul.global {
	margin-top: 0.5em;
}
#menu_navigation li {
	background: #F4F4F4;
	border: 1px solid #DFDFDF;
	border-top-color: #FFFFFF;
}
#menu_navigation ul.global li {
	background: #CCCCCC;
}
#menu_navigation ul ul li {
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 1.0em;
}
#menu_navigation li:first-child {
	border-top: 1px solid #DDDDDD;
}
#menu_navigation ul ul li:first-child {
	border-top: 0;
}
/* Links */
#menu_navigation a:link, #menu_navigation a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0.8em;
	padding-right: 1.5em;
}
#menu_navigation ul.global a:link, #menu_navigation ul.global a:visited {
	color: #000000;
}
#menu_navigation a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
/* Has Sub Menu */
#menu_navigation li.has_sub_menu a:link, #menu_navigation li.has_sub_menu a:visited, #menu_navigation li.has_sub_menu a:hover {
	background-image: url(../images/submenu_indicator.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
/* Selected */
#menu_navigation li.selected a:hover {
	background-color: transparent;
}
#menu_navigation li.selected, #menu_navigation ul.global li.selected {
	background: #FFFFFF url(../images/menu_selected_bg.gif) repeat-x;
}
#menu_navigation li.selected li, #menu_navigation ul.global li.selected li {
	background: #FFFFFF;
}
#menu_navigation li.selected a:link, #menu_navigation li.selected a:visited {
	font-weight: bold;
	font-size: 1.1em;
}
#menu_navigation li.selected li a:link, #menu_navigation li.selected li a:visited {
	background-color: #FFFFFF;
}
#menu_navigation li.selected li a:link, #menu_navigation li.selected li a:visited, #menu_navigation li.selected li.selected li a:link, #menu_navigation li.selected li.selected li a:visited {
	font-size: 1.0em;
	font-weight: normal;
}
#menu_navigation li.selected li.selected a:link, #menu_navigation li.selected li.selected a:visited, #menu_navigation li.selected li.selected li.selected a:link, #menu_navigation li.selected li.selected li.selected a:visited {
	font-weight: bold;
}
/* content */
#content {
	float: left;
	width: 568px;
	position: relative;
	margin: 3.5em 10px 1.0em 10px;
}
#content.no_small {
	width: 754px;
}
#content.no_menu {
	width: 754px;
}
#content.no_small.no_menu {
	width: 940px;
	margin: 3.5em 0 1.0em 0;
}
#small_content {
	float: left;
	width: 176px;
	margin-left: 10px;
	padding-top: 7.0em;
}
#breadcrumb {
	margin: 0.6em 1.0em 0.3em 0;
	font-size: 1.0em;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #666666;
}
/* footer */
#footer{
	background:#333333 url(../images/footer_bg.gif) repeat-x;
	width:100%;
	float:left;
	display:block;
	margin-top:80px;
	line-height:1.6em;
	margin-bottom:-10px;
}
#footer .page_positioning{
	margin:0 auto;
	width:989px;
	padding:0px 0px 0px 10px;
	background:#333333;
	color:#DDD;
	background:#333333 url(../images/footer_bg.gif) repeat-x;
}



#footer div.column {
	width:176px;
	margin:10px;
	float:left;
	background:#333;
	display:inline;
	position:relative;
	margin-top:25px;
	font-size:1.2em;
	
}
#footer a:link, #footer a:visited {
	color: #DDDDDD;
	text-decoration: underline;
}
#footer a:hover {
	color: #AAAAAA;
}

#footer li {
	line-height: 1.5em;
	margin: 0 0 0.1em 0;
}
#footer dl {
	margin-bottom: 1.5em;
}
#footer dt {
	font-weight: bold;
	margin: 0 0 0.375em 0;
}
#footer dt.first_dt {
	margin-top:1.5em;
}
#footer_quick ul li, #footer_legal ul li {
	margin-bottom:.375em;
}
#footer_logo a:link, #footer_logo a:visited {
text-decoration:none;
}
#footer_logo #logo_rep {
	width: 176px;
	height: 60px;
	display:block;
	
}
#footer_logo #logo_rep span {
	background: url(../images/atn_logo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor:pointer;
}

#footer_fix {
	line-height:0;
	height:0;
	font-size:1px;
	position:relative;
	display:inline;

}
/* Changing the focus and active classes, at end of stylesheet so its after all the :hover stuff */
#utility a:active, #top_navigation a:active, #links a:active, #breadcrumb a:active, #footer a:active, #menu_navigation li a:active, #menu_navigation li.selected a:active, #menu_navigation li.selected li a:active, #menu_navigation li.has_sub_menu a:active, #utility a:focus, #top_navigation a:focus, #links a:focus, #breadcrumb a:focus, #footer a:focus, #menu_navigation li a:focus, #menu_navigation li.selected a:focus, #menu_navigation li.selected li a:focus, #menu_navigation li.has_sub_menu a:focus {
	background: #666666;
	color: #FFFFFF;
}

/*for global template upgrade*/

ul#quick_links, ul#quick_links li.hover_menu, ul#quick_links li.hover_menu *, #global_nav{
	display:none !important;
}

#utility ul{
	padding-top:5px;
	padding-bottom:5px;
}

#utility input.submit_button {
	position:absolute;
	top:2px;
	border:0;
	background:none;
	color:#FFFFFF;
}

#utility form{
	right:40px;
}


ul#global_navigation{
display:none;	
}