@charset "utf-8";
/* CSS Document */

* {
	outline: none;
}

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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

header,nav,section,article,aside { display: block; }

html {
	overflow-y: scroll;
}
html,body {
	height: 100%;
}


/* -- MAIN STYLE -- */
body {
	background: #d9d9d9 url(images/bg.jpg) repeat-y center top;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
}

* {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	outline: none;
}

div#container {
	background: #d9d9d9 url(images/site_bg.jpg) repeat-y center top;
	width: 900px;
	margin: 0px auto;
	text-align: left;
	min-height: 100%;
	overflow: auto;
}

div#container div#site {
	width: 885px;
	margin-left: 15px;
	text-align: left;
}

nav#navigation {
	display: block;
	width: 287px;
	min-height: 400px;
	background: url(images/menu_bg.jpg) no-repeat;
	float: left;
}

nav#navigation ul {
	margin-top: 150px;
	margin-left: 43px;
	display: block;
}
nav#navigation ul li {
	display: block;
	margin-bottom: 10px;
	width: 242px;
	min-height: 33px;
	background: url(images/menu_button_main.jpg) no-repeat;
	font-weight: bold;
}
nav#navigation ul li.selected {
	background: url(images/menu_button_selected.jpg) no-repeat;
}
nav#navigation ul li.selected .arrow {
	display: block;
	position: absolute;
	margin-top: -50px;
	margin-left: 242px;
	background: url(images/menu_button_arrow.png) no-repeat;
	width: 42px;
	height: 67px;
}
nav#navigation ul li a {
	display: block;
	text-align: right;
	padding: 7px;
	padding-right: 17px;
	color: white;
	font-size: 14px;
	text-decoration: none;
}
nav#navigation ul li ul {
	margin: 0px;
	margin-top: 10px;
}
nav#navigation ul li ul li {
	width: 220px;
	background: url(images/menu_button_selected.jpg) no-repeat;
}
nav#navigation ul li ul a {
	font-weight: normal;
}

section#content_holder {
	display: block;
	float: left;
	width: 593px;
	margin-left: 3px;
	text-align: left;
}

aside#partners {
	text-align: right;
	padding-top: 30px;
}
aside#partners button {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	height: 45px;
	overflow: hidden;
	outline: none;
	cursor: pointer;
}
aside#partners button span {
	position: relative;
	float: left;
	display: block;
	height: 45px;
	text-align: left;
	color: #253d74;
}
aside#partners button span.left {
	width: 9px;
	background: url(images/partner_button_left.png) no-repeat;
}
aside#partners button span.right {
	width: 9px;
	background: url(images/partner_button_right.png) no-repeat;
}
aside#partners button span.center {
	width: auto;
	padding-top: 5px;
	background: url(images/partner_button_bg.png) repeat-x;
}

aside#banner {
	width: 595px;
	height: 175px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

section#page-info {
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 15px;
	color: #868686;
	display: block;
	overflow: auto;
}

section#page-info section#font-size {
	width: 81px;
	height: 27px;
	float: right;
	position: relative;
	background: url(images/font-size.png) no-repeat;
}
	section#page-info section#font-size button {
		border: 0px;
		background: transparent;
		margin: 0;
		padding: 0;
		width: 40px;
		display: block;
		float: left;
		height: 27px;
		text-indent: -100px;
		overflow: hidden;
		cursor: pointer;
	}
section#page-info ul#breadcrumbs {
	float: left;
	width: 450px;
	margin-top: 5px;
}
section#page-info ul#breadcrumbs * {
	color: #868686;
	text-decoration: none;
	font-size: 11px;
}

ul#breadcrumbs li {
	display: block;
	width: auto;
	float: left;
	color: #868686;
	margin-right: 15px;
}

section#page-info ul#breadcrumbs li a:hover {
	text-decoration: underline;
}

article#content {
	margin-left: 40px;
	margin-right: 15px;
}

article#content {
	line-height: 18px;
}
article#content p, article#content ol, article#content ul {
	margin-bottom: 15px;
}

article#content ol {
	list-style: outside;
	list-style-type: decimal;
	margin-left: 20px;
}
article#content ul {
	list-style: outside;
	list-style-type: disc;
	margin-left: 20px;
}

article#content h3 {
	color: #000066;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
article#content h4 {
	margin-bottom: 15px;
	color: #000066;
	font-style: italic;
}

article#content a {
	color: #009;
	text-decoration: none;
	padding: 2px;
	background: transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	overflow: auto;
}
article#content a:hover {
	color: #fff;
	background: #F60;
}
article#content abbr {
	font-style: italic;
	color: #006;
}

article#content p.sponsors a {
	background: transparent;
}

div.news {
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

div.news img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

article#content a.more {
	clear: both;
	float: right;
	width: auto;
	display: block;
	background: #006;
	padding: 5px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
article#content a.more:hover {
	background: #F60;
	color: white;
}

article#content div.downloads a {
	color: black;
	background: transparent;
	display: block;
	overflow: auto;
	margin-bottom: 10px;
	border-bottom: 2px solid #F60;
}
article#content div.downloads a:hover {
	color: white;
	background: #e64118 url(images/menu_button_selected.jpg) repeat-y;
	display: block;
	overflow: auto;
	border-bottom: 2px solid #fff;
}
	div.downloads div.download {
		padding: 5px;
		background: url(images/download.png) no-repeat 510px center;
	}
	article#content div.downloads a:hover div.download {
		background: url(images/download_over.png) no-repeat 510px center;
	}
	div.downloads div.download div.file {
		font-size: 14px;
	}
	div.downloads div.download div.description {
		color: #666;
		font-size: 11px;
	}
	div.downloads a:hover div.download div.description {
		color: white;
	}

#slideShow {
	width: 500px;
	height: 450px;
}

hr {
	display: block;
	border: 0;
	height: 1px;
	background: #b2b2b2 url(images/hr_bg.png) repeat-y;
	margin-right: 15px;
}

footer {
	display: block;
	text-align: right;
	color: #555555;
	margin-right: 15px;
	font-size: 11px;
}