/*

RESET

Copyright (c) 2006, Yahoo! Inc. All rights reserved.

Code licensed under the BSD License:

http://developer.yahoo.net/yui/license.txt

version: 0.10.0

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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,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%;}q:before,q:after{content:'';}

body
{
font-family: Trebuchet MS, Helvetica, sans-serif;
color: #000;
font-size: 11px;
margin-top: 50px;
margin-left: 50px;
}

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

a:hover
{
color: #8CC63E;
text-decoration: none;
}

/*--- MAIN GRID ---*/

div#wrapper
{
width: 1000px;
}

div#navigation
{
float: left;
width: 238px;
margin-right: 7px;
}

div#content
{
width: 755px;
float: left;
}

/*--- LEFT COLUMN ---*/

div#logo
{
margin-bottom: 45px;
}

div#nav
{
float: left;
width: 200px;
margin-bottom: 30px;
}

div#nav ul li a, div#langNav a
{
color: #000;
text-decoration: none;
font-size: 12px;
line-height: 2em;
text-transform: uppercase;
}

div#nav ul li a:hover, div#nav ul li a.tagged, div#langNav a:hover
{
color: #8CC63E;
text-decoration: none;
}

div#langNav
{
float: right;
text-align: right;
}

div#banner
{
clear: both;
width: 238px;
}

/*--- RIGHT COLUMN ---*/

/*--- NEWS ---*/

div.newsMod
{
width:657px;
margin: auto;
}

h2.newsTitle
{
display: block;
float: left;
width: 600px;
text-transform: uppercase; 
font-weight: normal;
margin-bottom: 25px;
font-size: 12px;
}

div.newsDate
{
float: right;
text-align: right;
font-size: 12px;
}

div.newsPhoto
{
clear: both;
padding-top: 7px;
min-height: 370px;
}

div.newsPhotoNav
{
position: relative;
width: 100%;
height: 40px;
}

div.newsPhotoNav a.leftNav
{
display: block;
position: absolute;
left: 0;
}

div.newsPhotoNav a.rightNav
{
display: block;
position: absolute;
right: 0;
}

div.newsPhotoNav p 
{
display:block;
position: absolute;
right: 50px;
padding-top:6px;
text-align:right;
width:560px;
}

div.newsBody 
{
clear:both;
line-height:2em;
padding-top:10px;
text-align:justify;
padding-bottom: 40px;
}

div.newsNav
{
clear: both;
height: 40px;
padding-bottom: 35px;
}

div.upNav
{
float: right;
text-align: right;
}

div.upNav a
{
text-align: right;
display: block;
width: 100px;
height: 40px;
padding-right: 50px;
padding-top: 10px;
background-image: url('../img/arrow_top.png');
background-repeat: no-repeat;
background-position: right top;
}

/* --- STATIC PAGES --- */

div#staticContent
{
padding: 0px 30px;
}

div#staticContent h2
{
margin-bottom: 3em;
}

div#staticContent p
{
line-height:2em;
padding-top:10px;
text-align:justify;
}

div#staticContent ul, div#staticContent ol
{
padding: 20px 0px 20px 30px;
line-height:2em;
}

div#staticContent ul
{
list-style-type: circle;
}

div#staticContent ol
{
list-style-type: decimal;
}


/*--- FOOTER ---*/

div#footer
{
clear: both;
padding-top: 25px;
}

div#copyright
{
float: left;
width: 150px;
}

div#archiveNav
{
text-align: right;
padding-bottom: 10px;
}

div#archiveNav ul
{
display: inline;
}

div#archiveNav ul li
{
display: inline;
margin-right: 5px;
}

div#archiveNav ul li.resultCurrent
{
color: #8CC63E;
}

a.nextArrow
{
text-transform: uppercase;
padding-right: 50px;
padding-top: 11px;
background-image: url('../img/arrow_right.png');
background-repeat: no-repeat;
background-position: right top;
}

a.prevArrow
{
text-transform: uppercase;
padding-left: 50px;
padding-top: 11px;
background-image: url('../img/arrow_left.png');
background-repeat: no-repeat;
background-position: left top;
}

