﻿/* Global Reset */
HTML, BODY, FORM, DIV, SPAN, CITE, P, A, UL, OL, LI, DL, DT, DD, H1, H2, H3, H4, H5, H6, IMG, FORM, FIELDSET, LABEL, INPUT, BUTTON, SELECT, TEXTAREA, EMBED, TABLE TH, TD, OBJECT, EMBED {margin:0px; padding:0px;}
OBJECT, EMBED, IFRAME {float:left;}
DIV IMG {border:0px; font-size:10px; font-weight:bold;}
DIV.content IMG {float:none;}
HTML {}
BODY {padding: 0 0 50px; font-family:Arial, Tahoma,Helvetica,San Serif; font-size:62.5%; line-height:normal; text-align:center; }
BODY DIV {text-align:left;}
.hidden {position:absolute; left:-9000px; top:0px;}

/* Layout */
DIV#page {width:776px; margin:0px auto;}

/* Global Typography */
/* Block Level Elements */
H1 {float: left; display: block; width: 216px; height: 46px; margin: 13px 0 0 106px; background: url(../img/site-heading.gif) no-repeat 0 0;}
H2 {color:#3fb9d4; font-size:1.8em; padding:0.1em 0px;}
h2.heading01{height: 18px; padding-bottom: 9px; background: url(../img/heading01.gif) no-repeat 0 0;}
h2.heading02{height: 19px; padding-bottom: 9px; background: url(../img/heading02.gif) no-repeat 0 0;}
h2.heading03{height: 19px; padding-bottom: 11px; background: url(../img/heading03.gif) no-repeat 0 0;}
h2.heading04{height: 19px; background: url(../img/heading04.gif) no-repeat 0 0;}
H3 {color:#000000; font-size:1.6em; padding:0.1em 0px;}
H4 {color:#000000; font-size:1.5em; padding:0.1em 0px;}
H5 {color:#000000; font-size:1.4em; padding:0.1em 0px;}
H6 {color:#000000; font-size:1.3em; padding:0.1em 0px;}
P, LI, DT, DD {color:#87888a; font-size:1.3em; padding:0 0px 0.6em;}
P EM{font-size: 0.9em;}
P.note{font-size: 1.0em;}
P.indent{padding-left: 27px;}
P {line-height:1.3em;}
UL {padding:0 0; list-style-position: outside; list-style: none;}
OL {padding:0.7em 21px 0.7em 30px;}
UL UL, OL UL {padding:0.3em 0px 0px 0px;}
OL OL, UL OL {padding:0.5em 0px 0px 30px;}
UL LI {margin:0px; padding:0em 0px 0.6em 15px; background:url(../img/bullet.gif) 1px 0.4em no-repeat;}
UL UL LI, UL OL UL LI, OL UL LI {padding: 0em 0px 0.3em 17px; background: url(../img/dash.gif) 3px 0.6em no-repeat;}
OL LI, OL OL LI, OL UL OL LI, UL OL LI {margin:0px; padding:0.2em 0px; background:none;}
UL UL LI, UL OL UL LI, OL UL LI, OL OL LI, OL UL OL LI, UL OL LI {font-size:1.0em !important;}
DL {padding:0px 5px 0.5em 14px;}
DL DT {padding:0.2em 0px;}
DL DD {padding:0.2em 0px 0.2em 20px;}
DL P, DL LI {font-size:1.0em !important;}
HR {height:1px; line-height:1px; color:#666366; background:#666366; border:none;}
/* Table Elements */
TABLE {}
TR {}
TD {color:#000000; font-size:1.0em;}
/* Inline Elements */
A {color:#64A1CD; text-decoration:underline;}
/* Form Elements */
FIELDSET {border:none;}
INPUT {color:#000000; font-size:1.0em; padding-left:3px;}
LABEL {color:#000000; font-size:1.0em;}
LEGEND {color:#000000; font-size:1.0em;}
SELECT {color:#000000; font-size:1.0em;}
TEXTAREA {color:#000000; font-size:1.0em; font-family:Verdana,Tahoma,Helvetica,San Serif;}
/* Accessibility Elements */
ACRONYM, ABBR {border:none;}
ACRONYM[title], ABBR[title] {cursor:help;}
P ABBR[title], P ACRONYM[title], BLOCKQUOTE ABBR[title], BLOCKQUOTE ACRONYM[title], DL ABBR[title], DL ACRONYM[title], CODE ABBR[title], CODE ACRONYM[title] {border-bottom:1px dotted #AAA;}
ABBR {speak:normal;}
ACRONYM {speak:spell-out;}

/*STRUCTURE*/
div.site
{
	float: left;
	width: 1024px;
	margin: 0px 0 50px;
	
}
div.header
{
	float: left;
	width: 968px;
	height: 142px;
	padding: 39px 0 0 56px;
	background: url(../img/bg-header.jpg) no-repeat 0 0;
}
div.page
{
	float: left;
	width: 911px;
	padding: 17px 57px 20px 56px;
	background: #3fb9d4;
}
div.content
{
	float: left;
	width: 100%;
	padding: 0 0 0;
}
div.footer
{
	clear: both;
	padding: 15px 0 50px;
}
	div.footer div.left
	{
		float: left;
		width: 214px;
	}
	div.footer div.mid
	{
		float: left;
		width: 260px;
		padding: 12px 0 0 142px;
		text-align: center;
	}
	div.footer div.right
	{
		float: right;
		width: 300px;
		padding: 10px 57px 0 0;
	}
