/*
drop-down-arrow-home-page-large.png
jquery.selectBox-arrow.png
*/
.homepageLinks{
 position:relative;
 bottom:-10px !important;
 max-height:20px !important;
 padding:0 0 0 0 !important;
 margin:0 0 0 0 !important;
 text-align:center;
 color:#FF0;
// font-weight:700;
}
.homepageLinks a{
 color:#FF0;
// font-weight:700;
}
.homepageLinks a:hover{
 color:#F00;
}
form.secondform{
 padding:10px 55px 15px;
 width:500px;
 height:145px;
 background:rgb(0,0,0);
 background:rgba(0,0,0,0.3);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFF0000,endColorstr=#4cFF0000);
 zoom:1;
 border-radius:15px;
 margin:0 auto;
 position:relative;
 top:175px;
}
form.secondform span.fauxh1{
 color:#FF0;
 font-family:arial,sans-serif;
 margin:0 0 10px 0;
 text-align:center !important;
}
/*form.secondform .radioinput{
 width:33%;
 color:#fff;
 display:block;
 float:left;
 font-family:arial,sans-serif;
 font-size:23px;
 margin-bottom:20px;
}*/
div.secondform{
 height:35px;
 padding:10px;
 background:rgb(0,0,0);
 background:rgba(0,0,0,0.4);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFF0000,endColorstr=#4cFF0000);
 max-width:20%;
 display:inline-block;
 margin:0 30px;
 color:#fff;
}
div.secondform a{
 color:#fff;
 text-decoration:none;
}
div.secondform a:hover{
 color:#ff0;
 text-decoration:none;
}
.row{
 float:left;
 border-right:1px solid #d8d8d8;
 border-radius:5px;
 display:inline-block;
 height:40px;
 margin-bottom:5px;
 overflow:hidden;
 position:relative;
 width:420px;
 background:-moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
 background:-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); 
}
.smallrow{
 background:linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
 border-right:1px solid #d8d8d8;
 border-radius:4px;
 margin-top: 2px;
 display:inline-block;
 float:left;
 height:21px;
 margin-bottom:5px;
 margin-right:8px;
 overflow:hidden;
 position:relative;
 width:85px;
}
form.secondform select.largeselect{
 clear:both;
 height:40px;
 margin-bottom:4px;
 width:420px;
 border:1px solid #d8d8d8;
 border-radius:5px;
 background:#ffffff;
 background:-moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
 background:-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); 
 float:left;
}
form.secondform select.largeselect{
 color:#000;
 font-family:arial,sans-serif;
 font-size:20px;
 text-align:center;
}
select.selectBox-dropdown.largeselect .selectBox-arrow{
 background:url('//images.mswoods.com/sprite.png')no-repeat -2px -455px;
 width:40px;
 border:0 none;
}
form.secondform input[type="submit"].submitbutton{
 width:63px;
 height:40px !important;
 background:none repeat scroll 0 0 #0066cc;
 border:1px solid #029eff;
 color:#fff;
 font-family:arial,sans-serif;
 font-size:20px;
 border-radius:5px;
 margin-left:7px;
 display:inline-block;
}
form.secondform select.smallselect{
 float:left;
 height:25px;
 margin-bottom:4px;
 border:1px solid #d8d8d8;
 background:#ffffff;
 background:-moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
 background:-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
 background:linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); 
}
form.secondform select.smallselect{
  color:#000;
  font-family:arial,sans-serif;
  font-size:15px;
  text-align:left;
  width:87px;
  padding-left:0;
 }
.smallrow:first-child .smallselect{
 color:#000;
 font-family:arial,sans-serif;
 font-size:15px;
 text-align:left !important;
 width:117px;
 padding:0;
}
.smallrow:first-child{
 width:115px;
}
select.largeselect > option{
  background-color:#fff;
 }
form.secondform select.smallselect option{
 background-color:#fff;
}
/*
input[type="radio"]{
  display:none;
 }
input[type="radio"] + label span{
 display:inline-block;
 width:100%;
 height:25px;
 margin:-1px 4px 0 0;
 vertical-align:middle;
 background:url("//images.mswoods.com/radio-button-off.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
 cursor:pointer;
}
input[type="radio"]:checked + label span{
   background:url("//images.mswoods.com/radio-button-on.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
}
*/
.radioinput span{
 padding-left:25px;
}
.selectrow{
 margin-top:15px;
  width:520px;
}
.selectBox-dropdown .selectBox-arrow{
 background:url('//images.mswoods.com/sprite.png')no-repeat -2px -452px;
 border:0 none ;
 height: 85%;
}
.secondform .largeselect.selectBox-dropdown .selectBox-arrow {
  background:url('//images.mswoods.com/sprite.png')no-repeat 15px -416px;
    border: 0 none;
    height: 40px;
    margin-right: 6px;
    width: 55px;
}
.largeselect .selectBox-label {
    box-sizing: border-box;
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    width: 100% !important;
}

/* homepage top nav thing for Kathleen */
div.nav3{
 position:relative;
 top:-25px;
 width:985px;
 height:208px;
 margin:-15px auto 0 auto;
}
div.nav3 div.divnav3_1{
 float:left;
 width:160px;
 margin-right:5px;
 display:inline-block;
 background-color:#000051;
 background-image:url('//www.mswoods.com/images/hp_sprite.jpg');
 background-repeat:no-repeat;
 background-position:0px 0px;
 height:208px;
 padding:0;
}
div.nav3 div.divnav3_2{
 float:left;
 width:160px;
 margin-right:5px;
 display:inline-block;
 background-color:#000051;
 background-image:url('//www.mswoods.com/images/hp_sprite.jpg');
 background-repeat:no-repeat;
 background-position:-160px 0px;
 height:208px;
 padding:0;
}
div.nav3 div.divnav3_3{
 float:left;
 width:160px;
 margin-right:5px;
 display:inline-block;
 background-color:#000051;
 background-image:url('//www.mswoods.com/images/hp_sprite.jpg');
 background-repeat:no-repeat;
 background-position:-960px 0px;
 height:208px;
 padding:0;
}
div.nav3 div.divnav3_4{
 float:left;
 width:160px;
 margin-right:5px;
 display:inline-block;
 background-color:#000051;
 background-image:url('//www.mswoods.com/images/hp_sprite.jpg');
 background-repeat:no-repeat;
 background-position:-480px 0px;
 height:208px;
 padding:0;
}
div.nav3 div.divnav3_5{
 float:left;
 width:160px;
 margin-right:5px;
 display:inline-block;
 background-color:#000051;
 background-image:url('//www.mswoods.com/images/hp_sprite.jpg');
 background-repeat:no-repeat;
 background-position:-640px 0px;
 height:208px;
 padding:0;
}
div.nav3 div.divnav3_6{
 float:left;
 width:160px;
 margin:0;
 display:inline-block;
 background-color:#000051;
 background-image:url('//www.mswoods.com/images/hp_sprite.jpg');
 background-repeat:no-repeat;
 background-position:-1120px 0px;
 height:208px;
 padding:0;
}
div.nav3 div.divnav3_1 img,div.nav3 div.divnav3_2 img,div.nav3 div.divnav3_3 img,div.nav3 div.divnav3_4 img,div.nav3 div.divnav3_5 img,div.nav3 div.divnav3_6 img{
 width:160px;
 height:208px;
 border-width:0;
 margin:0;
 padding:0;
}
div.homepage-links{
 position:relative;
 top:-25px;
}
div.homepage-links a{
// text-align:center !important;
// padding:0 !important;
 color:#909090;
 text-decoration:none;
 margin:0 35px 0 0;
 font-size:150%;
 width:20%;
 max-width:20%;
}
div.homepage-links div{
 margin:10px 0;
}
 
 