@import url(color_orange/color.css);
@import url(fonts.css);

HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em Arial, sans-serif;
	color: #000;
	background: #e8e8e8 url(color_orange/pics/bg.jpg) repeat-y center;
}

/* Basic Elements
===================*/
A {
	text-decoration: underline;
	outline: none;
    color: #747474;
}
A:hover {
	text-decoration: none;
}
H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #000;
}
H2 {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 8px 0 3px 0;
  	color: #000;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 5px 0 3px 0;
  	color: #000;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG {
	border-color: #dfdfdf;
}
TABLE {
	border-color: #dfdfdf;
}
TD {
	border-color: #dfdfdf;
}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
    position: relative;
    background-color: #fff;
}

/* Header
==========*/
#header {
	height: 184px;
	overflow: hidden;
	position: relative;
}

/* Logo
=========*/
#logo {
	width: 306px;
	height: 76px;
	position: absolute;
	top: 10px;
	left: 22px;
}

/* Search
===========*/
.searchBox {
	width: 300px;
	height: 30px;
}
#header .searchBox {
	position: absolute;
	top: 35px;
	right: 20px;
}
.searchInput {
	width: 190px;
	height: 24px;
	padding: 0 10px 0 30px;
	border: 0;
	font: 12px/24px Arial, sans-serif;
	color: #747474;
	background: #fff url(color_orange/pics/searchInput.jpg) no-repeat right top;
	overflow: hidden;
}
.searchSubmit {
	height: 24px;
	padding: 0 10px;
	font: 12px/20px Arial, sans-serif;
	border: 0;
	background: none;
	cursor: pointer;
	color: #000;
	text-align: left;
}

/* Top Navigation
===================*/
#nav {
	width: 980px;
	height: 90px;
	padding: 0 0 0 20px;
    overflow: hidden;
    background: #fff url(color_orange/pics/nav_bg.png) repeat-x left top;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI A {
	display: block;
	padding: 0px 20px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: url(color_orange/pics/navBorder.jpg) no-repeat right center;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #000;
	background: #ffb400 url(color_orange/pics/navOpen.jpg) repeat-x top;
}

/* Header rss
=================*/
.headerRss {
	width: 500px;
	height: 38px;
	line-height: 38px;
	text-align: right;
	color: #000;
	position: absolute;
	bottom: 23px;
	right: 30px;
}
.headerRss P {
	margin: 0;
	padding: 0;
}
.headerRss A {
	text-decoration: none;
	color: #000;
	line-height: 38px;
	display: inline-block;
	padding: 0 0 0 27px;
	background: url(color_orange/pics/rss.png) no-repeat left center;
}
.headerRss A:hover {
	text-decoration: underline;
}

/* Content
============*/
#content {
	margin: 0 0 15px 0;
	padding: 0;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	background: url(color_orange/pics/content.jpg) repeat-y left;
}
#main {
	float: left;
	padding: 0 20px 20px 20px;
	width: 500px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	position: relative;
	left: 230px;
}
#column1 {
	float: left;
	padding: 0 10px;
	width: 200px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	position: relative;
	left: -540px;
}
#column2 {
	padding: 0 10px;
	float: right;
	width: 200px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
#clearDiv,
.clearDiv {
	clear: both;
}

/* Sub Navigation
===================*/
/*
#subnav,
.newsCategories {
	padding: 0 0 20px 0;
}
#subnav UL,
.newsCategories UL {
	margin: 0;
	padding: 0;
}
#subnav UL LI,
.newsCategories UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#subnav UL LI A,
.newsCategories UL LI A {
	display: block;
	padding: 10px 5px 7px 25px;
	overflow: hidden;
	text-decoration: none;
	border-bottom: 1px solid #e7e7e7;
	background: url(color_orange/pics/subnav.gif) no-repeat 7px 14px;
}
#subnav UL LI A:hover,
.newsCategories UL LI A:hover {
	text-decoration: underline;
}
#subnav UL LI A.open,
.newsCategories UL LI A.open {
	background: url(color_orange/pics/subnavOpen.gif) no-repeat 4px 18px;
}
#subnav UL LI UL {
	padding: 10px 0;
}
#subnav UL LI UL LI A {
	padding: 3px 5px 3px 45px;
	border: none;
	background: none;
}
#subnav UL LI UL LI A.open {
	font-weight: bold;
	background: none;
}
#subnav UL LI UL LI UL LI A {
	padding: 3px 5px 3px 55px;
}
*/

#subnav,
.newsCategories {
	padding: 10px 0px;
}
#subnav ul,
.newsCategories UL {
	margin: 0px;
	padding: 0px;
}
#subnav ul li,
.newsCategories UL LI {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#subnav ul li a,
.newsCategories UL LI A {
	display: block;
	padding: 5px 0px 5px 25px;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
	color: #000;
	background: url(color_orange/pics/navSub.jpg) no-repeat left 5px;
}
#subnav ul li a:hover,
.newsCategories UL LI A:hover {
	text-decoration: underline;
}
#subnav ul li a.open,
.newsCategories UL LI A.open {
	background: url(color_orange/pics/navSubOpen.jpg) no-repeat left 5px;
}

/*--- navSub 2 ---*/

#subnav ul li ul {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}
#subnav ul li ul li {
	margin: 0px;
	padding: 0px;
}
#subnav ul li ul li a {
	padding: 2px 0px 2px 35px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #000;
	font-size: 1.1em;
	background: none;
}
#subnav ul li ul li a:hover {
	text-decoration: underline;
}
#subnav ul li ul li a.open {
	text-decoration: underline;
	background: none;
}

/*--- navSub 3 ---*/

#subnav ul li ul li ul {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}
#subnav ul li ul li ul li {
	margin: 0px;
	padding: 0px;
}
#subnav ul li ul li ul li a {
	padding: 2px 0px 2px 45px;
	margin: 0px 0px 0px 0px;
	display: block;
	color: #000;
	font-size: 1.1em;
	background: none;
	
}
#subnav ul li ul li ul li a.open {
	text-decoration: underline;
}
#subnav ul li ul li ul li a:hover {
	text-decoration: underline;
}



/* FooterContainer
===============*/
#footerContainer {
	margin: 0 auto;
	width: 1000px;
	padding: 38px 0 0 0;
	background: url(color_orange/pics/footer.jpg) repeat-x top;
	position: relative;
}

/* Footer search
=================*/
#footerContainer .searchBox {
	position: absolute;
	top: 4px;
	left: 30px;
}
#footerContainer .searchInput {
	background: #000 url(color_orange/pics/searchInputFooter.jpg) no-repeat right top;
}
#footerContainer .searchSubmit {
	color: #fff;
}

/* Footer rss
===============*/
.footerRss {
	width: 500px;
	height: 38px;
	line-height: 38px;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 30px;
}
.footerRss P {
	margin: 0;
	padding: 0;
}
.footerRss A {
	text-decoration: none;
	color: #fff;
	line-height: 38px;
	display: inline-block;
	padding: 0 0 0 27px;
	background: url(color_orange/pics/rss.png) no-repeat left center;
}
.footerRss A:hover {
	text-decoration: underline;
}

/* Footer
===========*/
.footer {
	width: 978px;
	padding: 10px;
	border: 1px solid #b1b1b1;
	border-top: 0;
	background-color: #efefef;
}
.footer A {
	color: #000;
	text-decoration: none;
}
.footer A:hover {
	text-decoration: underline;
}

/* Really
===========*/
#really {
	padding: 10px 0 20px 0;
	text-align: right;
}
#really A {
	color: #909090;
	display: inline-block;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* Buttons
==================*/
A.button {
	margin: 0 auto;
	display: block;
	width: 115px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background: url(color_orange/pics/button.jpg) no-repeat center center;
}
A.button:hover {
	text-decoration: underline;
}
INPUT.button {
	border: 0px;
	width: 115px;
	height: 20px;
	padding: 0 0 2px 0;
	background: url(color_orange/pics/buttonOrange.png) no-repeat center center;
	color: #fff;
	cursor: pointer;
	font: 12px Arial, sans-serif;
}


/*Footer logopalkin tyylit */
#content {margin: 0 0 105px;}
#footerContainer .footerLogo {
	border-top: 1px solid #D5D5D5;
	width: 1000px;
	position:absolute;
	bottom: 230px;
	padding-top: 10px;
}
#footerContainer .footerLogoContent{	font: normal 1em Arial, sans-serif;}
#footerContainer .footerLogoContent img {
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.footerLogos {width: 1000px;}
.footerLogoContent a {text-decoration:none;}
.foundationPartnerTitle {
	font-weight:bold;
	font-size: 1.1em;
	width: 28%;
	float:left;
	padding-left: 10px;
}
.plusPartnerTitle {
	width: 71%;
	float:right;
}

