/* Fonts */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

/* Standard Styles */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-image: url(../img/pattern10.png);
	background-repeat: repeat;
	
}


.container {
	border-top:1px solid #666;
	border-left:2px solid #666;
	border-right:2px solid #666;
	border-bottom:none;
	background-color:#F2F2F2;
	height:100%;
	margin-top:8px;
}

a:link {
	
}
a:visited{
	color:#00348A;
}

/* Header */
#global {
	
}
.global_links {
	line-height:200%;
	padding-left:8px;
}
.sm_icons {
	text-align:right;
	padding-right:8px;
}

img.sm_tile {
	padding-left:5px;
	padding-right:5px;
}

#banner {
	border-bottom: 5px solid #9A8A5F;
	border-top: 5px solid #071040;
	background-image: url(../img/banner-temp.jpg);
	background-repeat: no-repeat;
}

.sos {
	background-image: url(../img/Delbert.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 205px;
	width: 310px;
	float: right;
	
}

.sos ul {
	margin-top: 150px;
	
}

.sos ul li {
	
}

.sos a:link {
color:#fff;
text-decoration:none;
font-weight:800;	
}
#body-content {
min-height:600px;
}

#v5-page-content {
background-color:#F2F2F2;
padding-bottom:60px;
border-left:1px solid #999;
	min-height:600px;
}

#body-content {
	background-color:#00245D;
}

/* Headers */

h1 {
	color:#616161;
	font-weight:400;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}
h2 {
color:#185B00;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif;
font-size:175%;
}
/* Nav */

nav {
	
	color:#fff;
	height:100% !important;
}

nav ul li {
	list-style-type:none;
}

/* Buttons */

.btn-primary {
  color: #ffffff;
  background-color: #1D61BC;
  border-color: #1D61BC;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #357ebd;
  border-color: #3071a9;
}
a.btn-primary:link, a.btn-primary:hover, a.btn-primary:visited, a.btn-primary:active {
color: #ffffff !important;	
}



/* Notices */

#notices {
padding:6px 8px 0 8px;
background-image:url('../img/notices_bttm_tile.png');
background-repeat:repeat-x;
background-position: bottom;
min-height:55px;
}

span.notices-header {
	color:#ED1C24;
	font-weight:800;
}
span.notices-content {
	
}

/* Boxes */

.SOS-box {
	
}

.SOS-box h3 {
color:#EE2931;
font-size:120%;	
background-image:url('../img/horz-dot-tile.png');
background-repeat:repeat-x;
background-position: bottom;
padding-left:8px;
padding-bottom:4px;
}

.SOS-box ul {
line-height:140%;	
}

.SOS-box ul li {
	list-style-position: outside;
	list-style-image: url(/img/bullet01.png);	
	padding-bottom:4px;
	padding-top:4px;
}


.SOS-navBox {
background-color:rgb(249,252,252);
border-color:rgb(199,199,199);
border-width:1px;
-moz-border-radius:3%;
-webkit-border-radius:2%/2%;
border-radius:2%/2%;
border-style:solid;
}

.SOS-navBox h3 {
color:#185C01;
font-size:110%;	
background-image:url('../img/horz-dot-tile.png');
background-repeat:repeat-x;
background-position: bottom;
font-weight:700;
padding-bottom:4px;
text-transform:uppercase;
margin-left:10px;
margin-right:10px;
font-family: 'Open Sans';
}

.SOS-navBox ul {
line-height:140%;	
margin-left:0;
padding-left:10px;
padding-right:10px;
}

.SOS-navBox ul li {
	list-style: none;	
	padding-bottom:4px;
	padding-top:4px;
	background-image:url('../img/horz-dot-tile.png');
background-repeat:repeat-x;
background-position: bottom;
}



/* Footer */

footer {
	background-color:#333333;
	color:#fff;
	font-size:80%;

}

footer a:link, footer a:hover, footer a:visited, footer a:active {
color:#fff;	
}

footer p {
	padding-left:8px;
}

#footer-seal {
margin-top:-45px;
}

.footer-content {
    width: 80%;
    float: left;
}
/* End Menu Styles */
.footerBTT {
    width: 20%;
    float: left;
}


/* Page Layout Styles */

#MainContent {
	padding-left:12px;
	padding-right:8px;
}
#SubContent01 {
	padding-left:8px;
	padding-right:12px;

}
#SubContent02 {
	
}

.SOS-breadcrumb {
font-size:90%;	
}

.SOS-search {
	
}

/* Accordions */

.accordion-heading {
	background-color:#DFDFDF;
	font-weight:700;
}

.accordion-heading:hover {
	background-color:#D1D1D1;
}


.accordion-heading a:link, .accordion-heading a:hover, .accordion-heading a:visited, .accordion-heading a:active {
	color:#185C01;
}

.accordion-group {
	border-color:#DFDFDF;
}

.ms-WPBody {
	font-size:120%;
}

/* Link Boxes */

.LinkBox {
background-color:rgb(255,255,255);
border-color:rgb(229,229,229);
border-width:1px;
-moz-border-radius:2%;
-webkit-border-radius:2%/3%;
border-radius:2%/3%;
border-style:solid;
-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.33);
-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.33);
box-shadow:1px 1px 1px rgba(0,0,0,0.33);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#54000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#54000000,Positive=true);
float:left;
border-bottom:1px solid #EE2931;
}

.LinkBox_w25 {
	width:22%;
	margin-right:2%;
	margin-left:1%;
}

.LinkBox_h100 {
	height:100px;
}

.LinkBox span {
	padding:5px;
	display:block;
	color:#0057E7;
	font-weight:700;
	font-size:125%;
	line-height:115%;
}

.LinkBox a {
	display:block;
}

/* Site Actions Menu Items: changes the hover background of menu items */
div.ms-MenuUIPopupScreen div.ms-MenuUIPopupInner ul.ms-MenuUIUL div.ms-MenuUIULItemHover
{
border-color:#274E61;
background-image:none;
background-color:#F7E6D7;
}

/* Helper Classes */

img.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto }
    
.moveUp_5 {
	margin-top:-5px;
}

.moveUp_10{
	margin-top:-10px;
}

.moveUp_15 {
	margin-top:-15px;
}

/* Menu */
 
 #responsive-admin-menu {
background-color: #00245D;/*#404040*/
float:left;

}


#responsive-admin-menu #responsive-menu {
	height: 50px;
	display: none;
	line-height: 50px;
	cursor: pointer;
	color: #ffffff;
	text-indent: 10px;
}

/* Menu Styles */
#responsive-admin-menu #menu {
	width: 100%;
}
#responsive-admin-menu #menu a {
	border-bottom: 1px dotted #52535a;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 12px;
	color: #FFFFFF;
	position: relative;
	font-weight: 400;
	overflow: hidden;
	width:auto;
}
#responsive-admin-menu #menu a:hover {
	color: #222;
	background-color:#fcfcfc;
}

#responsive-admin-menu #menu div {
	display: none;
	width: auto;
	background-color: #1D61BC;/*#5c5d64*/
	overflow: hidden;
}
#responsive-admin-menu #menu div a {
	color: #fff;/*#c0c0c0*/
}
#responsive-admin-menu #menu div a:hover {
	color: #888888;
}
#responsive-admin-menu #menu a.submenu:before {
	font-family: FontAwesome;
	content: "\f054";
}
#responsive-admin-menu #menu a.downarrow:before {
	font-family: FontAwesome;
	content: "\f078";
}
#responsive-admin-menu #menu a.submenu:before {
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 17px;
}

a.noSubMenu {
	background-color:#00358C;
}

a.noSubMenuHome {

}

/* App Wrap Menu */

nav#appMenu {
	padding:0 8px 20px 8px ;
}

nav#appMenu h3 {
 font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;	
  Text-transform:uppercase;
  font-size:1em;
  border-bottom:1px dotted #fff;
}

nav#appMenu a:link {
color:#fff;	
}

nav#appMenu a:hover {
color:#fff;	
text-decoration:underline;
}

nav#appMenu a:visited{
color:#F2F2F2;	
}
nav#appMenu a:active {
color:#fff;	
}

nav#appMenu ul {
	
}

nav#appMenu ul li {
	
}

/* #Backtotop */

#backToTop {
background-color:#707070;	
width:50px;
height:50px;
margin-bottom:20px;	
float:right;
margin-right:12px;
border-radius:2px;
}

#backToTop a {
	display:block;
	width:50px;
height:50px;
font-size:20px;
}
#backToTop i {
	padding: 15px 15px 0 15px;
}


@media screen and (max-width: 960px) {
	#responsive-admin-menu #responsive-menu {
		display: none;
	}
	#responsive-admin-menu #menu a span {
		display: inline-block;
	}
}

@media screen and (max-width: 480px) {
	#responsive-admin-menu {
		min-height: 50px;
		float: left;
		width: 100%;
		background-color: #404040;
		height: auto;
		position: static;
		top: 0;
	}
	#responsive-admin-menu #logo {
		display: none;
	}
	#responsive-admin-menu #menu a span {
		display: inline-block;
	}
	#content-wrapper {
		margin-left: 0;
		padding-top: 60px;
	}
	#responsive-admin-menu #responsive-menu {
		display: block;
	}
	#responsive-admin-menu #menu {
		display: none;
	}
	#responsive-admin-menu #menu a {
		color: #FFFFFF;
	}
	#responsive-admin-menu #menu a.submenu:before {
		font-size: 14px;
		right: 15px;
	}
}

/* End Menu Styles */

/* APP WRAPS */

.appArea {
padding:10px 12px 20px 15px;	
}
