img, div {
	behavior: url('iepngfix.htc');
}

* {
	outline: none;
}

html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background-color: #dbdbdb;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	color: #333333;
}

@font-face {
	font-family: MyriadC;
	src: url('MyriadPro-BoldCond.otf');
}

@font-face {
	font-family: MyriadB;
	src: url('MyriadPro-Cond.otf');
}

@font-face {
    font-family: Sean;
    src: url('handsean-webfont.eot');
    src: url('handsean-webfont.eot?#iefix') format('embedded-opentype'),
         url('handsean-webfont.woff') format('woff'),
         url('handsean-webfont.ttf') format('truetype'),
         url('handsean-webfont.svg#SeanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	border: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 158px;
	background: #ffffff url('../img/header-background.png') no-repeat;
}

#logo {
	position: absolute;
	width: 393px;
	height: 63px;
	top: 40px;
	left: 40px;
}

#menu {
	position: absolute;
	margin: 0 auto;
	width: 940px;
	height: 33px;
	bottom: 0;
	left: 5px;
	background: #70d129 url('../img/menu-background.png') repeat-x;
	overflow: hidden;
}

#menu ul {
	position: relative;
	float: left;
	left: 50%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li {
	position: relative;
	float: left;
	right: 50%;
	height: 33px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 20px;
	padding: 0;
	line-height: 33px;
	font-size: 1.05em;
}

#menu ul li.active {
	background: transparent url('../img/menu-selection.png') no-repeat bottom center;
	color: #231d92;
}

#content-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-color: #c1c3c5;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 950px;
	background: #ffffff url('../img/content-background.png') repeat-y;
}

#content-holder {
	position: relative;
	width: 940px;
	top: 0;
	left: 5px;
	background: #6abeeb url('../img/content-holder-background.png') repeat-y top left;
	overflow: hidden;
}

#slideshow {
	position: relative;
	float: left;
	width: 260px;
	margin: 40px 0 40px 40px;
}

#text {
	position: relative;
	float: left;
	width: 560px;
	padding: 40px;
	text-align: left;
	line-height: 1.4em;
}

#text ul {
	list-style-image: url("../img/bullet.gif");
}

#text table {
	border-top: 1px solid #ffffff;
}

#text table td {
	border-bottom: 1px solid #ffffff;
}

#content-title {
	position: relative;
	color: #FFFFFF;
	font-family: MyriadB;
	font-size: 28px;	
	line-height: 1em;
}

#content-sean {
	position: relative;
	color: #FFFFFF;
	font-family: Sean;
	font-size: 22px;
	line-height: 1.3em;
	left: 30px;
}

#footer-title {
	position: relative;
	color: #70d129;
	font-family: MyriadC;
	font-size: 14px;	
}
	
#footer {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 95px;
	background: #ffffff url('../img/footer-background.png') no-repeat;
}

#footer-text {
	position: relative;
	float: left;
	width: 175px;
	text-align: left;
	margin: 25px 0 0 80px;
	color: #555555;
	line-height: 1.2em;
}

/*#footer-text img {
	margin: 0 0 4px 0;
} */

#sublogo {
	position: absolute;
	width: 58px;
	height: 58px;
	top: 16px;
	right: 80px;
}

#clear {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 25px;
}

#credits {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	color: #aaaaaa;
}

a:link					{ color: #ffffff; text-decoration: none;		}
a:visited				{ color: #ffffff; text-decoration: none;		}
a:active				{ color: #ffffff; text-decoration: underline;	}
a:hover					{ color: #ffffff; text-decoration: underline;	}

#menu a:link			{ color: #ffffff; text-decoration: none;		}
#menu a:visited			{ color: #ffffff; text-decoration: none;		}
#menu a:active			{ color: #ffffff; text-decoration: underline;	}
#menu a:hover			{ color: #ffffff; text-decoration: underline;	}

#menu .active a:link	{ color: #231d92; text-decoration: none;		}
#menu .active a:visited	{ color: #231d92; text-decoration: none;		}
#menu .active a:active	{ color: #231d92; text-decoration: underline;	}
#menu .active a:hover	{ color: #231d92; text-decoration: underline;	}

#credits a:link			{ color: #aaaaaa; text-decoration: none;		}
#credits a:visited		{ color: #aaaaaa; text-decoration: none;		}
#credits a:active		{ color: #aaaaaa; text-decoration: underline;	}
#credits a:hover		{ color: #aaaaaa; text-decoration: underline;	}
