﻿@charset "utf-8";
/* CSS Document */

body{
	max-width:1200px;
	margin:0 auto;
	padding:10px;

	background-color:#f4f5f6;
	font-size:14px;
	font-family:"Century Gothic", Tahoma, sans-serif;
}
.clear{clear: both;}

nav li a span {
	display: none;
}

#toggle-bar {
	display: none;	
}

.hide {
	display: none;	
}


	a 			{color:#3b5587; text-decoration:none;}
	a:link 		{color:#3b5587 }
	a:visited 	{color:#5e7db9;} /*4985fe*/
	a:hover 	{color:#9e0b0f; cursor:hand; cursor:pointer;}
	a:active 	{ }

h1{
	font-size:30px;
	font-family:"Century Gothic", Tahoma, sans-serif;
	display:inline;
	color:#3b5587;
	font-weight:bold;
	line-height:40px;
}

h2{
	font-size:28px;
	font-family:"Century Gothic", Tahoma, sans-serif;
	display:inline;
	color:#0b3072;
	font-weight:bold;
}

h3{
	font-size:16px;
	font-weight:bold;
	font-family:"Century Gothic", Tahoma, sans-serif;
	display:inline;
	line-height:16px;
	color:#9e0b0f;
}

h4{
	font-size:12px;
	font-weight:normal;
	font-family:"Century Gothic", Tahoma, sans-serif;
	display:inline;
	line-height:16px;
}

h5{
	font-size:30px;
	font-weight:bolder;
	font-family:"Century Gothic", Tahoma, sans-serif;
	color:#9e0b0f;
	text-align:left;
	text-decoration:underline;
}

h6{
	font-size:15px;
	font-weight:normal;
	font-family:"Century Gothic", Tahoma, sans-serif;
	display:inline;
	line-height:20px;
	color:#000000;
	text-align:center;
}

h7{
	font-size:18px;
	font-weight:normal;
	font-family:"Century Gothic", Tahoma, sans-serif;
	display:inline;
	line-height:25px;
	color:red;
	text-align:center;
}

		  .h7 a 			{color:#9e0b0f; text-decoration:none; text-align:center;}
		  .h7 a:link 		{color:#9e0b0f;}
		  .h7 a:visited 	{color:#9e0b0f;}
		  .h7 a:hover 		{color:#000000; cursor:hand; cursor:pointer;}
		  .h7 a:active 		{ }

.location{width:13%; height: 75px; background-color: #E2F2FA;position: relative; float: left; padding: 1%; margin: 2%; clear: right; color: black; text-align: center; font-size: 20px; font-weight: bold;}

.location:hover{box-shadow: 3px 3px 0px 3px #8596b7;}
.location2:hover{box-shadow: 3px 3px 0px 3px #8596b7;}

.leftfloat{width: 9%; 
	float: left; 
	position: fixed; 
	top:70%; 
	z-index: 5; 
	background:#f0f0f0; 
	padding: 1%; 
	box-shadow:  3px 3px 20px -5px #2e455f;
left: 0%;}
.leftfloat img{width: 100%;}




#content{
     width:100%;
	 float:left;
	 margin-top:75px;
     margin-left:auto;
     margin-right:auto;
	 color:#000000;
	 background-color:#FFF;
	 box-shadow:1px 1px 10px 1px #C5CDDD; 
	 }

.location2{width:13%; height: 95px; background-color: #E2F2FA;position: relative; float: left; padding: 1%; margin: 2%; clear: right; color: black; text-align: center; font-size: 20px; font-weight: bold; clear:both;}


#header{
	width:100%;
	height:100%;
	float: left;
	background-image:url("/img/headerbg.png");
	background-size: cover;
	background-repeat:no-repeat;
	/*margin-bottom:-10px;
	padding-bottom:-10px;*/
}

#searchCont {
    margin-top: -6%;
    width: 30%;
    float: left;
}
input.gsc-input { background: none !important; }
.cse .gsc-control-cse, .gsc-control-cse { padding: 0px !important; background: transparent !important; border: none !important; }

	
	#logo{
		width:30%;
		float:left;
		margin-left:40%;
		padding-bottom:3.4%;
		margin-top: -6%;
        z-index: 5000;
}

	#headMenu {
        position: relative;
        top: 45px;
        width: 25%;
        height: auto;
        float: right;
    }

	#homebutton{
		height: auto;
		position:relative;
		padding: 10px;
        margin-bottom: 10px;
		text-align: center;
		display: block;
		background-color: #5c616b;
		color: white;
		text-transform: uppercase;
		}
#homebutton a {background-color:#5c616b; color: white; }
#homebutton a:hover {background-color: #7b828d;}



#logo img{
	width:65%;
	float:left;}

	#title{
		float:left;
		width:60%;
		margin-top:-2%;
		text-align:center;
		font-weight:bold;
		font-variant:small-caps;
		font-size:50px;
		color:#FFF;
}
	

.memorialimg{margin:1% auto;
display: block; box-shadow: 4px 3px 9px 0px grey; border: 1px solid grey;}
.imgdesc{text-align: center;}

/* Top Navigation NEW ------------------------------------------------------------------------------------------------*/
#mainMenu {
    display: block;
    background-image: linear-gradient(#c2c2c2, #e6e6e6 70%, #c2c2c2);
    padding: 0 8px;
    margin: 25px 0 0 0;
    font-weight: bold;
    text-align: center;
    clear: both;
    z-index: 1000;
}

#mainMenu #mobMenu{
    display: none;
}
#mainMenu ul{
    padding: 0;
    margin: 0;
}
    #mainMenu ul li a {
        color: black;
    }
        #mainMenu ul li a:hover {
            text-decoration: none;
            color: #433f85;
        }
#mainMenu ul li ul a{
    color: white;
    font-weight: normal;
}
#mainMenu ul li ul a:hover{
    color: rgba(256,256,256,.5);
}
    #mainMenu ul li {
        position: relative;
        list-style-type: none;
        display: inline-block;
        padding: 20px 12px;
        margin: 0 0 0 -1px;
        border-left: 1px solid #901626;
        border-right: 1px solid #901626;
    }
    #mainMenu ul li ul {
        position: absolute;
        top: 57px;
        left: -1px;
        width: auto;
        white-space: nowrap;
        background: #901626;
        color: white;
        display: block;
        text-align: left;
        /*border-top: 2px solid white;*/
        z-index: 1000;
    }
        #mainMenu ul li ul li {
            position: relative;
            display: block;
            border: none;
            cursor: pointer;
        }
    #mainMenu ul li ul li ul {
        position: absolute;
        top: 0;
        left: 100%;
        border: none;
        border-top: none;
        background: rgba(0,0,0,.8);
        font-weight: normal;
        z-index: 1050;
    }
            #mainMenu ul li ul li ul.rtCol {
                position: absolute;
                top: 0;
                left: auto;
                right: 99%;
            }


    #mainMenu ul li ul.subNav{display: none;}
    #mainMenu ul li ul li ul.secsubNav {display: none;}
    #mainMenu ul li ul.subNav li.wSecSub:after{
        content: ">";
        font-size: .8em;
        margin-left: 5px;
    }
        #mainMenu ul li ul li ul.secsubNav li a:hover {
            color: red;
        }
#mainMenu ul li.wSub:hover {
    background: #901626;
}
#mainMenu ul li.wSub:hover a {
    color: white;
}
        #mainMenu ul li.wSub:hover > ul.subNav {
            display: block;
        }
    #mainMenu ul li.wSub ul.subNav li:hover {
        background: rgba(0,0,0,.5);
    }
        #mainMenu ul li.wSub ul.subNav li.wSecSub:hover {
        background: rgba(0,0,0,.5);
    }
        #mainMenu ul li.wSub ul.subNav li.wSecSub:hover > ul.secsubNav {
        display: block;
    }
/*.rightArrow{
    font-size: .8em;
    margin-left: 10px;
}*/


/* Top Navigation */
ul.dropdown {
    clear: both;
    float: left;
    width: 110%;
    margin-left: -60px;
    margin-top: -2%;
    margin-bottom: 5%;
    list-style-image: none;
    list-style-type: none;
    z-index: 597;
    font-family: "Century Gothic", Tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

a img {
    border: 0;
}

ul.dropdown2 li {
    width: 100%;
}

    ul.dropdown2 li a {
        margin: 5px;
        padding: 2px;
    }

ul.dropdown a:link {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    display: block;
    line-height: 35px;
}

ul.dropdown a:visited {
    color: #ffffff;
    text-decoration: none;
}

ul.dropdown a:hover {
    text-decoration: none;
    width: 95%;
    color: #CCC;
}


ul.dropdown ul {
    height: auto;
    background-color: #9e0b0f;
    margin-top: 5px;
    padding: 10px;
    width: 270px;
    list-style-image: none;
    list-style-type: none;
    position: absolute;
    visibility: hidden;
    /*left: 0px;*/
    top: 60%;
    left: 5px;
    z-index: 598;
    border: outset;
    border-color: #FFF;
    box-shadow: 1px 1px 10px 1px #FFF;
    opacity: .97;
}



ul.dropdown li {
    line-height: 1.5em;
    vertical-align: baseline;
    float: left;
    list-style-image: none;
    list-style-type: none;
}

    ul.dropdown li:hover {
        position: relative;
        z-index: 599;
    }

        ul.dropdown li:hover > ul {
            visibility: visible;
        }


ul.dropdown ul li {
    float: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

ul.dropdown ul ul {
    top: 1%;
    left: 80%;
}


ul.dropdown2 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.dropdown li img {
    padding-bottom: 0;
    width: 100%;
}


ul.dropdown li#resources ul {
    left: -60%;
}

    ul.dropdown li#resources ul ul {
        left: -110%;
    }

li.fix {
    margin: 0;
}

li.about {
    width: 11%;
}

li.benefits {
    width: 11.6%;
}

li.publicaffairs {
    width: 11.8%;
}
li.vetcemetary {
    width: 13.6%;
}

li.veteranshome {
    width: 12.6%;
}

li.veteransserviceofficers {
    width: 20.2%;
}

li.resources {
    width: 13.6%;
}


ul.dropdown {
    width: 109.4%;
    float: left;
    list-style-image: none;
    list-style-type: none;
    z-index: 597;
    font-family: "Century Gothic", Tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

    ul.dropdown a:link {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 14px;
    }

    ul.dropdown a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    ul.dropdown a:hover {
        text-decoration: none;
        width: 100%;
        color: #9f9e9f;
    }

    ul.dropdown li {
        line-height: 1.5em;
        vertical-align: middle;
        float: left;
        list-style-image: none;
        list-style-type: none;
    }

        ul.dropdown li:hover {
            position: relative;
            z-index: 599;
        }

/*#mainMenu ul {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    
}
    #mainMenu ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        border-left: 3px solid white;
    }
        #mainMenu ul li:last-of-type {
            border-right: 3px solid white;
        }
        #mainMenu ul li a {
            display: block;
            padding: 20px;
            margin: 0;
            color: white;
            font-size: 1.1em;
            font-weight: bold;
            text-transform: uppercase;
            text-shadow: 1px 1px 2px black;
            background-image: linear-gradient(#B6B5B5, #858484);
        }
    #mainMenu ul li a:hover{
        background: darkgray;
        text-decoration: none;
    }

        #mainMenu ul li ul#secondary {
            display: none;
            position: absolute;
            top: 61px;
            background: #9e0b0f;
            border-radius: 0 0 8px 8px;
            
        }
        #mainMenu ul li ul#secondary li {
            display: block;
            border: none;
        }
        #mainMenu ul li #secondary li a {
            text-transform: none;
            font-size: 1.1em;
            padding: 10px 20px;
            display: block;
            border-bottom: 1px solid white;
            background-image: none;
        }
            #mainMenu ul li #secondary li a:hover {
                background: #611416;
            }*/



/* main content */

#mainContent {
    /*clear:left;
	float:left;*/
    width: 100%;
    background: #FFF;
    font-size: 1.2em;
    line-height: 1.5em;
}
#homepic{
    width: 100%;
}

#welcome {
    width: 90%;
    clear: left;
    float: left;
    margin-left: 5%;
    margin-top: -40px;
    margin-bottom: 80px;
}

#welcome img{
	width:95%;
	margin-bottom:30px;
	
	}

#leftcolumn{
	width: 20%;
	margin-top:-1%;
	padding-left:0%;
	clear: both;
	float: left;

}

/*styles for secondary menus on secondary pages------------------------------------------------------------*/
#secondaryMenu {
    width: 15%;
    margin: 1%;
    float: left;
    background: #c5cddd;
}
#secondaryMenu h2{
    color: rgba(256,256,256,.5);
    padding: 12px 6px;
    margin: 0;
    font-size: 1.3em;
    text-transform: uppercase;
    float: none;
    display: block;
}
#secondaryMenu ul.subNav, #secondaryMenu ul.secsubNav {
    padding: 0;
    margin: 0;
}
    #secondaryMenu ul.subNav li, #secondaryMenu ul.secsubNav li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
        #secondaryMenu ul.subNav li a, #secondaryMenu ul.secsubNav li a {
            color: #3b5587;
            font-weight: bold;
            display: block;
            padding: 12px 6px;
        }
        #secondaryMenu ul.subNav li a:hover {
            background: rgba(256,256,256,.4);
            text-decoration: none;
        }
            #secondaryMenu ul.secsubNav li a:hover {
                background: rgba(256,256,256,.4);
                text-decoration: none;
            }
            #secondaryMenu ul.secsubNav{
                display: block;
                margin-left: 15px;
                margin-top: -8px;
                font-weight: normal;
            }
                #secondaryMenu ul.secsubNav li a {
                    padding: 0;
                    color: #e2e6ee;
                }
                #secondaryMenu ul.secsubNav li a:hover{
                    background: initial;
                    color: white;
                }
            #secondaryMenu ul.secsubNav li a:before{
                content: ">";
                padding-right: 5px;
                font-size: .8em;
            }
            #newContent {
                width: 78%;
                margin: 20px 1%;
                float: left;
            }
            #newContent img.full{
                width: 80%;
            }
                #newContent img.half {
                    width: 50%;
                    float: left;
                    margin: 0 15px 15px 0;
                }
.halfCol{
    float: left;
    width: 45%;
    margin: 20px 2%;
}

#homeContentSecond{
    width: 100%;
    text-align: center;
    line-height: 1.8em;
}
#homeContentSecond .homeSecBox{
    width:40%;
    display: inline-block;
    margin: 30px auto;
    vertical-align: top;
}
    #homeContentSecond .homeSecBox.lft {
        text-align: left;
        padding: 0 20px 0 0;
        border-right: 1px solid black;
    }
    #homeContentSecond .homeSecBox.rt {
        text-align: left;
        padding: 0;
        margin-left:40px;
    }
#homeBoxContain {
    text-align: center;
    width: auto;
    padding-left: 10px;
}
	.homebox{
		width:27.5%;
		height:190px;
		position:relative;
		margin: 1%;
		background-color: #c5cddd;
		padding:30px 20px 20px 20px;
		font-family:"Century Gothic", Tahoma, sans-serif;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		line-height: 25px;
		color: #475879;
		float:left;
		border-radius: 3px;
		
}
		  .homebox a 			{color:#FFF; text-decoration:none; text-align:center;}
		  .homebox a:link 		{color:#FFF;}
		  .homebox a:visited 	{color:#FFF;}
		  .homebox a:hover 		{color:#999; cursor:hand; cursor:pointer;}
		  .homebox a:active 	{ }
		  
		  .homebox:hover{box-shadow: 3px 3px 0px 3px #8596b7;}
		  
.homehboxhead{font-size:25px;
			  line-height: 32px;
			  text-transform: uppercase;}




.secondbox {
    width: 19%;
    height: auto;
    position: relative;
    margin: 1%;
    background-color: #c5cddd;
    padding: 30px 20px 20px 20px;
    font-family: "Century Gothic", Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    color: #475879;
    float: left;
    border-radius: 3px;
}

    .secondbox a {
        color: #FFF;
        text-decoration: none;
        text-align: center;
    }

        .secondbox a:link {
            color: #FFF;
        }

        .secondbox a:visited {
            color: #FFF;
        }

        .secondbox a:hover {
            color: #999;
            cursor: hand;
            cursor: pointer;
        }

        .secondbox a:active {
        }

    .secondbox:hover {
        box-shadow: 3px 3px 0px 3px #8596b7;
    }

.secondbox-fallenhero {
    width: 25%;
    height: auto;
    position: relative;
    margin: 1%;
    background-color: #3B5587;
    padding: 30px 20px 20px 20px;
    font-family: "Century Gothic", Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #c5cddd;
    float: right;
    border-radius: 3px;
}

    .secondbox-fallenhero .homehboxhead {
        color: white;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid white;
    }

    .secondbox-fallenhero a {
        color: #c5cddd;
        text-decoration: none;
        text-align: center;
    }

        .secondbox-fallenhero a:link {
            color: #c5cddd;
        }

        .secondbox-fallenhero a:visited {
            color: #c5cddd;
        }

        .secondbox-fallenhero a:hover {
            color: #fff;
            cursor: pointer;
        }

        .secondbox-fallenhero a:active {
        }


.homehboxhead {
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
}








	.anniversary{
		
		width:85%;
		position:relative;
		float:left;
		}




	.large{
		font:"Century Gothic", sans-serif;
		font-weight:bold;
		font-size:55px;
		color:black;
		text-align:center;
		line-height:65px;}
		
	.small{
		font-size:10px;
		font:"Century Gothic", sans-serif;
		font-weight:normal;
		line-height: 13px;
		}	


			
#midcolumn, #defaultmidcolumn{
	width: 90%;
	margin-top: -50px;
	padding-right: 0%;
	padding-left: 5%;
	padding-top: 0px;
	padding-bottom: 50px;
	float: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #3b5587;
	min-height: 350px;

}

#memorialmain{
	width: 80%;
	margin-top: 0;
	padding-right: 0%;
	padding-left: 15%;
	padding-top: 0px;
	padding-bottom: 50px;
	float: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #3b5587;
	min-height: 350px;

}


 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 600; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a:link, .sidenav a:active {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.leftnav{padding: 10px 12px; cursor: pointer; background: #B32335; color: white; font-variant: small-caps; font-weight: bold; font-size: 18px;}
.leftnav:hover{box-shadow: 4px 5px 1px 1px #3B5587 ;}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* lightbox image gallery styles */
.imgGallery a {
    float: left;
    width: 23%;
    height: 204px;
    margin: 12px 2% 0 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}
.imgGallery a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*max-height: 100%;*/
    
    display: block;
    margin: 0 auto;
}





/* Footer */
#footer {
    width: 100%;
    background: #3b5587;
    padding-top: 5px;
    float: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    /*_top:-20px;
	top:-20px\9;
	*top:-20px;*/
    color: white;
    font-size: 1.2em;
    font-family: "Century Gothic", Tahoma, sans-serif;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.5em;
}


.footercolumn{
		width: 28%; 
		float: left;
		position: relative;
		text-align: left;
		padding: 2%;
}

		.footercolumn a:link{color: white;}
		.footercolumn a:visited{color: white;}

.footerbanners{
	width:50%;
	position:relative;
	float:left;
	background: #c5cddd;
	padding: 5% 5%;
	height: 10%;
	margin-bottom: 5%;
	color: #262262;
	border-radius: 3px;
}
.footerbanners:hover{background: #f4f5f6; cursor: pointer; box-shadow: 2px 2px 5px 3px #262262;}
.footerbanners a:link{color: #262262;}
.footerbanners a:visited {color: #262262;}
.footerbanners a:hover{text-decoration: none;}

		
.social img{width: 29%; margin-right: 2%;}
		
.bannertext{display:none;}


/*Owl Theme*/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
#content #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto; }

/* clearfix */
#content .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
#content .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .caption {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    width: 96%;
    height: 60px;
    margin-top: -79px;
    position: relative;
    z-index: 5000;
    padding: 10px 20px;
    font-size: 1.3em;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFFFFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  position: absolute;
  top: 45%;
  padding: 13px 8px 13px 13px;
  font-size: 30px;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 30px;
  background: #BC2928;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.7; }

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  padding: 13px 13px 13px 8px; }

@media (max-width: 800px) {
  .owl-theme .owl-controls .owl-buttons div {
    padding: 5px 5px 5px 8px;
    font-size: 30px; }

  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    padding: 5px 8px 5px 5px; } }
@media (max-width: 700px) {
  .owl-theme .owl-controls .owl-buttons div {
    top: 38%; } }
.owl-theme .owl-controls .owl-buttons div:first-of-type {
  left: 1%; }

.owl-theme .owl-controls .owl-buttons div:last-of-type {
  right: 1%; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }


/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(/img/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.9;
    right: 10px;
}

.flexslider:hover .flex-prev {
    opacity: 0.9;
    left: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}





@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}



/*@media screen and (max-width: 1180px) {
    #mainMenu ul li a {
        padding: 12px;
        font-size: 1em;
        font-weight: bold;
    }
}
@media screen and (max-width: 998px) {
    #mainMenu ul li a {
        padding: 12px;
        font-size: .9em;
        font-weight: bold;
    }
}*/



/******* Coming soon page *********************************/


#comingsooncontent{
     width:1200px;
	 background-image:url(../img/comingsoon/comingsoon.png);
	 margin-top:10px;
     margin-left:auto;
     margin-right:auto;
     position:relative;
	 color:#000000;
	 box-shadow:1px 1px 10px 1px #9e0b0f; 
	 }



#comingsoonfooter{
	width:1200px;
	height:150px;
	background-image:url(../img/comingsoon/comingsoonfooter.png);
	background-repeat:no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/*_top:-20px;
	top:-20px\9;
	*top:-20px;*/

}




.additionallinks{
	left:30px;
	font-size:18px;
	font-family:"Century Gothic", Tahoma, sans-serif;
	display:block;
}


.hide {
	display: none;	
}


	a 			{color:#3b5587; text-decoration:none;}
	a:link 		{color:#3b5587 }
	a:visited 	{color:#5e7db9;} /*4985fe*/
	a:hover 	{color:#5E85D4; cursor:hand; cursor:pointer; font-weight:bold; text-decoration:underline}
	a:active 	{ }
	
	
	
	
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: white;
    background-color:#3b5587;
    font-size: 14px;
    padding: 1em;
    display: none;
}


	

.back-to-top:hover {    
    background-color:#5274b4; text-decoration:none;
	color:white;
}	

.back-to-top a:link{    
    color:white;
}

.back-to-top a:visited{color: white;}


#lblMessage{
	color:#FF0000;
	}

tr:hover {
	background: #f8f9fc;
	color: #000000;
} 	


#vsotable{
	text-align:center;
	}
	
#contacttable{
	text-align:left;
	font:"Century Gothic", sans-serif;
	font-size:17px;
	line-height:25px;
	border-color:#CCCCCC;
	border:thin;
	}

.contactheading{
	text-align:center;
	font-size:25px;
	font-family:"Century Gothic", Tahoma, sans-serif;
	display:inline;
	color:#9e0b0f;
	font-weight:bold;
	}
	
/******* Accordian Menu - commission page *********************************/	




.Accordion {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
}


.AccordionPanel {
	margin: 0px;
	padding: 0px;
}


.AccordionPanelTab {
	background-color: #e2f2fa;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 0px;
	padding: 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family:"Century Gothic", sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

.AccordionPanelContent {
	/*overflow: auto;*/
	margin: 0px;
	padding: 20px;
	height: auto;
}
.fixedHeight{
    height: 340px !important;
}


.AccordionPanelOpen .AccordionPanelTab {
	background-color: #e2f2fa;
}

.AccordionPanelTabHover {
	color:#000000;
	padding-left:7px;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #3b5587;
}


.AccordionFocused .AccordionPanelTab {
	background-color: #e2f2fa;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #d9f1fe;
}
/* Rules for Printing */

@media print {

  .Accordion {
  overflow: visible !important;
  }
  
  .AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  }
}	


/*<!-----Collapsible panels---->*/


@charset "UTF-8";

.CollapsiblePanel {
	margin: 10px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

.CollapsiblePanelTab {
	width:75%;
	font-family:"Century Gothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 7px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.CollapsiblePanelContent {
	margin: 10px;
	padding: 10px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #CCC;
}



.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}


.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #9e0b0f;
	color:#FFFFFF;
}

.welcomered{
	color: red;
	}
	
	
#eventtable
{
font-family:"Century Gothic", sans-serif;
width:100%;
border-collapse:collapse;
}
#eventtable td, #eventtable th 
{
font-size:18px;
border:1px solid #ebebeb;
padding:10px;
}
#eventtable th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#eventtable tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}


/*<!---- Sitemap ---->*/

#cont {
    margin: auto;
    width: 80%;
    text-align: left;
	background-color:#FFF;
}

a:link,a:visited {
    color: #0180AF;
}



h1 {
    background-color: #fff;
    color: #3B5587;
    text-align: left;
    font-size: 38px;
    margin: 0px;
}

h3 {
    font-size: 14px;
    background-color: #fff;
    margin: 0px;
    padding: 10px;
}

h3 a {
    float: right;
    font-weight: normal;
    display: block;
}

th {
    text-align: center;
    background-color: #00AEEF;
    color: #fff;
    padding: 4px;
    font-weight: normal;
    font-size: 14px;
}

td {
    font-size: 14px;
    padding: 3px;
    text-align: left;
}

tr {
    background: #fff;
}

tr:nth-child(odd) {
    background: #FFF;
}



.pager,.pager a {
    background-color: #00AEEF;
    color: #fff;
    padding: 4px;
}

.lhead {
    background-color: #fff;
    padding: 4px;
    font-weight: bold;
    font-size: 20px;
}

.lhead2 {
    background-color: #fff;
    padding: 4px;
    font-weight: bold;
    font-size: 16px;
	padding-left:10px;
}



.lpart {
    background-color: #f0f0f0;
    padding: 0px;
}

.lpage {
    font: normal;
	font-size:14px;
	font-family:"Century Gothic", sans-serif;
	line-height:20px;
	padding-left:20px;
}

.lcount {
    background-color: #00AEEF;
    color: #fff;
    padding: 4px;
    margin: 2px;
    font: bold 12px "Century Gothic", sans-serif;
}

a.aemphasis {
    color: #009;
    font-weight: bold;
}

.bluetext{display:none;}
.ravtext{display:none;}


/*form styles*/
.boxFull {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.boxHalf {
    width: 45%;
    display: inline-block;
    margin-right: 4%;
}

.boxRT {
    width: 48%;
    float: left;
    margin: 0;
}

.ddl {
    width: 47%;
    padding: 8px;
    font-size: 1.2em;
    margin: 0;
    border: 1px solid #c5cddd;
    border-radius: 4px;
}
    .ddl:focus {
        border: 2px solid #3b5587;
        outline: none;
        box-shadow: 2px 2px 5px #82f5ff, -2px 2px 5px #82f5ff, 2px -2px 5px #82f5ff, -2px -2px 5px #82f5ff;
    }

.lbl {
    font-size: 1.2em;
    font-weight: bold;
}

input {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 1.2em;
    margin: 0;
    border: 1px solid #c5cddd;
    border-radius: 4px;
}
    input:focus {
        border: 2px solid #3b5587;
        outline: none;
        box-shadow: 2px 2px 5px #82f5ff, -2px 2px 5px #82f5ff, 2px -2px 5px #82f5ff, -2px -2px 5px #82f5ff;
    }
.message {
    width: 95%;
    font-size: 1.4em;
    padding: 8px;
    border: 1px solid #c5cddd;
    border-radius: 4px;
}
    .message:focus {
        border: 2px solid #3b5587;
        outline: none;
        box-shadow: 2px 2px 5px #82f5ff, -2px 2px 5px #82f5ff, 2px -2px 5px #82f5ff, -2px -2px 5px #82f5ff;
    }
.required{
    color: red;
    font-weight: bold;
}
#lbl_Response {
    color: red;
    font-weight: bold;
}
#btn_ContactSubmit {
    display: inline-block;
    width: auto;
    padding: 8px 12px;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    background: #3b5587;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    transition: .5s;
}
    #btn_ContactSubmit:hover {
        background: green;
    }

.clear {
    clear: both;
}


.req {
    color: red;
    display: block;
}

#content table {
    border: 0px solid black;
}

#content tr:nth-child(odd), #content tr:nth-child(even) {
    background-color: #fff;
}




@media screen and (max-width: 1123px) {
    #searchCont {
        position: absolute;
        top: 0;
        left: 0;
        top: -25px;
    }
}

@media screen and (max-width: 1100px) {
		
	#headMenu {top: 25px; width: 24%;}
	#logo{padding-bottom: 5%;}
		#title{margin-top:-3%; font-size:45px;}
		ul.dropdown{
			width:109%;
			margin-top:-4%;
			margin-left:-57px;}
		.ravbox{width:80%; margin-top:13px; background:#9E0B0F; font-color:black; height:auto; padding:15px 5px 15px 5px; border-radius:4px;}	
		.redbox{width:80%; height:189px; padding:15px 5px 15px 5px; background:#9E0B0F;}
		.redbox2{width:80%; background:#3B5587; font-color:black; margin-top:13px; height:auto; padding:15px 5px 15px 5px; border-radius:4px;}
		.bluecircle{width:109%; color:black; background:none; padding:50px 0px 50px 5px;}
		.bluetext{ display:block; font-color:black;}
		.ravtext{ display:block; font-color:black;}
	.homebox{width: 25%;}

	}
	
@media (max-width: 950px) {
		#headMenu {top: 15px; width: 28%;}
		#title{margin-top:4%; font-size:40px; width:60%; font-variant:normal;}
		/*#header{margin-bottom:0%;}*/
		ul.dropdown{
			width:109%;
			margin-top:-4%;
			margin-left:-57px;}
		.ravbox{width:80%; margin-top:13px; background:#9E0B0F; font-color:black; height:auto; padding:15px 5px 15px 5px; border-radius:4px;}	
		.redbox{width:80%; height:189px; padding:15px 5px 15px 5px; background:#9E0B0F;}
		.redbox2{width:80%; background:#3B5587; font-color:black; margin-top:13px; height:auto; padding:15px 5px 15px 5px; border-radius:4px;}
		.bluecircle{display:none;}
		.bluetext{ display:block; font-color:black;}
		.ravtext{ display:block; font-color:black;}
		#leftcolumn{display:none;}
		#midcolumn{width:91%;}
			nav#mobile {display:none;
	}
	#footer{background:none; font-size:12px;}
	}
	
	
		
	@media (max-width: 900px) {
        #homebutton{margin-bottom: 5px; font-size: .8em;}
	#logo{width:25%; padding-bottom: 5%;}
	#title{margin-top:2%; font-size:35px; width:60%; font-variant:normal;}
	/*#header{margin-bottom:1%;}*/
	ul.dropdown{
			width:109%;
			margin-top:-4%;
			margin-left:-57px;}
	#welcome{margin-top:0px; margin-bottom:45px;}
	#midcolumn, #defaultmidcolumn{
	width: 90%;
	padding-left: 5%;}
	#footer{font-size:11px; text-align:left; background:#E3E0E0; padding-top:10px; padding-bottom:10px;}
	.bannertext{display:block; font-size:12px; color:black; width:100%;}
	.footerbanners{width:50%;}
	.footerbanners img {display:none;}
	.footerleft{margin-top:0; width:50%; font-size:12px;}
	.footerright{display:none;}
	.back-to-top {display:none;}
		#content{margin-top: 50px}

}

@media screen and (max-width: 800px){
    #searchCont {
        position: absolute;
        top: -8px;
        left:0;
        width: 50%;
    }
    #headMenu {width: 60%;}
    #homebutton {display: inline-block; float: right; margin-left: 5px;}
	/*#header{padding-top:0px; padding-bottom:15px;}*/
	#title{font-size:30px; width:100%; font-variant:normal;}
	#footer{font-size:11px; text-align:left; background:#E3E0E0;}
	.bannertext{display:block; font-size:12px; color:black; width:100%; margin-left:1%;}
	.footerbanners{width:50%;}
	.footerbanners img {display:none;}
	.footerleft{margin-top:0; width:50%; font-size:12px;}
	.footerright{display:none;}
	.back-to-top {display:none;}
	ul.dropdown{margin-top:-2%;}
	#logo{width:27%; padding-bottom: 1%;margin-left: 5%;}
	.homebox{width: 40%;}


    #secondaryMenu {
        width: 98%;
        clear: both;
    }

        #secondaryMenu h2 {
            font-size: 1em;
            text-align: center;
        }

        #secondaryMenu ul.subNav, #secondaryMenu ul.secsubNav {
            text-align: center;
            font-size: .9em;
        }

            #secondaryMenu ul.subNav li, #secondaryMenu ul.secsubNav li {
                margin: 0 5px 10px 5px;
                display: inline-block;
            }

                #secondaryMenu ul.subNav li a, #secondaryMenu ul.secsubNav li a {
                    display: inline-block;
                    padding: 6px;
                    border: 1px solid #3b5587;
                }


        #secondaryMenu ul.secsubNav {
            display: none;
        }
        #newContent{
            width: 90%;
            margin: 20px 5%;
        }
    /* lightbox image gallery styles */
    .imgGallery a {
        width: 100%;
        height: 404px;
    }


    /*form styles*/

    .boxHalf {
        width: 100%;
        margin-right: 0;
    }

    .ddl {
        width: 100%;
    }
    .message {
        width: 100%;
    }

}
	
	@media screen and (max-width: 550px){
	#title{font-size:25px;}
	#footer{font-size:10px; text-align:left; background:#E3E0E0;}
	.flexslider{display:none;}
        #headMenu {
            top: 0;
        }
        #homebutton br{display: none;}
        #homeContentSecond .homeSecBox {
            width: 80%;
            display: block;
        }

            #homeContentSecond .homeSecBox.lft {
                text-align: left;
                padding: 0;
                border-right: none;
            }

            #homeContentSecond .homeSecBox.rt {
                text-align: left;
                padding: 0;
                margin-left: 40px;
            }

        #newContent img.half {
            width: 100%;
            float: none;
            margin: 0;
        }
	}