/******************************************************************************/
/* 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: #FFFFFF url(/Images/Background.jpg) repeat-x top center;
    color: #000000;
    font: 77%/1.4em Trebuchet MS; /* see http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html for px to % */
}

a {
    color: #032BAE;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    margin-bottom: 1em;
    color: #032BAE;
    font-size: 153.9%;
}

h2 {
    color: #032BAE;
    font-size: 123.1%;
}

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: disc outside;
}

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 #B9CFDC;
}

:focus {
    outline: 0;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* Layout Styles Start */
/******************************************************************************/
#header {
    height: 77px;
}

#header .content {
    position: relative;
    width: 983px;
    margin: 0 auto;
}

#logo {
    position: absolute;
    top: 0;
    left: 4px;
}

#slogan {
    float: right;
    margin: 8px 20px 8px 0;
}

#outerColumnContainer {
    overflow: hidden;
    width: 981px;
    margin: 0 auto;
    padding: 5px 0;
    border-left: solid 1px #F2F2F2;
    border-right: solid 1px #F2F2F2;
}

#leftColumn {
    float: left;
    width: 210px; /* left width */
    margin: 138px 0 0 5px;
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 766px;
}

#middleColumn {
    float: left;
    width: 551px;
}

#middleColumn .content {
    padding: 5px 15px;
}

#breadCrumb {
    margin-bottom: 1em;
}

#rightColumn {
    float: left;
    width: 210px; /* right width */
    margin-right: 5px;
}

#footer {
    padding-top: 21px;
    background: url(/Images/FooterTop.jpg) repeat-x top center;
}

#footer .content {
    overflow: auto;
    width: 961px;
    margin: 0 auto;
    padding: 10px;
    background-color: #E8EEF3;
    border-left: solid 1px #B9CFDC;
    border-right: solid 1px #B9CFDC;
    text-align: center;
}

#footer ul {
    margin: 0;
    list-style-type: none;
}

#footer ul li {
    display: inline;
    padding: 0 2px;
}

#footer a {
    color: #032BAE;
}
/******************************************************************************/
/* Layout Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #middleColumn {
    width: 766px;
}

body.twoColumnLayout #rightColumn {
    display: none;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Component Styles Start */
/******************************************************************************/
#outerColumnContainer .component {
    margin-bottom: 5px;
}

.component .header {
    height: 21px;
    padding: 8px 10px 2px 10px;
    font-weight: bold;
	font-size: 123.1%;
}

.template1 .header {
    background: url(/Images/ComponentHeader.jpg) no-repeat;
    color: #FFFFFF;
}

.template2 .header {
    background: url(/Images/ComponentHeader2.jpg) no-repeat;
    color: #000000;
}

.component .content {
    padding: 0;
}
/******************************************************************************/
/* Component Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#header .menu {
    clear: right;
    float: right;
    height: 41px;
    font-size: 120%;
}

#header .menu ul {
    margin: 0;
    list-style-type: none;
}

#header .menu ul li {
    position: relative;
    float: left;
    margin-left: 2px;
    padding-left: 5px;
    background: url(/Images/MenuLeft.png) top left no-repeat;
}

#header .menu li a, #header .menu li span {
	display: block;
}

/* top level start */
#header .menu ul li a, #header .menu ul li a:visited {
    display: block;
    padding: 0 2px;
    line-height: 41px;
	background: url(/Images/MenuBackground.png) top left repeat-x;
    color: #666666;
    text-decoration: none;
}

#header .menu li span {
	padding-right: 8px;
	background: url(/Images/MenuRight.png) top right no-repeat;
}

#header .menu ul li a:hover, #header .menu ul li.active a:hover {
    color: #E8248F;
    cursor: pointer;
    text-decoration: none;
}

#header .menu ul li.active a, #header .menu ul li.active a:visited {
    color: #666666;
}

#header .menu ul li.active {
    background: url(/Images/MenuLeftActive.png) top left no-repeat;
}

#header .menu ul li.active a, #header .menu ul li.active a:visited {
	background: url(/Images/MenuBackgroundActive.png) top left repeat-x;
}

#header .menu li.active span {
	background: url(/Images/MenuRightActive.png) top right no-repeat;
}
/* top level end */
/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu {
    margin-bottom: 4px;
}

#outerColumnContainer .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#outerColumnContainer .menu li {
    width: 100%;
    margin: 0;
    padding: 0;
}

#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    display: block;
    width: auto;
    padding: 4px 0;
    background: #F3F6F9 url(/Images/MenuBullet.png) no-repeat;
    border-top: solid 2px #FFFFFF;
    color: #032BAE;
    text-decoration: none;
}

#outerColumnContainer .menu li a:hover {
    background-color: #9CABE0;
}

#outerColumnContainer .menu li.active > a, #outerColumnContainer .menu li.active > a:visited {
    color: #E609B8;
    font-weight: bold;
}

/* identation styles start */
#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    padding-left: 25px;
    background-position: 10px center;
}

#outerColumnContainer .menu li li > a, #outerColumnContainer .menu li li > a:visited {
    padding-left: 35px;
    background-position: 20px center;
}

#outerColumnContainer .menu li li li > a, #outerColumnContainer .menu li li li > a:visited {
    padding-left: 45px;
    background-position: 30px center;
}

#outerColumnContainer .menu li li li li > a, #outerColumnContainer .menu li li li li > a:visited {
    padding-left: 55px;
    background-position: 40px center;
}
/* identation styles end */
/******************************************************************************/
/* 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 {
    padding: 2px;
    border: solid 1px #809DB9;
}

.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;
}

.blueText, .blueText a {
    color: #0690BC;
    text-decoration: none;
}

.first {
    margin-top: 0;
}

.greenText, .greenText a {
    color: #009933;
    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: #FF0000;
    text-decoration: none;
}

.right {
    float: right;
}

.tableGrid {
    width: 100%;
    margin: 1em 0;
}

.tableGrid th, .tableGrid td {
    border: solid 1px #B9CFDC;
}

.tableGrid th {
    color: #032BAE;
    background-color: #F3F6F9;
}

.tableGrid th a {
    color: #032BAE;
}

.tableGrid th.none {
    background: none;
    border-width: 0;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border-width: 0;
}

.tableContentHover {
    background-color: #F3F6F9;
}
/******************************************************************************/
/* 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 */
/******************************************************************************/

/******************************************************************************/
/* Home Page Slideshow Start */
/******************************************************************************/
#slider {
	float:left;
	display: inline;
	width: 752px;
	height: 297px;
    margin: 0 0 5px 7px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #B9CFDC;
}

#slider ul {
	position: relative;
	width: 752px;
	height: 297px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 100;
}

#slider ul li {
	float: left;
	display: inline;
	height: 297px;
	width: 376px;
	line-height: 297px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

#slider ul li a {
	float: left;
	display: inline;
	height: 297px;
	width: 376px;
}

#slider ul li a:hover, a:active {
	background-color: transparent;
}

#slider ul li img {
	margin-top: 297px;
}

#slider ul li.act img {
	margin-top: 0px;
}

.featuredCopy {
	margin: -82px 4px 0 3px;
	height: 78px;
	width: 744px;
	background: #ffffff;
	border: 1px solid #B9CFDC;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}

.featuredCopyInner {
	padding: 8px;
}
/******************************************************************************/
/* Home Page Slideshow End */
/******************************************************************************/