/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */
.wms-columns h1, .wms-columns h2, .wms-columns h3, .wms-columns h4, .wms-columns h5, .wms-columns h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

.wms-columns h1, .wms-columns.wms-columns-home h3, .wms-footer h3 {
	font: 24px "Times New Roman";
	color: #1d4c6e;
	margin: 0 0 6px 0;
}

.wms-columns h3 {
	margin: 0 0 15px 0;
	line-height: 1.6em;
	text-align: justify;
	word-spacing: -1px;
}

.wms-columns h4 {
	font: 24px "Times New Roman";
	color: #1d4c6e;
	margin: 0 0 6px 0;
}

.wms-columns h5, .wms-footer h4 {
	font: 20px "Times New Roman";
	color: #1d4c6e;
	margin: 9px 0 8px 0;
}

/* Links */

.wms-columns a:link, .wms-columns a:visited, .wms-columns a:active, #wms-content .grief_heading  {
	color: #1D4C6E;
	text-decoration: none;
}

.wms-columns a:hover {
	color: #1D4C6E;
	text-decoration: none;
}

/* Horizontal line */
.wms-columns .hr,
hr {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: url('../images/hr.gif') repeat-x;
	margin: 23px 0 25px 0;
	clear:both;
	border:0;
}

.wms-columns .hr hr {
	display: none;
}

/* Paragraphs */
 
.wms-columns p {
	margin: 0 0 15px 0;
	line-height: 1.6em;
	text-align: justify;
	word-spacing: -1px;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}



/* Layout */

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	background: #f3ead9 url('../images/page_bg.jpg') no-repeat fixed 50% 0;
}

#logoStyle {
margin-right:auto;
margin-left:auto;
width:305px;
padding-top: 18px;
}


/* added */

.wms-columns .col_left h3 {
margin:0 0 11px 18px;
}

.returningUser{
cursor:pointer;
}
.drdir .left {
width: 265px;
margin-right:0px;
}


#wms-content div.overview-video
	{
	margin-bottom: 15px;
	}
	
#wms-content div.overview-video p.big
	{
	margin-bottom: 0;
	}
	
#wms-content div.overview-video div.overview-text
	{
	float: left;
	margin-right: 10px;
	width: 454px;
	}
	
#wms-content div.overview-video div.pic
	{
	float: left;
	margin: 0;
	}
	
#wms-content div.overview-video div.pic a
	{
	display: inline-block;
	*margin-bottom: -2px;
	*display: inline;
	*zoom: 1;
	}
	
#wms-content div.overview-video div.pic a img
	{
	border: 1px solid #D0D0D0;
    display: block;
	height: 134px;
    padding: 3px;
	width: 178px;
	}
	
#wms-content div.overview-video div.pic div.videoplayer-wrapper img.videoplayer-play-button
	{
	border: 0 none;
	cursor: pointer;
	left: 50%;
	margin: -31px 0 0 -31px;
	padding: 0;
	position: absolute;
	top: 50%;
	}
.plyr .plyr__video-embed iframe,
.plyr__tooltip {
    pointer-events: none
}
@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}
.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    direction: ltr
}
.plyr,
.plyr *,
.plyr::after,
.plyr::before {
    box-sizing: border-box
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
.plyr audio,
.plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit
}
.plyr input[type=range] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0
}
.plyr input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}
.plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}
.plyr input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none
}
.plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}
.plyr input[type=range]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent
}
.plyr input[type=range]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}
.plyr input[type=range]::-ms-fill-lower {
    height: 8px;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #3498db
}
.plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}
.plyr input[type=range]::-ms-tooltip {
    display: none
}
.plyr input[type=range]:focus {
    outline: 0
}
.plyr input[type=range]::-moz-focus-outer {
    border: 0
}
.plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}
.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}
.plyr input[type=range]:active::-moz-range-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}
.plyr input[type=range]:active::-ms-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25)
}
.plyr--video input[type=range].tab-focus:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}
.plyr--audio input[type=range].tab-focus:focus {
    outline: rgba(86, 93, 100, .5) dotted 1px
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute!important;
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important
}
.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}
.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}
.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.plyr__video-embed>div {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-35.95%)
}
.plyr video::-webkit-media-text-track-container {
    display: none
}
.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    transform: translateY(-40px);
    transition: transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}
.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .7)
}
.plyr__captions span:empty {
    display: none
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: 24px
    }
}
.plyr--captions-active .plyr__captions {
    display: block
}
.plyr--fullscreen-active .plyr__captions {
    font-size: 32px
}
.plyr--hide-controls .plyr__captions {
    transform: translateY(-15px)
}
.plyr::-webkit-media-controls {
    display: none
}
.plyr__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    transition: opacity .3s ease
}
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls>button {
    margin-left: 5px
}
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls>button:first-child {
    margin-left: 0
}
.plyr__controls .plyr__volume {
    margin-left: 5px
}
.plyr__controls [data-plyr=pause] {
    margin-left: 0
}
.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit
}
.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}
.plyr__controls button:focus {
    outline: 0
}
.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
    display: none
}
@media (min-width: 480px) {
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls>button {
        margin-left: 10px
    }
}
.plyr--hide-controls .plyr__controls {
    opacity: 0
}
.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 10px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff
}
.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    color: #565D64
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: #3498db;
    color: #fff
}
.plyr__play-large {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 4px solid currentColor;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    transition: all .3s ease
}
.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}
.plyr__play-large:focus {
    outline: rgba(255, 255, 255, .5) dotted 1px
}
.plyr .plyr__play-large {
    display: inline-block
}
.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
    display: none
}
.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}
.plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}
.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
    display: block
}
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on+svg,
.plyr--fullscreen-active .icon--exit-fullscreen+svg,
.plyr--muted .plyr__controls .icon--muted+svg {
    display: none
}
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}
.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease
}
.plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    border-left: 4px solid transparent;
    z-index: 2
}
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}
.plyr button:hover .plyr__tooltip {
    z-index: 3
}
.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}
.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px
}
.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}
.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%)
}
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}
.plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    flex: 1
}
.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0
}
.plyr__progress input[type=range]::-moz-range-track {
    background: 0 0
}
.plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0
}
.plyr__progress .plyr__tooltip {
    left: 0
}
.plyr .plyr__progress {
    display: inline-block
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 100px
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
    background: 0 0
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    border-radius: 100px
}
.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #3498db;
    background: 0 0;
    transition: none
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    display: none
}
.plyr__progress--buffer::-webkit-progress-value {
    transition: width .2s ease
}
.plyr__progress--buffer::-moz-progress-bar {
    transition: width .2s ease
}
.plyr__progress--buffer::-ms-fill {
    transition: width .2s ease
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, .25)
}
.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, .25)
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, .66)
}
.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, .66)
}
.plyr--loading .plyr__progress--buffer {
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    color: transparent
}
.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, .25)
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, .66)
}
.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: .95
}
.plyr__time+.plyr__time {
    display: none
}
@media (min-width: 768px) {
    .plyr__time+.plyr__time {
        display: inline-block
    }
}
.plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}
.plyr__volume {
    display: none
}
.plyr .plyr__volume {
    -ms-flex: 1;
    flex: 1;
    position: relative
}
.plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}
@media (min-width: 480px) {
    .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}
@media (min-width: 768px) {
    .plyr .plyr__volume {
        max-width: 100px
    }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
    display: none!important
}
.plyr--fullscreen,
.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000;
    border-radius: 0
}
.plyr--fullscreen video,
.plyr--fullscreen-active video {
    height: 100%
}
.plyr--fullscreen .plyr__video-wrapper,
.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}
.plyr--fullscreen .plyr__controls,
.plyr--fullscreen-active .plyr__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper,
.plyr--fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

html.no-fullscreen-api .plyr [data-plyr=fullscreen] {
    display: none !important;
}
.plyr input[type=range]::-ms-fill-lower {
	background: #619bc1;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
	background: #619bc1;
}

.plyr input[type=range]:active::-moz-range-thumb {
	background: #619bc1;
}

.plyr input[type=range]:active::-ms-thumb {
	background: #619bc1;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover,
.plyr__play-large {
	background: #619bc1;
}

.plyr__progress--played,
.plyr__volume--display {
	color: #619bc1;
}
/* Persons */

.wms-columns .p_pic {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

.wms-columns .persons {
	margin: 6px 0 0 6px;
}

.wms-columns .persons li {
	font-size: 12px;
	line-height: 1em;
	margin: 3px 0 0 0;
	width: 207px;
	border-bottom: 1px solid #dadada;
	cursor: pointer;
}

.wms-columns .persons li.last {
	border-bottom: 0px solid transparent;
}

.wms-columns .persons li .inner {
	padding: 5px 0 7px 6px;
	position: relative;
	display: block;
}

.wms-columns .persons span {
	display: block;
	cursor: pointer;
}

.wms-columns .persons span.arrow {
	background: url('../images/person_arrow.gif') no-repeat;
	width: 18px;
	height: 18px; 
	position: absolute;
	top: 15px;
	right: 9px;
	display: none;
}

.wms-columns .persons li:hover span.arrow {
	display: block;
}

.wms-columns .persons li:hover {
	background: url('../images/person_bottom.gif') no-repeat 0 100%;
}

.wms-columns .persons li:hover .inner {
	background: url('../images/person_top.gif') no-repeat;
}

.wms-columns .info {
	float: left;
	display: block;
	width: 150px;
}

.wms-columns .name {
	font-weight: bold;
	margin: 0 0 3px 0;
	line-height: 1.4em;
}

.wms-columns .name a:link, .wms-columns .name a:visited {
	color: #3a75a0;
}

.wms-columns .date {
	color: #666666;
}

/* Navigation */

.wms-columns .navigation {
	border-top: 1px solid #ededed;
	height: 33px;
	margin: 12px 0 0 0;
	position: relative;
}

.wms-columns .back {
	position: absolute;
	top: 6px;
	left: 10px;
}

.wms-columns .forward {
	position: absolute;
	top: 6px;
	right: 5px;
}

.wms-columns .navigation p {
	margin: 0 10px 0 0;
	line-height: 33px;
	color: #535353;
	font-size: 12px;
	text-align: center;
}


#wms-content .description {
	margin: 0 0 0 0;
}

#wms-content .description p {
	word-spacing: -2px;
}

/* blocklist */
#wms-content .col_right ul.blocklist {
	padding: 0;
	margin: 0;
}

#wms-content .col_right ul.blocklist li {
	background: transparent url(../images/hr.gif) repeat-x scroll 0 0;
	margin: 5px 0 20px 0;
        clear:both;
        padding: 0px;
}

#wms-content .col_right ul.blocklist li img{
	border:1px solid #D9D9D9;
	float:left;
	margin:20px 25px 10px 0;
	padding:4px;
}

#wms-content .col_right ul.blocklist li div.videoplayer-wrapper {
	border:1px solid #D9D9D9;
	float:left;
	margin:20px 25px 10px 0;
	padding:4px;
}

#wms-content .col_right ul.blocklist li div.videoplayer-wrapper img {
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

#wms-content .col_right ul.blocklist li div.videoplayer-wrapper img.videoplayer-play-button {
	border: 0 none;
	cursor: pointer;
	left: 50%;
	margin: -31px 0 0 -31px;
	padding: 0;
	position: absolute;
	top: 50%;
}

#wms-content .col_right ul.blocklist li h1, #wms-content .col_right ul.blocklist li h2,  #wms-content .col_right ul.blocklist li h3,  #wms-content .col_right ul.blocklist li h4,  #wms-content .col_right ul.blocklist li h5{
        padding-top: 20px;
}
/* New Stuff */
#wms-content div.line div.control > label {
	position:relative;
	display:block;
	float:left;
	line-height:35px;
	height:35px;
	width:110px;
	padding:0 30px 0 0;
	text-align:right;
}

#wms-content div.line div.control > label span.required
	{
	position:absolute;
	right:20px;
	color:#CC4545;
	}

#wms-content span.input-text {
	display:block;
	float:left;
	background: url('../images/text_right.gif') no-repeat 100% 0;
	height: 35px;
	position: relative;
}

#wms-content span.input-text input {
	background: url('../images/text_left.gif') no-repeat 0 0;
	border:0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	width:350px;
}

#wms-content span.input-text.input-text-focus {
	background-position:100% -35px
}

#wms-content span.input-text.input-text-focus input {
	background-position:0 -35px;
}

#wms-content span.input-text.input-text-error {
	background-position:100% -70px
}

#wms-content span.input-text.input-text-error input {
	background-position:0 -70px;
}

#wms-content div.textarea {
	float:left;
}

#wms-content div.textarea textarea {
	background:url("../images/textarea_mid.gif") repeat-y scroll 0 0 transparent;
	margin:0;
	outline:none;
	resize:none;
}

#wms-content div.textarea div.textarea-header {
	background:url("../images/textarea_top.gif") no-repeat scroll 0 0 transparent;
	height:7px;
}

#wms-content div.textarea div.textarea-footer {
	background:url("../images/textarea_bottom.gif") no-repeat scroll 0 100% transparent;
	height:7px;
}

#wms-content div.textarea.textarea-focus textarea {
	background-position:-437px 0;
}

#wms-content div.textarea.textarea-focus div.textarea-header {
	background-position:-437px 0;
}

#wms-content div.textarea.textarea-focus div.textarea-footer {
	background-position:-437px 100%;
}

#wms-content div.textarea.textarea-error textarea {
	background-position:-874px 0;
}

#wms-content div.textarea.textarea-error div.textarea-header {
	background-position:-874px 0;
}

#wms-content div.textarea.textarea-error div.textarea-footer {
	background-position:-874px 100%;
}

#wms-content .line.line-buttons {
	margin: 14px 0 0 0;
}

#wms-content .line-buttons a.button {
	float:right;
}

#wms-content .line-buttons a.button span {
	display: block;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 42px;
	height: 45px;
	background: url('../images/button_left.png') no-repeat;
	text-decoration: none;
	padding:0 55px 0 25px;
}

#wms-content .line-buttons a.button:hover span {
	background-position: 0 100%;
}

#wms-content #affirmationForm {
	width: 467px;
}

#wms-content #affirmationForm div.line div.control > label {
	width: 140px;
}

#wms-content #affirmationForm input {
	width: 270px;
}

#wms-content #contactForm,
#wms-content #testimonialForm {
	width: 584px;
}

#wms-content #contactForm input,
#wms-content #testimonialForm input {
	width: 417px;
}

#wms-content #testimonialForm div.select {
	float: left;
}

#wms-content #testimonialForm div.select .jqTransformSelectWrapper {
	margin-top: 2px;
	margin-right: 0;
	width: 437px !important;
}

#wms-content #testimonialForm div.select .jqTransformSelectWrapper > ul {
	width: 435px !important;
}

/* Messages */
div.message
	{
	font-family:Arial,Helvetica,sans-serif;
	padding:15px;
	border-radius:5px;
	margin:0 0 25px;
	font-size:14px;
	line-height:1.2em;
	color:#333;
	}

div.message:after
	{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}

* html div.message
	{
	zoom:1;
	}

div.message h4,
div.message  h5
	{
	font-family:Arial,Helvetica,sans-serif;
	font-size:17px;
	line-height:1.2em;
	margin:0 0 4px;
	padding:0;
	}

div.message.message-success
	{
	background:#C6E68E;
	border:1px solid #9EB170;
	}

div.message.message-success h4,
div.message.message-success h5
	{
	color:#547A10;
	}

div.message.message-error
	{
	background:#FFABA7;
	border:1px solid #BE2D2D;
	}

div.message.message-error h4,
div.message.message-error h5
	{
	color:#AE432E;
	}

/* Old Stuff */
#wms-content .text {
	background: url('../images/text_right.gif') no-repeat 100% 0;
	height: 35px;
	position: relative;
}

#wms-content .text div {
	background: url('../images/text_left.gif') no-repeat;
	height: 35px;
}

#wms-content .active_text {
	background-position: 100% -35px;
}

#wms-content .active_text div {
	background-position: 0 -35px;
}

#wms-content .mistake .text {
	background-position: 100% -70px;
}

#wms-content .mistake .text div {
	background-position: 0 -70px;
}

#wms-content .text input {
	border: 0px solid transparent;
	background: transparent;
	width: 90%;
	padding: 11px 10px;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	position: relative;
	z-index: 30;
	outline: none;
}

#wms-content #contactForm .text input {
	width: 417px;
}

#wms-content .line {
	clear: both;
	width: 100%;
	margin: 0 0 8px 0;
	position: relative;
}

#wms-content .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
#wms-content .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html #wms-content .line {height: 1%;}

#wms-content .textarea {
	background: url('../images/textarea_mid.gif') repeat-y;
	width: 437px;
}

#wms-content .textarea .bg_top {
	background: url('../images/textarea_top.gif') no-repeat;
}

#wms-content .textarea .bg_bottom {
	background: url('../images/textarea_bottom.gif') no-repeat 0 100%;
	overflow: hidden;
}

#wms-content .active_textarea {
	background-position: -437px 0;
}

#wms-content .active_textarea .bg_top {
	background-position: -437px 0;
}

#wms-content .active_textarea .bg_bottom {
	background-position: -437px 100%;
}

#wms-content .mistake .textarea {
	background-position: -874px 0;
}

#wms-content .mistake .textarea .bg_top {
	background-position: -874px 0;
}

#wms-content .mistake .textarea .bg_bottom {
	background-position: -874px 100%;
}

#wms-content .textarea textarea {
	background: transparent;
	border: 0px solid transparent;
	width: 417px;
	padding: 5px 10px;
	margin: 5px 0;
	color: #424242;
	overflow: auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	outline: none;
}

#wms-content .privacy {
	color: #969696;
	margin: -7px 0 0 9px;
	line-height: 1.3em;
	word-spacing: -1px;
	font-size: 12px;
}

#wms-content .button_line {
	margin: 14px 0 0 0;
}

#wms-content .button_line .button {
	float: right;
}


/* PREPLANNING FORM */
#wms-content div.tabs.tabs-inside {
    overflow: hidden;
    margin: 0px;
    padding 0px;
    display: block;
    position: relative;
    width: 632px;
}

#wms-content #prePlanningFormTabs {
    width: 632px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

#wms-content li#tabStep1,
#wms-content li#tabStep2,
#wms-content li#tabStep3,
#wms-content  li#tabStep4 {
    width: 158px;
    height: 56px;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #666666;
    background: url(img/planning-form-tab.jpg) no-repeat 0 0;
    display: list-item;
    font-family:Arial, Helvetica, sans-serif
    font-size:14px;
    list-style: none;
}

#wms-content li#tabStep1.active,
#wms-content  li#tabStep2.active,
#wms-content  li#tabStep3.active,
#wms-content li#tabStep4.active {
    width: 158px;
    height: 56px;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background: url(img/planning-form-tab.jpg) no-repeat 0 -56px;
    display: list-item
}

#wms-content li#tabStep1 a,
#wms-content li#tabStep2 a,
#wms-content li#tabStep3 a,
#wms-content li#tabStep4 a {
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding-top: 5px;
    padding-left: 45px;
    background: transparent;
    cursor: pointer;
}

#wms-content li#tabStep1.active a,
#wms-content  li#tabStep2.active a,
#wms-content li#tabStep3.active a,
#wms-content li#tabStep4.active a {
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #445b6d;
    padding-top: 5px;
    padding-left: 45px;
    background: transparent;
    cursor: pointer;
}

#prePlanningForm {
    border: 1px solid rgb(219, 219, 219);
    margin-top: -1px;
    margin-bottom: 10px;
    width: 630px;
}
#prePlanningForm .tab-body {
    overflow: hidden;
    clear: both;
    width: 9000px;
}
#prePlanningForm .tab-item {
    float: left;
    width: 630px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2px;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0px;
    display: block;
    position: relative;
}

#prePlanningForm div.tab-body div.form {
	padding:20px;
}

#tabStepBody1 p {
    width: 580px;
    margin: 10px 0 0 20px;
}

#wms-content #prePlanningForm div.line-buttons {
	width:auto;
	margin-right:20px;
}

#wms-content #prePlanningForm div.line-buttons a {
    float: right!important;
    margin-top: 15px;
    margin-right: 25px;
}

#prePlanningForm div.control-person .jqTransformSelectWrapper {
	width: 145px !important;
	position:relative;
	top:9px;
	left:-27px;
}

#prePlanningForm div.control-person .jqTransformSelectWrapper ul {
	width:143px !important;
}

#prePlanningForm h4 {
	font-size:20px;
	margin:6px 0;
	padding:0;
}

#wms-content #prePlanningForm div.line div.control > label {
	width:140px;
	text-align:left;
	padding:8px 30px 5px 0;
	line-height:18px;
	height:auto;
}

#prePlanningForm div.radio span.input {
	float:left;
	line-height:28px;
	padding-right:10px;
}

#prePlanningForm #tabStepBody3 div.radio span.input {
	clear:both;
	padding:5px 0;
}

#prePlanningForm #tabStepBody3 div.control-info {
	position:absolute;
	top:74px;
	left:165px;
}

#prePlanningForm #tabStepBody3 p {
	width:400px;
	padding-top:10px;
}

#preplanning_tab_one_nextbutton, #preplanning_tab_two_nextbutton, #preplanning_tab_three_nextbutton, #preplanning_tab_four_nextbutton {
    float: right;
}

.form-button {
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 0;
    width: 610px;
    height: 95px;
}

#prePlanningMessage {
    display: none;
    border-top: 1px solid rgb(219, 219, 219);
    border-bottom: 1px solid rgb(219, 219, 219);
    background:url("img/message-icons.gif") no-repeat scroll #FA6B6D;
    background-position: 10px -279px;
    background-repeat: no-repeat;
    margin: 10px auto 20px auto;
    padding: 10px 10px 10px 60px;
    font-family: arial;
    font-weight: bold;
    color: #fff;
}

#prePlanningMessage h5 {
    font-weight: bold;
    color: #fff;
}

#preplanning_login_msg {
    display: none;
}

#preplanning_login_err {
    display: none;
}

#preplan_submit_thankyou {
	padding-top: 15px;
    display: none;
}

#preplan_submit_thankyou p {
    text-align: center;
}

#spouseinfo {
    width: 603px;
    padding-bottom: 16px;
    margin-left: 36px;
    border-left: 1px solid rgb(219, 219, 219);
    border-bottom: 1px solid rgb(219, 219, 219);
}

#milinfo {
    width: 603px;
    padding-bottom: 16px;
    margin-left: 36px;
    border-left: 1px solid rgb(219, 219, 219);
    border-bottom: 1px solid rgb(219, 219, 219);
}

#dadinfo {
    width: 603px;
    padding-bottom: 16px;
    margin-left: 36px;
    border-left: 1px solid rgb(219, 219, 219);
    border-bottom: 1px solid rgb(219, 219, 219);
}

#mominfo {
    width: 603px;
    padding-bottom: 16px;
    margin-left: 36px;
    border-left: 1px solid rgb(219, 219, 219);
    border-bottom: 1px solid rgb(219, 219, 219);
}

.returningUser {
    cursor: pointer;
}

#TellAFriendForm {
	width:586px;
	margin:20px auto 0;
}

#TellAFriendForm div.control span.input-text input {
	width:417px;
}

#GroupGriefSupport {
	width:586px;
	margin:20px auto 0;
}

#GroupGriefSupport div.control span.input-text input {
	width:417px;
}

#testimonialForm div.textarea textarea {
	height: 150px;
}
/* Footer Locations */

#wms-locations {display:block; padding: 0px 20px 20px 20px}
#wms-locations ul li { border-right:1px solid transparent; padding:0 10px 0 7px; margin:3px 0; display:inline-block; position:relative; *display: inline; *zoom: 1;}
#wms-locations ul li.separated { border-right:1px solid #575757; }
#wms-locations ul li span { white-space:nowrap; }
div.superbox-overlay
	{
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
	background:#000;
	}

div.superbox-wrapper
	{
	position:fixed;
	z-index:9999;
	top:0;
	display:table;
	width:100%;
	height:100%;
	}

div.superbox-container
	{
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
	z-index:99995;
	}

div.superbox
	{
	background: #FFF !important;
	position:relative !important;
	margin:0 auto !important;
	padding:20px !important;
	z-index:99996 !important;
	}

div.superbox-container .loading
	{
	background:white url(img/loading.gif) no-repeat 50% 50%;
	height:150px;
	width:150px;
	text-indent:-9999px;
	margin:0 auto;
	}

* html div.superbox-overlay
	{
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' :document.body.offsetHeight + 'px');
	z-index:9998;
	}

* html div.superbox-wrapper
	{
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	z-index:9999;
	}
	
div.superbox-innerbox
	{
	padding:0;
	z-index:99996;
	}

div.superbox-innerbox img
	{
	z-index:99996;
	}

div.superbox.image
	{
	text-align:center;
	}

div.superbox a.close
	{
	position:absolute;
	top:-18px;
	right:30px;
	height:18px;
	width:22px;
	overflow:hidden;
	background:transparent url(img/superbox-stylesheet.png) no-repeat left -52px;
	text-indent:-9999px;
	z-index:99999;
	}

* html div.superbox a.close
	{
	position:absolute !important;
	top:-18px !important;
	right:30px !important;
	height:18px !important;
	width:22px !important;
	}

div.superbox a.close:hover
	{
	background-position:-40px -52px;
	}

div.superbox a.close:active
	{
	background-position:-80px -52px;
	}

*:first-child+html div.superbox-container,
* html div.superbox-container
	{
	position:absolute;
	top:50%;
	display:block;
	height:auto;
	z-index:99995;
	}

:first-child+html div.superbox,
* html div.superbox
	{
	position:relative;
	top:-50%;
	display:block;
	z-index:99996;
	}

div.superbox p.nextprev
	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99997;
	}

div.superbox p.nextprev a
	{
	position:relative;
	width:40%;
	height:100%;
	display:block;
	cursor:pointer;
	z-index:99998;
	*background-image:url("img/superbox-stylesheet.png");
	*background-position:-10000px -10000px;
	*background-repeat:no-repeat;
	}

div.superbox p.nextprev a.disabled
	{
	display:none;
	}

div.superbox p.nextprev a.prev
	{
	float:left;
	}

div.superbox p.nextprev a.next
	{
	float:right;
	}

div.superbox p.nextprev a strong
	{
	position:absolute;
	display:block;
	top:50%;
	width:16px;
	height:22px;
	overflow:hidden;
	z-index:99999;
	}

div.superbox p.nextprev a.prev strong
	{
	left:-16px;
	}

div.superbox p.nextprev a.next strong
	{
	right:-16px;
	}

div.superbox p.nextprev a strong span
	{
	display:block;
	width:16px;
	height:22px;
	background-image:url("img/superbox-stylesheet.png");
	background-repeat:no-repeat;
	background-attachment:scroll;
	overflow:hidden;
	text-indent:-1000px;
	}

div.superbox p.nextprev a.prev strong span
	{
	background-position:left top;
	}
	
div.superbox p.nextprev a.next strong span
	{
	background-position:left -22px;
	}

div.superbox p.description
	{
	margin-top:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:18px;
	color:#353533;
	text-align:left;
	}

div.superbox p.description-small
	{
	font-size:10px;
	line-height:13px;
	}

div.superbox.content
	{
	height: auto;
	}


.wms-outer {

	width: 100%;
	/*overflow: hidden;*/
}

.wms-all {
	width: 966px;
	margin: 0 auto;
	/*overflow: hidden;*/
    z-index:2;
}

.wms-frame {
	background: url('../images/frame_bg_bottom.png') no-repeat 0 100%;
    padding: 0 0 6px;
}

.wms-footer .wms-frame {
	margin: 6px auto;
	z-index:0;
}

.wms-wrapper {
	background: url('../images/frame_bg_mid.gif') repeat-y 0 0;
	padding: 10px 0 10px 0;
	z-index:0;
}

/* Header */

.wms-header {
	/*overflow: hidden;*/
	position: relative;
	height: 102px;
}

.wms-header .logo {
	/* margin: 35px 0 0 0;*/
	text-align: center;
	width: 98%;
}

.wms-header .phone {
	position: absolute;
	top: 14px;
	right: 8px;
	color: #1D4C6E;
	font: 18px "Times New Roman";
	word-spacing: -2px;
}

.wms-header .phone a {
	color: #1D4C6E;
	text-decoration: none;
}

.wms-header .phone a:hover {
	text-decoration: underline;
}

/* Phone Body */
div.phone-body
	{
	}

div.phone-body ul
	{
	list-style:none;
	margin:0;
	padding:0;
	}

div.phone-body ul li
	{
	float:left;
	/*background:transparent url(img/phone-header-bg.gif) no-repeat scroll 100% -99px;*/
	font-weight:normal;
	margin-left:0;
	padding-left:12px;
	white-space:nowrap;
	}

div.phone-body ul li strong
	{
	font-weight:normal;
	}

div.phone-body ul li.last
	{
	background:none;
	text-align:right;
	clear:both;
	margin-top:12px;
	width:240px;
	}

div.phone-body ul li a
	{
	padding:0;
	}

div.phone-body ul li a:hover
	{
	text-decoration:underline;
	}

/* New Header */
div.new-header div.phone
	{
	top: 6px;
	right: 6px;
	font-size: 16px;
	}

div.new-header div.phone-body ul li.last
	{
	clear: none;
	margin: 0;
	width: auto;
	text-align: left;
	}

/* Remove Dropdown */
div.remove-dropdown ul#menu li:hover .submenu
	{
	display:none !important;
	}

div.remove-dropdown ul#menu li
	{
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 0;
	}

div.remove-dropdown ul#menu li:hover
	{
	background: url("../images/menu_sep.gif") no-repeat scroll 0 7px transparent;
	}

div.remove-dropdown ul#menu li.first:hover
	{
	background: none;
	}

div.remove-dropdown ul#menu li .level_1
	{
	background: none;
	*height: 37px;
	}

div.remove-dropdown ul#menu li .level_1 a
	{
	background: none;
	font-weight: bold;
	padding: 0 9px;
	*height: 37px;
	}

div.remove-dropdown ul#menu li:hover .level_1
	{
	background: url('../images/menu_active_right.gif') no-repeat 100% 3px;
	}

div.remove-dropdown ul#menu li:hover .level_1 a
	{
	background: url('../images/menu_active_left.gif') no-repeat 0 3px;
	}

div.remove-dropdown ul#menu li.active .level_1,
div.remove-dropdown ul#menu li.active:hover .level_1
	{
	background: url('../images/menu_selected_right.gif') no-repeat 100% 3px;
	}

div.remove-dropdown ul#menu li.active .level_1 a,
div.remove-dropdown ul#menu li.active:hover .level_1 a
	{
	color: #1d4c6e !important;
	background: url('../images/menu_selected_left.gif') no-repeat 0 3px;
	}

/* Store Button */
div.button-store
	{
	position: absolute;
	right: -1px;
	top: 48px;
	}

div.button-store a
	{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	}

div.button-store a.button-flowers
	{
	background:transparent url(img/button-send-flowers.png) no-repeat scroll 0 0;
	width: 199px;
	height: 51px;
	}

div.button-store a.button-flowers:hover
	{
	background-position: 0 -65px;
	}

div.button-store a.button-gift
	{
	background:transparent url(img/button-send-gift.png) no-repeat scroll 0 0;
	width: 256px;
	height: 53px;
	}

div.button-store a.button-gift:hover
	{
	background-position: 0 -65px;
	}

/* Menu */

.wms-menu {
	background: url('../images/menu_bg.gif') repeat-x;
	height: 42px;
	width: 990px;
	margin: 17px auto 11px auto;
	text-align: center;

}

.wms-menu ul#menu {
	display: inline-block;
	margin-left: -17px;
	text-align: left;
	_display: inline;
	_left: expression(Math.floor((this.parentNode.offsetWidth - this.offsetWidth)/2)+"px") !important;
	_position:relative;
	*display: inline;
	*left: expression(Math.floor((this.parentNode.offsetWidth - this.offsetWidth)/2)+"px") !important;
	*position:relative;
	/*text-align: left;*/
}

.wms-menu li {
	float: left;
	background: url('../images/menu_sep.gif') no-repeat 0 7px;
	position: relative;
	z-index: 50;
	overflow: visible;
	/*margin: 0 0 0 12px;*/
	padding-right:12px;
}

.wms-menu li.item{

}

.wms-menu li.first {
	float: left;
	background: url('../images/menu_sep.gif') no-repeat 0 7px;
	position: relative;
	z-index: 50;
	overflow: visible;
	/*margin: 0 0 0 12px;
	margin-left:0;
	padding-left:0;*/
	background:none;
	background: transparent;
}

.wms-menu .level_1 {
	background: url('../images/menu_arrow.gif') no-repeat 100% 7px;
	height: 38px;
	margin: 4px 0px 0 0;
	float: left;
}

.wms-menu .level_1 a:link, .wms-menu .level_1 a:visited {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	float: left;
	height: 38px;
	line-height: 36px;
	padding: 0 25px;
	text-align: left;
}

.wms-menu li:hover {
	background: transparent;
}

.wms-menu li:hover .level_1 {
	background: url('../images/menu_active_right.gif') no-repeat 100% 0;
}

.wms-menu li:hover a {
	color: #1d4c6e !important;
	background: url('../images/menu_active_left.gif') no-repeat 0 0;
}

/* Submenu */

.wms-menu li .submenu {
	display: none;
}

.wms-menu li .submenu .inner {
	width: 230px;
	background: url('../images/submenu_top.gif') no-repeat 100% 0;
	padding: 11px 0 0 0;
}

.wms-menu li.last  .submenu  .inner {
	width: 230px;
	background: url('../images/submenu_top2.png') no-repeat 100% 0;
	padding: 11px 0 0 0;

}

.wms-menu .s_mid {
	padding: 0 0 5px 10px;
	background: url('../images/submenu_mid.gif') repeat-y 0 0;
}

.wms-menu .s_mid ul {
	position: relative;
	z-index: 100;
}

.wms-menu li:hover .submenu {
	display: block;
	position: absolute;
	top: 42px;
	width: 230px;
	overflow: hidden;
	z-index: 100;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

.wms-menu li.item:hover .submenu {
	left: 0;
}

.wms-menu li.last:hover .submenu  {
	right: 12px;

}

.wms-menu li .submenu ul {
	width: 210px;
}

.wms-menu li .submenu li {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	background: url('../images/submenu_arrow.gif') no-repeat 12px 8px;
	position: static;
	height: 25px;
	font-size: 13px;
	border-bottom: 1px solid #dadada;
	word-spacing: 2px;
	text-align: left;
	padding-left: 0;
	padding-right:0;
}

.wms-menu li .submenu li.last {
	border-bottom: 0px solid transparent;
}

.wms-menu li .submenu a:link, .wms-menu li .submenu a:visited {
	color: #333333 !important;
	display: inline;
	padding: 0 0 0 24px;
	line-height: 23px;
	background: transparent;

}

.wms-menu li .submenu a:hover {
	text-decoration: underline;
}

.wms-menu .s_bottom {
	background: url('../images/submenu_bottom.png') no-repeat;
	width: 228px;
	height: 9px;
}

.wms-menu .menuRightSide {
	height: 45px;
}

/* Content */

.wms-content {
	/*width: 936px;*/
	margin: 0 0 0 15px;

}

.wms-top_pic {
	position: relative;
	margin: 0 15px 29px 0;
	min-height:240px;
}

.wms-top_pic .slogan {
	position: absolute;
	top: 210px;
	left: 100px;
	word-spacing: -1px;
	font: italic 21px "Times New Roman";
	color: #0d1c0b;
	padding: 1px 0 0 1px;
}

.wms-top_pic .slogan span {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
}

.wms-top_pic a.share:link, .wms-top_pic a.share:visited {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	position: absolute;
	top: 212px;
	right: 46px;
	height: 16px;
	line-height: 20px;
	padding: 0 25px 0 0;
	display: block;
	float: left;
}

/* Columns */
.wms-columns {
	background: url('../images/cols_bg.jpg') no-repeat;
}

.wms-columns .col_left {
	float: left;
	display: inline;
	width: 228px;
	margin: 0 0 0 6px;
}

.wms-columns .col_right {
	float: left;
	display: inline;
	width: 650px;
	margin: 0 0 20px 43px;
}

.wms-columns .col_left h3 {
	margin-left: 18px;
}




/* Box */

.wms-columns .box {
	background: url('../images/box_mid.gif') repeat-y;
	width: 220px;
	margin: 0 0 12px 7px;
}

.wms-columns .box .box_top {
	background: url('../images/box_top.gif') no-repeat;
}

.wms-columns .box .box_bottom {
	background: url('../images/box_bottom.gif') no-repeat 0 100%;
	overflow: hidden;
}

.wms-columns #box_persons .box_bottom {
	background: url('../images/box_bottom_persons.gif') no-repeat 0 100%;
}

/* Chat */

.wms-columns .chat_now {
	margin: 0 0 10px 0;
}

/* Advertisements */

.wms-columns #adsContainer{
	width: 212px;
	height:309px;
	position:relative;
	background:#FFFFFF;
	z-index:3999;
	overflow: hidden;
	margin: 5px;
}

.wms-columns #adsContainer a {
	position: absolute;
	top: 0;
	left: 0;
}

/* Button */

#wms-content .wms-columns .button, .wms-footer .button {
	background: url('../images/button_right.png') no-repeat 100% 0;
	height: 45px;
	float: left;
}

#wms-content .wms-columns .button a:link, #wms-content .wms-columns .button a:visited, .wms-footer .button a:link, .wms-footer .button a:visited {
	display: block;

	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	background: url('../images/button_left.png') no-repeat;
	text-decoration: none;
	padding: 0 62px 0 30px;
}

#wms-content .wms-columns .button div, .wms-footer .button div {
	display: block;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	line-height: 42px;
	background: url('../images/button_left.png') no-repeat;
	text-decoration: none;
}

#wms-content .wms-columns .button input, .wms-footer .button input {
	padding: 0 55px 0 18px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border: 0px solid transparent;
	cursor: pointer;
	background: transparent;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 40px;
        margin-left:7px;
}


#wms-content .wms-columns .button:hover, .wms-footer .button:hover {
	background-position: 100% 100%;
}

#wms-content .wms-columns .button:hover a:link, #wms-content .wms-columns .button:hover a:visited, #wms-content .wms-columns .button a:hover,
.wms-footer .button:hover a:link, .wms-footer .button:hover a:visited, .wms-footer .button a:hover,
#wms-content .wms-columns .button:hover div,
.wms-footer .button:hover div {
	background: url('../images/button_left.png') no-repeat 0 100%;
}

/* Footer */

.wms-footer {
	overflow: hidden;
        background:transparent url(../images/footer_bg_top.png) no-repeat scroll 0 0;
	color: #333333;
	font-size: 13px;
        width: 966px;
        margin: 10px 0 0 0;
}

.wms-footer .wms-frame {
	position: relative;
	/* height: 430px; */
	overflow: hidden;
}

.wms-footer h3 {
	font: 22px Georgia;
	color: #FFF;
	margin: 22px 0 7px 0;
	word-spacing: -1px;
}

/* Bottom menu */

.wms-footer .bottom_menu {
	font-size: 13px;
	margin: 0 0 15px 0;
}

.wms-footer .col_1 .bottom_menu {
	margin: 0 0 15px 0;
}

.wms-footer .bottom_menu a:link, .wms-footer .bottom_menu a:visited {
	color: #333;
	text-decoration: none;
}

.wms-footer .bottom_menu a:hover {
	text-decoration: underline;
}

.wms-footer .bottom_menu li {
	margin: 0 0 4px 0;
}

.wms-footer .col_2 .bottom_menu li {
	margin: 0 0 6px 0;
}

.wms-footer .bookmark li {
	margin: 0 0 7px 0;
}

.wms-footer .col_1 {
	float: left;
	display: inline;
	width: 208px;
	overflow: hidden;
	margin: 6px 0 0 13px;
}

.wms-footer .col_2 {
	float: left;
	display: inline;
	width: 208px;
	/*background: url('../images/footer_sep.gif') repeat-y 100% 0;*/
	overflow: hidden;
	margin: 6px 0 0 13px;
}

.wms-footer .col_3 {
	float: left;
	display: inline;
	width: 208px;
	/*background: url('../images/footer_sep.gif') repeat-y 100% 0;*/
	overflow: hidden;
	margin: 6px 0 0 13px;
}

.wms-footer .col_4 {
	float: left;
	display: inline;
	width: 250px;
	overflow: hidden;
	margin: 6px 0 0 14px;
}

/* Subscribe */

.wms-footer .subscribe p {
	line-height: 1.5em;
	margin: 0 10px 11px 0;
}

.wms-footer .subscribe .text {
	background: url('../images/subscribe_text.png') no-repeat;
	width: 241px;
	height: 37px;
	margin: 0 0 9px 0;
}

.wms-footer .subscribe .text input {
	font-size: 14px;
	border: 0px solid transparent;
	background: transparent;
	width: 206px;
	padding: 11px 17px 9px 10px;
	color: #333;
	position: relative;
	z-index: 100;
	font: 12px Arial, Helvetica, sans-serif;
	outline: none;
}


.wms-footer .subscribe .mistake .text {
	background-position: 0 100%;
}

.wms-footer .subscribe .button {
	float: right;
	background: url('../images/button_right.png') no-repeat 100% 0;
}

.wms-footer .subscribe .button:hover {
	background: url('../images/button_right.png') no-repeat 100% 100%;
}

.wms-footer .subscribe .button div {
	background: url('../images/button_left.png') no-repeat;
}

.wms-footer .subscribe .button:hover div {
	background: url('../images/button_left.png') no-repeat 0 100%;
}

.wms-footer .subscribe .button a:link, .wms-footer .subscribe .button a:visited {
	padding: 0 55px 0 22px;
}

.wms-footer .copyright {
	color: #7d7d7d;
	text-align: center;
	font-size: 12px;
	margin: 23px 0 25px 0;
	width: 95%;
}

.wms-footer .copyright a {
	color: #7d7d7d;
}

.wms-footer .contacts a:link {
        color: #1D4C6E;
}

.wms-footer .contacts a:hover {
        text-decoration:underline;
}

/* Item */
#wms-content .item_left {
	float: left;
	display: inline;
}

#wms-content .item_left img {
	border: 1px solid #d0d0d0;
	padding: 3px;
	display: block;
}

#wms-content div.videoplayer-wrapper img.videoplayer-play-button {
	border: 0 none;
	cursor: pointer;
	left: 50%;
	margin: -31px 0 0 -31px;
	padding: 0;
	position: absolute;
	top: 50%;
}

#wms-content .item_inside .item_left a {
	padding: 0;
}

#wms-content .item_right {
	float: left;
	display: inline;
	width: 410px;
	margin: 5px 0 0 15px;
}

#wms-content .item_inside .item_right {
	margin: 0 0 0 23px;
}

#wms-content .item_inside .item_right


#wms-content .description p {
	word-spacing: -2px;
}

#wms-content .item_inside .description p {
	margin: 7px 0 0 0;
}

/* Read more */

#wms-content .read_more div {
	float: left;
	display: inline;
	background: url('../images/read_more.gif') no-repeat 100% 2px;
	height: 25px;
}

#wms-content .read_more div:hover {
	background-position: 100% 2px;
overflow:visible;
}

#wms-content .read_more a:link, #wms-content .read_more a:visited {
	display: block;
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	color: #1D4C6E;
	padding: 0 32px 0 13px;
}

#wms-content .read_more div:hover a {
	background-position: 2px 100% !important;
}

#wms-content .item_inside .read_more {
	float: right;
	margin: 5px 3px 0 0;
}

#wms-content .full_story {
	margin: 21px 0 0 0;
}

#wms-content .full_story p {
	margin: 0 0 20px 0;
}

#wms-content .item_full {
	margin: 0 0 27px 0;
}

/* Form labels */

.wms-footer .s_line {
	position: relative;
}

#wms-content .overlay, .wms-footer .overlay {
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	color: #969696;
	font: 12px Arial, Helvetica, sans-serif;
	z-index: 10;
}

#wms-content .mistake .overlay, .wms-footer .mistake .overlay {
	color: #333;
}

#wms-content .hidden, .wms-footer .hidden {
	display: none;
}

/* Ajax */
div.ajax-submit-loading
{
	background:transparent url(../css/img/ajax-submit-loading.gif) no-repeat scroll 0 50%;
	display:none;
	color:#575757;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	padding-right: 20px;
	height:36px;
	padding-top:21px;
	padding-left: 24px;
}


/* Transparent ribbon */

.wms-menu-line {
	position: relative;
	width: 100%;
	height: 74px;
    z-index:100;
}

.wms-menu-bg {
	background: url('../images/menu_line.png') no-repeat;
	width: 1099px;
	height: 74px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -549px;
}

#TellAFriendForm_submitbuttonspan, #AffirmationForm_submitbuttonspan, #GroupGriefSupportForm_submitbuttonspan, #contact_form_nextbuttonspan {
    float: right!important;
    margin-top: 15px;
    margin-right: 25px;
}


/* List Block Full*/
#whoweare ul.list-blockfull
  {
  margin:4px 0 0 0px;
  padding:0;
  list-style:none;
  }

#whoweare ul.list-blockfull img
  {
  float:left;
  }

#whoweare ul.list-blockfull div.blockfullimg
  {
  float:left;
  }

#whoweare ul.list-blockfull li
  {
  background: none!important;
  padding:20px 0px 20px 0px!important;
  margin:0px 0px 0px 0!important;
  float:left!important;
  width: 100%!important;
  background-image: url(/cdn/8703D-zCM/images/hr.gif)!important;
  background-repeat: repeat-x!important;
  background-position: top!important;
  }

#whoweare ul.list-blockfull h3
  {
  font-size:18px;
  padding-top:15px;
    }

#whoweare ul.list-blockfull h5
  {
  padding:0;
  margin:-2px 0 10px 0;
  }

#whoweare ul.list-blockfull ul.redbullet
  {
  margin: 0px;
  padding: 10px 0px;
  }

#whoweare ul.list-blockfull ul.redbullet li
  {
  padding: 0 0 0 14px;
  list-style-type:none;
  background-image:url(../../images/bullet/bullet.gif);
  background-repeat:no-repeat;
  background-position:0 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:22px;
  }

#whoweare ul.list-blockfull ul.checklist ul.dashed
  {
  padding: 0px;
  margin: 0px;
  }

#whoweare ul.list-blockfull ul.checklist ul.dashed li
  {
  background:none;
  list-style-type:none;
  padding: 0px 0px 0px 15px;
  }
#whoweare ul.list-blockfull li .h7{

  clear: none;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height:18px;
  padding-bottom: 10px;
  padding-top:10px;
  position: static;

  }
  #whoweare ul.list-blockfull li .imageWrapWiz img {

  margin-top: 0px;
  margin-bottom: 0px;

  }

 div.lt-memorial div.column-content div.header h1
	{
	margin-bottom:0 !important;
	margin-top:0 !important;
	padding-bottom:0 !important;
	padding-top:6px !important;
	}

div.lt-memorial div.column-content div.header h6
	{
	margin-top:10px !important;
	padding-bottom:0 !important;
	}

div.lt-memorial div.user
	{
	margin-top:-45px !important;
	}

#wms-content .col_right ul.testimonials
	{

	}

#wms-content .col_right ul.testimonials li
	{
	font-family: Arial, Helvetica, Sans-serif;
	margin-bottom: 70px;
	}

#wms-content .col_right ul.testimonials li em
	{
	color: #444444;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 6px;
	}

#wms-content .col_right ul.testimonials li p
	{
    font-size: 14px;
    line-height: 22px;
	margin-bottom: 5px;
	}

#wms-content .col_right ul.testimonials li strong
	{
	color: #000;
	font-size: 14px;
	}

/* Featured Services */
#wms-content .col_right ul.featured-services li {
	background:url("../images/hr.gif") repeat-x scroll left bottom transparent;
	padding:25px 0;
}

#wms-content .col_right ul.featured-services li:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html #wms-content .col_right ul.featured-services li {
	height: 1%;
}

#wms-content .col_right ul.featured-services li.last {
	background:none;
}

#wms-content .col_right ul.featured-services li:last-child {
	background:none;
}

#wms-content ul.featured-services h4 {
    font: 24px "Times New Roman";
    margin: 0 0 6px;
}

#wms-content ul.featured-services li p {
	margin-right:25px;
}

#wms-content ul.featured-services a.arrow {
	display:inline-block;
	margin: 0 28px 0 0;
	padding:0 32px 0 0;
	background: url('../images/read_more.gif') no-repeat 100% 2px;
	height: 25px;
	line-height:25px;
}

/* Photos */
#wms-content div.photo {
	float: left;
	margin:0 23px 5px 0;
	border: 1px solid #d0d0d0;
	padding: 3px;
}

#wms-content div.photo.opt-align-left
	{
	float:left;
	}

#wms-content div.photo.opt-align-right
	{
	float:right;
	margin-left:23px;
	margin-right:0;
	}

/* Translator Bar */
html body div.translatorbar-container,
html body div.translatorbar-wrapper a.translatorbar-open {
	background: #FFF;
	border-color: #1d4c6e;
	color: #1d4c6e;
}

html.translatorbar-enabled body {
	-webkit-transition: padding-bottom .2s;
	-moz-transition: padding-bottom .2s;
	-ms-transition: padding-bottom .2s;
	transition: padding-bottom .2s;
}

html.translatorbar-state-opened body {
	padding-bottom: 46px;
}