
  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



  /* Global Styles – (body, paragraphs, lists, etc)
==============================================================================*/

body {
    background: #fafafa; /* Try default colours that are just off-white and off-black */
	color: #672006;
    font-size: 62.5%; /* Set the default font size to 10px */
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Sans;
}

html>body {
  font-size: 10px; /* Set to a specific value for browsers that can resize text set in pixels */
}


/* Setting to a baseline rhythm
===============================*/

/* Set the left indent to be consistent across text styles */
p, h1, h2, h3, h4, h5, h6, address, ul, ol {
	margin-left: 10px;
} 

p, ol, ul, address, h3, h4, h5, h6 {
	font-size: 130%; 
	line-height: 1.5385em; 
	margin-bottom: 1.5385em; 
}


p + p {
	text-indent: 1em; /* Sibling selector to indent all paragraphs preceded by 
	another paragraph. NB: this does not work in IE6 (surprise) */
}

h1 {
	font-size: 210%;      /* General approach: set font size */
	line-height: 1.9048em;   /* then set line height to keep in rhythm (e.g. 36px here) */
	margin-bottom: 0.95238em; /* then set bottom margin, again to keep in rhythm. */
						  /* set top margin as well, if wanted for syncopation */
}

h2 {
	font-size: 160%;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}

h3 {
	font-weight: bold;
}

address {
	font-style: normal;
	margin-bottom: 0;
}

/* Lists
============= */

ol ol, ul ul, ol ul, ul ol, ul ul ul, ul ul ul ul {
    font-size: 100%;
    margin-bottom: 0;
} 


#body-content ul {
	list-style-type: disc;
}

#body-content ul ul, #body-content ul ul ul, #body-content ul ul ul {
        list-style-type: circle;
}

#body-content ol {
	list-style-type: decimal;
}


#secondary-nav {
	/*background: #FFEFDD;*/
}


/* Images
============= */

img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

/* Link styles - NB order is important
============== */

a:link { color: #4A5673; }
a:visited { color: #323742;}
a:hover { color: purple; }
a:link:hover { color: black; } /* Consider trying to avoid hover effects on name anchors */
a:active { color: red; }
a:link:active { color: black;} /* As above */
em { font-style: italic; }
strong { font-weight: bold; }


#breadcrumbs {
	text-align: right;
}

#breadcrumbs {
	margin-bottom: 0.76923em;
}

#banner form span{
	font-size: 130%;
}

#content {
	background: #fafafa;
}


.highlight {
	background: #FFEFDD;
	line-height: inherit;
}

#footer {
	text-align: center;
}


  /* Work in progress to generate simple, DRY grid layout in CSS */

body {
  text-align: center;
  padding-top: 20px;
}

.container {
  width: 830px;
  margin: 0 auto;
  position: relative;
}

.container, #banner {
  text-align: left;
}


/* Column class to set gutter */
.col {
  margin-right: 10px;
  float: left;
}

/* Classes to set width of columns */

.col-1 { width: 60px; }

.col-2 {  width: 130px; }

.col-3 {  width: 200px; }

.col-4 {  width: 270px; }

.col-5 {  width: 340px; }

.col-6 {  width: 410px; }

.col-7 { width: 480px; }

.col-8 { width: 550px; }

.col-9 { width: 620px; }

 .col-10 { width: 690px; }


/* Class to set right margin on last column to 0, preventing floating problems */
/* NB trying to increase specificity, to give this priority over regular column rule*/
html .last-col { margin-right: 0px; }


#content {
	padding-top: 20px;
}

#footer {
	clear: both;
        border-top: 1px solid #672606;
}

.left { float: left;}
.right { float: right;}
.clear { clear: both;}


  #banner {
	background: #fff url(../images_template/header_bg.png) repeat-x top left;
	height: 88px; 
}

h1.irt, .irt h1, li.irt {
	margin:0pt;
}

h1.irt a, span.irt a, li.irt a {
	cursor:pointer;
	display:block;
	position:relative;
	text-indent:-10000px;
}

#logo a {
	background:#000000 url(../images_template/logo.png) no-repeat scroll 0% 50%;
	height:88px;
	width:270px;
}


#banner ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: 0;
}

#banner form {
	position: absolute;
	top: 10px;
	right: 0px;
}

#banner li {
/*	background: #672606 url(../images_template/tab_nav_bg.png) repeat-x top left;*/
	background: #672606;
	display: inline;
	list-style-type: none;
	line-height: 30px;
	padding: 3px 5px;
	margin-left: 5px;
	font-size: 16px;
}

/* temp trial */

/*#banner li {
	background: #672606 none;
	display: inline;
	list-style-type: none;
	line-height: 20px;
	padding: 0 5px;
	border-left: 1px solid #FFEFDD;
}*/

#banner li.active {
}

#banner li a{
	color: #FFEFDD;
	text-decoration: none;
}

#banner li a:hover {
	text-decoration: underline;
}





