@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body,div,html{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:200;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/common/js/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 202;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:203;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:199;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


body {
	background-color: #bada97;
	background-image: url(images/otw_background.gif);
	background-position:0px -5px;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
}
a img {
	border: 0;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515255;
	line-height:17px;
}
a:link {
    text-decoration: none;
	color: #dc782e;
}
a:visited {
    text-decoration: none;
	color: #dc782e;
}
a:hover {
	text-decoration: underline;
	color: #dc782e;
}
a:active {
	text-decoration: none;
}
a.blue:link {
    text-decoration: none;
    color: #007cc9;
}
a.blue:visited {
    text-decoration: none;
    color: #007cc9;
}
a.blue:hover {
    text-decoration: underline;
	color: #007cc9;
}
a.blue:active {
    text-decoration: none;
    color: #007cc9;
}
a.green:link {
    text-decoration: none;
    color: #76b040;
}
a.green:visited {
    text-decoration: none;
    color: #76b040;
}
a.green:hover {
    text-decoration: underline;
	color: #76b040;
}
a.green:active {
    text-decoration: none;
    color: #76b040;
}
.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.arial10_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dc782e;
	text-decoration: none;
}
.arial12_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dc782e;
}
.arial12_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007cc9;
}
.arial12_palegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b3b994;
}
.arial12_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #76b040;
}
.arial_title_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #007cc9;
	font-weight:bold;
	letter-spacing:1px;
}
.arial_title_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #76b040;
	font-weight:bold;
	letter-spacing:1px;
}
.arial_title_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #d2232a;
	font-weight:bold;
	letter-spacing:1px;
}
.times13_orange {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #dc782e;
	font-weight:bold;
}
.intro,.times18_orange {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #dc782e;
	line-height: 125%
}
h1,.times24_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	line-height:105%;
}
div.callout
{
width:100%;
margin:0px;
border:1px solid #c7d4d9;
line-height:150%;
}
div.main_callout_division
{
margin-left:235px;
border-left:2px solid #c7d4d9;
padding:1em;
background-color:#c7e3ee;
}
div.main_left
{
float:left;
width:205px;
margin:0;
padding:1em;
line-height:1.2em;
}
div.vertical_line_left
{
margin-left:2px;
border-left:1px dotted #007ec7;
padding:10px;
}
div.vertical_line_right
{
margin-right:2px;
border-right:1px dotted #007ec7;
padding:10px;
}
div.vertical_line_spacer
{
margin-right:2px;
border-right:0px dotted #007ec7;
padding:10px;
}
div.horizontal_line
{
margin-top:5px;
border-top:1px dotted #007ec7;
padding:3px;
}
div.small_section
{
width:200px;
margin:0px;
border:1px solid #c7d4d9;
padding:5px;
line-height:95%;
background-color:#f0f6e3;
position:absolute;
top:675px;
}
div.small_section2
{
width:200px;
margin:0px;
border:1px solid #c7d4d9;
padding:5px;
line-height:95%;
background-color:#f0f6e3;
}
div.green_section
{
width:580px;
margin:10px;
border:1px solid #c7d4d9;
padding:10px;
line-height:150%;
background-color:#f0f6e3;
}
#layer_butterfly
{
	position:absolute;
	width:82px;
	height:57;
	z-index:1;
	top: -15px;
	right: -15px;
	visibility: visible;
}
.imageandcaption{
	margin:3px 10px 3px 10px;
	display: block;
}
.imagefloatleft {
	float: left;
}
.imagefloatright {
	float: right;
}
.imageandcaption span {
	font-family: Arial, Helvetica, sans-serif;
	color: #515255;
	font-size: 11px;
	text-decoration: none;
	padding-top:1em;
	padding-bottom:1em;
	clear:both;
	border-bottom:1px dotted #007EC7;
	margin-bottom: 0;
	display: block;
}
#searchheader #primary {
	display: none;
}

#searchheader ul {
	list-style-type: none;
}
#searchheader #primary a {
	display: none;
}
#searchheader #primary span {
	display: none;
}
#searchheader #secondary span {
	display: block;
}
#searchmain ul {
	margin-left:2em;
}
#searchmain dt {
	margin-top: 1em;
}
.searchresultsinfobar {
	text-align: center;
	margin-top: 1em;
}
.resultsFiltered {
	margin-top: 1em;
}
.slideshowlinks {
	text-align: left;
	font-size: 11px;
	margin-bottom: 1em;
	
}
.slideshowlinks a{
	padding: 0 .25em;
}
.slideshowlinks, .slideshowlinks a,.slideshowlinks a:hover, .slideshowlinks a:visited {
}
.slideshowcaption {
	margin: 1em 0;
	color: #666;
	font-size: 13px;
	line-height:1.2em;
}
div#preview {
	background: #FAA;
	text-align: center;
	color: black;
	padding: 1em;
	position: absolute;
	top: 0;
	width: 100%;
}
div#preview a {
	color: white;
}

