﻿/* CSS layout */

.ShowHand {
    cursor: pointer;
    }



body{
margin:0;
padding:0;
font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
font-size: 12px;
background: #ffffff;
}

.buttonbarlabel {
    float: left;
width: 45%;
height: 28px;
margin: 4px 5px;
text-align: left;
color: white;
font-weight: bold

}

.buttonbarcontent {
    float: right;
width: 45%;
height: 28px;
margin: 2px 5px;
text-align: right;
}


@media screen and (max-width: 1024px) {

#bodycontent{
width: 987px;
margin:auto;
padding: 10px;
}

#headercontent{
width: 987px;
margin:auto auto auto auto;
}

#footercontent{
width: 990px;
margin:auto;
font-size: 7pt;
margin-top: 20px;
}

.navcontent{
width: 987px;
margin: 0px auto 0px ;
}
.navcontent2{
width: 987px;
margin: 0px auto 0px ;
}


.skinapplicationtitle	{
text-align: right;
font-size: 20px;
padding-right: 4px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
width: 300px;
} 
 
 .toptext
{
color: white;
font-family: Verdana;
float: right;
width:360px;
Height: 67px;
margin: 0px 0px auto auto; 
padding: 0px 12px 4px 10px;
text-align: right;
overflow: hidden;
} 

}


@media screen and (min-width : 1025px) {

#bodycontent{
width: 1250px;
margin:5px auto 5px;
}

#headercontent{
width: 1250px;
margin:auto auto auto auto;
}

#footercontent{
width: 1200px;
margin:auto;
font-size: 7pt;
margin-top: 20px;
}


.navcontent{
width: 1250px;
margin: 0px auto 0px ;
}

.navcontent2{
width: 1250px;
margin: 0px auto 0px ;
}


 .skinapplicationtitle	{
	text-align: right;
	font-size: 22px;
	padding-right: 4px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	width: 380px;
	
	}  

 .toptext
{
color: white;
font-family: Verdana;
float: right;
width:600px;
Height: 67px;
margin: 0px 0px auto auto; 
padding: 0px 12px 4px 10px;
text-align: right;
overflow: hidden;
}

}


#bodycontent {
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size: 12px;
}


#masthead {
height: 72px;
background-color: #337ab7;
/*background-image:url('../images/HeadBackground.png');
background-repeat:repeat-x; */
}

#top_nav {
height: 26px;
background-color: #bdb8b8;
margin-top: 0px;
padding: 0px;
border-top: 1px solid #525050;
border-bottom: 1px solid #525050;
}

#app_nav {
	height: 26px;
	background-color: #363940;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #363940;
}


#page_content {
padding-top: 10px
}

#footer {
clear: left;
width: 100%;
height: 40px;
background: silver;
color: #000;
text-align: center;
padding: 10px;

}




#naviconbar {
width: 500px;
text-align:left;

}

div.naviconbar {
    border: 2px solid #000000; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 160px; 
    height: 190px; 
    background-color: #337ab7;
    color: white;
    text-align: center; 
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size: 14pt; 
    font-weight: bold;
}


img.ssnavimage {
margin-top: 7px;
}

img.navimage {
margin: 7px auto 6px 6px;
}


#navmenu{
width: 400px;
margin: auto;
padding: 10px 2px auto auto;
line-height: 1.7em;
float:right;
text-align: right;
}





a.nav{
color: white;
font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-weight:bold;
font-size:small;
}

a.nav:Hover{
color: red;
}

p.center{
padding-top: 20px;
	text-align:center;
	margin:auto auto auto auto;
}







/*  Menu Test */

.rnvPopup.rnvContentTemplate {
    padding: 6px 15px;
}
 
.rnvContentTemplate:after {
    content: "";
    clear: both;
    display: block;
}
 
.rnvPopup .column {
    padding-right: 30px;
    margin-top: 10px;
    margin-right: 15px;
    float: left;
    border-right: 1px solid #ccc;
}
 
.rnvPopup .column + .column {
    border: 0;
}
 
.rnvPopup h5 {
    margin: 0 0 15px;
    color: inherit;
    font-size: 1.38em;
    font-weight: normal;
}
 
.rnvPopup h5 ~ h5 {
    margin-top: 20px;
}
 
.rnvPopup .RadSiteMap .rsmLink {
    padding: 2px 5px 2px 20px;
    position: relative;
}
 
.rnvPopup .RadSiteMap .rsmLink:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    width: 2px;
    height: 2px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
}
 
.rnvContentTemplate img {
    max-width: 46%;
    padding: 4px;
    float: right;
}
 