/* Alternate style for extra-wide pages */
#wide_container
{
display: block;
overflow: auto;
width: 100%;
min-width: 800px;
margin: 0px auto 0px auto;
text-align: left;
background-color: #ffffff;
}

#wide_top_bg
{
background-image: url("../img/bg_top_wide.jpg");
background-repeat: repeat-x;
display: block;
clear: both;
width: 100%;
height: 95px;
}

#wide_top_right
{
background-image: url("../img/bg_top_wide_right.jpg");
background-repeat: no-repeat;
background-position: right top;
display: block;
clear: both;
width: 100%;
height: 95px;
text-align: left;
}

#wide_top_left
{
float: left;
width: 340px;
}

#wide_top_bg form#cse-search-box {
display: block;
float: right;
margin: 22px 20px 0 0;
width: 250px;
height: 50px;
background-color: #c9c9c9;
border: 1px solid #ffffff;
font-family: helvetica, arial, univers, sans-serif;
text-align: center;
}

#wide_main
{
clear: both;
display: block;
overflow: visible;
margin: 0px 6px 6px 6px;
text-align: left;
}

td.left_column
{
width: 190px;
}

td.content
{
padding: 20px;
border: 1px solid #cccccc;
}

/*
#wide_main #content_subwide
{
width: 100%;
display: block;
overflow: visible;
margin: 0px;
border: 1px solid #b6b6b6;
}
*/

#wide_main  iframe
{

}
/* END: Alternate style */




