/******************************************************************************/
/* 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-color: #177712;
    color: #FFFFFF;
    font: 77%/1.4em Verdana; /* see http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html for px to % */
}

a {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    margin-bottom: 1em;
    font-size: 153.9%;
    color: #177712;
}

h2 {
    font-size: 123.1%;
    color: #543C9C;
}

h3 {
    font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h2, h3, p, fieldset {
    margin: 1em 0;
}

fieldset {
    padding: 5px;
}

legend {
    padding: 0 5px 4px;
    font-weight: bold;
}

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: none inside;
}

ul li {
    padding-left: 15px;
    background: url(/Images/Bullet.gif) no-repeat left 6px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

th, td {
    padding: 0.5em;
}

th {
    font-weight: bold;
    text-align: center;
}

img {
    border-width: 0;
}

hr {
    width: 50%;
    height: 0;
    margin: 0 auto;
    border-top: solid 1px #065083;
}

:focus {
    outline: 0;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* Layout Styles Start */
/******************************************************************************/
#pageWrapper {
    width: 950px;
    margin: 25px auto;
}

#header {
    overflow: visible;
}

#header .content {
    height: 175px;
    background-color: #FFFFFF;
    padding: 0 18px;
}

#logo {
    float: left;
    margin: 5px 0;
}

#slogan {
    clear: right;
    float: right;
    margin-top: 35px;
    color: #533B9B;
    font-size: 28px;
}

#search {
    float: right;
    margin-top: 10px;
}

#header .bottom {
    height: 198px;
    margin-top: 25px;
    padding: 1px;
    background-color: #FFFFFF;
}

#header .bottom .content2 {
    float: left;
    width: 345px;
    padding-top: 40px;
    color: #533B9B;
    text-align: center;
    font-size: 145%;
    line-height: 36px;
}

#header .bottom img {
    float: right;
}

#breadCrumb {
    padding: 5px;
    z-index: 300;
}

#outerColumnContainer {
    background-color: #FFFFFF;
    margin: 0 250px;
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 100%;
}

#middleColumn {
    float: right;
    width: 100%;
    color: #000000;
}

#middleColumn .content {
    padding: 15px;
}

#leftColumn {
    float: left;
    width: 225px;
    margin: 0 25px 0 -250px;
}

#rightColumn {
    float: right;
    width: 225px;
    margin: 0 -250px 0 25px;
}

#footer {
    position: relative;
    margin: 25px 0;
    color: #663399;
}

#footer .top {
    overflow: hidden;
    background-color: #FFFFFF;
    line-height: 20px;
}

#footer .top .header {
    line-height: 35px;
    background-color: #743497;
    color: #FFFFFF;
    font-size: 110%;
    font-weight: bold;
}

#footer .top ul {
    margin-left: 5px;
}

#footer .content {
    margin-top: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 85%;
}

#middleColumn a, #leftColumn a, #rightColumn a, #footer .top a {
    color: #663399;
    text-decoration: none;
}

#middleColumn a:hover, #leftColumn a:hover, #rightColumn a:hover, #footer .top a:hover {
    text-decoration: underline;
}

#swan {
    position: absolute;
    top: 7px;
    left: 16px;
}
/******************************************************************************/
/* Layout Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn, body.oneColumnLayout #rightColumn {
    display: none;
}

body.oneColumnLayout #outerColumnContainer {
    margin: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #outerColumnContainer {
    margin-right: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column (Reverse) Styles Start */
/******************************************************************************/
body.twoColumnReverseLayout #leftColumn {
    display: none;
}

body.twoColumnReverseLayout #outerColumnContainer {
    margin-left: 0;
}
/******************************************************************************/
/* 2 Column (Reverse) Styles End */
/******************************************************************************/

/******************************************************************************/
/* Component Styles Start */
/******************************************************************************/
#outerColumnContainer .component {
    margin-bottom: 25px;
    padding: 10px;
    background-color: #FFFFFF;
    color: #993399;
}

#outerColumnContainer .component .header {
    height: 20px;
    margin-bottom: 5px;
    color: #733397;
    font-weight: bold;
    font-size: 145%;
}
/******************************************************************************/
/* Component Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#dropDownMenu {
    clear: both;
    position: relative;
    height: 35px;
    background-color: #743497;
    z-index: 10000;
}

#dropDownMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#dropDownMenu ul li {
    float: left;
    display: inline;
    position: relative;
    padding-left: 0;
    background-image: none;
    border-right: solid 1px #FFFFFF;
}

#dropDownMenu ul li:first-child {
    padding-left: 0;
}

#dropDownMenu ul li a, #dropDownMenu ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 35px;
    color: #FFFFFF;
    text-decoration: none;
}

#dropDownMenu ul li a:hover {
    background-color: #45B939;
    cursor: pointer;
    text-decoration: none;
}

#dropDownMenu ul li.active a {
    background-color: #45B939;
}

#dropDownMenu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    font-size: 90%;
    visibility: hidden;
}

#dropDownMenu ul li ul li {
    display: list-item;
    float: none;
    padding: 0;
    min-width: 225px;
    background-image: none;
}

#dropDownMenu ul li ul li ul {
    top: 0;
}

#dropDownMenu ul li ul li a, #dropDownMenu ul li ul li a:visited {
    margin: 0;
    background-color: #45B939;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    line-height: 25px;
}

.dropDownShadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #FFFFFF;
    z-index: 10000;
}

.topLevelShadow {
    opacity: 0.8;
}
/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu {
    margin-bottom: 1em;
}

#outerColumnContainer .menu ul {
    margin: 0;
    list-style-type: none;
}

#outerColumnContainer .menu ul li {
    background-position: 0 8px;
}

#outerColumnContainer .menu li a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
}

#outerColumnContainer .menu li a:hover {
    text-decoration: underline;
}

#outerColumnContainer .menu li.active > a {
    font-weight: bold;
}

#outerColumnContainer .menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    background-image: url(/Images/Template/ButtonBackground.jpg);
    border: solid 1px #1D5284;
    font-weight: bold;
}

.articleDate, .articleViews {
    clear: left;
    float: left;
    width: 55px;
    height: 56px;
    padding-top: 8px;
    color: #666666;
    font-size: 11px;
    text-align: center;
}

.articleDate {
    background: url(/Images/Template/DateBackground.jpg) no-repeat;
}

.articleViews {
    background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
}

.left .articleDate, .left .articleViews {
    margin: 0 8px 8px 0;
}

.right .articleDate, .right .articleViews {
    margin: 0 0 8px 8px;
}

.author {
    margin: 1em 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 1em 0;
    padding: 5px;
    border: solid 1px #000000;
}

.centeredList {
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.centeredList li {
    display: inline;
}

.clear2 {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.clear {
    overflow: hidden;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 0.6em 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comment p:first-child {
    margin-top: 0;
}

.comment p:last-child {
    margin-bottom: 0;
}

.comments {
    margin: 1em 0;
}

.commentsTop {
    height: 40px;
    margin: 1em 0;
    background-color: #DDDDDD;
}

.directoryItem {
    margin: 1em 0;
    padding: 3px;
    border: solid 1px #DEDEDE;
    line-height: 28px;
}

.directoryItem .telephone {
    float: right;
    padding-left: 35px;
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    font-weight: normal;
}

.directoryItem .header {
    height: 28px;
    margin-bottom: 3px;
    padding: 3px 5px;
    background-color: #DEDEDE;
}

.directoryItem .content {
    padding: 5px;
}

.directoryItem .content p:first-child {
    margin-top: 0;
}

.directoryItem .content p:last-child {
    margin-bottom: 0;
}

.error {
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin-left: 16px;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    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;
}

.modalBackground {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.modalPopup .header {
    margin-bottom: 1em;
    font-size: 123.1%;
    font-weight: bold;
}

.pageLocation {
    margin: 1em 0;
    text-align: center;
}

.pageNavigation {
    margin: 1em 0;
}

.pageNavigation a, .pageNavigation .current {
    padding: 5px 4px;
    border: solid 1px #DDDDDD;
    text-decoration: none;
    line-height: 30px;
    vertical-align: text-top;
}

.pageNavigation a:hover, .pageNavigation .current {
    background-color: #EEEEEE;
}

.passwordStrength {
    width: 200px;
    max-height: 18px;
    padding: 1px;
    border: solid 1px #000000;
    vertical-align: middle;
}

.passwordStrengthText {
    margin: 2px 0 0 208px;
    background-color: White;
}

.passwordStrengthWeak {
    max-height: 18px;
    background-color: Red;
    color: Red;
}
.passwordStrengthAverage {
    max-height: 18px;
    background-color: Orange;
    color: Orange;
}

.passwordStrengthGood {
    max-height: 18px;
    background-color: Green;
    color: Green;
}

.pointer {
    cursor: pointer;
}

.popularSearches {
    margin: 2em 100px;
    padding: 10px;
    border: solid 1px #000000;
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.productImage {
    margin-right: 15px;
    border-width: 0;
}

.productPrice {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    height: 20px;
    margin: 1em 0;
}

.ratingStar {
    display: block;
    width: 13px;
    height: 15px;
    margin-top: 2px;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat;
}

.ratingStarDefault {
    cursor: default;
}

.ratingStarFilled {
    background-image: url(/Images/FilledStar.gif);

}

.ratingStarEmpty {
    background-image: url(/Images/EmptyStar.gif);
}

.ratingStarSaved {
    background-image: url(/Images/SavedStar.gif);
}

.response {
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.tagCloudComponent {
    line-height: 1.8em;
    word-wrap: break-word;
    overflow: hidden;
}

/* Start styles used to set xx-small to xx-large font sizes of tags for small, medium and large */
.tagCloudComponentTag1 {
    font-size: 80%;
}

.tagCloudComponentTag2 {
    font-size: 90%;
}

.tagCloudComponentTag3 {
    font-size: 100%;
}

.tagCloudComponentTag4 {
    font-size: 110%;
}

.tagCloudComponentTag5 {
    font-size: 120%;
}

.tagCloudComponentTag6 {
    font-size: 140%;
}

.tagCloudComponentTag7 {
    font-size: 160%;
}
/* End of tag cloud tag font sizes */

.textBox {
    display: inline-block;
    height: 20px;
    padding: 5px 4px 4px 4px;
    border: solid 1px #743497;
}

.textBox input {
    border-width: 0;
}

.wizard {
    width: 100%;
}

.wizard td {
    padding: 0;
}

.wizard td td {
    padding: 0.5em;
}

.wordWrap {
    word-wrap: break-word;
    overflow-x: hidden;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/* please duplicate all HTML tag styles to Wysiwyg.css */
/******************************************************************************/
.absmiddle {
    vertical-align: middle;
    margin-bottom: 0.25em;
}

.bigText {
    font-size: 120%;
}

.blueText, .blueText a {
    color: #0690BC;
    text-decoration: none;
}

.first {
    margin-top: 0;
}

.greenText, .greenText a {
    color: #177712;
    text-decoration: none;
}

.grayText, .grayText a {
    color: #999999;
    text-decoration: none;
}

.imageBorder {
    margin: 5px;
    padding: 5px;
    border: solid 1px #999999;
}

#leftColumn .imageBorder, #rightColumn .imageBorder {
    border: solid 1px #FFFFFF;
}

.last {
    margin-bottom: 0;
}

.left {
    float: left;
}

.quote {
    margin: 1em;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.redText, .redText a {
    color: #E24D46;
    text-decoration: none;
}

.right {
    float: right;
}

.smallText {
    font-size: 90%;
}

.tableGrid {
    width: 100%;
    margin: 1em 0;
}

.tableGrid th, .tableGrid td {
    border: solid 1px #E1E1E1;
}

.tableGrid th {
    background-color: #EEEEEE;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border-width: 0;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border-width: 0;
}

.tableContentHover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/

/******************************************************************************/
/* Image Popup Styles Start */
/******************************************************************************/
#imagePopupLoadingScreen {
    position: absolute;
    z-index: 30001;
    background: #CCCCCC url(/Images/ImagePopupLoading.gif) no-repeat 50% 47%;
    font: normal normal normal 0.9em arial,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#imagePopupIframeShim {
    position: absolute;
    z-index: 30000;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#imagePopupImageWindow {
    position: absolute;
    z-index: 30002;
    background-color: #222222;
    border: solid 1px #666666;
    padding: 10px;
    visibility: hidden;
}

#imagePopupImageWindow img {
    border: solid 1px #999999;
    background-color: #FFFFFF;
}

#imagePopupImageWindow ul {
    margin: 8px 0;
    list-style-type: none;
    background-color: #FAFAFA;
    border: solid 1px #999999;
    overflow: hidden;
    white-space: nowrap;
}

#imagePopupImageWindow li.fullScreen {
    float: left;
    padding: 10px 10px 0;
}

#imagePopupImageWindow li.close {
    float: right;
    padding: 10px 10px 0;
}

#imagePopupImageWindow ul a {
    min-height: 15px;
    padding: 0 0 0 20px;
    font: normal normal normal 0.9em arial,sans-serif;
    background: url(/Images/ImagePopupIcons.gif) no-repeat 0 1px;
    color: #555555;
    text-decoration: none;
    display: block;
}

#imagePopupImageWindow li.fullScreen a {
    background-position: 0 -449px;
}

#imagePopupImageWindow ul a:hover, #imagePopupImageWindow ul a:focus {
    background-position: 0 -149px;
    color: #222222;
}

#imagePopupImageWindow ul li.fullScreen a:hover, #imagePopupImageWindow ul li.fullScreen a:focus {
    background-position: 0 -599px;
}

#imagePopupImageWindow ul a:active {
    background-position: 0 -299px;
    color: #000000;
}

#imagePopupImageWindow ul li.fullScreen a:active {
    background-position: 0 -749px;
}
/******************************************************************************/
/* Image Popup Styles End */
/******************************************************************************/

/******************************************************************************/
/* Lightbox Styles Start */
/******************************************************************************/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99000;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/******************************************************************************/
/* Lightbox Styles End */
/******************************************************************************/