/* Screen Stylesheet */

body {background: #532587; font-family: "Lucida Sans",Arial,sans-serif; font-size: 11.5px; color: #333; line-height: 160%;}

body.popup {color: #FFF;}

#container {background: url(/img/skin/body_bg.jpg) top center no-repeat;}

a {color: #333; text-decoration: none; font-size: 14px;}
a:hover {color: #D15914;}
li.selected a {color: #D15914;}


/* MASTER.html */
#header .wrapper { height: 128px; }
#header .wrapper .headerback { background: url(/img/skin/header_bg.png) no-repeat; width: 100%; height: 100%; float: left; }
#header .logo a { position: absolute; width: 334px; height: 40px; background: url(/img/logo.png) top left no-repeat; text-indent: -9999px;}
#header .strapline {color: #7F97CF; font-size: 14px; text-align: center; line-height: 70px; }
#header .searchsite label { font-size: 14px; color: #7F97CF;}
#header .searchsite .input .text {border: 1px solid #7F97CF;}

#sidebar {background: url(/img/skin/menu_bg.jpg) top left no-repeat;}
#prinav {text-align: right; margin-top: 10px; padding-right: 10px;}
#prinav li {margin: 3px 0;}
#prinav li a {color:#563292}
#prinav li a:hover{text-decoration:underline;}
form.newsletter {margin-top: 20px;}
form.newsletter legend {font-size: 20px; color: #333;}
form.newsletter .intro {color: #333; margin-top: 10px;}
form.newsletter li {margin: 10px 0;}
form.newsletter label {color: #999999;}
input.text {border: 1px solid #999; padding: 2px;}

#footer a {font-size: 11.5px; text-decoration: underline; color: #999;}
#footer p.orca {margin: 0px; padding: 10px 0;}

/* GENERAL DOCUMENT STYLE */

#content h2 {font-size: 18px; color: #5632a8; font-weight: normal; margin-bottom: 20px;}
#content h3 {font-size: 14px; color: #5632a8; font-weight: normal;
margin-bottom: 10px;}
#content .headline {font-weight: bold; font-size: 12px;}
#content p {margin: 10px 0; font-size: 11.5px;}
#content .visual {float: right; margin-right: 0px; padding-left: 10px;}
#content .visual img { 
   max-width: 330px; /* this sets the max-width value for all standards-compliant browsers */
   max-height: 500px; /* sets max-height value for all standards-compliant browsers */
}

ul.paging {float: right; margin-right: 30px;}
ul.paging li {float: left; display: inline; margin: 5px 10px; color: #7F97CF; font-weight: bold;}
ul.paging li a {font-weight: normal;}


/* HOME-PAGE.html */

.home #flash-panel {float: left;width:510px;}
.home #flash-panel-file { width: 510px; height: 295px; }
.home #flash-panel .overlay {display: none;}

.home #promo-promo_panel {float:right;position: relative; margin: 0px 10px; width: 248px; height: 295px;}
.home #promo-promo_panel .title {margin-bottom: 10px;}
.home #promo-promo_panel .image {position: absolute; bottom: 0px; right: 0px;width:100%;text-align:center;}
.home #promo-promo_panel .image_overlay {position: absolute; height: 49px; width: 248px; bottom: 3px; background: url(/img/skin/image-overlay.png) bottom left repeat-x;}
.home #promo-promo_panel .content {position: absolute; width: 100%; background: #FFF; top: 30px; -khtml-opacity:.60; -moz-opacity:.60; -ms-filter:"alpha(opacity=60)"; filter:alpha(opacity=60); opacity:.60; padding: 10px;}
.home #promo-promo_panel .content p {color: #000;}

.home .featured-list {border-top: 1px dotted #B5B5B5;}
.home .featured-list .listing{float:left;width:100%;}
.home .featured-list .product {float:left;position: relative; width: 240px;}
.home .featured-list .product.even {margin-right: 10px; margin-left: 10px;}
.home .featured-list .product.odd {margin-left: 10px;}
.home .featured-list .thumbnail {float:right;margin-top:20px;}
.home .featured-list h2 {border: none;}
.home .featured-list h2 a {font-size: 16px; text-transform: uppercase; color: #3A3A3A;}
.home .featured-list .summary {position: absolute; top: 60px; width: 140px; color: #333; padding: 5px; }
.home .featured-list .more a { position: absolute; top: 270px; right: 0px; margin-top: 15px; font-size: 11.5px; font-style: italic; color: #666; font-weight: normal; }

.home .news-item {width: 248px; margin: 0 10px; float: right;border-top: 1px dotted #B5B5B5;}
.home .news-item .title {font-size: 16px; color: #3A3A3A; margin-top: 10px; margin-bottom: 20px; text-transform: uppercase;}
.home .news-item .listing h2 a {color: #333; font-size: 12px; font-weight: bold;}
.home .news-item .listing .date {font-style: italic; color: #333; margin: 5px 0;}
.home .news-item .listing .summary {color: #333;}
.home .news-item .listing .more a {float: right; margin-top: 15px; font-size: 11.5px; font-style: italic; color: #666;}

.talley_group_logo {float:left; width:157px; height:110px; background:url(/img/skin/Talley_logo.jpg); margin-top:10px;}

/* FAQ.html */

.faqs dt { background: url(/img/skin/faq_bg.jpg) top left no-repeat; height: 41px; width: 100%; margin: 0px; line-height: 40px; text-indent: 60px;}
.faqs dt.selected a {color: #D15914;}
.faqs dd {margin-left: 60px;}


/* NEWS-LIST.html */

.news-archive .listing { clear: right; float: left; width: 100%; }
.news-archive .article { margin: 5px 0; float: left; width: 75%; }
.news-archive .thumbnail { float: left; margin-right: 10px; }
.news-archive .thumbnail img { 
   width: expression( document.body.clientWidth > 119 ? "120px" : "auto" ); /* sets max-width for IE */
   max-width: 120px; /* this sets the max-width value for all standards-compliant browsers */
   height: expression( this.scrollHeight > 119 ? "120px" : "auto" ); /* sets max-height for IE */
   max-height: 120px; /* sets max-height value for all standards-compliant browsers */
}
.news-archive h2 a {}
.news-archive .listing {background:url(/img/skin/newspapers.jpg) repeat-y right;}

/* COMPOSITE-SECTION.html */

.composite-section {}
.composite-section .listing .article { background: url(/img/skin/news_bg.jpg) left bottom no-repeat; height: 110px; padding-top: 15px; margin-bottom: 15px;}
.composite-section .article .thumbnail { float: left; margin-right: 10px;}
.composite-section .article .thumbnail a { float: left; width: 80px; height: 80px; background: url(/img/buttons/btn_download.png) top left no-repeat; text-indent: -9999px; text-align: center;}
.composite-section .page-summary { font-weight: bold; }


/* FORM.html */

.contact dt { color: #333; font-size: 12px;}
.contact-form legend, .contact-form label {font-size: 12px; color: #333;}
.contact-form ul.submit {text-align: left;}


/* SEARCH-RESULTS.html */

.search-results .more a { font-size: 11.5px; }


/* SITEMAP.html */

.sitemap ul {margin-left: 20px;}
.sitemap ul ul {margin-left: 40px;}
.sitemap ul ul ul {margin-left: 60px;}
.sitemap ul li {margin: 5px 0;}


/* TERMS OF USE */

.page-terms_of_use .document .body { height: 500px; overflow: scroll; border: 1px solid #CCC; padding: 5px;}


/* Privacy Policy */

.page-privacy_policy .document .body {height: 500px; overflow: scroll; border: 1px solid #CCC; padding: 5px;}

.article.news {height: 560px; _height: 500px; overflow: auto; padding: 5px;}

/* Search Results */
.search-results .article { padding: 5px 0; border-top: 1px dotted #7F97CF }
#content .search-results .article h2 { font-size: 14px; margin-bottom: 10px; }
#content .search-results .article .more { margin: 5px 0; }

/* Send to friend */
#sendtofriend { background: #5D3097; }
#sendtofriend legend { color: #FFF; font-weight: bold; font-size: 14px; }
#sendtofriend label { font-weight: normal; }
#sendtofriend h2 { font-size: 18px; }
