/*
----------------------------------------------------------------------------------
START General Tag and Page Styles
----------------------------------------------------------------------------------
*/

/* START Reset Browser Defaults */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { background: #ffffff; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { Content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a { outline: none; }
input,textarea { margin: 0; }
/* END Reset Browser Defaults */

/* START Full Screen Flash Embed */
html, body {
	overflow: hidden;
	height: 100%;
}
#container-flash {
	min-width: 960px;
	height: 100%;
}
/* END Full Screen Flash Embed */

/* START Default Fonts and Styles */
body,h1,h2,h3,h4,h5,p,ul,ol,div,dl,dt,dd,pre,fieldset,blockquote,th,td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}
sup { font-size: 10px; }
input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 15px;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 18px; line-height: 20px; color: #005d1f; margin-bottom: 18px; }
h2 { font-size: 14px; line-height: 16px; padding: 4px 0 6px 0; }

p { margin: 0 0 14px 0; }
ul { margin: 0 0 14px 30px; list-style-type: circle; }
ol { margin: 0 0 14px 30px; list-style-type: decimal; }

a { color: #008742; font-weight: bold; text-decoration: underline; }
a:hover { font-weight: bold; text-decoration: none; }

blockquote { margin: 0 30px 0 30px; }
strong, b, .bold { font-weight: bold; }
em, i { font-style: italic; }
pre, code { white-space: pre; }
pre, code { font: 12px monospace; line-height: 15px; } 
hr { width= 95%; height: 1px; margin: 9px 0 13px 0; *margin: 2px 0 6px 0; border: 0; color: #333333; background-color: #333333; text-align: left; }
/* END Fonts and Styles */

/* START TABS Default */
ul.tabs { margin: 0; padding: 0; }
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; }
ul.tabs li a { display: block; }
/* Clearing Floats Class */
ul.tabs { display: inline-block; }
ul.tabs:after { Content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html ul.tabs { height: 1%; }
ul.tabs { display: block; }
/* END TABS Default */

/* START Clearing Floats Class */
.clear { display: inline-block; }
.clear:after { Content: "."; display: block; height: 0; clear: both; visibility: hidden; }
table.clear:after { Content: normal; } /* This line is just to fix an IE8 spacing issue when the clear class was added to tables */
* html .clear { height: 1%; }
.clear { display: block; }
/* END Clearing Floats Class  */

/* START Misc Helper Classes */
.block { display: block; }
.inline { display: inline; }
.hide { display: none; }
.show { display: inherit; }
.bg-test { background-color: #888888; }
.bg-none { background: none; }
.border-none { border: none; }
.spacer-2x2 { width: 2px; height: 2px; }
.spacer-5x5 { width: 5px; height: 5px; }
.spacer-10x10 { width: 10px; height: 10px; }
.spacer-20x20 { width: 20px; height: 20px; }
.center { text-align: center; }
/* END Misc Helper Classes */

/*
----------------------------------------------------------------------------------
END General Tag and Page Styles
----------------------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------------------
START Specific Page Classes
----------------------------------------------------------------------------------
*/

#container-lda {
	overflow: hidden;
	text-align: center;
}
#container-html {
	overflow: auto;
	min-width: 960px;
	height: 100%;
}
	#nav {
		margin: 0;
		background: #ffffff url(../images/bg-header.gif) repeat-x top left;
		padding: 0 30px 0 30px;
	}
		#nav img {
			float: left;
		}
		#nav ul {
			float: right;
			margin: 8px 0 0 0;
		}
		#nav ul li {
			float: left;
			border-right: 1px solid #0d451d;
			padding: 5px 24px 5px 24px;
			list-style: none;
		}
		#nav ul li.end {
			border: none;
			padding-right: 0px;
		}
			#nav ul li a {
				color: #fefefe;
				font-weight: normal;
				text-decoration: none;
			}
				#nav ul li a:hover {
					text-decoration: underline;
				}
	#content {
		margin: 0 auto 0 auto;
		padding: 66px 10px 19px 10px;
		width: 940px;
	}
	#footer {
		margin: 0 auto 0 auto;
		padding: 0 10px 5px 10px;
		width: 940px;
		text-align: center;
	}
		#footer p {
			color: #84888b;
			font-size: 11px;
		}
			#footer p a {
				color: #84888b;
				font-weight: normal;
			}
#container-legal {
	overflow: auto;
	background: #cfcfd1 url(../images/bg-legal.gif) repeat-x top left;
	min-width: 960px;
	height: 100%;
}
	#header-legal {
		margin: 0;
		background: #0d4a23 url(../images/bg-header-legal.gif) repeat-x top left;
		padding: 0;
		height: 80px;
		text-align: center;
	}
	#content-legal {
		margin: 0 auto 0 auto;
		padding: 30px 10px 19px 10px;
		*padding: 27px 10px 19px 10px;
		width: 940px;
	}
		.titlebar {
			margin: 0 0 26px 0;
			*margin: 0 0 27px 0;
			background-color: #84888b;
			padding: 5px 0 6px 0;
			*padding: 6px 0 5px 0;
			text-align: center;
		}
			.titlebar h1 {
				margin-bottom: 0px;
				color: #fefefe;
			}
		#content-legal h2, #content-legal p {
			color: #372b2b;
		}
		.site-map {
			margin: 0 auto 0 auto;
		}
		.col01 {
			padding: 0 50px 0 0;
		}

/*
----------------------------------------------------------------------------------
END Specific Page Classes
----------------------------------------------------------------------------------
*/