#top {
    position: relative;
}

#top_mini_nav {
    position: absolute;
    top: 8px;
    right: 12px;
}

#top_mini_nav a {
    color: #4b4b4b;
    font-size: .9em;
}

#top_search_box {
	background-color: #f3f3f3;
	border-top: 2px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #ccc;
	padding: 6px 10px;
    width: 220px;
}

#top_search_box a {
    color: #999;
    font-size: .8em;
    float: right;
    padding-top: 4px;
}

#top_search_box a:hover {
    color: #333;
}

#middle_content, #middle_content td {
    line-height: 1.4em;
}

#middle_content .content {
	padding: 0 0 36px 22px;
	width: 536px;
    overflow: hidden;
}


#middle_content .content p,
#middle_content .content ul,
#middle_content .content ol,
#middle_content .content dl,
#middle_content .content h1,
#middle_content .content h2,
#middle_content .content table {
    margin-bottom: .75em;
}

#middle_content .content h3 {
    margin-bottom: .15em;
}

#middle_content .content h1,
#middle_content .content h2,
#middle_content .content h3,
.header-margin-top {
    margin-top: 1.5em;
}


#middle_content .content .bulleted_content p,
#middle_content .content .bulleted_content ul,
#middle_content .content .bulleted_content ol,
#middle_content .content .bulleted_content dl,
#middle_content .content .bulleted_content h1,
#middle_content .content .bulleted_content h2,
#middle_content .content .bulleted_content h3 {
    margin-bottom: .25em;
}

#middle_content .content .bulleted_content h1,
#middle_content .content .bulleted_content h2,
#middle_content .content .bulleted_content h3 {
    margin-top: .5em;
}




#middle_content #printerfriendly {
	text-align: right;
}

#middle_content #printerfriendly a {
	background-image: none;
}

#middle_content #printerfriendly img {
	vertical-align: middle
}

.content img + p {
    margin-top: 1.5em;
}

#ttitle-image, .ttitle-image {
    margin-bottom: 1.5em;
}


#middle_content ul {
    padding-left: 1em;
}

#middle_content ol {
    padding-left: 2em;
}

#middle_content ul li {
	background: url(/images/list_line.png) no-repeat 0 .5em;
	list-style: none;
	padding-left: 1em;
}

#middle_content ul.red_links li {
    background: url(/images/blue_links.gif) no-repeat 0 .5em;
	list-style: none;
	padding-left: 2em;
}

#middle_content ul.linked_list {
	padding-left: 0;
}

#middle_content ul.linked_list li {
    background: none;
	list-style: none;
	padding-left: 0;

}

#middle_content ul.linked_list li a {
    padding-right: 10px;
	background: url(/images/linked_list.gif) no-repeat 100% .4em;
}




#middle_content .lcBlock ul li.last {
        list-style: none outside none;
        background: none;
}





#middle_content h1.page_header {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1.1em;
}

#ods_logo {
    position: absolute;
    right: 0;
}


ul#breadcrumb {
    margin: 0;
    padding: 6px 14px 6px 200px;
    list-style-type: none;
    font-size: 11px;
    color: #666;
}

ul#breadcrumb li { display: inline; }

ul#breadcrumb li a {
    text-decoration: none;
    color: #666;
}

ul#breadcrumb li a:hover {
    text-decoration: underline;
    color: #005dcf;
}


#page_belt {
    background-color: #E0E1E2;
    height: 82px;
    position: relative;
}

#page_belt .belt_buckle {
    position: absolute;
    top: 0;
    right: 24px;
}


#belt_links {
    font-size: .9em;
	padding: 1em;
}

#belt_links p {
	margin: .9em 0;
}

#belt_links a {
	color: #000;
	text-decoration: none;
	margin: .3em;
}

#belt_links a:hover {
	color: #DF1D0D;
}


#copyright p {
    padding: 1em;
}


dl.training-calendar {
    font-weight: bold;
    padding: 0;
    margin: 0 0 .5em 0;
    width: 90%;
    overflow: hidden;
}

.training-calendar dt {
    width: 40px;
    float: left;
}

.training-calendar dd {
    margin-left: 10px;
    width: 360px;
    float: left;
}

.training-calendar dd ul {
    font-weight: normal;
}

.training-calendar dd ul li {
	padding-left: 2em;
	background-position: 1em .3em;
}


.hide{
    position:absolute;
    top:0;
    left:-9999px;
    height:0;
    width:0;
}

.show{
    position:relative;
    top:0;
    left:0;
    height:auto;
}

.center {
	text-align: center;
}

div.slideshow {
	position: relative;
	width: 783px;
	height: 205px;
}

.slideshow div {
	position: absolute;
	left: 0px;
	top: 0px;
}

.quote {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 1em;
	margin-top: 1em;
}


.stack { clear: both; }

.stacker .left {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
}

.stacker .right {
	border-left: 1px solid #c5c5c5;
	margin-left: 106px;
	padding: 0 0 1.4em .6em;
}

/*** Forms ***/

.site_form td {
    padding: 4px;
    vertical-align: top;
}

.site_form td label.formlabel {
    display: block;
    text-align: right;
    margin-right: 6px;
}

/*** /Forms ***/

.first-element {
	margin-top: 1em;
}

.last-element, .margin-bottom {
	margin-bottom: 1em;
}

