/* @group Standard */

/* @group Tag Clean */

html, body {	
	font: 0.875em/1.3em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height:  100%;
}

div, p, form, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;	
}



/* @end */

/* @group Sprites */

.sprite {
	overflow: hidden;
	display: block;
	height: 0;
	background-image: url(../images/bg_sprite.gif);
	background-repeat: no-repeat;	
	background-position:  0 0;
}



/* @group Buttons */

.buttons {
	float: left;
	width: 100%;
}


.button {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
}

/* @end */


/* @end */

/* @group Over label */

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}



/* @end */

/* @group Links */


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

/* @end */

/* @group Sections */
.section,
.panel,
.pane {
	float: left;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}


/* @end */

/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	margin-bottom: 8px;
}

h1 {
	font-size: 1.8em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.2em;
	line-height: 1.3em;
}

h6 {
	font-size: 1.1em;
	line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */

p {
	margin-bottom: 1em;
}

/* @end */


/* @end */

/* @group Site Specific */

.content {
	width: 100%;
	float: left;
	background: url(../images/background.jpg) no-repeat center 0;
	padding-top: 120px;
	padding-bottom: 280px;
	text-align: center;
}

.copy {
	width: 636px;
	height: 355px;
	margin: 0 auto;
}

h1 {
	padding: 0;
	margin-bottom: 20px;
	font-size: 20px;
}

.copy a,
h1 {
	color: #45B748;
}



#flashobject {
	width: 100%;
	float: left;
}


/* @end */

/* @group Notes */
/*
Points		Pixels		Ems			Percent
6pt			8px			0.5em		50%
7pt			9px			0.55em		55%
7.5pt		10px		0.625em		62.5%
8pt			11px		0.7em		70%
9pt			12px		0.75em		75%
10pt		13px		0.8em		80%
10.5pt		14px		0.875em		87.5%
11pt		15px		0.95em		95%
12pt		16px		1em			100%
13pt		17px		1.05em		105%
13.5pt		18px		1.125em		112.5%
14pt		19px		1.2em		120%
14.5pt		20px		1.25em		125%
15pt		21px		1.3em		130%
16pt		22px		1.4em		140%
17pt		23px		1.45em		145%
18pt		24px		1.5em		150%
20pt		26px		1.6em		160%
22pt		29px		1.8em		180%
24pt		32px		2em			200%
26pt		35px		2.2em		220%
27pt		36px		2.25em		225%
28pt		37px		2.3em		230%
29pt		38px		2.35em		235%
30pt		40px		2.45em		245%
32pt		42px		2.55em		255%
34pt		45px		2.75em		275%
36pt		48px		3em			300%
*/

/* @end */