@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		3;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 400px and below. */
body {
background-color: #000;
	margin: 0;
	padding: 0;
	}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 89.555%;
	padding-left: 0.7222%;
	padding-right: 0.7222%;
	line-height: 0;
}
#header {
margin: 0px;
width: 100%;
height: 96px;
background: url(egadheader14-rwd.gif) no-repeat right top;
}
nav {
	width: 100%;
	margin: auto;
}
nav ul {
	list-style: none;
	overflow: hidden;
	display: none;
}
nav select {
	display:inline-block;
	font-family: 'News Cycle', sans-serif;
	color: #FFF;
	background-color: #444;
}
nav li a {
	display: block;
	float: left;
	width: 14.28%;
	padding: 10px;
	color: #FFF;
	text-align: center;
}

#tease img {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height: auto;
}
#redbox {
	float: left;
	margin: 0;
	padding-left: 4%;
	padding-right: 4%;
	height: auto;
	display: block;
	text-align: center;
	width: 92%;
	background-color:#ef3e23; 
}
* { font-size: 100%; }
.redboxtype {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size:1.0em;
	line-height:1.2em;
}
#sectionnav {
	float: left;
	margin: 0;
	height: auto;
	display: block;
	float: left; 
	width: 100%;
}
.sectionnavtype {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
	line-height:1.3em;
	letter-spacing: 10px;
}
#footer {
	clear: none;
	float: right;
	margin: 0%;
	width: 100%;
	display: block;
	height: auto;
	text-align: center;
}
.style1 {
	color: #FF3333;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
}
.style2 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 16px;
	line-height: 2.2em;
}
.style2a {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.25em;
	line-height: 1.2em;
}
.style2c {
	color: #FF3333;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
}
.style4 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 14px;
	text-align:center;	
	line-height: 1.1em;
}
.style5 {color: #bab9b9}
.style7 {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.1em;
	text-align:left;	
	line-height: 1.3em;
}
.style7a {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.1em;
	text-align:left;	
	line-height: 1.3em;
}
.style8 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.6em;
	text-align:left;	
	line-height: 1.4em;
}
.style9 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.1em;
	text-align:left;	
	line-height: 1.3em;
}
.style9b {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.2em;
	text-align:left;	
	line-height: 1.5em;
}
.body1 a:link {color: #fff; text-decoration: none;}
.body1 a:visited {color: #fff; text-decoration: none;}
.body1 a:hover {color: #f8f1b6; text-decoration: none;}
.body2 a:link {color: #FF3333; text-decoration: none;}
.body2 a:visited {color: #FF3333; text-decoration: none;}
.body2 a:hover {color: #FF3333; text-decoration: none;}
.body3 a:link {color: #f8f1b6; text-decoration: underline;}
.body3 a:visited {color: #f8f1b6; text-decoration: underline;}
.body3 a:hover {color: #f8f1b6; text-decoration: underline;}
#logolink a {
	display:block; cursor:pointer; text-decoration: none; text-align:right; vertical-align:top; height:100%;width:180px;height:96px;float:right;
}
@media only screen and (min-width: 481px) {
#container {
width: 89.5238%;
	max-width: 936px;
	padding-left: 0.238%;
	padding-right: 0.238%;
	margin: auto;
	line-height: 0;
}
#header {
margin: 0px;
width: 100%;
height: 120px;
background: url(egadheader14.gif) no-repeat right top;
}
nav {
	width: 100%;
	margin: auto;
}
nav ul {
	list-style: none;
	overflow: hidden;
	display: none;
}
nav select {
	display:inline-block;
}
nav li a {
	display: block;
	float: left;
	width: 14.28%;
	padding: 10px;
	color: #FFF;
	text-align: center;
}

#teaseimg {
	float: left;
	margin: 0;
	width: 33.3333%;
	height: auto;
	display: block;
}
#redbox {
	float: left;
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
	height: auto;
	display: block;
	text-align: center;
	width: 96%;
	background-color:#ef3e23; 
}
* { font-size: 100%; }
.redboxtype {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.1em;
	line-height:1.3em;
}
#sectionnav {
	float: left;
	margin: 0;
	height: auto;
	display: block;
	float: left; 
	width: 100%;
}
.sectionnavtype {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
	letter-spacing: 10px;
}
#footer {
	clear: none;
	float: right;
	margin: 0%;
	width: 100%;
	display: block;
	height: auto;
	text-align: center;
}
.style1 {
	color: #FF3333;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
}
.style2 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.6em;
	line-height: 3.2em;
}
.style2a {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.25em;
	line-height: 1.2em;
}
.style2c {
	color: #FF3333;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
}
.style4 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 14px;
	text-align:center;	
	line-height: 1.1em;
}
.style5 {color: #bab9b9}
.style7 {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
	text-align:left;	
	line-height: 1.2em;
}
.style7a {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	text-align:left;	
	line-height: 1.2em;
}
.style8 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.8em;
	text-align:left;	
	line-height: 1.2em;
}
.style9 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
	text-align:left;	
	line-height: 1.2em;
}
.style9b {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.8em;
	text-align:left;	
	line-height: 1.4em;
}
.body1 a:link {color: #fff; text-decoration: none;}
.body1 a:visited {color: #fff; text-decoration: none;}
.body1 a:hover {color: #f8f1b6; text-decoration: none;}
.body2 a:link {color: #FF3333; text-decoration: none;}
.body2 a:visited {color: #FF3333; text-decoration: none;}
.body2 a:hover {color: #FF3333; text-decoration: none;}
.body3 a:link {color: #f8f1b6; text-decoration: underline;}
.body3 a:visited {color: #f8f1b6; text-decoration: underline;}
.body3 a:hover {color: #f8f1b6; text-decoration: underline;}
#logolink a {
	display:block; cursor:pointer; text-decoration: none; text-align:right; vertical-align:top; height:100%;width:240px;height:120px;float:right;
}
}
@media only screen and (min-width: 741px) {
#container {
width: 92.5079%;
	padding-left: 0.246%;
	padding-right: 0.246%;
	margin: auto;
	line-height: 0;
}
#header {
margin: 0px;
width: 100%;
height: 120px;
background: url(egadheader14.gif) no-repeat right top;
}
nav {
	width: 100%;
	margin: auto;
}
nav ul {
	list-style: none;
	overflow: hidden;
	display: block;
	padding: 0;
}
nav select {
	display:none;
}
nav li a {
	display: block;
	float: left;
	margin: auto;
	width: auto;
	padding: 9px;
	font-size: 1.0em;
	line-height: 0.9em;
	color: #FFF;
	text-align: center;
}

#teaseimg {
	float: left;
	margin: 0;
	width: 33.3333%;
	height: auto;
	display: block;
}
#redbox {
	float: left;
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
	height: auto;
	display: block;
	text-align: center;
	width: 96%;
	background-color:#ef3e23; 
}
* { font-size: 100%; }
.redboxtype {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.3em;
	line-height:1.3em;
}
#sectionnav {
	float: left;
	margin: 0;
	height: auto;
	display: block;
	float: left; 
	width: 100%;
}
.sectionnavtype {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
	letter-spacing: 10px;
}
#article {
	clear: both;
	float: left;
	margin: 0%;
	width: 63%;
	display: block;
	height: auto;
}
#article-center {
	clear: both;
	margin: auto;
	width: 75%;
	display: block;
	height: auto;
}
#aside {
	clear: none;
	float: right;
	margin: 0%;
	width: 33%;
	display: block;
	height: auto;
}
#footer {
	clear: none;
	float: right;
	margin: 0%;
	width: 100%;
	display: block;
	height: auto;
	text-align: center;
}
.style1 {
	color: #FF3333;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
}
.style2 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.8em;
	line-height: 3.2em;
}
.style2a {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.25em;
	line-height: 1.2em;
}
.style2c {
	color: #FF3333;
	font-family: 'News Cycle', sans-serif;
	font-size: 20px;
	line-height: 1.2em;
}
.style4 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 14px;
	text-align:center;	
	line-height: 1.1em;
}
.style5 {color: #bab9b9}
.style7 {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	text-align:left;	
	line-height: 1.2em;
}
.style7a {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	text-align:left;	
	line-height: 1.2em;
}
.style8 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.4em;
	text-align:left;	
	line-height: 1.2em;
}
.style9 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	text-align:left;	
	line-height: 1.2em;
}
.style9b {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
	text-align:left;	
	line-height: 1.5em;
}
.body1 a:link {color: #fff; text-decoration: none;}
.body1 a:visited {color: #fff; text-decoration: none;}
.body1 a:hover {color: #f8f1b6; text-decoration: none;}
.body2 a:link {color: #FF3333; text-decoration: none;}
.body2 a:visited {color: #FF3333; text-decoration: none;}
.body2 a:hover {color: #FF3333; text-decoration: none;}
.body3 a:link {color: #f8f1b6; text-decoration: underline;}
.body3 a:visited {color: #f8f1b6; text-decoration: underline;}
.body3 a:hover {color: #f8f1b6; text-decoration: underline;}
#logolink a {
	display:block; cursor:pointer; text-decoration: none; text-align:right; vertical-align:top; height:100%;width:210px;height:120px;float:right;
}
}
@media only screen and (min-width: 941px) {
#container {
width: 89.5238%;
	max-width: 936px;
	padding-left: 0.238%;
	padding-right: 0.238%;
	margin: auto;
	line-height: 0;
}
#header {
margin: 0px;
width: 100%;
height: 120px;
background: url(egadheader14.gif) no-repeat right top;
}
nav {
	width: 100%;
	margin: auto;
}
nav ul {
	list-style: none;
	overflow: hidden;
	display: block;
	padding: 0;
}
nav select {
	display:none;
}
nav li a {
	display: block;
	float: left;
	margin: auto;
	width: auto;
	padding: 11px;
	font-size: 1.0em;
	line-height: 0.9em;
	color: #FFF;
	text-align: center;
}

#teaseimg {
	float: left;
	margin: 0;
	width: 33.3333%;
	height: auto;
	display: block;
}
#redbox {
	float: left;
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
	height: auto;
	display: block;
	text-align: center;
	width: 96%;
	background-color:#ef3e23; 
}
* { font-size: 100%; }
.redboxtype {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
}
#sectionnav {
	float: left;
	margin: 0;
	height: auto;
	display: block;
	float: left; 
	width: 100%;
}
.sectionnavtype {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
	letter-spacing: 10px;
}
#article {
	clear: both;
	float: left;
	margin: 0%;
	width: 63%;
	display: block;
	height: auto;
}
#article-center {
	clear: both;
	margin: auto;
	width: 75%;
	display: block;
	height: auto;
}
#aside {
	clear: none;
	float: right;
	margin: 0%;
	width: 33%;
	display: block;
	height: auto;
}
#footer {
	clear: none;
	float: right;
	margin: 0%;
	width: 100%;
	display: block;
	height: auto;
	text-align: center;
}
.style1 {
	color: #FF3333;
	font-family: 'News Cycle', sans-serif;
	font-size: 0.9em;
}
.style2 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	line-height: 2.4em;
}
.style2a {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.25em;
	line-height: 1.2em;
}
.style2c {
	color: #FF3333;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
}
.style4 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 14px;
	text-align:center;	
	line-height: 1.1em;
}
.style5 {color: #bab9b9}
.style7 {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	text-align:left;	
	line-height: 1.2em;
}
.style7a {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	text-align:left;	
	line-height: 1.2em;
}
.style8 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.6em;
	text-align:left;	
	line-height: 1.2em;
}
.style9 {
	color: #FFF;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	text-align:left;	
	line-height: 1.2em;
}
.style9b {
	color: #bab9b9;
	font-family: 'News Cycle', sans-serif;
	font-size: 1.0em;
	text-align:left;	
	line-height: 1.6em;
}
.body1 a:link {color: #fff; text-decoration: none;}
.body1 a:visited {color: #fff; text-decoration: none;}
.body1 a:hover {color: #f8f1b6; text-decoration: none;}
.body2 a:link {color: #FF3333; text-decoration: none;}
.body2 a:visited {color: #FF3333; text-decoration: none;}
.body2 a:hover {color: #FF3333; text-decoration: none;}
.body3 a:link {color: #f8f1b6; text-decoration: underline;}
.body3 a:visited {color: #f8f1b6; text-decoration: underline;}
.body3 a:hover {color: #f8f1b6; text-decoration: underline;}
#logolink a {
	display:block; cursor:pointer; text-decoration: none; text-align:right; vertical-align:top; height:100%;width:220px;height:120px;float:right;
}
}