/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 20, 2012 */
@font-face
{
	font-family: 'Nevis';
	src: url('../fonts/nevis-webfont.eot');
	src:
		url('../fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nevis-webfont.woff') format('woff'),
		url('../fonts/nevis-webfont.ttf') format('truetype'),
		url('../fonts/nevis-webfont.svg#WebfontBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'TuffyRegular';
	src: url('../fonts/Tuffy-webfont.eot');
	src:
		url('../fonts/Tuffy-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Tuffy-webfont.woff') format('woff'),
		url('../fonts/Tuffy-webfont.ttf') format('truetype'),
		url('../fonts/Tuffy-webfont.svg#TuffyRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'TuffyItalic';
	src: url('../fonts/Tuffy_Italic-webfont.eot');
	src:
		url('../fonts/Tuffy_Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Tuffy_Italic-webfont.woff') format('woff'),
		url('../fonts/Tuffy_Italic-webfont.ttf') format('truetype'),
		url('../fonts/Tuffy_Italic-webfont.svg#TuffyItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'TuffyBold';
	src: url('../fonts/Tuffy_Bold-webfont.eot');
	src:
		url('../fonts/Tuffy_Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Tuffy_Bold-webfont.woff') format('woff'),
		url('../fonts/Tuffy_Bold-webfont.ttf') format('truetype'),
		url('../fonts/Tuffy_Bold-webfont.svg#TuffyBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'TuffyBoldItalic';
	src: url('../fonts/Tuffy_Bold_Italic-webfont.eot');
	src:
		url('../fonts/Tuffy_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Tuffy_Bold_Italic-webfont.woff') format('woff'),
		url('../fonts/Tuffy_Bold_Italic-webfont.ttf') format('truetype'),
		url('../fonts/Tuffy_Bold_Italic-webfont.svg#TuffyBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'OxygenRegular';
	src: url('../fonts/Oxygen-webfont.eot');
	src:
		url('../fonts/Oxygen-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oxygen-webfont.woff') format('woff'),
		url('../fonts/Oxygen-webfont.ttf') format('truetype'),
		url('../fonts/Oxygen-webfont.svg#OxygenRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face
{
	font-family: 'OxygenItalic';
	src: url('../fonts/Oxygen-Italic-webfont.eot');
	src:
		url('../fonts/Oxygen-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oxygen-Italic-webfont.woff') format('woff'),
		url('../fonts/Oxygen-Italic-webfont.ttf') format('truetype'),
		url('../fonts/Oxygen-Italic-webfont.svg#OxygenItalic') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face
{
	font-family: 'OxygenBold';
	src: url('../fonts/Oxygen-Bold-webfont.eot');
	src:
		url('../fonts/Oxygen-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oxygen-Bold-webfont.woff') format('woff'),
		url('../fonts/Oxygen-Bold-webfont.ttf') format('truetype'),
		url('../fonts/Oxygen-Bold-webfont.svg#OxygenBold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face
{
	font-family: 'OxygenBoldItalic';
	src: url('../fonts/Oxygen-BoldItalic-webfont.eot');
	src:
		url('../fonts/Oxygen-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oxygen-BoldItalic-webfont.woff') format('woff'),
		url('../fonts/Oxygen-BoldItalic-webfont.ttf') format('truetype'),
		url('../fonts/Oxygen-BoldItalic-webfont.svg#OxygenBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* RESET */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #DFDFE5;
}

h1, h2, h3
{
	font-family: 'Nevis', sans-serif;
	color: #1A1D50;
}

h2
{
	font-size: 37px;
}

h3
{
	font-size: 24px;
}

p
{
	font-family: 'OxygenRegular', sans-serif;
	letter-spacing: 1px;
	line-height: 26px;
	margin: 20px 0;
	color: #3E3E40;
}

.wrapper
{
	background-color: #F8F8FF;
	width: 960px;
	margin: 0 auto;
}

.header
{
	position: relative;
	height: 200px;
	width: 960px;
	background-color: #0097CC;
	background: url(../images/header-background.png) repeat-x;
}

.logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-color: #F8F8FF;
}

.logo .inner
{
	padding: 11px;
}

.nav
{
	position: absolute;
	width: 760px;
	left: 200px;
	bottom: 0;
}

.nav .inner
{
	float: right;
}

.nav li
{
	list-style: none;
	float: left;
}

.nav li a
{
	display: block;
	font-family: 'Nevis', sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	text-decoration: none;
	color: #F8F8FF;
	text-shadow: 0px -1px 0px #0097CC;
	height: 38px;
	line-height: 38px;
	padding: 0 11px;
}

.nav li a:hover
{
	text-shadow: none;
	background-color: #F8F8FF;
	color: #0097CC;
}

.content .inner
{
	padding: 45px;
}

.content a
{
	color: #2B2F83;
}

.content img
{
	margin: 15px;
}

.content img.left
{
	float: left;
	margin-left: 0;
}

.content img.right
{
	float: right;
	margin-right: 0;
}
