#bodybg {
  border: 1px solid #202020;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  background: #4e4e4e;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #202020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #202020));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #202020 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #202020 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #202020 100%);
  background: linear-gradient(top, #4e4e4e 0%, #202020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#bodyfg {
  border: 1px solid #121212;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0%, #121212 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(100%, #121212));
  background: -webkit-linear-gradient(top, #282828 0%, #121212 100%);
  background: -o-linear-gradient(top, #282828 0%, #121212 100%);
  background: -ms-linear-gradient(top, #282828 0%, #121212 100%);
  background: linear-gradient(top, #282828 0%, #121212 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
img {
	border-style: none;
}
.link  {
	text-decoration: none;
}
.vert_align {
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 0px;
 }
.personal {
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
 }
 
/* Title Scroll */
#scroller1 {
  background-color: #000000;
  padding-left: 40px;
  height: 180px;
  background-image: url(../images/t_scroll1.jpg);
  background-repeat: repeat-x;
}
#scroller2 {
  background-color: #000000;
  padding-left: 40px;
  height: 180px;
  background-image: url(../images/t_scroll2.jpg);
  background-repeat: repeat-x;
}

/* Horizontal Menu */
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu {
  border: 1px solid #323e26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #74974e;
  background: -moz-linear-gradient(top, #74974e 0%, #566e3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74974e), color-stop(100%, #566e3d));
  background: -webkit-linear-gradient(top, #74974e 0%, #566e3d 100%);
  background: -o-linear-gradient(top, #74974e 0%, #566e3d 100%);
  background: -ms-linear-gradient(top, #74974e 0%, #566e3d 100%);
  background: linear-gradient(top, #74974e 0%, #566e3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#cssmenu li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 13px 7px 13px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: Verdana, Arial, Sans-serif;
  font-weight: bold;
}
#cssmenu li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #74974e;
}
#cssmenu li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #4b6135;
  border: 1px solid #323e26;
  -moz-box-shadow: inset 0 5px 10px #323e26;
  -webkit-box-shadow: inset 0 5px 10px #323e26;
  box-shadow: inset 0 5px 10px #323e26;
}
#cssmenu li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #74974e;
}
#cssmenu li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #4b6135;
  border: 1px solid #323e26;
  -moz-box-shadow: inset 0 5px 10px #323e26;
  -webkit-box-shadow: inset 0 5px 10px #323e26;
  box-shadow: inset 0 5px 10px #323e26;
}

/* Vertical Casting Menu */
#cssmenu_casting_side ul,
#cssmenu_casting_side li,
#cssmenu_casting_side a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu_casting_side {
  border: 1px solid #3d3d3d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu_casting_side ul {
  zoom: 1;
  background: #969696;
  background: -moz-linear-gradient(top, #969696 0%, #6e6e6e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #6e6e6e));
  background: -webkit-linear-gradient(top, #969696 0%, #6e6e6e 100%);
  background: -o-linear-gradient(top, #969696 0%, #6e6e6e 100%);
  background: -ms-linear-gradient(top, #969696 0%, #6e6e6e 100%);
  background: linear-gradient(top, #969696 0%, #6e6e6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu_casting_side ul:before {
  content: '';
  display: block;
}
#cssmenu_casting_side ul:after {
  display: table;
  clear: both;
}
#cssmenu_casting_side li {
  float: center;
  margin: 0 0 0 0;
  border: 1px solid transparent;
}
#cssmenu_casting_side li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 19px 7px 19px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: Calibri, Arial, Sans-serif;
  font-weight: bold;
  width: 110px;
}
#cssmenu_casting_side li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #969696;
}
#cssmenu_casting_side li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #616161;
  border: 1px solid #3d3d3d;
  -moz-box-shadow: inset 0 5px 10px #3d3d3d;
  -webkit-box-shadow: inset 0 5px 10px #3d3d3d;
  box-shadow: inset 0 5px 10px #3d3d3d;
}
#cssmenu_casting_side li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #969696;
}
#cssmenu_casting_side li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #4b6135;
  border: 1px solid #323e26;
  -moz-box-shadow: inset 0 5px 10px #323e26;
  -webkit-box-shadow: inset 0 5px 10px #323e26;
  box-shadow: inset 0 5px 10px #323e26;
}

/* Vertical Gallery Menu */
#cssmenu_gallery_side ul,
#cssmenu_gallery_side li,
#cssmenu_gallery_side a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu_gallery_side {
  border: 1px solid #3d3d3d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu_gallery_side ul {
  zoom: 1;
  background: #969696;
  background: -moz-linear-gradient(top, #969696 0%, #6e6e6e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #6e6e6e));
  background: -webkit-linear-gradient(top, #969696 0%, #6e6e6e 100%);
  background: -o-linear-gradient(top, #969696 0%, #6e6e6e 100%);
  background: -ms-linear-gradient(top, #969696 0%, #6e6e6e 100%);
  background: linear-gradient(top, #969696 0%, #6e6e6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu_gallery_side ul:before {
  content: '';
  display: block;
}
#cssmenu_gallery_side ul:after {
  display: table;
  clear: both;
}
#cssmenu_gallery_side li {
  float: center;
  margin: 0 0 0 0;
  border: 1px solid transparent;
}
#cssmenu_gallery_side li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 19px 7px 19px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 18px;
  font-family: Calibri, Arial, Sans-serif;
  font-weight: bold;
  width: 110px;
}
#cssmenu_gallery_side li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #969696;
}
#cssmenu_gallery_side li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #616161;
  border: 1px solid #3d3d3d;
  -moz-box-shadow: inset 0 5px 10px #3d3d3d;
  -webkit-box-shadow: inset 0 5px 10px #3d3d3d;
  box-shadow: inset 0 5px 10px #3d3d3d;
}
#cssmenu_gallery_side li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #969696;
}
#cssmenu_gallery_side li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #4b6135;
  border: 1px solid #323e26;
  -moz-box-shadow: inset 0 5px 10px #323e26;
  -webkit-box-shadow: inset 0 5px 10px #323e26;
  box-shadow: inset 0 5px 10px #323e26;
}


/* Soldier Bio Photo Gallery Launch Button */
#cssmenu_bio ul,
#cssmenu_bio li,
#cssmenu_bio a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu_bio {
  border: 1px solid #323e26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu_bio ul {
  zoom: 1;
  background: #74974e;
  background: -moz-linear-gradient(top, #74974e 0%, #566e3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74974e), color-stop(100%, #566e3d));
  background: -webkit-linear-gradient(top, #74974e 0%, #566e3d 100%);
  background: -o-linear-gradient(top, #74974e 0%, #566e3d 100%);
  background: -ms-linear-gradient(top, #74974e 0%, #566e3d 100%);
  background: linear-gradient(top, #74974e 0%, #566e3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu_bio ul:before {
  content: '';
  display: block;
}
#cssmenu_bio ul:after {
  display: table;
  clear: both;
}
#cssmenu_bio li {
  float: center;
  margin: 0 0 0 0;
  border: 1px solid transparent;
}
#cssmenu_bio li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 19px 7px 19px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 18px;
  font-family: Calibri, Arial, Sans-serif;
  font-weight: bold;
  width: 420px;
}
#cssmenu_bio li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #74974e;
}
#cssmenu_bio li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #4b6135;
  border: 1px solid #323e26;
  -moz-box-shadow: inset 0 5px 10px #323e26;
  -webkit-box-shadow: inset 0 5px 10px #323e26;
  box-shadow: inset 0 5px 10px #323e26;
}
#cssmenu_bio li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #74974e;
}
#cssmenu_bio li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #4b6135;
  border: 1px solid #323e26;
  -moz-box-shadow: inset 0 5px 10px #323e26;
  -webkit-box-shadow: inset 0 5px 10px #323e26;
  box-shadow: inset 0 5px 10px #323e26;
}

/* Additional Casting Button */
#cssmenu_casting ul,
#cssmenu_casting li,
#cssmenu_casting a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu_casting {
  border: 1px solid #3e3e26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu_casting ul {
  zoom: 1;
  background: #96964e;
  background: -moz-linear-gradient(top, #96964e 0%, #6e6e3c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96964e), color-stop(100%, #6e6e3c));
  background: -webkit-linear-gradient(top, #96964e 0%, #6e6e3c 100%);
  background: -o-linear-gradient(top, #96964e 0%, #6e6e3c 100%);
  background: -ms-linear-gradient(top, #96964e 0%, #6e6e3c 100%);
  background: linear-gradient(top, #96964e 0%, #6e6e3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu_casting ul:before {
  content: '';
  display: block;
}
#cssmenu_casting ul:after {
  display: table;
  clear: both;
}
#cssmenu_casting li {
  float: center;
  margin: 0 0 0 0;
  border: 1px solid transparent;
}
#cssmenu_casting li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 19px 7px 19px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
  font-family: Calibri, Arial, Sans-serif;
  font-weight: bold;
  line-height: 10px;
  width: 420px;
}
#cssmenu_casting li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #96964e;
}
#cssmenu_casting li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #616135;
  border: 1px solid #3d3d25;
  -moz-box-shadow: inset 0 5px 10px #3d3d25;
  -webkit-box-shadow: inset 0 5px 10px #3d3d25;
  box-shadow: inset 0 5px 10px #3d3d25;
}

/* Soldiers Roll-Over */
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.img-list li {
  display: inline-block;
  height: 100px;
  margin: 0 0 0 0;
  position: relative;
  width: 100px;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 12px;
  font-family: Arial,Helvetica;
  
  cursor: pointer;
  display: table;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
ul.img-list li:hover span.text-content {
  opacity: 1;
}
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* Text Colors */
.rkogreen {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #9ACD68}
.rkogreenbold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #9ACD68}
.black {
	font-family: Verdana, sans-serif;
 	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000}
.white {
	font-family: Verdana, sans-serif;
 	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF}
.whitebold {
	font-family: Verdana, sans-serif;
 	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF}
.cyanbold {
	font-family: Verdana, sans-serif;
 	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #00FFFF}
.whitelarge {
	font-family: Verdana, sans-serif;
 	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF}
.red {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FF0000}
.redbold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000}
.redlarge {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000}
.bluebold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #3366FF}
.bluelarge {

	font-family: Verdana, sans-serif;

	font-size: 15px;

	line-height: 18px;

	font-weight: bold;

	color: #3366FF}
.bluehi {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #00FFFF}
.bluehilarge {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #00FFFF}
.pinkbold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF00FF}
.pinklarge {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FF00FF}
.yellowbold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFF00}
.yellowlarge {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFF00}
.orangebold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900}
.orangelarge {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900}
.greenbold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #00FF00}
.greenlarge {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #00FF00}
.grey {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #C0C0C0}
.greylarge {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #C0C0C0}
.blackunderline {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000}

/* Horizontal Menu */
#cssmenu_navy ul,
#cssmenu_navy li,
#cssmenu_navy a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu_navy {
  border: 1px solid #25353d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu_navy ul {
  zoom: 1;
  background: #4e7e96;
  background: -moz-linear-gradient(top, #4e7e96 0%, #3c5d6e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e7e96), color-stop(100%, #3c5d6e));
  background: -webkit-linear-gradient(top, #4e7e96 0%, #3c5d6e 100%);
  background: -o-linear-gradient(top, #4e7e96 0%, #3c5d6e 100%);
  background: -ms-linear-gradient(top, #4e7e96 0%, #3c5d6e 100%);
  background: linear-gradient(top, #4e7e96 0%, #3c5d6e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu_navy ul:before {
  content: '';
  display: block;
}
#cssmenu_navy ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu_navy li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#cssmenu_navy li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 13px 7px 13px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: Verdana, Arial, Sans-serif;
  font-weight: bold;
}
#cssmenu_navy li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #4e7e96;
}
#cssmenu_navy li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #355261;
  border: 1px solid #25353d;
  -moz-box-shadow: inset 0 5px 10px #25353d;
  -webkit-box-shadow: inset 0 5px 10px #25353d;
  box-shadow: inset 0 5px 10px #25353d;
}
#cssmenu_navy li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #4e7e96;
}
#cssmenu_navy li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #355261;
  border: 1px solid #25353d;
  -moz-box-shadow: inset 0 5px 10px #25353d;
  -webkit-box-shadow: inset 0 5px 10px #25353d;
  box-shadow: inset 0 5px 10px #25353d;
}

