html, body {
	height:100%;
}
#wvtreasurySkina {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
Form {
	height:100%;
}
/*========================================================+
|  Design Elements                                        |
+========================================================*/

.pageWidth {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1200px !important;
	min-width: 760px;
	background-color:#FFFFFF;
	clear:both;
}
.navDiv {
	display:block;
	height:40px;
}
.contentDiv .pageWidth {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1160px !important;
	min-width: 760px;
	padding:15px 20px;
	background-color:#FFFFFF;
	clear:both;
}
.headerDiv {
	border-top: 8px solid #1f497d;
	border-bottom: 4px solid #cccccc;
	height:140px;
	background-color:#FFFFFF;
}
/* Header divs and styles */
.hSeal {
	float:left;
	background-image:url(../graphics/seal.png);
	height:134px;
	width:134px;
	margin:3px 0 0 20px;
}
.johnPerdue {
	float:left;
	background-image:url(../graphics/jp.png);
	background-repeat:no-repeat;
	height:110px;
	width:500px;
	margin:18px 0 0 42px;
}
.socialMedia {
	float:right;
	height:35px;
	width:250px;
	margin:25px 20px 20px 0;
}
.smicon {
	float:left;
	margin:0 11px;
}
.smiconf {
	float:left;
	margin:0 11px 0 0;
}
.smiconl {
	float:left;
	margin:0 0 0 11px;
}
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
    #search {
	    float: right; 
	    width:250px;
	    height:32px;
		border:1px solid #A6A6A6;
		clear:right;
		margin:0 20px 0 0;
    }

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
		    display:inline-block;
		    float: right;
	        height:32px; width:32px;
		    margin: 0;	padding:0;
		    background: #cccccc url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center;
		    text-indent:-9999px;
	}
	
	#search a.SearchButton:hover {		
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, rgb(243,243,243); /* Old browsers */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	}
	
	#dnn_dnnSearch_txtSearch  {
		display:block; 
		float: left;
		width:202px;
		height: 32px;
	    padding: 0 5px 0 10px;
		margin:0;
		background-color: transparent;
		border: none; 
		border-radius:0;
		box-shadow: none;
		outline: none;
	   
	    color:#1f497d;
	    line-height: 32px;
	    font-size: 14px;
	    
	   -webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
    }
    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus
	{
	    background:#fff;
	    box-shadow:inset 0px 3px 8px #f3f3f3;
	}	

/*------------------------------------------------*/
/* END */

.logoDiv {
	display: block;
	float: left;
	margin: 0px 0 0 15px;
}

.contentDiv {
	clear: both;
}
.upSearchText {
	margin:32px 20px 20px 20px;
	font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	color:#FFFFFF;
	font-size:40px;
	text-align:center;
	font-style:italic;
	line-height:50px;
	font-weight:bold;
	text-overflow:ellipsis;
}
.upBoxText {
	margin:20px 0 0 0;
	font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
img {
	height: auto !important;
	max-width: 100%;
}

.breadcrumbDiv {
	margin:-10px auto 10px auto;
	padding:0 10px;
}

.breadcrumbDiv, .breadCrumb {
	color: #999999 !important;
	font-size:10px;
	text-shadow: 1px 1px #FFFFFF;
	
}

.breadCrumb {
	padding:0px 5px 0px 5px;
	background:#EFEFEF;
	position: relative;
	height:22px;
	display:block;
	float:left;
	line-height:22px;
	margin-right:18px;
}

.breadcrumbDiv .breadCrumb:first {
	border:none;
}

.breadCrumb:before {
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -11px;   
	border-width: 11px 0 11px 11px;
	border-style: solid;
	border-color: #EFEFEF #EFEFEF #EFEFEF transparent;
	left: -1em;
}

.breadCrumb:after {
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -11px;   
    border-width: 11px 0 11px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #EFEFEF;
	right: -1em;
}
.push {
	height: 155px; 
}
.footerDiv {
	height: auto; 
	clear: both;
	background-color:#1f497d;
}
.footerWidth {
	position: relative;
	display: block;
	margin: 5px auto 0 auto;
	max-width: 1200px;
	min-width: 738px;
	clear:both;
}
.leftf, .centerf {
	float:left;
	margin:5px 0;
	border-right:dotted #FFFFFF;
	padding:5px 10px !important;
	min-height:50px;
	width:377px;
}
.rightf {
	float:left;
	margin:5px 0;
	padding:5px 10px !important;
	min-height:50px;
	width:377px;
}
.copyrightCopy {
	clear:both;
	font-size: 10px;
	font-size: 1rem;
	padding:10px;
	color: #CCCCCC;
	display:block;
	text-align:center;
}
.leftf, .centerf, .rightf, .leftf a, .centerf a, .rightf a {
	color:#FFFFFF;
}
.leftf .titleStyle, .centerf .titleStyle, .rightf .titleStyle {
	margin:0;
	padding:0 0 5px 0;
	color:#fff;
	font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	font-size:30px;
	font-style:italic;
}

.ControlContainer {
    font-size: 12px !important;
}

.attribDiv a {
    margin:0 auto;
    display:block;
    height:35px;
    width:39px;
    text-indent:-2000px;
    overflow:hidden;
    background:url(../graphics/attribution_logo.png) no-repeat;
}

#dnn_ctr2489_FormsView_lnkSubmit, .upSearchBtn {
	display:block;
	color: #ffffff;
	padding: 12px 89px;
	margin:5px auto 0 auto;
	font-size: 20px;
	width:250px !important;
	height:50px !important;
	background-image:url(../graphics/UPSearchButton.png);
	background-repeat:no-repeat;
	font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
}
#dnn_ctr2489_FormsView_lnkSubmit A:Link, .upSearchBtn A:Link {	font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	font-weight:bold;
	font-style:italic;
	line-height:40px;
	font-size:20px;
	font-stretch:ultra-expanded;
	text-decoration:none;
	color:#FFFFFF;
}
#dnn_ctr2489_FormsView_lnkSubmit A:hover, .upSearchBtn A:hover {
	color:#1f497d !important;
	text-decoration:none;
}
.upSearchName {
	font-size:18px;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
}

/*========================================================+
|  Login/Social Elements                                  |
+========================================================*/

.buttonDiv {
	display: block;
}

.loginLinks {
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}

.loginLinks .registerGroup,
.loginLinks .registerGroup *,
.loginLinks .loginGroup,
.loginLinks .loginGroup * {
	display: block;
	float: left;
	font-weight: normal;
}

.loginLinks .registerGroup .buttonGroup {
	margin: 0;
	padding: 0;
}

.loginLinks .registerGroup li {
	border-right: none;
}

.loginLinks .registerGroup a,
.loginLinks .loginGroup a,
.button {
	position: relative;
	color: #666666;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #FFFFFF;
	padding: 2px 7px;
	line-height: 26px;
	font-weight: normal;
	font-size: 11px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px #FFFFFF;
    overflow:hidden;
}

.loginLinks .registerGroup a:hover,
.loginLinks .loginGroup a:hover,
.button:hover {
	color: #000000;
}

.loginLinks .registerGroup .userNotifications a strong,
.loginLinks .registerGroup .userMessages a strong {
	display: block;
	text-indent: -2000px;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 26px;
}

.loginLinks .registerGroup .userNotifications a strong {
	background: url(../graphics/social_sprite.png) 5px -123px no-repeat;
}

.loginLinks .registerGroup .userNotifications a strong:hover {
	background: url(../graphics/social_sprite.png) 5px -155px no-repeat;
}

.loginLinks .registerGroup .userMessages a strong {
	background: url(../graphics/social_sprite.png) 5px -59px no-repeat;
}

.loginLinks .registerGroup .userMessages a strong:hover {
	background: url(../graphics/social_sprite.png) 5px -91px no-repeat;
}

.loginLinks .registerGroup .userProfileImg a {
	padding: 0;
}

.loginLinks .registerGroup .userProfileImg img {
	width: 30px;
	height: 30px;
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.loginLinks .registerGroup .userProfileImg img:hover {
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.loginLinks .registerGroup a:hover,
.loginLinks .loginGroup a:hover,
.button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.mobileButtons {
	display: none;
	float: right;
}

.mobileButtons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobileButtons li {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}

.mobileButtons li a {
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Uncomment for blue notification bubbles */

/*.loginLinks .registerGroup a span {
    background: #2BA6CB;
	background: -moz-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #95D2E5), color-stop(60%, #2BA6CB));
	background: -webkit-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -o-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -ms-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: linear-gradient(to bottom, #95D2E5 20%, #2BA6CB 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95D2E5', endColorstr='#2BA6CB', GradientType=0 );
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border:1px solid #2284A1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
	text-shadow: 1px 1px #2284A1;
    display: inline-block;
    font-size: 9px;
	font-weight:bold;
    min-width: 15px;
    padding: 4px 2px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -7px;
	line-height:normal;
	z-index:1000;
}*/

.dnnFormItem {
	border-collapse:collapse;
	padding:0 !important;
	width: 500px !important;
}
.dnnFormAndList TD, .dnnFormItem TD {
	font-size:12px !important;
	margin:0 !important;
}
.dnnFormItem tr:nth-child(2n) {
	background-color:#EFF1F5;
}
.dnnFormItem tr:nth-child(1) {
	background-color:#fff;
}
.dnnFormItem .gimmeHeight {
	padding:8px 15px 8px 10px;
}
.distrubutionHeader {
	text-align:center;
}

/*========================================================+
|  Panes                                                  |
+========================================================*/

.leftPaneB {
	display: block;
	float: left;
	width: 750px;
	min-height:400px;
	padding-right:30px !important;
	border-right:1px solid #007819;
}

.rightPaneB {
	display: block;
	float: right;
	min-width: 350px;
	max-width: 350px;
}
.contentpane {
	display: block;
	width: 100%;
}

/*========================================================+
|  Navigation                                             |
+========================================================*/

#dnnMenuMobile {
	display: none;
}
.menuBar {
	width:100%;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1)) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	border-bottom:1px solid #747474;
}
#dnnMenu {
	display: block;
	z-index: 1000;
	height:40px;
	line-height:44px;
	padding:0;
	margin:0 !important;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1)) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	
	
}

#dnnMenu .topLevel {
	position: relative;
	margin: 0;
	padding: 0;
}

#dnnMenu .topLevel li {
	float: left;
	margin: -4px 0 0 0;
	padding:0 20px;
	list-style-type: none;
	position: relative;
	font-weight:bold;
	border-right:1px solid #6B6B6B
}
#dnnMenu .topLevel li:last-child {
	border:none;
}

#dnnMenu .topLevel li.selected > a {
	color: #1f497d;
}

#dnnMenu .topLevel li a {
	display: block;
	color:#67932f;
	padding-bottom: 0px;
	text-transform: uppercase;
}

#dnnMenu .topLevel li a.disabled {
	cursor:default;
}

#dnnMenu .topLevel a:hover {
	text-decoration: none;
	color: #1f497d;
}

#dnnMenu .subLevel, #dnnMenu .subLevel .subLevelRight ul {
	display: block;
	display: none;
	position: absolute;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 1210;
	border: 1px solid #E0E0E0;
	top: 30px;
	left: 18px;
	background: #FFFFFF;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#dnnMenu .moveLeft {
    left:-80px;
}

#dnnMenu .subLevel ul {
	width: 170px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 900;
}

#dnnMenu .subLevel li {
	float: none;
	clear: both;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right:none;
}
#dnnMenu .subLevel li:hover {
	background-color:#F3F3F3;
}
#dnnMenu .subLevel li a {
	margin: 0px;
	padding: 10px 15px;
	border-bottom: 1px solid #DADADA;
	color: #666;
	line-height: normal;
}

/*#dnnMenu .subLevel .subLevelRight ul {
    top:auto;
    left: 170px;
    display:block;
    width:170px;
}*/

#dnnMenu .subLevel .subLevelRight li a {
	padding-left: 25px;
}

#dnnMenu .subLevel .subLevelRight .subLevelRight li a {
	padding-left: 35px;
}
.blogCatagoryList {
	line-height:30px;
	list-style:none;
	text-decoration:none;
	font-size:14px;
	margin:0;
}

/*=================================================+
|  Document Library                                |
+=================================================*/
.ToolbarBackgroundTop {
	height:10px;
}
.OTTD2_2 .Tree {
	display:none !important;
}
.dgTxtB {
	padding:4px 0 4px 15px !important;
}
.dgTxt {
	padding:4px 0 4px 15px !important;
}

/*========================================================+
|  Responsive Styles                                      |
+========================================================*/

/* Maximum width. Comment out or remove if you want a full 100% width skin */
@media only screen and (min-width: 1210px) {
    .pageWidth {
       max-width: 1200px;
    }
}

@media only screen and (max-width: 1210px) {

    .ModWillStrohlContentSliderC {
        display: none;
    }
	
    body {
	    -webkit-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	    min-width: 0;
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 0px;
	    padding-right: 0px;
    }
    .pageWidth {
       max-width: 760px !important;
    }
    .buttonDiv {
	    position: absolute;
	    right: 0px;
	    top: 0px;
    }

	.headerDiv {
		border-top: 6px solid #1f497d;
		border-bottom: 3px solid #cccccc;
		height:120px;
		width:100%;
		background-color:#FFFFFF;
	}
	
	.headerDiv .pageWidth {
		max-width:790px !important;
		margin:0 auto;
	}
	/* Header divs and styles */
	.hSeal {
		height:110px !important;
		width:110px !important;
		float:left;
		background-image:url(../graphics/seal-m.png);
		background-size:contain;
		background-position:center;
		margin:3px 0 0 20px;
	}
	.johnPerdue {
		float:left;
		background-image:url(../graphics/jp-m.png);
		background-repeat:no-repeat;
		margin:20px 0 0 22px;
		height:80px;
		width:380px;
		background-size:contain;
	}
	.socialMedia {
		float:right;
		height:35px;
		width:200px;
		margin:15px 20px 15px 0;
	}
	.smicon {
		float:left;
		width:40px;
		margin:0 7px;
	}
	.smiconf {
		float:left;
		width:40px;
		margin:0 6px 0 0;
	}
	.smiconl {
		float:left;
		width:40px;
		margin:0 0 0 6px;
	}
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
    #search {
	    float: right; 
	    width:200px;
	    height:32px;
		border:1px solid #A6A6A6;
		clear:right;
		margin:0 20px 0 0;
    }

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
		    display:inline-block;
		    float: right;
	        height:32px; width:32px;
		    margin: 0;	padding:0;
		    background: #cccccc url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center;
		    text-indent:-9999px;
	}
	
	#search a.SearchButton:hover {		
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, rgb(243,243,243); /* Old browsers */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	}
	
	#dnn_dnnSearch_txtSearch  {
		display:block; 
		float: left;
		width:150px;
		height: 32px;
	    padding: 0 5px 0 10px;
		margin:0;
		background-color: transparent;
		border: none; 
		border-radius:0;
		box-shadow: none;
		outline: none;
	   
	    color:#1f497d;
	    line-height: 32px;
	    font-size: 14px;
	    
	   -webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
    }
    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus
	{
	    background:#fff;
	    box-shadow:inset 0px 3px 8px #f3f3f3;
	}	

/*------------------------------------------------*/

	
	
	.contentDiv .pageWidth {
		position: relative;
		display: block;
		margin: 0 auto;
		max-width: 750px !important;
		padding:15px 20px;
		background-color:#FFFFFF;
		clear:both;
	}
    .logoDiv {
	    text-align: center;
	    margin: 5px 0 0 10px;
	    max-width: 48%;
    }

    .pageWidth {
		max-width:760px;
	    padding: 0px;
		position: relative;
		display: block;
		margin: 0 auto;
		background-color:#FFFFFF;
		clear:both;
    }
	
    .breadcrumbDiv {
	    display:none !important;
    }


	.upSearchText {
		margin:20px;
		font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
		color:#FFFFFF;
		font-size:40px;
		text-align:center;
		font-style:italic;
		line-height:30px;
		font-weight:bold;
		text-overflow:ellipsis;
	}
	.upBoxText {
		margin:10px;
		font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
		color:#FFFFFF;
		font-size:16px;
		text-align:center;
		font-weight:bold;
	}

/*****:::::: Menu ::::::*****/

	#dnnMenu {
		display: block;
		z-index: 1000;
		height:38px;
		font-size:13px;
	}
	#dnnMenu .topLevel li {
		float: left;
		margin: -3px 0 0 0;
		padding:0 8px;
		line-height:41px;
		list-style-type: none;
		position: relative;
		font-weight:bold;
		font-stretch:normal;
		border-right:1px solid #6B6B6B
	}
	#dnnMenu .topLevel li:last-child {
		border:none;
	}
	
	#dnnMenu .topLevel li.selected > a {
		color: #1f497d;
	}
	
	#dnnMenu .topLevel li a {
		display: block;
		color:#67932f;
		padding-bottom: 0px;
		text-transform:capitalize;
	}
	#dnnMenu .topLevel li:last-child {
	border:none;
	}
	
	#dnnMenu .topLevel li a.disabled {
		cursor:default;
	}
	
	#dnnMenu .topLevel a:hover {
		text-decoration: none;
		color: #1f497d;
	}
	
	#dnnMenu .subLevel, #dnnMenu .subLevel .subLevelRight ul {
		display: block;
		display: none;
		position: absolute;
		width: auto;
		margin: 0;
		padding: 0;
		z-index: 1210;
		border: 1px solid #E0E0E0;
		top: 30px;
		left: 18px;
		background: #FFFFFF;
		font-size: 12px;
		font-size: 1.2rem;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#dnnMenu .moveLeft {
		left:-80px;
	}
	
	#dnnMenu .subLevel ul {
		width: 170px;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 900;
	}
	
	#dnnMenu .subLevel li {
		float: none;
		clear: both;
		width: auto;
		list-style: none;
		margin: 0;
		padding: 0;
		border-right:none;
	}
	#dnnMenu .subLevel li:hover {
		background-color:#F3F3F3;
	}
	#dnnMenu .subLevel li a {
		margin: 0px;
		padding: 10px 15px;
		border-bottom: 1px solid #DADADA;
		color: #666;
		line-height: normal;
	}
	
/*****:::: End Menu ::::*****/

    /*========================================================+
    |  Responsive Panes                                       |
    +========================================================*/

    .leftPaneB {
	    display: block;
	    float: left;
		min-width: 398px;
		max-width: 760px;
		width:100%;
		padding:0 0px 15px 0 !important;
		border-bottom:1px solid #007819;
		border-right:none;
		clear:both;
    }


	.rightPaneB {
		display: block;
		float: left;
		margin:25px 0;
		min-width: 398px;
		max-width: 760px;
	}
	.contentpane {
		display: block;
		width: 100%;
		max-width:760px !important;
		
	}
    /*========================================================+
    |   End Responsive Panes                                  |
    +========================================================*/
	.footerDiv {
		height: 300px; 
		clear: both;
		width:100%;
		background-color:#1f497d;
	}
	.footerWidth {
		position: relative;
		display: block;
		margin: 5px auto 0 auto;
		max-width: 760px;
		min-width: 360px;
		clear:both;
	}
	.leftf, .centerf {
		float:left;
		margin:5px 0;
		border-right:dotted #FFFFFF;
		min-height:50px;
		max-width:30%;
		width:230px;
	}
	.rightf {
		float:left !important;
		margin:5px 0;
		min-height:50px;
		max-width:32%;
		width:230px;
	}
	.copyrightCopy {
		font-size: 10px;
		font-size: 1rem;
		padding:10px;
		color: #CCCCCC;
		display:block;
		float:left;
		width:100%;
		text-align:center;
	}
		
}
@media only screen and (max-width: 360px) {
	
	html, body {
	    -webkit-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	    width: 100% !important;
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 0px;
	    padding-right: 0px;
    }
	
	Form {
		height:auto;
	}
    .pageWidth {
	   max-width:330px !important;
	   min-width:330px;
	   float:left;
    }
	.contentDiv .pageWidth {
		position: relative;
		display: block;
		margin: 0 auto;
		max-width: 330px !important;
		padding:15px 0px;
		background-color:#FFFFFF;
		clear:both;
	}
	.contentDiv {
		clear:both;
		max-width: 330px !important;
		overflow:hidden;
	}
    .buttonDiv {
		display:block;
		position:relative;
    }

	.headerDiv {
		border-top: 6px solid #1f497d;
		border-bottom: 3px solid #cccccc;
		height:100px;
		background-color:#FFFFFF;
	}
	
	.headerDiv .pageWidth {
		max-width:360px !important;
		margin:0 auto;
	}
	/* Header divs and styles */
	.hSeal {
		float:left;
		background-image:url(../graphics/seal.png);
		background-repeat:no-repeat;
		background-size:contain;
		height:80px !important;
		width:80px !important;
		padding:2px !important;
		margin:8px 0 0 10px;
	}
	.johnPerdue {
		float:left;
		background-image:url(../graphics/jp.png);
		background-repeat:no-repeat;
		margin:10px 0 0 8px;
		height:40px;
		width:200px;
		background-size:contain;
	}
	.socialMedia {
		display:none;
	}
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
    #search {
	    float: left; 
	    width:185px;
	    height:28px;
		border:1px solid #A6A6A6;
		clear:right;
		margin:3px 20px 0 8px;
    }

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
		    display:inline-block;
		    float: right;
	        height:28px; width:28px;
		    margin: 0;	padding:0;
		    background: #cccccc url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center;
		    text-indent:-9999px;
	}
	
	#search a.SearchButton:hover {		
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, rgb(243,243,243); /* Old browsers */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: url('http://cms.wvsto.com/portals/wvtreasury/skins/wvtreasury/graphics/search.png') no-repeat center center, linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	}
	
	#dnn_dnnSearch_txtSearch  {
		display:block; 
		float: left;
		width:140px;
		height: 28px;
	    padding: 0 5px 0 10px;
		margin:0;
		background-color: transparent;
		border: none; 
		border-radius:0;
		box-shadow: none;
		outline: none;
	   
	    color:#1f497d;
	    line-height: 28px;
	    font-size: 12px;
	    
	   -webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
    }
    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus

	{
	    background:#fff;
	    box-shadow:inset 0px 3px 8px #f3f3f3;
	}	

/*------------------------------------------------*/

	
    .logoDiv {
	    text-align: center;
	    margin: 5px 0 0 10px;
	    max-width: 48%;
    }
	
    .breadcrumbDiv {
	    display:none !important;
    }


	.pageWidth, .clearfix {
		width:330px !important;
	}
	
    .mobileButtons {
	    display:block;
		float:left;
		clear:both;
    }

    #dnnMenuMobile {
	    clear: both;
    }

    .loginLinks .registerGroup,
    .loginLinks .registerGroup *,
    .loginLinks .loginGroup,
    .loginLinks .loginGroup * {
	    float: none;
	    font-size: 14px;
	    font-size: 1.4rem;
    }

    .loginLinks .registerGroup a,
    .loginLinks .loginGroup a {
	    text-align: center;
	    display: block;
	    margin: 0 0 10px 0;
	    padding: 0;
	    clear: both;
	    position: relative;
	    line-height: 2.4em;
	    font-size: 16px;
    }

    .button {
	    text-align: center;
	    display: block;
	    margin: 5px 0 5px 10px;
	    padding: 0;
	    clear: both;
	    position: relative;
	    line-height: 2.3em;
	    color: #666666;
    }

    .loginLinks {
	    position: relative;
	    display: none;
	    float: none;
	    margin: 0;
	    padding: 0 10px;
	    clear: both;
    }
	/*========================================================+
    |  Responsive Panes                                       |
    +========================================================*/

    .leftPaneB, .rightPaneB {
	    display: block;
	    float: left;
		width: 310px !important;
		min-width:300px !important;
		min-height:200px;
		padding:0 0px 10px 10px !important;
		border-bottom:1px solid #007819;
		border-right:none;
		clear:both !important;
    }
	.leftPaneB P {
		width: 310px !important;
		min-width:300px !important;
	}
	.contentpane {
		display: block;
		width: 310px !important;
		min-width:300px !important;
		
	}
    /*========================================================+
    |   End Responsive Panes                                  |
    +========================================================*/
	
	
    /*========================================================+
    |  Mobile Menu                                            |
    +========================================================*/

#dnnMenu {
	bottom: 0px;
	top:-5px !important;
	left: 0px;
	position: absolute;
	z-index: 1000;
	width:100%;
	height:100%;
    background: #F3F3F3;
}

#dnnMenu .topLevel {
	    list-style: none;
	    margin: 0px 0 -1px 0;
	    padding: 0 10px;
}

#dnnMenu .topLevel li {
	    list-style: none;
	    margin: 0px;
	    padding: 0px;
        float:none;
        background: #F3F3F3;
}

#dnnMenu .topLevel li.selected > a {
	color: #000000;
}

#dnnMenu .topLevel li a {
	    display: block;
		height:25px;
	    line-height: 25px;
	    border-bottom: 1px solid #CCCCCC;
	    border-top: 1px solid #FFFFFF;
	    padding: 3px 3px 3px 10px;
	    font-size: 10px;
	    text-transform:uppercase;
	    text-shadow: 1px 1px #FFFFFF;
}

#dnnMenu .topLevel li a.disabled {
	cursor:default;
}

#dnnMenu .topLevel a:hover {
	text-decoration: none;
	color: #000000;
}

#dnnMenu .subLevel, #dnnMenu .subLevel .subLevelRight ul {
	display: block;
	display: none;
	position: absolute;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 1210;
	border: 1px solid #E0E0E0;
	top: 30px;
	left: 15px;
	background: #FFFFFF;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#dnnMenu .moveLeft {
    left:-80px;
}

#dnnMenu .subLevel ul {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	left:0px;
	background-color:transparent;
	z-index: 900;
}
    #dnnMenu .subLevel {
		background-color:transparent;
        line-height: 1.2em;
        border: none;
        padding: 10px 10px;
        font-size: 16px;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow:none;
        left:inherit;
        top:inherit;
        width:inherit;
        position:relative;
        width:auto;
        padding:0px;
    }
#dnnMenu .subLevel li {
	float: none;
	clear: both;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

#dnnMenu .subLevel li a {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	border-bottom: 1px solid #DADADA;
	color: #777777;
	line-height: normal;
}
	#mobileMenuBtn {}

    /*========================================================+
    |  Footer                                                 |
    +========================================================*/
	.push {
		height:-1px !important;
	}
	.footerDiv {
		clear: both;
		max-width: 360px;
		min-width: 330px;
		height:100%;
		background-color:#1f4957d;
	}
	.footerWidth {
		position: relative;
		margin: 5px auto 0 auto;
		max-width: 360px;
		min-width: 330px;
		clear:both;
	}
	.leftf, .centerf {
		float:left;
		margin:5px 10px;
		border-bottom:1px solid #FFFFFF;
		border-right:none;
		min-height:50px;
		max-width:310px;
		min-width:200px;
	}
	.rightf {
		float:left;
		margin:5px 10px;
		min-height:50px;
		border-bottom:1px solid #FFFFFF;
		min-height:50px;
		max-width:310px;
		min-width:200px;
	}
	.copyrightCopy {
		font-size: 10px;
		font-size: 1rem;
		padding:10px;
		color: #CCCCCC;
		display:block;
		float:left;
		max-width:310px;
		min-width:200px;
		text-align:center;
	}

}
@media print {
	p {
		font-size:12px;
	}
	.leftPaneB, .rightPaneB {
		font-size:12px;
	}
}