/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, table { font-family: Arial,Verdana,Helvitica,sans-serif; }


/* Layout */
 
body {
	background: #000 url('../img/layout/head_bg_7.jpg') repeat-x;
	font-size: 10px;
	/* overflow: hidden; */
}

body #wrapper {
	background: url('../img/layout/footer_bg.jpg') repeat-x bottom left;
	font-size: 10px; 
	height: 924px;
}

	#wrapper_content { background-color: #fff; padding-bottom: 2em }

#header {
	height: 230px;
}

#content {
	margin: 40px 0px 40px 35px;
	width: 620px; height: 400px; overflow: auto;
	padding-right: 20px;
	background-color: #fff;
}

	#content .pagecontent { overflow-y: auto; height: 398px; }

	
	#content h1 {
		padding-top: 10px;
		font-size: 2em;
	}
		#content .release h1 span { color: #59A80F; font-size: 1.3em; }
	
	#content h2 {
		padding-top: 15px;
		font-size: 2em;
	}
	
	#content p {
		padding: 15px 0 0 10px;
		font-size: 1em;
	}
	
		#content h3 span { color: #59A80F; font-size: 1.3em; }
		#content div { margin: 2px 0 10px; } .track { border-bottom: 1px dotted #59A80F; }

		#content h4 { color: #000; font-size: 1.5em; margin-top: 10px; }
		#content .contact a { font-size: 1.3em; margin-top: 2px; }
#menu {
	margin-top: 0px; padding: 1px 0 0 40px;
	border: 2px solid #59A80F; border-right: 0; border-left: 0; 
}

#logo {
	margin: 0px;
}

	#logo a { border-bottom: 0px; } 

#footer {
	clear: both; display: block;
	padding: 10px 40px 20px;
	border-top: 1px solid #59A80F;
	font-size: 1em;
	text-align: left;
}
#footer .lnkimg { margin: 0 5px; }
#footer .lnkimg img { vertical-align: middle; }

a, a:visited, a:active { color: #59A80F; text-decoration: none; border-bottom: 1px dashed #59A80F; }
a:hover { color:#FFF; background-color: #59A80F; }

/* Menu */
#menu {
	position: relative;
	display: block;
	height: 17px;
	font-size:12pt;
	font-weight:bold;
	/* background:transparent url(bgOFF.gif) repeat-x top left; */
}

#menu ul{ margin:0;padding:0;list-style-type:none;width:auto; }

#menu ul li{ display:block; float:left; margin: 0 10px; }

#menu ul li a{
	display:block;
	float:left;
	color:#59A80F;
	text-decoration:none;
	padding:0px 0px;
	text-transform: uppercase;
	border-bottom-width: 0px !important;
}

#menu ul li a:hover,#menu ul li a.current{
	color:#FFF;
	background-color: #59A80F;
	/* background:transparent url(bgON.gif) repeat-x top left; */
}


