/* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : black;
	
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height: 22px;
	color: white;
	background-image: url(../images/stars.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
    -webkit-animation: backgroundScroll 15s linear 1;
    -webkit-animation-fill-mode: forwards;
    animation: 15s ease-in-out 110 backgroundScroll;
    animation-fill-mode: none;
}
img, a img {	
	border: 0 none;
}

@-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -180px 0px;}
}

.white {
	color: white;
}

A, A:Link, A:Visited {
    color: White;
    text-decoration: none;
    font-weight: bold;
}

A:Hover {
    color: White;
    text-decoration: underline;
}

H1 {
	font-size : 32px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
}
H2 {
	font-size : 24px;
	margin-bottom : 5px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}
H3 {
	font-size : 14px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}
H4 {
	font-size : 12px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}
hr /* Make sure you upate all the color hexes when changing, different browsers read this tag differently. */
	{
	border: 0px solid #cccccc;
	color: #cccccc;
	height: 1px;
	background-color: #cccccc;
}



   /* -------------------------- Specialty Website Styles -------------------------- */
.desktop-menu {
}

.hiddenPic {
   display:none;
}
@media print {
      .noprint { display: none; }
}
.over img:hover { 
filter : alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.clearer {
	clear: both;
}
@font-face {
 font-family: FONTNAME;
 src: url("/media/fonts/FONTNAME.eot") /* EOT file for IE */
}
@font-face {
 font-family: FONTNAME;
 src: url("/media/fonts/FONTNAME.ttf") format("truetype"); /* TTF file for CSS3 browsers */
}
.categories_text {
	line-height: 18px;
	font-size: 12px;
}
.box_categories a:link, .box_categories a:visited {
	font-size: 14px;
}

/* -------------------------- Structure Style Classes Go Here -------------------------- */
.page-top-container {
	margin: 0 auto;
	max-width: 1200px;
	position: absolute;
	padding-top: 18px;
    top: 0;
} 
   
.content-container {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
    top: 20px;
}   
   
.main_container  {
	width: 100%; 
   position: relative;
	text-align: left;
}
.padding {
	padding: 25px;
}
.padding2 {
	padding: 15px;
}
.padding_center {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding_left {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.padding_right {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.bg_header {
	width: 100%;
}
.box_header {  
	width: 950px;
	margin: 0 auto;
}
.bg_menu {
	width: 100%;
}
.box_menu {
	width: 950px;
	margin: 0 auto;
}
.bg_body {
	width: 100%;
}
.box_body {
	width: 950px;
	margin: 0 auto;
}
.box_left {
	width: 30%;
	float: left;
	height: 100%;
}
.box_right {
	width: 30%;
	float: left;
	height: 100%;
}
.box_main_2_column {
	width: 70%;
	float: left;
	height: 100%;
}
.box_main_3_column {
	width: 40%;
	float: left;
	height: 100%;
}
.bg_footer {
	width: 100%;
}
.box_footer {
	width: 950px;
	margin: 0 auto;
}
.box_home_left {
	width: 60%;
	float: left;
}
.box_home_right {
	width: 40%;
	float: right;
}
/* -------------------------- Custom Style Classes Go Here -------------------------- */

   

/* -------------------------- Tool Tips -------------------------- */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
 
 
 
 
 
/* -------------------------- ASPxMenu Main -------------------------- */
.box_menu a:link, .box_menu a:visited {
	text-decoration: none;
}   
.menu_item {
	display: block;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 14px;
	color: black;  /* Colors are changed in the Menu Control File */
	text-decoration: none;
}
.menu_hover {
   color: black; /* Colors are changed in the Menu Control File */
   text-decoration: none;
   }
.menu_hover a {
	text-decoration: none;
}
.menu_selected
{
	display: block;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: Black; /* Colors are changed in the Menu Control File */
}

/* -------------------------- ASPxMenu Submenu -------------------------- */
.dxmSubMenu_menu a
{
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: left;
}
.dxmSubMenuItem_menu, .dxmSubMenuItemWithImage_menu, .dxmSubMenuItemWithPopOutImage_menu, .dxmSubMenuItemWithImageWithPopOutImage_menu {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.dxmSubMenu_menu a:Hover {
	color: #000000;
}
.dxmSubMenu_menu
{
	background-color: white;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.dxmSubMenuGutter_menu
{
	background-color: #e8e8e8;
}
.dxmSubMenuItemHover_menu, .dxmSubMenuItemHoverWithImage_menu, .dxmSubMenuItemHoverWithPopOutImage_menu, .dxmSubMenuItemHoverWithImageWithPopOutImage_menu
{
	background-color: #e8e8e8;
}
.dxmSubMenuItemSelected_menu, .dxmSubMenuItemSelectedWithImage_menu, .dxmSubMenuItemSelectedWithPopOutImage_menu, .dxmSubMenuItemSelectedWithImageWithPopOutImage_menu
{
	text-decoration: none;
	color: #a9a9a9;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/* -------------------------- Resize photogallery images -------------------------- */
.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}

   /* -------------------------- TopAdminBar -------------------------- */

table.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
}
table.admin_hdr_bar td {
	color: #dcdcdc;
	padding: 3px;
}

table.admin_hdr_bar td a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
table.admin_hdr_bar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* -------------------------- Video Embed -------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------------- Mobile Menu -------------------------- */
.slicknav_menu,
.js #menu {
    display: none;
}  
  
.mobile-menu .icon-angle-down:before,
.mobile-menu .icon-angle-left:before {
	content: normal;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	color: #fff;
	float: right;
}

.slicknav_nav .slicknav_arrow:hover {
	color: #fff;
}

.slicknav_menu {
	position: relative;
	z-index: 9999;
	width: 100%;
	font-size: 16px;
	background: transparent;
	box-sizing: border-box;
}
  
.slicknav_menu .slicknav_menutxt {
	color: #fff;
	font-weight: normal; 
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff; 
}
.slicknav_btn {
	text-decoration: none; 
	padding: 0.438em 0.625em 0.438em 0.625em!important;
}

.slicknav_nav {
	color: #686a65;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden; 
}

.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px; 
}
.slicknav_nav li {
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.slicknav_nav li:hover {
	color: #fff;
}
.slicknav_nav li:last-child {
	border: none;
}

.slicknav_nav .slicknav_row {
}

.slicknav_nav .slicknav_row:hover {
	background: black;	
	color:#fff;
}
.slicknav_nav .slicknav_row a:hover {
	color: #fff; 
}

.slicknav_nav a:link, .slicknav_nav a:visited {
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
}

.slicknav_nav li a:hover {
background:rgba(255,255,255,0.5);
	color: #fff; 
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px; 
}

.slicknav_nav .slicknav_item a:link, .slicknav_nav .slicknav_item a:visited {
	padding: 0;
	margin: 0; 
}

.slicknav_nav .slicknav_parent-link a:link, .slicknav_nav .slicknav_parent-link a:visited {
	padding: 0;
	margin: 0; 
}
.slicknav_nav .slicknav_item a:hover,
.slicknav_nav .slicknav_parent-link a:hover {
	color: #fff!important;
}

.slicknav_brand {
	color: #000;
}

.slicknav_nav a:hover * {
    color:#fff;
}