
/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #000;
padding: 35px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: georgia, serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: white;
text-decoration: none;
font-weight:bold;
}

.lead
{
    display: none;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
color:black;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
}

h4
{
font-size: 1.2em;
padding-right: 28px;
}

h4.mission
{
font-size: 1.1em;
padding-right: 10px;
background-image: none;
}

.contentarea
{
padding-top: 1.3em;
}

img
{
border: solid 1px #aaaaaa;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.big{
	font-size:2.8em;
	color:#555;
	line-height:50px;
}

.impact{
	font-size:1.5em;
	font-weight: bold;
	color:#000;
	padding-right:8px;
}

.midway
{
margin: 2em 0em 4em 0em;
font-family: courier, serif;
font-weight: bold;
font-size: 0.9em;
color:#000;
width:100%;
}

.post
{
margin: 0.0em 1.5em 0.0em 1.5em;
padding: 0.0em 1.0em 0.0em 0.1em;
width:15em;
float:left;

/*background: url("images/BGnoise.gif") repeat top left;*/
}

.post .heading
{
padding: 1em 0.0em 0.0em 0.2em;
text-align:center;
height:2em;
width:100%;

font-size: 1.2em;
font-weight: bold;
color:#333;
}

.post .details
{
position: relative;
}



ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #000;
z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
width: 82%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 7.0em;
background: #2B2B2B url('images/topbg.gif') repeat-x;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}


#headerpic
{
position: relative;
height: 109px;
background: #fff url('images/hdrpic.jpg') no-repeat top left;
margin-bottom: 2px;
}

#menu
{
    display:none;
}

#menu a
{
padding: 0.0em 0.5em 0.0em 0.5em;
color: #fff;
text-decoration: none;
font-weight:bold;
}

#menu a:hover
{
text-decoration: underline;
}

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}


#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url('images/border2.gif') repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

div.forprint {
    display:inherit;
}

div.forscreen {
    display:none;
}
