/* CSS Document */

/*	GENERAL
************************************************************************/
body {
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: auto;
}
a {
	color: #6387ae;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #404040;
}

/*	LAYOUT
************************************************************************/
#header {
	margin: 0 auto;
	background: none;
	height: auto;
	position: relative;
}
#header span {
	display: none;
}
#copy {
	margin: 0 auto;
	height: auto;
	width: 100%;
	padding: 0;
	background: none;;
}
#footer {
	display: none;
}
.left {
	float: none;
	width: 100%;
}
.right {
	float: none;
	padding-left: 0;
}
.sideCopy {
	width: 100%;
	margin-left: 0;
}

/*	ELEMENTS
************************************************************************/
.clear {
	clear: both;
}
.off,
hr {
	display: none;
}
.right img {
	display: block;
	padding-bottom: 10px;
	border: 0;
}
img.heroshot {
	padding: 1em;
	padding-top: 0;
}
ul {
	list-style: disc;
}
li {
	padding-left: 0;
	background: none;
	color: #000;
}

/*	BRANDING
************************************************************************/
h1 {
	margin: 0 auto;
	display: block;
	height: auto;
	width: 100%;
	background: none;
}
h1 a {
	display: block;
	height: auto;
	width: auto;
	position: relative;
	text-indent: 0;
}

/*	HEADINGS
************************************************************************/

h2, h3, h4 {
	font-size: 1em;
	color: #000;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
	text-shadow: none;
	background: none;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
/*	NAVIGATION / MENU
************************************************************************/
#navigation {
	display: none;
}

/*	FOOTER
************************************************************************/
#footer {
	display: none
}

/* FORM ELEMENTS
*******************************************************************************/
fieldset {
	display: none;
}
