/* Common */
body,table,input,select,textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color: #333;  
  background: #002040 url('../images/i-body.gif') repeat-x;
}

h1 {
  margin: 0 -9px 1em -9px;
  color: #002060;
  font: bold 1.25em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  background: #e6f7ff url('../images/i-h1.gif') repeat-x;
  display: block;
  padding: 15px 10px;
  border-bottom: #729bc9 solid 1px;  
}

h1 a{
  color: #002060;
  text-decoration: none;
}

h2 {
  margin: 1em 0;
  color: #40a0c0;
  font: bold 1.125em 'Trebuchet MS', Arial, sans-serif;
  border-bottom: #b3d9e6 solid 1px;
}

h3 {
  font-size: 1em;
}

h4 {
  font: bold 0.875em 'Trebuchet MS', Arial, sans-serif;
  margin: 0 0 10px 0;
}

p { 
  margin: 1em 0;
  font-size: 0.75em; 
}

#content .textarea p {
  margin: 1em 10px;
}

#content ul, #content ol {
  margin: 1em 1.75em;
  font-size: 0.75em;
}

#content li {
  margin: 0 0 0.5em 0;
}

#content p a {
  color: #002040;
  text-decoration: underline;
}

#content p a:hover {
  color: #ffc425;  
}

dl.col {
  font-size: 0.75em;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clear-left:after {
  content: ".";
  min-height: 1px;
  display: block;
  clear: left;
  visibility: hidden;
}

.clr {
  clear: both;
}

.clr-left {
  clear: left;
}

.right {
  float: right;
}

.left {
  float: left;
}
  
  /* Images */
  
  #content .textarea img {
    border: #004878 solid 1px;
  }

  img.right {    
    margin: 0 10px 20px 20px;
  }

  img.left {
    margin: 0 20px 20px 10px;
  }

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */

#constrain {
  width: 960px;
  margin: 0 auto;
  background: transparent url('../images/i-header.gif') no-repeat;
  padding: 40px 60px 0 60px;
  position: relative;
}

#wrapper {
  background: transparent url('../images/i-content.gif') repeat-y;
}

#wrapper-t {
  background: transparent url('../images/i-wrapper-t.gif') no-repeat;
  padding: 4px 0 0 0;
}

#column-left {
  position: absolute;
  top: 44px;
  left: 64px;
  z-index: 20;
}

#column-left img {
  display: block;  
  margin: 0 0 0 20px;
}

#quick-finder {
  width: 196px;
  background-color: #004878;
  padding: 10px 20px;
  border-top: #fff solid 1px;
} 

#quick-finder h4 {
  color: #fff;
  text-transform: uppercase;
  display: block;
}

  /* Navigation */
  
    /* Main Nav */
    
    #main-nav {
      border-bottom: #a6cce6 solid 1px;
    }
    
    #main-nav li {
      list-style: none;
    }
    #main-nav li.member {
      border-bottom: 2px solid #FFC529;
      background-color: #004878;
      line-height: 0px;
      padding: 0px;
      margin: 0px;
    }
  
    #main-nav a {
      text-decoration: none;
      color: #fff;
      font: bold 0.875em 'Trebuchet MS', Arial, sans-serif;
      text-transform: uppercase;
      background: #79b3d9 url('../images/i-main-nav.gif') no-repeat;
      line-height: 40px;
      display: block;
      width: 196px;
      padding: 0 20px;
    }
    
    #main-nav a:hover {
      background-position: bottom left;
    }
    
    #main-nav a.current {
      background-position: bottom left;
    }
    
      /* Sub Nav */
      
      #main-nav ul.sub-nav {
        background: transparent url('../images/i-subnav-wrapper.gif') repeat-y;
        padding: 0 0 4px 0;
      }
      
      #main-nav ul.sub-nav li {
        background: transparent url('../images/i-subnav.gif') repeat-y;
        padding: 3px 0;
      }
      
      #main-nav ul.sub-nav a {
        background: none;
        color: #004878;
        text-transform: none;
        font: normal 0.75em Arial, Helvetica, sans-serif;       
        line-height: 1.25em;
      }
      
      #main-nav ul.sub-nav a:hover {
        background: transparent url('../images/i-subnav-hover.gif') no-repeat left 3px;
      }
  
/* Sub-sub Nav */
#main-nav ul.sub-nav li ul {
	padding: 0 0 0 20px;
	background-image:none;
	font-size:14px;
	}
#main-nav ul.sub-nav li ul li {
	background:transparent;
	}
#main-nav ul.sub-nav li ul li a {
	color:#195a85;
	background: transparent url('../images/g-subnav.gif') no-repeat 0 5px;
	padding-left: 10px;
	width:auto;
	}
#main-nav ul.sub-nav li ul li a:hover {
	color:#004878;
	background: transparent url('../images/g-subnav-o.gif') no-repeat 0 5px;
	}
#main-nav ul.sub-nav a.active {
  font-weight: bold;
}
	
    /* Footer Nav */
  
    #footer li {
      list-style: none;
      display: inline;
    }
  
    #footer li a {
      text-decoration: none;
      color: #fff;
      font: normal 0.875em 'Trebuchet MS', Arial, sans-serif;
      text-transform: uppercase;
    }
    
    #nav-bottom li a {
      color: #ffc425;      
      padding: 0 8px 0 11px;
    }
    
    #nav-bottom li:after {
      content: "/";
      color: #ffc425;
    }
        
    #nav-bottom li a:hover {
      color: #fff;
      text-decoration: underline;
    }
    
    #footer .nav-credits li a {
      padding: 0 8px 0 4px;
    }
    
    #footer .nav-credits li:after {
      content: "/";
      color: #fff;
    }
   
    #footer .nav-credits li a:hover {
      color: #ffc425;
      text-decoration: underline;
    }
    
    #footer li.last:after, #nav-bottom li.last:after {
      content: none;
    }
    
  /* Footer */
  
  #footer {
    background: transparent url('../images/i-footer.png') no-repeat;
    margin: 0 auto;
    width: 960px;
    padding: 44px 0 0 0;
    text-align: center;    
    color: #fff;
  }
  
  /* Author */
  
  #author {
    margin: 20px 0;
  }  
  
  #author a {
    text-decoration: none;
    color: #2080c0;
    font-size: 0.75em;
  }
  
  #author a:hover {
    text-decoration: underline;
    color: #ffc425;
  }
  
/* Content */

  #content {
    background: transparent url('../images/i-shadow.png') repeat-y;
    margin: 0 0 0 226px;
    padding: 0 0 24px 14px;
    min-height: 1100px;
  }
  
  #content .textarea {
    padding: 0 10px 20px 10px;
    margin: 0 240px 0 0;
  }
  
  #content .column-right {
    width: 236px;
    float: right;
    margin: 0 4px 0 0;
  }

  /* Buttons */

  #content a.button-upload,
  #content a.button {
    /* background: transparent url('../images/g-button-l.png') no-repeat;
    padding: 0 0 0 30px; */
    background: transparent url('../images/g-button-r.gif') repeat-x;
    color:#002060;
    display: block;
    float: right;    
    font: bold 0.875em 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 24px;
    text-decoration: none;    
    cursor: pointer;
	margin: 0 8px;
	padding: 0 8px;
  }

  #content a:hover.button-upload,-upload
  #content a:hover.button {
    background-position: bottom left;
    color: #fff;
  }

  #content a:hover.button-upload span,
  #content a:hover.button span {
    background-position: bottom right;
  }  
  
  #content a.button span:after, #content a.button-small span:after {
    content: " >";    
  }
  #content a.button-upload span:before, #content a.button-small-upload span:before {
    content: "+ ";    
  }
  
  #content a.button-small {
    background: transparent url('../images/g-button-small-l.png') no-repeat;
    color:#002060;
    display: block;
    float: right;    
    font: bold 0.75em 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 16px;
    padding: 0 0 0 10px;
    text-decoration: none;    
  }

  #content a.button-small span {
    background: transparent url('../images/g-button-small-r.gif') repeat-x;
    display: block;
    line-height: 16px;
    padding: 0 10px 0 6px;
  }

  #content a:hover.button-small {
    background-position: bottom left;
    color: #fff;
  }

  #content a:hover.button-small span {
    background-position: bottom right;
  }  
  
  a.fixed-button {    
    width: 101px;
    text-transform: uppercase;
    color:#002060;
    float: right;    
    font: bold 0.875em 'Trebuchet MS', Arial, sans-serif;
    background: transparent url('../images/g-button-submit.png') no-repeat;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
  }
  
  a.fixed-button:hover {
    background-position: bottom left; 
    color: #fff;
  }

#content .hero {
  width: 478px;
}

#content .hero img {
  display: block;
}

#content .hero .caption {
  background-color: #004878;
  display: block;
  line-height: 20px;
  font-size: 0.675em;
  color: #729bc9;
  text-transform: uppercase;
  width: 458px;
  padding: 0 10px;
  margin: 0 1px;
  text-align: right;
}

#content .tagline {
  background: #004878 url('../images/i-tagline.gif') repeat-x;
  min-height: 18px;
  width: 458px;
  padding: 15px 10px;
  font: normal 1.25em 'Trebuchet MS', Arial, sans-serif;
  color: #fff;
  margin: 0 1px;
  text-align: center;
}

  /* Feature */
  
  .feature {
    display: block;
    width: 458px;
    height: 130px;
    padding: 230px 0 0 0;
  }
  
  .feature-text {
    background: transparent url('../images/g-feature-textarea.png');
    padding: 10px;
    font: normal 1.25em 'Trebuchet MS', Arial, sans-serif;
    color: #fff;
    border-bottom: #6691ae solid 1px;
  }
    
  /* Column Right */
  
  .column-right h4 {
    color: #fff;
    text-transform: uppercase;
    background: #79b3d9 url('../images/i-columnside-title.gif') no-repeat;
    display: block;
    line-height: 40px;
    text-align: right;
    padding: 0 20px 0 0;
  }
  
  .column-right div {
    border-bottom: #004878 solid 1px;
  }
    
  .column-right div.members-login {
    padding: 30px 20px;
    height: 121px;
    border-bottom: 1px solid #fff;
  }
  
  .members-login h4 {
    background: none;
    text-align: left;
    line-height: 1.125em;
    margin: 0 0 10px 0;
  }
  .members-login p {
    background: none;
    text-align: left;
    line-height: 1.125em;
    color: #FFF;  
    margin-top: -5px;
    font: bold 1.125em 'Trebuchet MS', Arial, sans-serif;
  }

  .sidebar-checkout {
    background: transparent url('../images/g-bg-cart-checkout.png') no-repeat;
    width: 236px;
    height: 51px;
    display: block;
    position: relative;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    border-bottom-color: #255E9E !important;
  }
  .sidebar-checkout .submit-button {
    position: absolute;
    right: 4px;
    top: 17px;
  }
  .sidebar-checkout .sidebar-count {
    position: absolute;
    right: 114px;
    top: 4px;
    height: 50px;
    width: 100px;
    border-bottom: none;
    color: #FFF;
    text-align: right;
    line-height: 1.4em;
  }

  .sponsors {
    background: #fff url('../images/i-shadow-r.gif') repeat-y;
  }
  
  .sponsors div {
    border: 0;
  }
  
  .sponsors .sponsor-img {
    width: 176px;
    margin: 0 auto;
    padding: 5px 0 10px 0;
  }
  
  .sponsors .sponsor-img img {
    display: block;
  }
  
  .sponsors .sponsor-img .sponsor-img-inner {
    position: relative;
  }
  
  .side-feature {
    display: block;
    height: 63px;
    padding: 69px 0 0 0;
    margin: 5px 0;
  }
  
  .side-feature-text {
    display: block;
    background: transparent url('../images/g-feature-textarea.png');
    padding: 5px 20px;
    font: normal 0.875em 'Trebuchet MS', Arial, sans-serif;
    color: #fff;
    border-bottom: #6691ae solid 1px;
    text-align:right;
  }
    
  .contact {
    background: #fff url('../images/i-shadow-r.gif') repeat-y;
    text-align: right;
  }
  
  .contact .contact-inner {
    padding: 0 20px 5px 20px;
    display: block;
    background: transparent url('../images/i-contact-fish.gif') no-repeat;
  }
  
  .column-right .contact-inner h4 {
    background: none;
  }
  
  #content .contact p {
    margin: 0;
    color: #004878;
  }
  
  #content .contact a {
    text-decoration: none;
    color: #004878;
  }
  
  #content .contact a:hover {
    text-decoration: underline;
  }
  
  /* Breadcrumb */
  
  #content .breadcrumb {
    background-color: #e0f0f7;
    margin: 0 -9px;
    text-align: right;
    padding: 0 10px;
  }
  
  #content .breadcrumb ul {
    margin: 0;
  }
  
  .breadcrumb li {
    display: inline;
    list-style: none;
    margin: 0;
  }
  
  .breadcrumb a {
    text-decoration: none;
    color: #0060a0;
  }
  
  .breadcrumb a:hover {
    color: #002040;
    text-decoration: underline;
  }
  
  .breadcrumb li.current {
    color: #002040;
  }

  /* Content Images and Image Strips */
  
  #content .textarea .caption img {
    display: block;
  }
  
  #content .textarea .photo img {
    margin: 0px;
  }
  
  #content .textarea .caption {
    background-color: #004878;
    width: 146px;
    color: #fff;
    text-align: center;
    font-size: 0.675em;
    color: #729bc9;
    text-transform: uppercase;
    padding: 0 0 2px 0;
    margin: 0 10px 20px 20px;
  }
  
  #content .textarea .photo {
    background-color: #004878;
    width: 146px;
    color: #fff;
    text-align: center;
    font-size: 0.675em;
    color: #729bc9;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    margin: 0 10px 20px 20px;
  }
  #content .textarea .photo.nonclickable a {
    cursor: default;
  }
  #content .textarea .photo a{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    display: block;
  }

  #content .textarea .caption a,#content .textarea .caption span {
    color: #fff;
    text-align: center;
    color: #729bc9;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  #content .textarea .image-strip {
    margin: 20px 0;
  }
  
  #content .textarea .image-strip .caption {
    float: left;
    margin: 0 2px;
  }
  #content .textarea .photo.noborder img {
    border: none !important;
  }

 /* Donate Link */
 
 #donate {
   background: #fff url('../images/i-shadow-l.gif') repeat-y;
   padding: 10px 0;
   margin: 20px 0;
   width: 236px;
   display: block;
 }
 
 #donate a.fixed-button {
   margin: 5px 10px 0 0;  
 }
 
 #donate img {
   margin: 0;
 }
 
 /* Quote Highlight Paragraph */
 
 #content p.quote {
   background: #fff url('../images/i-quote.gif') repeat-x;
   padding: 20px;
   font-size: 0.875em;
   border-bottom: #cae0f0 solid 1px;
 }
 
#content blockquote {
  margin: 0 -9px 1em -9px;
  color: #002060;
  font: bold 1em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  background: #e6f7ff url('../images/i-h1.gif') repeat-x;
  display: block;
  padding: 15px 10px;
  border-bottom: #729bc9 solid 1px;
}
 
 /*
 #content blockquote {
   background: #fff url('../images/i-quote.gif') repeat-x;
   padding: 20px;
   border-bottom: #cae0f0 solid 1px;
 }
 */
 

 
/* Pop up box */
#popup {
	position:absolute;
	width:365px;
	height:303px;
	left: 50%;
	top: 300px;
	margin-left: -292px;
	background: transparent url('../images/i-popup-bg.png') no-repeat;
	padding: 95px 110px 0 110px;
	z-index: 1000;
}
#popup a.pop-close {
	text-indent: -10000px;
	background: transparent url('../images/g-popup-close.gif') no-repeat;
	width:45px;
	height:10px;
	display:block;
	margin: 0 0 0 320px;
	}
#popup h2 {
	border-bottom: 0;
	color:#004878;
	margin-bottom: 5px;
	}
#popup p {
	color:#4f4f4f;
	line-height: 2em;
	font-family: 'trebuchet ms', sans-serif;
	margin: 0;
	}
#popup ul {
	list-style-type:none;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 0.75em;
	margin: 0 17px;
	}
#popup ul li {
	float:left;
	margin: 3px 6px;
	}
#popup ul li a {
	display:block;
	width:120px;
	height:32px;
	line-height:33px;
	color:#004878;
	text-decoration:none;
	padding-left: 30px;
	padding-top: 1px;
	}
#popup ul li a:hover {
	color:#2096e5;
	}
#popup ul li a.pop-tv { background: transparent url('../images/g-popup-button-tv.gif') no-repeat; }
#popup ul li a.pop-wom { background: transparent url('../images/g-popup-button-wom.gif') no-repeat; }
#popup ul li a.pop-search { background: transparent url('../images/g-popup-button-search.gif') no-repeat; }
#popup ul li a.pop-news { background: transparent url('../images/g-popup-button-news.gif') no-repeat; }
#popup ul li a.pop-other { background: transparent url('../images/g-popup-button-other.gif') no-repeat; width:71px; margin-left: 110px;}

.map-popup-wrapper {
  position: relative;
  z-index: 80;
}
#map-popup {
  position:absolute;
  width:800px;
  height:500px;
  left: -170px;
  top: 0px;
  margin-left: 0px;
  padding: 23px 10px 0px 17px;
  z-index: 99;
  background: transparent url('../images/g-map-bg.png') no-repeat;
}
#map-popup a.pop-close {
  text-indent: -10000px;
  background: transparent url('../images/g-popup-close.gif') no-repeat;
  width:45px;
  height:10px;
  display:block;
  margin: 0 0 10px 727px;
}

.content-popup-wrapper {
  position: relative;
  z-index: 80;
}
#content-popup {
  position:absolute;
  width:433px;
  height:335px;
  left: -170px;
  top: 0px;
  margin-left: 0px;
  padding: 26px 0px 0px 0px;
  z-index: 99;
  background: transparent url('../images/i-popup-mid.png') no-repeat;
}
#content-popup #content-popup-carousel{
  margin: 0px 70px 0px 30px;
  height: 240px;
  z-index: 99;
}
#content-popup .content-popup-inner{
  float: left;
  margin: 0px 0px 0px 0px;
  padding-right: 40px;
  width: 370px;
  height: 240px;
  z-index: 150;
}
#content-popup a.pop-close {
  text-indent: -10000px;
  background: transparent url('../images/g-popup-close.gif') no-repeat;
  width:45px;
  height:10px;
  display:block;
  margin: 0 0 10px 330px;
}
#content-popup h2 {
	border-bottom: 0;
	color:#004878;
	margin-bottom: 5px;
	}
#content-popup p {
  color:#4f4f4f;
  line-height: 2em;
  font-family: 'Trebuchet MS', sans-serif;
  margin: 0px;
  padding: 0px;
  }
#content-popup .download-wrapper .d-form-item {
  width: 185px;
  float: left;
  }
#content-popup .download-wrapper {
  margin-top: -10px;
}
#content-popup .download-wrapper .d-form-item h3 {
  font-family: 'Trebuchet MS', sans-serif;
	display:block;
	width:120px;
  height:16px;
	line-height: 20px;
	color:#004878;
	font-size: 0.8em;
	text-decoration:none;
	padding: 8px 0px 7px 2px;
  }
#content-popup .download-wrapper .d-form-item input {
  width: 175px;
  border: 1px solid #CFCFCF;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  }
#content-popup .submit-button {
  margin-right: 70px;
}
#content-popup .thanks-form-wrapper {
  text-align: center;
  line-height: 1.4em;
}
#content-popup .download-button {
  margin-top: 50px;
  text-align: center;
}
#content-popup .download-button a {
  background: transparent url('../images/g-popup-button-download.gif') no-repeat;
	display:block;
	line-height:16px;
  width: 150px;
  height: 24px;
  padding-top: 10px;
	color:#004878;
	text-decoration:none;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 0.75em;
	margin: 0px auto;
}
#content-popup .download-button a:hover {
	color:#2096e5;
}

#content .textarea .photo.singlephoto {
  margin: 0px 3px 3px 1px;
  padding: 0px;
  float: left;
} 
#content .textarea .photo.singlephoto a{
  margin: 0px;
  padding: 0px;
} 

body input.submit-button:hover {
  color: #FFF;
}


/* styles for rss/news pages*/

#individual_feeds,
#aggregated_feeds{
	width: 456px;
}
#individual_feeds table td div.lh {
	width: 360px;
}

#individual_feeds h3,
#aggregated_feeds h3{
  margin-top: 10px; 
  padding: 8px; 
  font-weight: normal; 
  font-size: 0.8em;
}
#individual_feeds h3 {
	font-size: 0.85em;
	padding-bottom: 8px; 
	margin: 0px 0px !important;
}
#individual_feeds h2 {
	margin: 0px 0px !important;
}
#individual_feeds img,
#aggregated_feeds img{
  border: none !important;
}
#individual_feeds table td img,
#aggregated_feeds table td img{
  border: 1px solid #7999C8 !important;
}
#content #individual_feeds a,
#content #aggregated_feeds a {
  color: #004878;
	padding-right: 5px;
	text-decoration: none;
}
#content #aggregated_feeds a:hover {
  color: #ffc425;  
}
#aggregated_feeds h3 div{
  margin-top: 4px; 
  font-size: 12px; 
  font-weight: normal; 
  font-style: italic;
}
#aggregated_feeds h3 div a{
  color: #AAA !important;
}
#aggregated_feeds h3 div a:hover{
  color: #777 !important;
}
.even {
  border-left: 4px solid #FFF;
  background-color: #F9FAFC;
}
.odd {
  border-left: 4px solid #FFF;
  background-color: #F3F5F7;
}
h3.even:hover,
h3.odd:hover {
  border-left: 4px solid #ABCBE5;
}

a.news-source:hover {
  text-decoration: underline;
}
#google_news table td{
	padding: 25px 0px 0px 0px;	
}
#google_news table td.j{
	margin: 0px;
	padding: 0px;
}
#google_news table td.j div{
	display: none;
	margin: 0px;
	padding: 0px;
}
#google_news table td.j div.lh{
	display: block;
}

p.attention {
  color: #F66 !important;
  font-weight: bold !important;
}
div#announcement {
  padding: 5px 10px 0px 10px;
  margin-bottom: 0px;
}
div#announcement p{
  padding: 10px 20px;
  margin-bottom: 0px;
  border: 1px solid #BAD7E4;
  background-color: #B2CBE3;
  color: #444 !important;
}

#member-forum-login-details{
  border-bottom: none;	
}


