/** Main page elements
*/
body {
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: small;
    /*background: #000 url(/images/aus_fire_09.jpg) repeat-x top center;*/
    background: #e5e5e5;
    margin: 0;
    padding: 0.5em 0;
}

h2 {
    color: #957D5F;
    line-height: 1.75em;
    font-size: 1.75em;
}

h3 {
    color: #9F9990;
    font-size: 1.2em;
    line-height: 1.2em;
}

h2 + h3 {
    margin-top: -0.6em;
}

h2, h3 {
    font-weight: bold;
    font-family: palatino,georgia,serif;
    text-align: left;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

/** Wrapper
*/
div.wrapper {
    width: 74em;
    margin: 0 auto;
}

/** Header
*/

#banner_top {
    height: 100px;
    margin-top: 0.5em;
    /*background-image: url(/images/background_ripple.gif);*/
    background-color: #af9a7f; /* #957d5f; */
    clear: both;
    padding: 0.5em 0 0;
}

#banner_top div.wrapper2 {
    margin: 0 0.5em 0.5em;
    padding: 0.5em;
    border: 1px dotted #715f48;
    border-bottom: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
}

#banner_top div.banners {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

#logo {
    background: transparent url("/images/banner_logo.gif") no-repeat 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    display: inline-sblock;
}

#logo a {
    border: 0;
    display: block;
    width: 400px;
    height: 86px;
}

#logo a span {
    display: none;
}

/** Nav
*/

#left_side_panel {
    height: 100%;
    background-color: #f9f3e8;
    margin: 1em;
    padding: 0.42em;
	width: 12em;
	float: left;
	clear: left;
}

#sub_panel {
    border-color: #d3c0a6; /* #dfcfba; */
    border-width: 1px;
    border-style: dotted;
    padding: 0.42em;
}

#sub_panel .logo {
    padding: 22px 0px 22px 85px;
}

ul#side_navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#side_navigation li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: palatino,georgia,serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.2em;
}

ul#side_navigation li a {
    display : block;
    margin: 0 0 .5em 0;
    padding: .2em 0 .3em .5em;
    line-height: 1.5em;
}

ul#side_navigation li:last-child a {
    margin-bottom: 0;
}

/** Main
*/

#content_wrapper {
    background: #FFF;
    height: 100%;
    text-align: center;
    padding-bottom: 0.5em;
}

#content_wrapper div.page {
    border: 1px dotted #715f48;
    margin: 0.5em;
    margin-top: 0;
    border-top: 0;
    text-align: left;
}

#center_doc {
    min-height: 36em;
    height: 100%;
    margin: 0 1em 0 0;
    padding: .5em 0 0 14em;
}

/*************************** Links *********************************/
a:visited {
  color: #4a3c0f;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #4a3c0f;
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #4a3c0f;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #f0e9d2;
  font-weight: bold;
  text-decoration: underline;
}

ul#side_navigation a:link,
ul#side_navigation a:visited, {
    background-color: transparent;
}

ul#side_navigation a:hover,
ul#side_navigation a:focus {
    background-color: #957d5f;
}

ul#side_navigation a:active,
ul#side_navigation a.active:link,
ul#side_navigation a.active:visited, {
    color: #FFF;
    background-color: #7188c2;
}

/*************************** List definitions *********************************/
.title_block {
    background: #957d5f url(/images/titlebar.png) top repeat-x;
    border-bottom: 1px solid #ab9569;
    height: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 0 1em;
    clear: both;
    font: 1.1em/1.5em;
}

.comment {
    color: #000;
    font-size: 10pt;
    text-align: left;
    padding: 5px 0px 5px 10px;
}

#top_logo {
    width: 772px;
    height: 53px;
    position: absolute;
    top: 0px;
    left: 136px;
    padding: 32px 10px 0px 16px;
    margin: 0px 0px 0px -5px;
    color: #fff;
}

#admin_link {
    padding: 0px 0px 0px 10px;
}

#right_link {
    float: right;
    margin-right: 1em;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/*************************** Announcements *********************************/

#announcement {
}

div.article {
    border-bottom: 1px solid #546590;
    padding-bottom: 2em;
}

div.article:last-child {
    border-bottom: none;
}


div.article h2 {
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 0;
}

div.article div.meta {
    float: right;
    margin: 0;
    padding-top: 0.25em;
    font-size: 0.9em;
    line-height: 1.25em;
    color: #999;
}

div.article div.meta .date {
    font-weight: normal;
    text-align: right;
}

div.article div.meta .author {
    text-align: left;
}

div.article div.content {
    color: #000;
    background-color: #fff;
    font-size: 10pt;
    text-align: left;
    padding: 0;
    margin: 1em 2em 1em 0;
}

