/*---GLOBAL---*/
body {
	background: #e7e290;
	margin: 0 0 50px 0;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1em;
	color: #444444;
        vertical-align: top;
	}

p {
	margin: 0 0 10px 0;
}

tbody {
        vertical-align: top;
}
	
/*---STRUCTURES---*/
#page-container {
	width: 900px;
	text-align: left;
        background-color: #dfe0e4;
	}
	
#header {
	}
	
#search {
	margin: 1px 0px 0 0;
	}
	
#search form {
	margin: 0;
	}
	
input#q {
	width: 150px;
	padding: 0;
	background: none;
	font-family: Georgia, "Times New Roman", serif;
	color: #685b5a;
	margin: 11px 0 0 12px;
	border: none;
	}
	
#page {
	width: 850px;
	padding: 25px;
	}
	
#page-col-left {
	width: 300px;
	float: left;
	margin: 0 25px 0 0;
	}
	
#page-col-right {
	width: 525px;
	float: left;
	}
	
#page-col-left .pod {
	width: 298px;
	margin: 0 0 25px 0; 
	padding: 0 0 42px 0;
	border: 1px solid #e6dfca;
	background: #fcfbf0 url(/images/v2/base-background-left.gif) no-repeat bottom;
	}

.pod-title {
       padding-left: 20px;
}

#page-col-right .pod {
	width: 523px;
	margin: 0 0 25px 0;
	padding: 0 0 42px 0;
	border: 1px solid #e6dfca;
	background: #fcfbf0 url(/images/v2/base-background-right.gif) no-repeat bottom;
        text-decoration: none;
	}
	
#nav-bar-right {
        display: block;
	color: #fff;
}

h1 {
	display: block;
	margin-top: 1em;
        font-size: 1.2em;
}

h2 {
	display: block;
	margin-top: 0.5em;
        margin-left: 0em;
        font-size: 1.1em;
}

h3 {
	display: block;
	margin: 0;
}

.pod-content {
	padding: 0 25px;
	}
	
.pod-content-simple {
	padding: 0 20px;
	}
	
.pod-footer {
	padding: 20px;
	text-align: center;
	}
	
.pod-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #e2e1d8;
	}
	
.pod-content li {
	border-bottom: 1px dotted #e2e1d8;
}


.pod-content li div {
                margin-top: 5px;
                margin-bottom: 5px;
}
	
.pod-content li div:hover,
.pod-content li div:visited:hover {
	background: #fff;
	}
	
#news-container {
	width: 848px;
	padding-bottom: 15px;
	background-color: #f4f4f9;
}


#big-container {
	width: 848px;
	border: 1px solid #e6dfca;
	background: #fcfbf0;
}
	
#big-container ul {
	list-style: none;
}
	
#big-container ul li {
	margin: 10px 0 0 0;
}

#media-container {
	width: 848px;
	border: 1px solid #e6dfca;
	background: #fcfbf0;
                padding: 0 0 0 10px;
}
	
#home-pod-container {
	width: 900px;
	margin: 25px 0 0 0;
}
	
#home-pod-container .pod {
	width: 266px;
	border: 1px solid #e6dfca;
	background: #fcfbf0;
	float: left;
	margin: 4px 13px 4px 4px;
}

img { border: none; } 

div.staff {
	width: 188px;
	float: left;
}
.staff h3 {
	margin-bottom: 0;
}
.staffTitle {
	display: block;
	color: #999;
}

div.series-info-right {
	width: 20%;
	float: right;
}

/* Rotating front page image CSS for JQuery UI */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {float:left;}
.ui-tabs-nav a {
    padding: 0 0px;
}

.ui-tabs-nav {
  margin-left: 250px;
}

#rotateControls, #rotateControls ul, #rotateControls ul li, #rotateControls ul li a {
   height: 2em;
}

.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    text-align: center;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-state-default {
}

.ui-state-active {
}

.ui-state-default a {
    background-image: url(/images/red-bullet.png);
    background-repeat: no-repeat;
    background-position: 0em;
    padding-bottom: 1em;
    padding-left: 2.2em;
}

.ui-state-active a
{
    background-image: url(/images/green-bullet.png);
    background-repeat: no-repeat;
    background-position: 0em;
    padding-bottom: 1em;
    padding-left: 2.2em;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    width: 834px;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.banner {
  padding: 0px; 
  margin: 0px auto;
  text-align: left;
}

.banner-element {
  text-align: left;
  width: auto;
}

h2 {
   padding-top: 0.5em;
   padding-left: 1.5em;
   padding-bottom: 0em;
   padding-right: 0.5em;
   font-size: 1em;
   display: block;
}


#footer {
	width: 850px;
	padding: 25px;
	overflow: hidden;
	border-top: #fff 1px solid;
	}

.carousel-border {
	overflow: hidden;
	position: absolute;
	top: 30;
	left: 50;
        width: 592px;
}

.pan_wrap {
	margin: 0 auto 0px;
}

.staff-image {
         padding-left: 1.5em;
         padding-top: 1.5em;
}


div#nav-header 
{
	background-image:url('/images/toolbar.jpg');
        background-repeat: no-repeat;
        width: 900px;
        height: 50px;
}

div#nav-header ul li 
{
	text-shadow: #A49c9c 0 0 0.3em;
}

div#nav-header ul li :hover
{
	background: #241c1c;
	text-decoration: underline;
	text-shadow: #A49c9c 0 0 0.3em;
}

div#nav-header ul {
	list-style:none;
	border: 0 none;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(/images/toolbar.jpg);
	background-repeat: no-repeat;
}

div#nav-header ul li {
	display: inline;
}

div#nav-header ul li a {
	font-variant: small-caps;
	border:medium none;
	color:#DEE6EA;
	display:block;
	float:left;
	font-size:1.2em;
	line-height:26px;
	margin:0;
	padding:12px 15px;
	text-decoration: none;
}


div#nav-header ul li .selected
{
	background: #241c1c;
	text-decoration: underline;
	text-shadow: #A49c9c 0 0 0.3em;
}

