/*
----------------------------------
GENERAL RULES 
----------------------------------
*/

body
{
	margin: 10px 0 0;
	padding: 0;
	font: 80%/1.3 arial, helvetica, sans-serif;
	background: #fff;
	color: #333;
}

a:link { color: #2f65ad; }
a:visited { color: #1467b5; }
a:hover { color: #b92300; }
a:focus, a:active { color: red; }
p { margin: 0 0 1em; }
img { border: none; }

h2
{
	font-size: 150%;
	margin: 0 0 .5em;
	color: #3aa226;
}

h3
{
	color: #3aa226;
	font-size: 130%;
	margin: 0 0 .5em;
}

h4, h5, h6
{
	color: #3aa226;
	font-size: 115%;
	margin: 0 0 .5em;
}

table
{
	margin: 1em 0;
	border-collapse: collapse;
}

th, td
{
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ddd;
}

th
{
	font-weight: bold;
	background: #eee;
}

/*
----------------------------------
CONTAINER RULES 
----------------------------------
*/

#container
{
	width: 600px;
	margin: 0 auto;
}

#container #global
{
	display: none;
}

.noprint
{
	display: none;
}

.event a
{
	text-decoration: none;
}

/*
----------------------------------
HEADER RULES 
----------------------------------
*/

#skip
{
	display: none;
}

#header h1
{
	display: none;
}

#header h2
{
	display: none;
}

#header img { display: block; }

/*
----------------------------------
INNER RULES 
----------------------------------
*/

#inner
{
	clear: left;
	margin: 9px 0 0;
	background: url(/images/site/back-inner.jpg) no-repeat;
	border-top: 1px solid #fff;
}

/*
----------------------------------
NAV RULES 
----------------------------------
*/

#nav
{
	display: none;
}


/*
----------------------------------
CONTENT RULES 
----------------------------------
*/

#content
{
	float: left;
	width: 600px;
	margin: 0 0 0 25px;
	padding: 25px 0 10px 0;
}

#general #content
{
	float: left;
	width: 590px;
	margin: 20px 0 0 30px;
	padding: 0 0 10px;
}

#content ul
{
	margin: 1em 0;
	padding: 0;
}

#content ul ul
{
	margin: 0;
	padding: 0;
}

#content ul li
{
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0 0 .5em 20px;
	background: url(/images/site/bullet2.gif) no-repeat 0 .5em;
}

#content ul li li
{
	margin: 0 0 0 20px;
	background: url(/images/site/bullet3.gif) no-repeat 0 .5em;
}

#content form#contact
{
	margin: 1em 0;
	padding: 0;
}

#content form#contact div { margin: 0 0 1em; }
#content form#contact #contact_name, #content form#contact #contact_email, #content form#contact #contact_message { width: 30em; }

#content form#contact em
{
	color: red;
	font-style: normal;
	font-size: 70%;
	text-transform: uppercase;
}

/*
----------------------------------
HOME RULES 
----------------------------------
*/

#home-intro
{
	float: left;
	width: 600px;
	padding: 0 0 10px;
	background: url(/images/site/back-home-intro.jpg) no-repeat 0 100%;
}

#home-intro p { margin-right: 260px; }

.imageHomeBlock
{
	float: right;
	width: 230px;
	font-size: 90%;
	margin: 0 0 0 30px;
}

.imageHomeBlock img { display: block; }
#home-intro .imageHomeBlock p { margin: 3px 0 0; }

#news
{
	width: 550px;
	margin: 0 0 10px 30px;
	padding: 20px 0 0;
}

#news p { margin: 0 0 1em; }

#getinvolved
{
	padding: 20px 0;
	clear: left;
	background: url(/images/site/back-getinvolved.jpg) no-repeat 0 100%;
}

#getinvolved img { float: left; }
#getinvolved h3 { margin-left: 120px; }
#getinvolved p { margin: 0 0 0 120px; }
#getinvolved p.more { margin: .3em 0 0 120px; }

#findasite
{
	padding: 20px 0 0;
	clear: left;
}

#findasite img { float: left; }
#findasite h3 { margin-left: 120px; }
#findasite p { margin: 0 0 0 120px; }
#findasite p.more { margin: .3em 0 0 120px; }

/*
----------------------------------
FOOTER RULES 
----------------------------------
*/

#footer
{
	clear: left;
	margin: 10px 0 0;
	padding: 10px;
	font-size: 90%;
	color: #666;
}

#footer ul
{
	margin: 10px 0;
	padding: 0 10px;
}

#footer ul li
{
	display: inline;
	list-style-type: none;
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	border-left: 1px solid #999;
}

#footer ul li.first
{
	margin: 0;
	padding: 0;
	border-left: none;
}

#footer ul li.noprint
{
	display: none;
}

#footer p { margin: 0; }

#footer a { text-decoration: none;}

/*
----------------------------------
CLASS RULES 
----------------------------------
*/

.structural-label
{
	display: none;
}

.galleryrow
{
	float: left;
	width: 590px;
	clear: both;
	margin-bottom: 15px;
}

.thumbnailbox
{
	width: 100px;
	float: left;
	margin: 0 40px 0 0;
}

.thumbnailbox p { margin: 0; }

.thumbnailbox img
{
	display: block;
	padding: 0 0 5px 0;
}

.caption { font-size: 90%; }

.imageBlock
{
	width: 230px;
	float: right;
	margin: 0 0 15px 20px;
	clear: both;
}

.imageBlock p { margin: 0; }

.image-right
{
	clear: right;
	float: right;
	width: 230px;
	margin: 0 0 1em 1em;
}

#in-page-navigation
{
	clear: both;
	margin: 1em 0 0;
}

#next a
{
	display: none;
}

#previous a
{
	display: none;
}

#back a
{
	display: none;
}

.source
{
	font-size: 90%;
	color: #444;
	font-style: italic;
}

#content .more
{
	background: url(/images/site/bullet.gif) no-repeat 0 .3em;
	padding: 0 0 0 13px;
}

.image-right
{
	clear: right;
	float: right;
	width: 280px;
	margin: 0 0 1em 1em;
}

.image-right img
{
	display: block;
	width: 280px;
}

.image-caption-right
{
	clear: right;
	float: right;
	width: 280px;
	margin: 0 0 1em 1em;
	font-size: 90%;
	color: #444;
}

.image-caption-right img
{
	display: block;
	width: 280px;
}

#content ul.iconlist
{
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.h3-clear { clear: both; }

#content .iconlist li
{
	background: no-repeat 0 .4em;
	padding: 3px 0 3px 20px;
	margin: 0;
}

#content .iconlist li.pdf { background-image: url(../images/common/bullet_pdf.gif); }
#content .iconlist li.doc { background-image: url(../images/common/bullet_doc.gif); }
#content .iconlist li.xls { background-image: url(../images/common/bullet_xls.gif); }
#content .iconlist li.ppt { background-image: url(../images/common/bullet_ppt.gif); }
#content .iconlist li.htm { background-image: url(../images/common/bullet_htm.gif); }
#content .iconlist li.zip { background-image: url(../images/common/bullet_zip.gif); }
#content .iconlist li.wm { background-image: url(../images/common/bullet_wm.gif); }
#content .iconlist li.qt { background-image: url(../images/common/bullet_qt.gif); }
#content .iconlist li.mp3 { background-image: url(../images/common/bullet_qt.gif); }
#content .iconlist li.text { background-image: url(../images/common/bullet_text.gif); }
#content .iconlist li.popup { background-image: url(../images/common/bullet_popup.gif); }
#content .iconlist li.img { background-image: url(../images/common/bullet_photo.gif); }
#content .iconlist li.other { background-image: url(../images/common/bullet_dat.gif); }

#content .banner
{
	margin: 25px 0 15px -6px;
}

#content #wenews
{
	width: 600px;
	clear: both;
}

#content #wenews .westory
{
	width: 590px;
	float: left;
	margin-bottom: 10px;
	background: url(/images/site/wen-top.png) no-repeat;
	border: 1px solid #2f65ad;
}

#content #wenews .westory h4
{
	margin-bottom: 0;
	padding: 0 5px;
	color: #3669ba;
}

#content #wenews .westory h4 a
{
	color: #3669ba;
}

#content #wenews .westory h4 a:hover
{
	color: #3aa226;
}

#content #wenews .westory p
{
	padding: 5px 5px 0 5px;
}

#content #wenews .westory .wenimg
{
	float: right;
	width: 110px;
	margin: 5px 5px 5px 10px;
	font-size: 80%;
	color: #444;
	text-align: right;
}

#content #wenews .westory .wenimg img
{
	border: 1px solid #2f65ad;
}

#content img#reuters, #content img.newslogo
{
	float: right;
	border: none;
	margin-left: 10px;
}

#content #reuters-head
{
	margin-bottom: 35px;
}

