/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 20px 0 0 0;
  padding: 0px;
  color: #333333;
  background: #125C5D url(/images/bkgrnd_tile2.jpg) repeat-x;
  font: normal 12px Trebuchet MS;
  text-align: center;
}
img {
  border: 0px;
}

/* links */
a {
  color: #CC6600;
  text-decoration: none;
}
a:visited {
  color: #CC6600;
}
a:hover {
  color: #CC6600;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  color: #993300;
  font-size: 13px;
  margin-top: 0px;
  padding-top: 0px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  background: #FFFFCC;
  margin: 0px auto;
  width: 727px;
  text-align: left;
  border: 1px solid #CC9933;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 300px;
  height: 150px;
  background: transparent url(images/logo.gif) top left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {
  background: #CC9933 url(/images/deeper_header.jpg) top left no-repeat;
  height: 156px;
}
#home #header {
  background: transparent url(/images/home_header.jpg) top left no-repeat;
  height: 196px;
}
#cinfo {
  float: right;
  font-size: 11px;
  padding: 20px 164px 0px 0px;
  text-align: left;
}

#home #cinfo {
  float: right;
  font-size: 12px;
  padding: 20px 146px 0px 0px;
  text-align: left;
}
.incinfo a {
  color: #993300;
}
.incinfo {
  border-left: 1px solid;
  padding: 2px 0px 5px 10px;
}
/*------------*\
|* navigation *|
\*------------*/
.navbar {
  background: transparent url(/images/menu.jpg) top right no-repeat;
  padding-bottom:12px;
}
ul.primarynav {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  border-left: 1px solid;
  width: 125px;
  height: 27px;
  padding: 4px 5px 1px 5px;
  text-align: center;
  line-height: 13px;

}
ul.primarynav li.home {
  border: 0px solid;
  width: 75px;
}

ul.primarynav li.last {
  width: 75px;
}

ul.primarynav a {
  margin-right: 1px;
  float: left;
  color: #006666;
  font-size: 12px;
  text-decoration: none;
  width: 100%;
}
ul.primarynav a:visited {
  color: #006666;
}
ul.primarynav a:hover {
  color: #CC6600;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 0px;
  padding: 0px;
  border-top: 0px solid #57594b;
  background: transparent url(/images/footer.jpg) top right no-repeat;
  height: 88px;
  width: 727px;
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;
  background: #FFFFCC;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
  display:none;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 10px;
  padding: 20px;
  background: #FFFFCC;
  text-align:justify;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/

.floatleft {
   float:left;
   margin-right:20px;
   margin-bottom:5px;
}

.floatright {
   float:right;
   margin-left:20px;
   margin-bottom:5px;
}

.floatright img, .floatleft img {
  border: 3px solid #CC9933;
}

.shadowtop, .shadowbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
}
.shadowtop {
  background: url(images/shadow-top.gif) bottom repeat-x;
}
.shadowbottom {
  background: url(images/shadow-bottom.gif) top left repeat-x;
}
.shadowleft {
  background: url(images/shadow-left.gif) left repeat-y;
}
.shadowright {
  background: url(images/shadow-right.gif) right repeat-y;
}
.shadowtopleft {
  float: left;
  background: url(images/shadow-topleft.gif) bottom left no-repeat;
}
.shadowtopright {
  float: right;
  background: url(images/shadow-topright.gif) bottom right no-repeat;
}
.shadowbottomleft {
  float: left;
  background: url(images/shadow-bottomleft.gif) top left no-repeat;
}
.shadowbottomright {
  float: right;
  background: url(images/shadow-bottomright.gif) top right no-repeat;
}

/* links */
.linklisting {
  margin: 15px 15px 20px 0px;
  height: 200px;
}
.linkcontent {
  background: url(/images/parenthesis.jpg) top left no-repeat;
  padding-left: 42px;
 margin-left:260px;
}

.linkimage {
  float: left;
  margin-right: 0px;
  border: 3px solid #CC9933;
}

.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}

.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}


/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}


/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

#home .curlybrace {
  background: url(/images/parenthesis.jpg) top left no-repeat;
  padding-left: 50px;
  height: 103px;
}
#home .curlybrace {
  font-size: 13px;
}

#ss_img {
  border: 3px solid #CC9933;
  width: 320px;
  margin: 0px 15px 0px 0px;
  filter:progid:DXImageTransform.Microsoft.Fade();
}

#ss_img_div {
  height: 250px;
}

#slideshow {
  float: left;
  width: 330px;
  padding: 0px 15px 15px 0px;
}

#ss_text {
  border-left: 0px solid #000;
  padding-left: 10px;
  text-align: center;
}

#video {
  float: left;
  height: 270px;
  width: 351px;
}

.credits {
 float:right;
 margin-top:60px;
 margin-right:5px;
}
.credits a {
 color:#135051;
}
.byline {
  color: #993300;
  font-size: 14px;
  float: left;
  padding: 20px 0px 0px 29px;
}