/******************************************************************************/
/* Generic Styles Start */
/* begin with generic styles so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, th, td, hr {
	margin: 0;
    padding: 0;
}

body {
    background: #868686 url(/Images/Background.jpg) repeat-x;
    color: #FFFFFF;
    font: 80%/1.4em Trebuchet MS; /* see http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html for px to % */
}

a {
    color: #CC0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #CC0000;
    font-size: 170%;
    line-height: 30px;
    margin-bottom: 1em;
}

h2 {
    color: #8CAB2E;
    font-size: 130%;
    line-height: 25px;
}

h2 a {
    color: #8CAB2E;
}

h3 {
    font-size: 110%;
    line-height: 20px;
}

h4 {
    font-size: 90%;
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h2, h3, p, fieldset {
    margin: 1em 0;
}

fieldset {
	background: #C9DE87;
	border: solid 2px #8CAB25;
    padding: 5px;
}

td input[type='text'] {
    border: solid 1px #000000;
	height: 20px;
	width: 300px;
}

td input[type='checkbox'], td input[type='radio'] {
	border-width: none;
	width: 20px;
}

legend {
	background-color: #FFFFFF;
	border: solid 2px #8CAB25;
	color: #000000;
	font-size: 125%;
	padding: 5px 10px;
}

blockquote, dl, ol, ul {
    margin: 1em;
}

dl dd {
    margin-left: 1em;
}

ol, ul {
    margin-left: 2em;
}

ol ol, ul ul {
    margin: 0.2em 2em;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: disc outside;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: 100%;
    font-size: inherit;
    table-layout: fixed;
}

th, td {
    padding: 0.5em;
}

th {
    font-weight: bold;
    text-align: center;
}

img {
    border-width: 0;
}

hr {
    border-top: dotted 1px #8CAB25;
    height: 0;
    margin: 0 auto;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* Layout Styles Start */
/******************************************************************************/
#page {
    background: url(/Images/PageBackground.jpg) repeat-x bottom;
    color: #000000;
}

#page2 {
    background-color: #FFFFFF;
    color: #333333;
    margin: 0 auto; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 0;
    width: 980px; /* fixed layout: width: 760px; | fluid layout width: auto; */
}

#top {
    background: url(/Images/TopBackground.jpg) repeat-x;
    color: #FFFFFF;
    height: 25px;
    padding: 5px;
}

#header .content {
    color: #939598;
    font-size: 95%;
    height: 70px;
    padding: 15px;
}

#top-links {
    float: right;
}

#top-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-links li {
    display: inline;
    margin: 0;
}

#top-links a {
    color: #939598;
    font-weight: bold;
    text-decoration: none;
}

#top-links a:hover {
    color: #CC0000;
    text-decoration: none;
}

#search {
    clear: right;
    float: right;
    margin-top: 30px;
}

#search a  {
    color: #939598;
}

#search a:hover {
    text-decoration: none;
}

#breadcrumb {
    font-size: 95%;
    padding: 5px 25px;
}

#main {
    background: #FFFFFF url(/Images/MainBackground.gif) repeat-x;            /* set the background color for the middle column here */
    padding: 15px 209px;     /* ? | left/right width */
}

#middle-wrapper { /* only needed if page has a right-column */
    float: left;
    width: 100%;
}

#middle-column {
    float: right;
    width: 100%;
}

#middle-column .content {
    padding: 0 15px;
}

#left-column {
    float: left;
    margin-left: -209px; /* -left width + left padding */
    padding-left: 9px;
    width: 200px; /* left width */
}

#right-column {
    float: right;
    width: 200px; /* right width */
    margin-right: -209px; /* -right width + right padding */
    width: 200px; /* right width */
}

#footer-top {
    background-color: #353535;
    clear: both; /* chrome needs this */
    color: #FFFFFF;
    overflow: auto;
}

#footer-top .column {
    float: left;
    width: 33%;
}

#footer-top .header {
    border-bottom: solid 1px #555555;
    font-size: 130%;
    font-weight: bold;
    margin: 5px 10px 0 10px;
    padding: 8px;
}

#footer-top .content {
    margin: 0 10px;
    padding: 5px;
}

#footer-top a {
    color: #8CAB2E;
}

#column1 .content {
    padding: 0;
}

#column1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#column1 li a {
    border-bottom: solid 1px #555555;
    color: #FFFFFF;
    display: block;
    padding: 5px;
}

#column1 li a:hover {
    background-color: #232323;
    text-decoration: none;
}

#column2 .image-border {
    padding: 0px;
    border: solid 1px #FFFFFF;
}

#column3 ul {
    list-style-type: none;
    margin: 0 20px;
    padding: 0;
}

#column3 ul li {
    background: url(/Images/Bullet.gif) no-repeat left center;
    padding-left: 18px;
}

#column3 ul.rssList {
    list-style-type: none;
    margin: 0 20px;
    padding: 0;
}

#column3 ul.rssList li {
    padding: 10px 0 10px 35px;
    background: url(/Images/RSS.gif) no-repeat left center;
}

#column3 ul.rssList li a {
    color: #FFFFFF;
}

#footer {
    background: url(/Images/FooterBackground.jpg) repeat-x;
    color: #FFFFFF;
    height: 18px;
    padding: 30px 10px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}
/******************************************************************************/
/* Layout Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.one-column-layout #left-column, body.one-column-layout #right-column {
    display: none;
}

body.one-column-layout #main {
    padding-left: 0;
    padding-right: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.two-column-layout #right-column {
    display: none;
}

body.two-column-layout #main {
    padding-right: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Component Styles Start */
/******************************************************************************/
#main .component {
    margin-bottom: 15px;
}

.component {
    color: #000000;
}

.component .header {
    color: #FFFFFF;
	font-size: 125%;
    font-weight: bold;
    height: 20px;
    padding: 8px 12px;
}

.gray-template .header {
    background: url(/Images/GrayTemplateHeader.jpg) no-repeat;
}

.green-template .header {
    background: url(/Images/GreenTemplateHeader.jpg) no-repeat;
}

.red-template .header {
    background: url(/Images/RedTemplateHeader.jpg) no-repeat;
}

.component .content {
    padding: 10px;
}
/******************************************************************************/
/* Component Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#header .component {
    margin-bottom: 0;
}

#header .menu {
    background: url(/Images/HeaderMenu.jpg) no-repeat;
    clear: both;
    height: 37px;
    margin: 5px 9px 0 9px;
    text-align: center;
}

#header .menu ul {
    list-style-type: none;
    margin: 0;
}

#header .menu ul li {
    display: inline;
}

#header .menu ul li a {
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    line-height: 37px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
}

#header .menu ul li a:hover {
    background-color: #ABCA49;
    cursor: pointer;
    text-decoration: none;
}

#header .menu ul li.active a {
    color: #FFFFFF;
}

#header .menu ul ul {
    display: none;
}
/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#main .menu {
    background: url(/Images/MenuItemDivide.gif) repeat-x top;
    margin-bottom: 15px;
}

#main .menu ul {
    list-style-type: none;
    margin: 0;
}

#main .menu li {
    width: 100%;
}

#main .menu li a {
    background: url(/Images/MenuItemDivide.gif) repeat-x bottom;
    color: #333333;
    display: block;
    padding: 4px 0;
    text-decoration: none;
    width: auto;
}

#main .menu li a:hover {
    background-color: #ABCA49;
    color: #FFFFFF;
}

#main .menu li.active > a {
    color: #8CAB2E;
    font-weight: bold;
}

#main .menu li.active > a:hover {
    color: #FFFFFF;
    cursor: text;
    text-decoration: none;
}

/* identation styles start */
#main .menu li a {
    padding-left: 5px;
}

#main .menu li li > a {
    padding-left: 15px;
}

#main .menu li li li > a {
    padding-left: 25px;
}

#main .menu li li li li > a {
    padding-left: 35px;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.active-button, .passive-button {
    background-image: url(/Images/ActiveButtonBackground.jpg);
    border: solid 1px #000000;
    color: #000000;
	font-size: 125%;
    font-weight: bold;
    padding: 3px 6px;
}

.active-button:hover, .passive-button:hover {
    text-decoration: none;
}

.article-date, .article-views {
	background-color: #8CAB25;
	color: #FFFFFF;
	font-size: 11px;
	height: 45px;
    padding-top: 6px;
	text-align: center;
    width: 45px;
}

.left .article-date, .left .article-views {
    margin: 0 10px 10px 0;
}

.right .article-date, .right .article-views {
    margin: 0 0 10px 10px;
}

.author {
    color: #999999;
    font-size: 90%;
    margin: 1em 0;
}

.bookmarks {
    margin: 1em 0;
}

.centered-list {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.centered-list li {
    display: inline;
}

.clear {
    overflow: hidden;
}

.clear2 {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
    margin: 0.6em 0;
    padding: 5px;
}

.comment p:first-child {
    margin-top: 0;
}

.comment p:last-child {
    margin-bottom: 0;
}

#comments {
    margin: 1em 0;
}

#comments-top {
    border-top: dotted 1px #000000;
    margin: 1em 0;
}

.directory-item {
    border: solid 1px #DEDEDE;
    line-height: 28px;
    margin: 1em 0;
    padding: 3px;
}

.directory-item .telephone {
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    float: right;
    font-weight: normal;
    padding-left: 35px;
}

.directory-item .header {
    background-color: #DEDEDE;
    height: 28px;
    margin-bottom: 3px;
    padding: 3px 5px;
}

.directory-item .content {
    padding: 5px;
}

.directory-item .content p:first-child {
    margin-top: 0;
}

.directory-item .content p:last-child {
    margin-bottom: 0;
}

.error {
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
}

.error ul {
    margin-left: 16px;
}

.flyout {
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.help {
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    display: none;
    height: 280px;
    padding: 5px;
    position: absolute;
    overflow: scroll;
    width: 250px;
    z-index: 2;
}

.hide {
    display: none;
}

.highlight {
    background-color: #FFFF66;
    color: #003399;
    font-weight: bold;
}

.item, .item2 {
    margin: 0.8em 0;
}

.item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

.item p:last-child, .item2 p:last-child {
    margin-bottom: 0;
}

.modal-background {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modal-popup {
    background-color: #FFFFFF;
    border: solid 1px #000000;
    padding: 10px;
    width: 500px;
}

.modal-popup .header {
    font-size: 123.1%;
    font-weight: bold;
    margin-bottom: 1em;
}

.mosaic-block {
	background: #111 url(/Images/Progress.gif) no-repeat center center;
	border: 1px solid #CCCCCC;
	float: left;
	height: 140px;
	margin: 0 15px 15px 0;
	overflow: hidden;
	position: relative;
	width: 220px;
}

.mosaic-backdrop {
	background-color: #111;
	display: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.mosaic-overlay {
	background-color: #111;
	bottom: -35px;
    color: #FFFFFF;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	height: 55px;
	opacity: 0.8;
    padding: 10px;
	position: absolute;
	width: 200px;
	z-index: 5;
}

.mosaic-overlay:hover {
    text-decoration: none;
}

.page-location {
    margin: 1em 0;
    text-align: center;
}

.page-navigation {
    margin: 1em 0;
}

.page-navigation a, .page-navigation .current {
    border: solid 1px #DDDDDD;
    line-height: 30px;
    padding: 5px 4px;
    text-decoration: none;
    vertical-align: text-top;
}

.page-navigation a:hover, .page-navigation .current {
    background-color: #EEEEEE;
}

.password-strength {
    border: solid 1px #000000;
    max-height: 18px;
    padding: 1px;
    vertical-align: middle;
    width: 200px;
}

.password-strength-average {
    background-color: Orange;
    color: Orange;
    max-height: 18px;
}

.password-strength-good {
    background-color: Green;
    color: Green;
    max-height: 18px;
}

.password-strength-text {
    background-color: White;
    margin: 2px 0 0 208px;
}

.password-strength-weak {
    background-color: Red;
    color: Red;
    max-height: 18px;
}

.pointer {
    cursor: pointer;
}

.popular-searches {
    border: solid 1px #000000;
    line-height: 30px;
    margin: 2em 100px;
    overflow: hidden;
    padding: 10px;
    word-wrap: break-word;
}

.product-image {
    border-width: 0;
    margin-right: 15px;
}

.product-price {
    font-size: 110%;
    font-weight: bold;
    line-height: 25px;
}

.product-title {
    font-size: 110%;
    font-weight: bold;
    line-height: 25px;
}

.rating {
    height: 20px;
    margin: 1em 0;
}

.rating-star {
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    height: 15px;
    margin-top: 2px;
    padding: 0;
    width: 13px;
}

.rating-star-default {
    cursor: default;
}

.rating-star-empty {
    background-image: url(/Images/EmptyStar.gif);
}

.rating-star-filled {
    background-image: url(/Images/FilledStar.gif);

}

.rating-star-saved {
    background-image: url(/Images/SavedStar.gif);
}

.response {
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
}

.tag-cloud-component {
    line-height: 1.8em;
    overflow: hidden;
    word-wrap: break-word;
}

/* Start styles used to set xx-small to xx-large font sizes of tags for small, medium and large */
.tag-cloud-component-tag1 {
    font-size: 80%;
}

.tag-cloud-component-tag2 {
    font-size: 90%;
}

.tag-cloud-component-tag3 {
    font-size: 100%;
}

.tag-cloud-component-tag4 {
    font-size: 110%;
}

.tag-cloud-component-tag5 {
    font-size: 120%;
}

.tag-cloud-component-tag6 {
    font-size: 140%;
}

.tag-cloud-component-tag7 {
    font-size: 160%;
}
/* End of tag cloud tag font sizes */

.text-box {
    border: solid 1px #809DB9;
    padding: 2px;
}

.wizard {
    width: 100%;
}

.wizard td {
    padding: 0;
}

.wizard td td {
    padding: 0.5em;
}

.word-wrap {
    overflow: hidden;
    word-wrap: break-word;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/* please duplicate all HTML tag styles to Wysiwyg.css */
/******************************************************************************/
.absmiddle {
    margin-bottom: 0.25em;
    vertical-align: middle;
}

.big-text, .bigText {
    font-size: 200%;
    line-height: 22px;
}

.blue-text, .blue-text a, .blueText, .blueText a {
    color: #0690BC;
    text-decoration: none;
}

.first {
    margin-top: 0;
}

.gray-text, .gray-text a, .grayText, .grayText a {
    color: #88887B;
    text-decoration: none;
}

.green-text, .green-text a, .greenText, .greenText a {
    color: #8CAB2E;
    text-decoration: none;
}

.image-border, .imageBorder {
    border: solid 1px #999999;
    margin: 5px;
    padding: 5px;
}

#left-column .image-border, #right-column .image-border {
    border: solid 1px #FFFFFF;
}

.last {
    margin-bottom: 0;
}

.left {
    float: left;
}

.quote {
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
    margin: 1em;
    padding: 5px;
}

.red-text, .red-text a, .redText, .redText a {
    color: #CC0000;
    text-decoration: none;
}

.right {
    float: right;
}

.small-text, .smallText {
    font-size: 90%;
}

.grid, .tableGrid {
    margin: 1em 0;
    width: 100%;
}

.grid th, .grid td, .tableGrid th, .tableGrid td {
    border: solid 1px #E1E1E1;
}

.grid th, .tableGrid th {
    background-color: #353535;
    color: #FFFFFF;
}

.grid th a, .tableGrid th a {
    color: #FFFFFF;
}

.grid th.none, .tableGrid th.none {
    background: none;
    border-width: 0;
    font-weight: normal;
}

.grid td, .tableGrid td {
    background-color: #D9E7A9;
}

.grid td td, .grid th th, .tableGrid td td, .tableGrid th th {
    border-width: 0;
}

.grid tr:hover, .tableGrid tr:hover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/
