/********************************************
	Tag Resets
********************************************/

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

/********************************************
	Normalize CSS
	http://necolas.github.com/normalize.css/
********************************************/

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	font-size: 100%;
	margin: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
	display: block;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

b,
strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 0.0625em dotted;
}

input,
textarea,
button,
select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	
	font-family: 'News Cycle', sans-serif;
	color: #616161;
	margin: 0
	padding: 0
	}
	
p {
	font-size: 1.063em;
	line-height:1.223em;
	margin-left: 1em;	
		}
		
br {
	padding-top: 1em;
		}	

h1, h2, h3, h4, h5, {
	font-weight: 100;
		}

h1{
	font-size:3.189em;
	line-height:1.223em;
	margin-left: 1em;
		}

h2{
	font-size:2.126em;
	line-height:1.223em;
	margin-left: 1em;
		}

h3{
	font-size:1.382em;
	line-height:1.176em;
	padding-top: 1em;
	margin-left: 1em;
		}
		
h4 {
	font-size: 1.063em;
	line-height:1.223em;
	margin-left: 1em;	
		}
		
h5 {
	color: white;
	font-size: 1.382em;
	line-height:1.176em;
	padding: .5em;	
	 	}
			
ul li{
	list-style-position: outside;
	margin-left: 1.4em;
	margin-right: 1.4em;
	line-height:1.223em;
		}
		
#content article {
	padding-bottom: 1.3em;
	padding-top: .65em;
		}
				
.header {
	background-color: #949599;
	border-bottom: .5em solid #f1711a;
	margin-bottom: 1em;
	padding: .7em 1em 1em .5em;
		}
		
img {
	    border: 0;
	    -ms-interpolation-mode: bicubic;
	}
	
/* ******************************************
    IE 7 and below, legacy browser style fixes
****************************************** */

.ie .wrapper {
    *behavior: url("http://www.mdprodesign.com/js/boxsizing.htc");
}

/* Clearfix */

.group {
    *zoom: 1;
    }
	
#footer {
	font-size: 0.7em;
	color: white;
	background-color: #f1711a;
	margin-bottom: 0;
	padding: .7em 1em 1em 1.5em;
   	bottom: 0;
   	width: 100%;
	position: relative; 
    margin-top: -3em;
    height: 1.25em;
    clear: both; 
	z-index: 10;
	overflow: hidden;
}
					
@media screen and (min-width: 320px){
	
nav {
    width: 100%;
    background: white;
    border: 1px solid white;
    border-right: none;
}

nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    float: left;
    text-align: center;
    border-left: 0.0625em solid white;
    border-right: 0.0625em solid white;
    width: 25%; /* fallback for non-calc() browsers */
    width: calc(100% / 8);
    box-sizing: border-box;
	margin-left: 5.5%;
	margin-right: 5.5%;
	padding-left: 2%;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #616161;
    padding: 0.625em 0;
}

li a:hover {
    background-color: #f1711a;
	text-align: center;
    color: white;
	width: 4.5em;
	margin-left: -1em;
}

.currentLink {
    color: #f1711a;
}

#img1 {
	width: 70%;	
	height: 70%;
}
				
#img2 {	
	width: 20%;	
	height: 20%;
	float: right;
}

}
	
@media screen and (min-width: 480px){

#nav {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	text-align: center;
	}

#nav li {
	float: left; 
	position: relative; 
	width: 4.6875em; 
	height: 2.5em;
	margin-left: 1em; 
	margin-right: 0.125em; 
	background-color: white;
	}

#nav li a { 
	display: block; 
	position: relative; 
	vertical-align: middle; 
	width: 4.6875em; 
	height: 1.25em;  
	line-height:1.1875em;  
	text-decoration: none;
	}

#nav li.special_link a {
 	line-height: 32.1875em;   
}

li a:hover {
	margin-left: .2em;
}
	
#img1 {
	width: 60%;	
	height: 60%;
}
				
#img2 {	
	width: 15%;	
	height: 15%;
	float: right;
}

#nav {
	float: left;
	width: 100px;
	}
	
	}

@media screen and (min-width: 768px){
		
	#img1 {
	width: 50%;	
	height: 50%;
				}
				
	#img2 {	
	width: 13%;	
	height: 13%;
	float: right;
				}	
		
		}
		
@media screen and (min-width: 992px){

#img1 {
	width: 37%;	
	height: 37%;
}
				
#img2 {	
	width: 10%;	
	height: 10%;
	float: right;
}
	}

@media screen and (min-width: 1200px){
	
#img1 {
	width: 30%;	
	height: 30%;
}
				
#img2 {	
	width: 8%;	
	height: 8%;
	float: right;
}

	}
	
@media print and (max-width: 8.5in){
	
	.wrapper{
	float:left;
	width: 25%;
	display: block;
	}
	
	img {
		width:2in;
	}
	
	.noPrint {
    display:none;
  }
	
}

/********************************************
	Fluid Media
	********************************************/

	figure {
	    position: relative;
	}

	figure img,
	figure object,
	figure embed,
	figure video {
	    display: block;
	    max-width: 100%; 
	}

	img {
	    border: 0;
	    -ms-interpolation-mode: bicubic;
	}


	
