* {
	margin: 0; padding: 0;
	/*border: none;*/
	outline: none;
	background: transparent;
	}

html {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(/assets/images/global/bg_html.gif) repeat left top;
	}

body {
	margin: 0 auto; padding: 0;
	width: 990px;
	color: #444;
	}

p, li, label, blockquote, address, input, textarea, button, h3 {
	font: normal 1.2em/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	}
	
/*th, td {
	font: normal 1.1em/1.5  Arial, Helvetica, Verdana, sans-serif;
	}

p, ul, ol, h2, h3, h4, h5, form, blockquote, address {
	margin: 0 0 14px;
	}

ul, ol {
	margin-left: 1.5em;
	}

	ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

a {
	text-decoration: none;
	color: #36c;
	outline: none;
	}

	a:hover {
		color: #f33;
	}

img, a img {
	display: inline;
	border: none;
	}

acronym {
	cursor: help;
	}

h1 {
	margin: 0 0 15px 0; padding: 0;
	font-size: 2.5em; font-weight: normal;
	}

h2 {
	font-size: 17px; font-weight: normal;
	color: #204374;
	background: url(/assets/images/site/bg_dotline.gif) repeat-x left bottom;
	}

h3 {
	font-size: 2.1em; font-weight: normal;
	}*/

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	overflow: hidden;
	}

.clearafter:after {
	content: "";
	display: block; 
	height: 100%;
	clear: both;
	visibility: hidden;
	}

#wrapper {
	position: relative;
	padding: 2px 5px;
	background-color: #fff;
	}

/*------------------------------------------------------------------------------------------------------
	HEADER and NAV
--------------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	margin-bottom: 2px;
	height: 150px;
	}

#nav-top {
	background: #fff url(/assets/images/global/bg_nav_top.jpg) no-repeat left top;
	}

#nav-bottom {
	background: #fff url(/assets/images/global/bg_nav_bottom.jpg) no-repeat left top;
	}

.nav-blocks {
	margin: 0 0 2px 0; padding: 0;
	height: 150px;
	list-style: none;
	overflow: hidden;
	}
	
	.nav-blocks li {
		float: left; display: inline;
		margin: 0; padding: 0;
		width: 196px;
		font-size: 1.1em;
		line-height: 1.3;
		overflow: hidden;
	}
	
	.nav-blocks li a {
		display: block;
		padding: 45px 75px 0 15px;
		height: 150px;
		color: #444;
		text-decoration: none;
	}
	
	.nav-blocks li a:hover {
		color: #f33;
	}
	
	.nav-blocks li strong {
		display: none;
	}
	
	.nav-blocks li em {
		display: block;
		font-style: normal;
		font-weight: bold;
		color: #f33;
	}
	
/*------------------------------------------------------------------------------------------------------
	FOOTER
--------------------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	padding: 15px 0;
	}

#footer-logo {
	float: left; display: inline;
	width: 196px;
	}
	
	#footer-logo a {
		display: block;
		height: 110px;
		text-indent: -9999px;
		background: url(/assets/images/global/bg_footer_logo.gif) no-repeat 15px top;
	}

#footer-links {
	float: left; display: inline;
	}
		
.menu {
	position: relative;
	height: 33px; overflow: hidden;
	background: #fff url(/assets/images/global/bg_menu.gif) repeat-x left top;
	}

	.menu ul {
		margin: 0; padding: 0;
		list-style: none;
	}
	
	.menu li {
		float: left; display: inline;
		margin: 0; padding: 0;
	}
	
	.menu #logo {
		text-indent: -9999px;
	}

	.menu #logo a {
		display: block;
		height: 150px;
	}
	
	.menu li a {
		display: block;
		padding: 0 15px;
		line-height: 33px;
	}
	
	.menu li a:hover {
		background: url(/assets/images/global/bg_menu.gif) repeat-x left -33px;
	}


/*------------------------------------------------------------------------------------------------------
	HOME: VIDEO SWF
--------------------------------------------------------------------------------------------------------*/
/*
#video-player {
	height: 600px;
	}
	

@media print {
  html, body {
    color : #000000;
    background : #ffffff;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    }
  a {
     text-decoration : underline;
    color : #0000ff;
    }
  #header, #nav {
    display : none;
  } 
}

@media handheld {

}*/

