* {
	margin: 0;
	padding: 0;
}

body{
	margin:0;
	padding:0 0 20px 0;
	color: #333333;
	font-size: 1em;
	font-family: futura, Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}

div#footer{
	background-color: #b00000;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 30px;
}

@media screen{
	body>div#footer{
	position: fixed;
}}

* html body{
	overflow:hidden;
} 

* html div#wrapper{
	height:100%;
	overflow:auto;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 600px;
}

#logo {
	position: absolute;
	left: 75px;
	top: 37px;
}

#tagline {
	position: absolute;
	left: 0;
	top: 230px;
	width: 600px;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
}

#banner {
}
#banner a {
}

#navigation {
	position: absolute;
	left: 375px;
	top: 30px;
	text-align: left;
}

#full {
	position: absolute;
	top: 280px;
	left: 0;
	width: 600px;	
	text-align: center;
}

#specialPBrecallInfo {
	margin-bottom: 40px;
}

h1#logo {
	margin: 0;
	padding: 0;
	width:284px;
	height:158px;
	text-indent:-9999px;
	background:url(http://www.easconsultinggroup.com/images/EASLogoLrg.gif) no-repeat;
}

h1#logo a {
    display:block;
    width:100%;
    height:100%;
	background:url(http://www.easconsultinggroup.com/images/EASLogoLrg.gif) no-repeat;
	text-indent:-9999px;
}


h2 {
	color: #000000;
	font-style: italic;
	font-family: "Times New Roman", Times, Georgia, serif;
	padding-bottom: 20px;
}

h3 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 13px;
	font-size: 105%;
}

h3 a {
	color: #000000;
	padding: 5px;
	background-color: #fff10f;
	text-decoration: none;
}

h3 a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #fff152;}

p {
	font-size: 80%;
	line-height: 1.5em;
	padding-bottom: 10px;
}

a {
	color: #333333;
}

a:hover {
	color: #666666;
}

ul {
	padding: 10px;
}

li, li a {
	text-decoration: none;
	color: #b00000;
	list-style: none;
	font-size: 90%;
}

li a:hover {
	text-decoration: underline;
	color: #990000;
}

.canceled {
	color: #990000;
}

.hide {
	display: none;
}
