/* Table of Contents

	- Global Reset
	- Html & Body
	- Specific Structural Elements
		- wrapper
		- flash content
	- Common Content Elements
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


/* Global Reset - This is an easy way to make sure that all browsers will default all element rules to the same settings.	
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	border: none;
	font-size: inherit;
	line-height: inherit;
}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

/* Html & Body - These settings control the default font color, size, family and basic size and position for site layout.	
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

html {
	width: 100%;
	color: #999;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	text-align: center;
	background: url(images/background.jpg) top center repeat-x #b2d0ac;
}

body {
	margin: 0;
	padding: 28px 0 0 0;
	width: 100%;
	position: relative;
}

/* Specific Structural Elements	
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

#flashContent {
	margin: 0 auto 0 auto;
	height: 617px;
	width: 896px;
	display: block;
	/* background: transparent; */
}

/* Common Content Elements
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/

/*
a { color: #3391da; text-decoration: underline; outline: none; cursor: pointer; }
a:hover { text-decoration: underline; }

div { display: block; }

strong { font-weight: bold; }

h1 { padding: 0; color: #3391da; font-size: 16px; font-weight: bold; display: block; }

h2 { padding: 0; color: #3391da; font-size: 13px; font-weight: bold; display: block; }

p { padding: 0; line-height: 15px; width: auto; display: block; }

ul { padding: 4px 0 0 0; list-style: none; display: block; }

li { padding: 5px 0 5px 17px; text-align: left; line-height: 16px; display: block; clear: both; position: relative; }

li img { position: absolute; top: 0; left: 0; }

object, embed { display: block; }



















