body {
	background: #2A303C url(../images/layout/body_bg.jpg) no-repeat 50% 0;
	background-attachment: fixed;
	text-align: center;
	margin-top: 11px;
	
	font-family: arial, verdana, serif;
	font-size: 12.5px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

#wrapper {
	/*border: 1px solid #FFFF00;*/
	text-align: left;
	margin: 0px auto;
	width: 957px;	
}

#header {
	background: url(../images/layout/logo_bg-trans.png) no-repeat;
}

#header h1 {
	padding: 0px;
	margin: 0px;
}

#header h1 a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 41px;
	width: 343px;
}

#navigation {
	background: url(../images/layout/navigation_bg-trans.png) no-repeat;
	padding-right: 31px;
	margin-top: 22px;
	float: right;
	height: 21px;
	width: 571px;	
}

#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav li {
	float: left;
}

#nav li a {
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#nav #home a { width: 43px; margin-right: 15px; }
#nav #about a { width: 70px; margin-right: 14px; }
#nav #operations a { width: 85px; margin-right: 23px; }
#nav #news a { width: 43px; margin-right: 23px; }
#nav #partnerships a { width: 93px; margin-right: 16px; }
#nav #resources a { width: 74px; margin-right: 15px; }
#nav #contact a { width: 57px; }

#container {
	position: relative;
}

#container {
	/*border: 1px solid #F00;*/
	min-height: 300px;
	height: auto;
	width: 100%;
}

body#home #container { background: url(../images/layout/lines/home.gif) no-repeat right 43px; }
body#about #container { background: url(../images/layout/lines/about.gif) no-repeat right 43px; }
body#operations #container { background: url(../images/layout/lines/operations.gif) no-repeat right 43px; }
body#news #container { background: url(../images/layout/lines/news.gif) no-repeat left 43px; }
body#view_news #container { background: url(../images/layout/lines/news.gif) no-repeat left 43px; }
body#partnerships #container { background: url(../images/layout/lines/partnerships.gif) no-repeat left 43px; }
body#resources #container { background: url(../images/layout/lines/resources.gif) no-repeat left 43px; }
body#contact #container { background: url(../images/layout/lines/contact.gif) no-repeat left 43px; }

#photo {
	position: relative;
	display: inline;
	height: 585px;
	width: 394px;
	float: left;
	left: 70px;	
	top: 35px;
}

body#operations #photo, body#partnerships #photo, body#resources #photo {
	left: 250px;
}

body.philosophy #photo, body.ethics #photo, body.accomplishments #photo { left: 0px; }

#content-inner {
	/*border: 1px solid #F0F;*/
	margin: 79px 45px 0px 15px;
	line-height: 23px;	
	display: inline;
	float: right;
	width: 450px;
}

#content-inner p {
	/*border: 1px solid #0FF;*/
	margin: 0px 0px 10px 32px;
	width: 350px;
}

body#about #content-inner p {
	margin-left: 85px;
}

body#operations #content-inner p {
	margin-left: 150px;
}

/* partnerships, resources, contact page */
body#partnerships #content-inner, body#resources #content-inner, body#contact #content-inner {
	margin-left: -25px;
	margin-top: 35px;	
}

body#partnerships #content-inner, body#partnerships #content-inner p,
body#resources #content-inner, body#resources #content-inner p,
body#contact #content-inner, body#contact #content-inner p {
	font-size: 16.5px;
	margin-left: 10px;
	width: 304px;	
}

body#partnerships #content-inner, body#partnerships #content-inner p, 
body#resources #content-inner, body#resources #content-inner p {
	font-size: 12.5px;
}

body#partnerships .title, body#resources .title, body#contact .title { display: none; }
body#partnerships a, body#resources a, body#contact a { color: #8DBFD2; }
body#partnerships a:active, body#resources a:active, body#contact a:active { color: #8DBFD2; }
body#partnerships a:hover, body#resources a:hover, body#contact a:hover { text-decoration: underline; }

/* news page */
body#news h3.title {
	display: none;
}

body#news #content-inner, body#news #content-inner p {
	margin: 0px;
	padding: 0px;
	width: 375px;
}

body#news #content-inner {
	margin-right: 18px;
	margin-top: 35px;
}

body#news .news_article {
	margin-bottom: 15px;
	font-size: 12px;	
}

body#news .news_article img {
	margin-right: 10px;
	margin-bottom: 2px;
	display: inline;
	float: left;
}

body#news .news_article p {
	line-height: 16px;
	display: inline;
	float: right;
	margin: 0px;
}

body#news .news_article .date {
	font-size: 11px;
} 

body#news .news_article p .more {
	margin-right: 25px;
	font-size: 11px;	
	color: #3D88FF;
	float: right;	
}

body#news h4 {
	font-family: verdana, arial, serif;
	margin-bottom: 2px;
	margin-top: 0px;
	font-size: 12px;
}

/* views news page */

body#view_news .title {
	text-indent: 0px;
	margin-bottom: 10px;
	overflow: visible;
	margin-top: 51px;	
	padding: 0px;
}

body#view_news #photo {
	display: none;
}

body#view_news #content-inner, body#view_news #content-inner p {	
	margin: 0px;
	padding: 0px;	
	margin-top: 39px;
	margin-left: 150px;
	width: 387px;	
	float: left;	
}

body#view_news #news_scroll {
	padding-right: 15px;
	line-height: 18px;
	overflow: auto;
	height: 500px;
}

body#view_news #mainimg {
	margin-bottom: 5px;
	display: block;
}

.title {
	text-indent: -9999px;
	margin-bottom: 10px;
	overflow: hidden;
	margin-top: 0px;	
	padding: 0px;	
	height: 36px;
	width: 380px;
}

.title.home { background: url(../images/layout/titles/home-trans.png) no-repeat; }	
.title.home_news { background: url(../images/layout/titles/home_news-trans.png) no-repeat; }

/* Sub navigation for about page */

.title.about_history { background: url(../images/layout/titles/about_history-trans.png) no-repeat; }
.title.about_philosophy { background: url(../images/layout/titles/about_philosophy-trans.png) no-repeat; }
.title.about_ethics { background: url(../images/layout/titles/about_ethics-trans.png) no-repeat; }
.title.about_accomplishments { background: url(../images/layout/titles/about_accomplishments-trans.png) no-repeat; }
.title.about_team { background: url(../images/layout/titles/about_team-trans.png) no-repeat; }

body#about .title {
	margin-left: 57px;
	margin-top: 5px;
}

body#about .title ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

body#about .title ul li {
	display: inline;
	float: left;
}

body#about .title ul li a {
	margin-right: 12px;
	position: relative;	
	overflow: hidden;	
	margin-top: 8px;	
	display: block;	
	height: 15px;
}

body.ethics #content-inner p { width: 325px; }

body#about .title ul li#history a { width: 38px; } 
body#about .title ul li#philosophy a { width: 56px; }
body#about .title ul li#ethics a { width: 29px; margin-right: 14px; }
body#about .title ul li#accomplishments a { width: 93px; }
body#about .title ul li#team a { width: 53px; margin-right: 0px; }

body#about div.about_history ul li#history a { width: 76px; height: 27px; margin-top: 0px;  }
body#about div.about_history ul li#philosophy a { width: 59px; height: 29px; margin-top: 0px; margin-right: 12px;  }
body#about div.about_philosophy ul li#philosophy a { width: 116px; height: 29px; margin-top: 0px;  }
body#about div.about_ethics ul li#philosophy a { margin-right: 20px;  }
body#about div.about_ethics ul li#ethics a { width: 58px; height: 29px; margin-top: 0px;  }
body#about div.about_accomplishments ul li#accomplishments a { width: 154px; height: 29px; margin-top: 0px;  }
body#about div.about_accomplishments ul li#ethics a { margin-right: 11px; }
body#about div.about_team ul li#team a { width: 106px; height: 29px; margin-top: 0px; }
body#about div.about_team ul li#accomplishments a { width: 91px; margin-right: 9px; }

/* Sub navigation for operations */

body#operations .title {
	margin-left: 150px;
	margin-top: 5px;
	width: 300px;
}

body#operations .title ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

body#operations .title ul li {
	display: inline;
	float: left;
}

body#operations .title ul li a {
	margin-right: 12px;
	position: relative;	
	overflow: hidden;	
	margin-top: 8px;	
	display: block;	
	height: 15px;
}

body#operations .title ul li#posocreek a { width: 89px; } 
body#operations .title ul li#jasmin a { width: 63px; }
.title.operations_posocreek { background: url(../images/layout/titles/operations_posocreek-trans.png) no-repeat; }
.title.operations_jasmin { background: url(../images/layout/titles/operations_jasmin-trans.png) no-repeat; }
body#operations div.operations_posocreek ul li#posocreek a { width: 176px; height: 24px; margin-top: 0px;  }
body#operations div.operations_jasmin ul li#jasmin a { width: 133px; height: 24px; margin-top: 0px;  }

body#home #about {
	margin-bottom: 130px;
}

#news_articles {
	margin-left: 33px;
	width: 360px;
}

#news_articles ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}

#news_articles ul li a {
	margin-left: 10px;
}

#morenews {
	background: url(../images/layout/buttons/morenews-trans.png) no-repeat;
	position: relative;
	margin-top: 20px;
	float: right;
	height: 14px;
	width: 84px;
}

body#sitemap h3 {
	text-indent: 0px;
	overflow: visible;
	font-size: 24px;
	display: block;	
}

body#sitemap #photo {
	display: none;
}

body#sitemap #content-inner {
	margin-left: 10px;
	margin-top: 25px;
	float: left;
}

#pagelinks {
	margin-right: 0px;
	margin-top: 25px;
	width: 330px;
	float: left;
}

body#about #pagelinks {
	margin-left: 20px;
	width: 330px;	
}

body#operations #pagelinks {
	margin-left: 50px;
	width: 330px;	
}

#prevlink {
	position: relative;
	display: inline;
	float: left;
}

#nextlink {
	position: relative;
	display: inline;
	float: right;
}

#footer {
	text-align: center;
	padding-top: 50px;	
	font-size: 10px;
	clear: both;
}

#internal {
	position: absolute;
	bottom: 2px;
	right: -2px;
}

#internal a {
	background: url(../images/layout/buttons/internal-trans.png) no-repeat;
	text-indent: -9999px;
	position: relative;	
	overflow: hidden;
	display: block;
	height: 21px;
	width: 100px;
}

#sitemapbtn {
	position: absolute;
	bottom: 2px;
	left: -10px;
}

#sitemapbtn a {
	background: url(../images/layout/buttons/sitemap-trans.png) no-repeat;
	text-indent: -9999px;
	position: relative;	
	overflow: hidden;
	display: block;
	height: 21px;
	width: 50px;
}

.map {
	background: url(../images/layout/buttons/map-trans.png) no-repeat;
	position: relative;
	margin: 0px auto;
	margin-top: 25px;	
	display: block;
	height: 61px;
	width: 180px;
}

.clear  { clear: both; }
.button { text-indent: -9999px; overflow: hidden; }