/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #ecebe1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
header {
	*height: auto;
	*overflow: hidden;
}
header img {

}
#logo {
	background-image: url(../images/dhs-logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 30px;
	padding-top: 100px;
}
h1 {
	color: #000033;
	padding-left: 10px;
	padding-top: 30px;
}
red {
	color: #FF0000;
	*color: #FF0000;
}
#nav {

}
#nav a#pull {
	display: none;
}
#nav ul {
	list-style: none;
/*	overflow: hidden;*/
*margin-top:60px;
}
#nav li {
	display: inline;
}
#nav li a {
	background: none repeat-x scroll 0 0 #2E4970;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
/*NAV HOVER*/
#nav li a:hover, #nav.header li.current a {
	background: 0 0 repeat-x #edebe2;
	color: #000000;
}
#nav a.current {
	background: none repeat-x scroll 0 0 #EDEBE2;
	box-shadow: 0 0 5px 5px #EDEBE2 inset;
	color: #000000;
}
.content {
	/*background-color:#edebe2;*/	
	background-color: #FFF;
	margin-top: 15px;
	-webkit-box-shadow: 1px 1px 13px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 13px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 13px rgba(50, 50, 50, 0.75);
}
footer {
	background-color: #092444;
	min-height: 250px;
	padding-left: 20px;
	padding-right: 20px;
}
footer .container {
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #008000;
}
footer a:visited {
	color: #ffffff;
}
#footerLogo {
	margin-left: 20px;
}
#footerLogo ul {
	margin-left: 410px;
 *margin-left:270px;
	position: absolute;
	text-align: center;
}
#footerLogo img {
	display: inline-block;
	margin-top: 20px;
}
#footerLogo li {
	Line-height: 14px;
	Margin-bottom: 10px;
}
footer .special {
	margin-top: 80px;
}
/* #Page Styles
================================================== */

.frontPullOut {
	background-color: #092444;
	border: #FFF thin solid;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.frontPullOut h3 {
	color: #FFFFFF;
	font-family: 'ITCFranklinGothicW01-Bk 812647';
	font-size: 44px;
	line-height: 47px;
	margin: 10px;
	padding-top: 70px;
}
.greenBar {
	background: #339500;
}
.left {
	float: left;
}
.right {
	float: right;
}
#windows {
	background-color: #FFFFFF;
	border-top: 20px solid #339500;
	height: 240px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#windows h3 {
	margin-left: 17px;
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
#windows img {
	margin-left: 10px;
}
.crumb {
	font-size: 11px;
	padding: 10px;
	color: #333399;
}
.section {
	border: #ebebdf medium solid;
	margin-bottom: 20px;
}
.section h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #ebebdf;
}
.section ul {
	background-color: #f7f7f7;
}
.section li {
	margin-left: 7px;
}
.photoRight {
	float: right;
	padding: 10px;
	*padding-right:10px;
	*padding-left:0px;
}
.container .four.columns.section {
	width: 220px;
	margin-left: 7px;
	margin-right: 7px;
}
.profile {
	margin-left: 50px;
	margin-top: 20px;
*padding-top:0px;
*padding-right:7px;
*height: 100px;
	height: 100px\9;
}
.close {
	margin: -10px 0 7px 0;
}
#aboutTable td {
	text-align: left;
	vertical-align: middle;
}
.team {
  clear: both;
  padding-left:4px;	
}
.team p {
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
			body {
    background: url("../images/body-bg-mobile.jpg") repeat-x scroll 0 0 #ECEBE1;
}
h1 {
	color: #FFFFFF;
	padding-left: 0;
	padding-top: 0;
	font-family: 'Joanna W01 Regular';
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 14px;
}
header img {
	height: auto;
	padding-left: 0px;
	width: 90%;
}
.logo {
	padding-top: 20px;
}
#windows {
	height: 820px;
}
#windows img {
	height: auto;
	margin-left: 10px;
	width: 93%;
}
footer {
	background-color: #092444;
	font-size: 10px;
	min-height: 450px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}
#footerLogo ul {
	    margin-left:  90px;
	    margin-top:  170px;
	    position:  absolute;
	    text-align:  center;
}
footer .special {
	    margin-top:  80px;
}
.frontPullOut h3 {
	color: #FFFFFF;
	font-family: 'ITCFranklinGothicW01-Bk 812647';
	font-size: 26px;
	line-height: 30px;
	margin: 10px;
	padding-top: 0;
}
img {
	width: 100%;
	height: 100%;
}
#nav {   
        height: auto;  
    }  
  #nav ul {  
        width: 100%;  
        display: block;  
        height: auto;  
    }  
  #nav li {  
        width: 50%;  
        float: left;  
        position: relative;  
    }  
   #nav li a {  
        border-bottom: 1px solid #576979;  
        border-right: 1px solid #576979;  
    }  
    #nav a {  
        text-align: left;  
        width: 100%;  
        text-indent: 25px;  
    }  

#nav li a {
	background: none repeat-x scroll 0 0 #2E4970;
	color: #FFFFFF;
	display: block;
	float: right;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: background 0.5s ease 0s;
	width: 50%;
}
#footerLogo li {
    float: left;
    line-height: 14px;
    margin-bottom: 10px;
}
#footerLogo {
    margin-left:0px;
}
}  



	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		body {
    background: url("../images/body-bg-mobile.jpg") repeat-x scroll 0 0 #ECEBE1;
}
h1 {
	color: #FFFFFF;
	padding-left: 0;
	padding-top: 0;
	font-family: 'Joanna W01 Regular';
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 14px;
}
h2, h3, h4, h5 {
	   padding: 10px 0 10px 10px;}

p {
   padding: 10px 10px 0;
	  margin-bottom: 0;
}

header img {
	height: auto;
	padding-left: 0px;
	width: 90%;
}
.logo {
	padding-top: 20px;
}
#windows {
	height: 820px;
}
#windows img {
	height: auto;
	margin-left: 10px;
	width: 93%;
}
footer {
	background-color: #092444;
	font-size: 10px;
	min-height: 450px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}
#footerLogo ul {
	margin-left: 90px;
	margin-top: 130px;
	position: absolute;
	text-align: center;
}
footer .special {
	    margin-top:  20px;
}
.left {
	float: left;
}
.right {
	float: left;
}
.frontPullOut h3 {
	color: #FFFFFF;
	font-family: 'ITCFranklinGothicW01-Bk 812647';
	font-size: 26px;
	line-height: 30px;
	margin: 10px;
	padding-top: 0;
}
img {
	width: 100%;
	height: 100%;
}  
.specialImg {
	
	max-width: 50%;
	height: auto;
}
.photoRight {
	float: left;
	padding: 10px;
	
}
#nav li a {
	background: none repeat-x scroll 0 0 #2E4970;
	color: #FFFFFF;
	display: block;
	float: right;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: background 0.5s ease 0s;
	width: 50%;
}
#nav li {  
        display: block;  
        float: none;  
        width: 100%;  
    }  
   #nav li a {  
        border-bottom: 1px solid #576979;  
    }
header {
	height: 10px;
}
#footerLogo li {
    float: left;
    line-height: 14px;
    margin-bottom: 10px;
}
#footerLogo ul {
    margin-left: 50px;
    margin-top: 170px;
}
.profile {
    margin-left: 1.25px;
    margin-top: 20px;
}
.projectImg {
	height:50%;
	width:50%;
}
.container .sixteen.columns.content.cf .eleven.columns.cf ul li {
    margin-left: 20px;
}
blockquote {
    padding-left: 5px;
}
.section{
	margin-bottom: 20px;
}
	}
