﻿body {
    background: url('/images/bg.gif') center;
}

#wrapper {
	margin: 0 auto;
	width: 962px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}

#logo {
    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: 240px;
}

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

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

#middle {
    overflow: hidden;
}

#content {
	padding: 0 22px 36px 22px;
}

#bottom {
	clear: both;
}


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

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

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

.phead {
    font-weight: bold;
    font-style: italic;
    color: black;
}

.backtotop_item {
    margin-bottom: 2em;
}

.backtotop_link {
    padding-left: 1em;
	background: url('uparrow.gif') no-repeat 0 .7em;
}


h1.headerbar {
	background-color: #666;
	font-size: 1em;
	color: #fff;
	margin-left: -6px;
	padding: 1px 6px;
}

h2.headerbar {
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	background: #FBFBFB;
	font-size: 1em;
	padding: 4px 5px;
}

h2.headerbar span {
	font-weight: normal;
}



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

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




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

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

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

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

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


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

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

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

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

#content ul.steps li {
	list-style: none;
	padding-left: 2em;
	font-weight: bold;
	margin-bottom: .4em;
}

#content ul.steps li.one {
    background: url('step_1.gif') no-repeat;
}

#content ul.steps li.two {
    background: url('step_2.gif') no-repeat;
}

#content ul.steps li.three {
    background: url('step_3.gif') no-repeat;
}

#content ul.steps li.four {
    background: url('step_4.gif') no-repeat;
}

#content ul.steps li.five {
    background: url('step_5.gif') no-repeat;
}

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

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

}

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




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





#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: 52px;
    position: relative;
}

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


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

#belt_links p {
	margin: .4em 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;
}







h1.headerbar {
	background-color: #666;
	font-size: 1em;
	color: #fff;
	margin-top: 3em;
	margin-left: -6px;
	padding: 1px 6px;
}

.pp {
	margin-left: -8px;
	margin-bottom: .75em;
}



.backtotop {
    margin-top: 1em;
    margin-bottom: 3em;
}

ul.backtotop_list {
    padding-left: 1em;
}

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

.popupimage {
    text-align: center;
}

.popupimage p {
    margin-top: 0;
}


.red_buttons {
	text-align: center;
}

.red_buttons img {
	margin-bottom: 6px;
}



.dots_hor {
	border-bottom: 1px solid #ccc;
}

.bulleted_table {
	border-collapse: collapse;
}

.bulleted_bullet {
	width: 21px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

.bulleted_content, .bullet-table-content {
	padding: 4px 8px;
	border-bottom: 1px solid #ccc;
	line-height: 1.3em;
}

.bulleted_last_bullet {
	width: 21px;
	text-align: center;
	border-right: 1px solid #ccc;
}

.bulleted_last_content {
	padding: 4px 8px;
}


.left_logos {
    text-align: center;
}

.left_logos div {
    margin: 0 auto;
}

/*** LogoShowcase ***/

.logo-showcase {
	padding: 10px 0;
	clear: both;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.logo-showcase .logo {
	float: left;
	width: 145px;
	text-align: center;
}

.logo-showcase .info {
	margin-left: 162px;
}

.logo-showcase.lastcase {
	border-bottom: none;
}


/*** /LogoShowcase ***/


.horizontaldottedline {
	clear: both;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

dl.event-calendar {
	margin: -1em 0 0 0;
	padding: 0 0 .25em 0;
}

#content .event-calendar dd a {
	text-decoration: none;
	background-image: none;
	padding-bottom: 0;
	white-space: wrap;
}

.event-calendar dt {
	position: relative;
	text-align: left;
	top: 1.5em;
	width: 9em;
	padding-left: 1em;
}

.event-calendar dd {
	margin: 0 0 0 10em;
	padding: 0 0 0 .5em;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.left_col, .right_col {
    float: left;
    width: 45%;
}

.spacer_col {
    float: left;
    width: 10%;
}


dl.basic_list dt {
    font-weight: bold;
}

dl.basic_list dd {
    margin-left: 0;
}

.line_break {
	padding-bottom: 1.4em;
    border-bottom: 1px solid #ccc;
}


.mediacoverage-calendar {
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
}

.mediacoverage-calendar a {
	text-decoration: none;
	background-image: none;
	white-space: normal;
}

.mediacoverage-calendar a:hover {
	background-image: none;
}

.mediacoverage-calendar img {
	float: left;
}

.mediacoverage-calendar p {
	margin: 0 0 0 162px;
	padding: 0;
}


.customized_table {
	border-collapse: collapse;
}

.customized_table th {
	background-color: #666;
	color: #fff;
	text-transform: uppercase;
}

.customized_table th, .customized_table td {
	border: 1px solid #ccc;
	font-size: .9em;
	padding: 4px;
    vertical-align: top;
    width: 50%;
}


.infotable {
    border-collapse: collapse;
}

.infotable caption {
    border: 1px solid #666;
    padding: 2px;
    background: #ccc;
    font-weight: bold;
}

.infotable td {
    border: 1px solid #666;
    padding: 2px;
}

.bullet-table-bullet {
	width: 21px;
	text-align: center;
}

.bullet-table-content {
	padding: 4px 8px;
}

#content .bullet-table-content a {
	text-decoration: none;
	background-image: none;
	white-space: normal;
}

#content .bullet-table-content a:hover {
	color: #DF1D0D;
	background-image: none;
}

