@charset "utf-8";

body  {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Main container of the webpage*/
.thrColHyb #container {
	width: 100%;
	/*margin: 0;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCCC;
} 


/* Sideboxes */
.thrColHyb #sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	height: 100px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.thrColHyb #sidebar2 {
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColHyb #sidebar1 h3, .thrColHyb #sidebar1 p, .thrColHyb #sidebar2 p, .thrColHyb #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Main content box*/
.thrColHyb #mainContent {
	background-color: #FFFFFF;
	padding: 0;
	width: 925px;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 150px;
} 

.thrColHyb #container #mainContent #header {
	margin-top: 0px;
        height: 250px;
	width: auto;
	background-image: url(images/header2.jpg);
        background-position: top left;

}

.thrColHyb #container #mainContent #header #contact {
        position: absolute;
        margin-left: 5px;
        margin-top: 150px;
        width: 176px;
        height: 90px;
        padding:3px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-image: url(images/contact.gif);
        background-position: top left;
        background-repeat: no-repeat;
        font-weight: bold;
}

.thrColHyb #container #mainContent #header #mainnav {
position: absolute;
margin-left: 276px;
margin-top: 0px;
}

.thrColHyb #mainContent h1 { 
	/*margin-top: 0;  Though unnecessary while there's a border on the #mainContent div, you may need to uncomment this rule if the borders are removed. This will zero the margins of the first element in the #mainContent div, avoiding margin collapse - a space between divs - in this case it will create unwanted whitespace above the layout. */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColHyb #container #mainContent #photobar {
	background-color: #333;
	height: 60px;
	width: auto;
        padding-left:10px;
	bottom: 0px;
}

#covers{
	background-color: #333;
        margin-top: 0px;
        padding: 0px;
}


#covers img{
	background-color: #333;
        height: 45px;
        border: white solid 2px;
        margin-left: 2px;
}

#covers p{
	background-color: #333;
        height: 45px;
        width: 70px;
        border: white solid 2px;
        font-family: verdana;
        font-size: 8px;
        color: white;
        text-align: left;
        margin-left: 2px;
}

#covers a{
	background-color: #333;
        height: 45px;
        width: 70px;
        font-family: verdana;
        font-size: 8px;
        color: white;
        text-align: left;
        margin-left: 2px;
        text-decoration: none;
}

.thrColHyb #container #mainContent #photobar #tvfotobar #marqueeContent img{
       height: 46px;
       border: 2px solid white;
       margin-left: 20px;
       margin-right: 20px;
}
.thrColHyb #container #mainContent #photobar #tvfotobar #marqueeContent caption{
       height: 46px;
       border: 2px solid white;
       padding: 2px;
       margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;   
       background-color: #FFFFFF;
}


/* Styling for the Ajax-based search form*/


input.cleardefault {
      width: 100px;
}

.thrColHyb  #container  #mainContent  #photobar  #search {
	position: absolute;
        float: right;
	top: 290px;
        left: 900px;
        border: 0px;
}

#ajaxSearch_form {
        border: 0px;
}

#ajaxSearch_form fieldset{
border: 0px;
}

#ajaxSearch_output {
background-color: #E8F9FA;
width: 200px;
padding: 10px;
border: 1px;
}

/* left margin with tabbed panels */

.thrColHyb #container #mainContent #main #left {
	float: left;
	width: 210px;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
        border-right: 1px dashed #CCC;
}

/* Main content area */

.thrColHyb #container #mainContent #main #center {
	height: 100%;
	width: auto;
        background-color: #FFFFFF;
        line-height: 1.5em;
}

.thrColHyb #container #mainContent #main #center #centerleft {
       float: left;
       width: 240px;
       padding-left: 20px;
       text-align: center;
       font-family: sans-serif;
       font-size: 12px;
       color: #FFFFFF;
}

.thrColHyb #container #mainContent #main #center #centerright {
       float: right;
       width: 240px;
       padding-left: 20px;
    padding-right: 10px;
       text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.featheadr {
        height: 30px;
	background-image: url(images/tab_l_dg.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
line-height: 2em;
}

.featheadl {
        height: 30px;
	background-image: url(images/tab_l_bl.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
line-height: 2em;
}

.featbodyl {
      padding-left: 5px;
       padding-right: 10px;
       border-right: 1px dashed #CCC;
       margin-bottom: 10px;
       text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
}

.featbodyr {
      padding-left: 5px;
      margin-bottom: 10px;
       text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
}

.smallpic img {
width: 100px;
margin-right: 3px;
margin-bottom: 3px;
}

.bigpic img {
float: left;
border:1px solid;
width: 250px;
margin-right: 7px;
margin-bottom: 7px;
}

.thrColHyb #container #mainContent #main #center #editorial {
       float: left;
       width: 500px;
       padding-top: 10px;
       margin-left: 10px;
       border-top: 1px dashed #CCC;     
}

.thrColHyb #container #mainContent #main #center #maintext {
       float: left;
       width: 500px;
       padding-top: 10px;
       margin-left: 10px;
}

.thrColHyb #container #mainContent #main #right {
	float: right;
	width: 175px;
	background-color: #FFFFFF;
	padding-left: 0px;
        border-left: 1px dashed #CCC;
}

.thrColHyb #container #mainContent #crumbs {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 1em;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
	background-image: url(images/4dots.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
}

.thrColHyb #container #mainContent #crumbs a {
color: white;
}

.thrColHyb #container #mainContent #crumbs a:hover {
color: orange;
}

.thrColHyb #container #mainContent #footer{
height: 30px;
width: 925px;
background: #90C0FE;
color: #FFFFFF;
text-align: center;
margin-top: 10px;
padding-top: 4px;
}

a.fotobar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.ill {
float: left; border:1px solid;
}

/* form styling */
form {
     width: 100%;
}

input { 
      margin-bottom: 1em;
      flaot: right;
}

.act_all img {
     width: 200px;
}