﻿body
{
    background-image: url(/images/pageBackground.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #a6afbb;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: black;
}

#wrapper
{
    margin: auto;
    width: 1005px;
    border: 1px solid black;
}

#header
{
    background-image: url(/images/header.jpg);
    width: 1031px;
    height: 100px;    
}

#navBar
{         
    height: 60px;   
    background-color: Navy;  
}

#navBar a:link, #navBar a:hover, #navBar a:visited
{ 
    height: 25px;
    float: left;    
    padding: 20px;
    color: White;
}

#rotateBox
{
	position: fixed;
}

#rotateImgHolderHolder
{
}


#footer
{
    padding: 10px;
    background-color: Gray;    
    height: 30px;    
    text-align: center;    
}

#ModalContainer
{
    display: none;
}

/* Secondary Page Specific Elements & Classes */

#content
{   
    padding: 15px; 
}

.PageTitleContainer
{
    background-color: #ecebdf;
    padding: 15px;
}
body {
	margin: 0px;
	background-color: #D5E2EB;
	background-image:url('../images/bkg.png');
	background-repeat: repeat-x;
}

div#topbar {
	width: 100%;
	height: 110px;
	background-color: #174480;
	margin-bottom: 10px;
}
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	background-color: white;
	border: 1px solid #9FA4B3;
	
}
div#header {
	width: 980px;
	height: 121px;
	margin: 0 auto;
	
}
div#menu {
	width: 980px;
	margin: 0 auto;
	height: 51px;
	background-image: url('../images/menubkg.jpg');
	background-repeat: repeat-x;
}

div#midsection {
	width: 980px;
	height: 336px;
	background-color: #B9B9B9;
	margin: 0 auto;
}
div#vertmenuwrap {
	width: 275px;
	height: 336px;
	float: left;
	padding-top: 4px;
}
div#vertmenubox-top {
	width: 267px;
	height: 43px;
	border: 1px solid #E0E0E0;
	margin: 0px 0px 4px 4px;
	background-image:url('../images/bbkg2.jpg');
	background-repeat: repeat-x;
	background-color: #275FA6;
}
div#vertmenubox {
	width: 267px;
	height: 41px;
	border: 1px solid #E0E0E0;
	margin: 0px 0px 4px 4px;
	background-image:url('../images/bbkg.jpg');
	background-repeat: repeat-x;
	background-color: #275FA6;
}

img.vb {
	float: right;
	border: 0px;
}
div#photocontainer {
	width: 437px;
	height: 328px;
	float: left;
}
div#photo {
	padding: 4px 2px 2px 2px;
}
div#calendarcontainer {
	width: 255px;
	height: 326px;
	float: right;
	margin: 4px 4px 0px 0px;
	background-image:url('../images/calbkg.jpg');
	background-repeat:repeat-x;
	background-color:#F9FBFD;
	border: 1px solid #E0E0E0;
}
div#caltitle {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #174480;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

div#quicklinkswrap {
	float: left;
	width: 240px;
	margin-left: 10px;
	background-color: #174480;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	padding: 16px;
}
div#announcements-wrap {
	float: right;
	width: 260px;
	height: 220px;
	background-image:url('../images/ann-bkg.jpg');
	background-repeat: repeat-x;
	background-color: #FFF;
	border: 1px solid silver;
}

div#submenuswrap {
	width: 262px;
}
div#sectiontitle {
	width: 267px;
	background-color: #13396C;
	height: 40px;
	line-height: 40px;
	margin: 0px 0px 0px 5px;
}

ul.submenulinks{
	list-style-type: none;
	width: 262px;
	margin: auto;
	padding: 0px;
}

ul.submenulinks a {
	height: auto;
	width: 247px;
	border-bottom: 1px solid #3876C4;
	display: block;
	line-height: 24px;
	background-color: #174480;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}


.submenunotes {
	height: auto;
	width: 247px;
	border-bottom: 1px solid #3876C4;
	display: block;
	line-height: 16px;
	background-color: #174480;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	font-weight: normal;
}

ul.submenulinks a:hover {
	background-color: #3876C4;
	text-decoration: none;
}
div#leftcolumn {
	float: left;
	width: 272px;
	margin: 0px 0px 0px 5px;
}

div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	float: right;
	width: 957px;
	padding: 5px 45px 15px 0px;
	line-height: 16px;
}
div#content a:visited {
	color: #0066cc
}

div#clear {
	clear: both;
}

div#footer {
	width: 970px;
	height: 80px;
	margin: 10px 10px 0px 10px;
	background-color:#d7d7d7;
	padding: 10px;
	font-size: 12px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
div#footer a {
	color: gray;
	text-decoration: none;
}
div#footer a:visited {
	color: gray;
	text-decoration: none;
}

img.noborder {
	border: 0px;
}

ul.mainmenu{
	list-style-type: none;
	width: 980px;
	margin: auto;
	padding: 0px;
	height: 51px;
}

ul.mainmenu a {
	background-image: url("../images/menudiv.jpg");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	line-height: 51px;
}
li.option {
	float: left;
}
p.crumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
div#sidebar {
	width: 200px;
	border: 1px solid gray;
	background-color:#EFF4F7;
	padding: 10px;
	margin: 10px;
	float: right;
	line-height: 18px;
	font-size: 11px;
}
.red {
	color: red;
}
.navy {
	color: navy;
}

h1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 22px;
	color: white;
}
h2 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	color: #FACC7F;
	padding-left: 14px;
	margin: 0px;
}
h3 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: navy;
	border-bottom: 1px navy dotted;
	margin: 0;

}
h4 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: navy;
	margin: 0;

}
@media print
{
    #header, #footer
    {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        min-height: 700px;
        background: none;
        -webkit-text-size-adjust: none;
        padding: 0;
        text-align: left;
        direction: ltr;
        margin: 0;
        color: black;
    }

    #viewport {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    #mobileMenu {
        width: 190px;
	background-color: #585858;	
	min-height: 100%;
	position: absolute;
	overflow: hidden;
	left: -190px;
    }

        #mobileMenu > ul {
            padding: 0px;
            margin: 0px;
        }

            #mobileMenu > ul > li {
                list-style: none;
            }

        #mobileMenu ul li > a {
            list-style: none;
            display: block;
            padding: 0 10px 0 5px;
            line-height: 30px;
            color: #fdfdfd;
            text-decoration: none;
            text-shadow: 0px 1px 0px rgba(0,0,0, .35);
            border-bottom: solid #333 1px;
        }

    #headerMenu {
     color: White;
	vertical-align: top;
	background-color:#174480;
	background-image:url(/images/mobile/bg.jpg);
	background-repeat:repeat-x;
	-webkit-background-size: 400px 50px;
	-webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.75);
    }
    #headerMenu img
{
	margin: 5px;
}


    #btnToggleMenu {
        margin: 10px;
        border: 1px solid gray;
        border-radius: 5px;
        padding: 4px 5px 5px 4px;
        background-color: #eaeaea; /* button bg color */
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .toggleMenuDown {
        -moz-box-shadow: inset 0px 0px 7px #444;
        -webkit-box-shadow: inset 0px 0px 7px #444;
        box-shadow: inset 0px 0px 7px #444;
        border: 1px solid #555 !important;
    }

    #contentWrap {
        position: relative;
        height: 100%;
        min-height: 700px;
        -webkit-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -moz-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -webkit-overflow-scrolling: touch;
    }

        #contentWrap.menuVisible, #mobileMenu.menuVisible {
            -webkit-transform: translateX(190px);
            transform: translateX(190px);
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

    #homeContent {
        background: url(/images/mobile/home.jpg);
        background-size: contain;
        padding: 20px;
        border-bottom: 4px solid #0c374e;
    }

    #homeLinks {
        padding: 0;
        margin: 20px;
        border-top: 2px solid #0c374e;
        border-bottom: 2px solid #0c374e;
    }

        #homeLinks li {
            list-style: none;
            font-size: 15px;
            padding: 4px 0 4px 15px;
        }

            #homeLinks li a {
                color: #0c374e;
            }

   #contentWrap
{
	position: relative;
	height: 100%;
	min-height: 700px;
	background-color: #D5E2EB;	/* This changes the background color of the mobile body */
	-webkit-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.75);
	-moz-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.75);
	box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.75);
	-webkit-overflow-scrolling: touch;
}

#contentM
{
	padding: 10px;
	padding-bottom: 50px;
	height: 100%;
	font-size: 14px;	
	color: Black;
}
#footer
{
	width: 100%;
	height: 40px;
	padding: 4px 4px 8px 4px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	background-image: url(/images/mobile/header.jpg);
	-webkit-box-shadow: 0px -8px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px -8px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px -8px 5px rgba(0, 0, 0, 0.5);
}
}