/* IE */
body {
  margin:0px;
  padding:0px;
  text-align: center;
  background-color:#FFD2E3;
}

/* FireFox */
body {
  text-align: -moz-center;
}

table, td, div, span, ul {
  padding:0px;
  margin:0px;
}

img {
  border:0px;
}

#table_main {
  width: 980px;
  font: 12px Arial, Helvetica, sans-serif;
  background-color:#FFF;
}

#header {
  vertical-align: top;
  text-align: left;
  width: 980px;
  height: 155px;
  background: url(/images/header.jpg) no-repeat 0 0;
}

#header h1 {
  margin-top: 0px;
  width: 500px;
  height: 140px;
  text-indent: -9999px;
}
  

#header table {
  margin-left: 565px;
  margin-top: -135px;
}

.searchbox {
  border:1px solid #1E95C7;
  color: #CCCCCC;
}

#container {
  position: relative;
  width: 980px;
}


/* IE */
#left_panel {
  width: 190px;
  text-align: center;
  vertical-align: top;
}

/* FireFox */
#left_panel {
  text-align: -moz-center;
}

#content {
  vertical-align: top;
  width: 628px;
  padding: 8px 7px 5px 7px;
  color: #1E95C7;
}

#content a {  color: #1E95C7; font-weight:bold; text-decoration: none; }

#right_panel {
  width: 150px;
  padding-top: 20px;
  vertical-align: top;
  text-align:center;
}

#right_panel {
  text-align: -moz-center;
}

#footer {
  border-top: 4px solid #1E95C7;
  background-color: #DB1460;
  font-size: 11px;
  width: 980px;
  color: #FFF;
  height: 25px;
  text-align: center;
}

#footer a {
  color: #FFF;
}

#content h1 {
  font: normal 18px Verdana, Arial;
  color: #FFF;
  height: 29px;
  width: 628px;
  text-align:left;
  vertical-align: middle;
  background: url(/images/pink_bar.gif) no-repeat 0 0;
}

#content p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align:justify;
  color: #1E95C7;
  line-height: 1.3em;
}

#main_page_top {
  width: 628px;
  height: 250px;
  position: relative;
  text-align: left;
}

#main_vid {
  width: 310px;
}

#site_intro {
  position:absolute;
  width: 270px;
  margin-left: 5px;
  vertical-align: text-top;
}

.copyright {
  font-size: 11px;
  background-color:#CBD7D9;
}

.main_header {
  font-size: 14px;
  font-weight:bold;
}

.sub_header {
  font-size:14px;
  font-weight:bold;
}

.thumb_header {
  font-family: sans-serif;
  font-size:18px;
  font-weight:bold;
  color: #000;
  text-decoration:underline;
}

#sendtofriend {
  margin-top: 5px;
  margin-left: 10px;
  padding-bottom: 20px;
  text-align: left;
}

#videos {
  text-align: center;
}

#videos {
  text-align: -moz-center;
}

#main_vids {
  width: 610px;
  clear: both;
}

#main_vids td {
  text-align: left;
  padding: 6px 6px 6px 6px;
  background: url(/images/green_grad_strip.gif) repeat-x;
}

#page_list {
  margin-top: 15px;
}

#page_list a {
  color: #1E95C7;
  font-variant: small-caps;
  text-decoration: underline;
  font-size: 12px;
  padding-right: 2px;
}

#vid_text a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#vid_text {
  padding-top: 6px;
  vertical-align: top;
  font-size: 11px;
}

#video_sub {
  float: left;
}

#evokes {
  clear: both;
  border-top: 2px solid #D5E7A0;
  border-bottom: 2px solid #D5E7A0;
  padding-top: 10px;
  margin-bottom: 10px;
}

#videos_bg {
  background: url(/images/videos_bar.gif) no-repeat 0 0;
  height: 45px;
}


/* Navigation CSS */
#menu {
  width: 182px; /* set width of menu */
  text-align: left;
} 

#menu ul { /* remove bullets and list indents */
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu ul ul {
  z-index: 100;
}

/* style, color and size links and headings to suit */
#menu ul li a {
  font: 12px arial, helvetica, sans-serif;
  display: block;
  background: url(/images/nav_tab.jpg) no-repeat 0 0;
  padding: 5px 0px 5px 7px;
  margin: 0;
  color: #FFF;
  text-decoration: none;
}

#menu a:hover {
  color: #FFF;
  font-weight: bold;
}

#menu li {
  /* make the list elements a containing block for the nested lists */
  position: relative;
} 

#menu ul ul ul{
  position: absolute;
  top: 0;
  left: 100%; /* to position them to the right of their containing block */
  width: 100%; /* width is based on the containing block */
}



#menu ul ul ul,
#menu ul li:hover ul ul {
  display: none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul {
  display: block;
}

#menu ul ul a,
#menu ul li:hover ul ul a{
  background-color:#FFF;
  color: #5A3F2A;
}

#menu ul li:hover ul ul li a {
  font-size:10px;
}

#menu ul ul li a{
  font-weight:normal;
  font-size: 11px;
}

#menu ul ul li:hover a,
#menu ul ul ul li:hover a {
  background-color: #FFF;
}

.newsletter { 
  background-color:#FFF;
  text-align: left;
  margin-bottom: 10px;
}

.nl {
  padding-bottom: 5px;
  background: url(/images/nl_tab.jpg) no-repeat 0 0;
  color: #FFF;
}

#nl_email {
  background: url(/images/nl_email.jpg) no-repeat 0 0;
  height: 31px;
  width: 182px;
}

#nl_email table td {
  padding:4px;
}

#nav_hdr {
  background-color: #FFF;
  height: 49px;
  margin: 0px;
}

#art_disc {
  position: relative;
  width: 628px;
  text-align: left;
}

#art_disc ul {
  list-style: none;
}

#related_articles {
  width: 370px;
  float: left;
  padding-bottom: 20px;
}

#related_articles li {
  margin-left: 15px;
}

#related_articles a {
  color: #1E95C7;
}


/* RELATED DISCUSSION TOPICS */
#related_threads {
  width: 245px;
  float: right;
  padding-bottom: 20px;
}

#related_threads li {
  margin-left: 15px;
}

#related_threads a {
  color: #1E95C7;
}

#frm_register {
  border: 1px solid #CCC;
  width: 100%;
}

