body
{
	margin: 0;
	background: #808080;
	font-family: Verdana;
	font-size: 12px;
}

strong
{
    font-weight: bold;
}

.body
{
	float: left;
}

a, a:visited
{
	color: #034e9f;
	text-decoration: none;
}

a:active, a:hover
{
	color: #034e9f;
	text-decoration: underline;
}

#container
{
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}

#header
{
	width: 960px;
	height: 150px;
	margin: 0;
}

#languages
{
	float: right;
	margin-top: 130px;
	height: 20px;
	width: 210px;
	line-height: 28px;
	font-size: 11px;
	font-weight: normal;
}

#languages ul li
{
	display: inline;
}

#languages ul li a, #languages ul li a:visited
{
	color: #000;
	text-decoration: none;
}

#languages ul li a:hover
{
	color: #034e9f;
	text-decoration: none;
}

#footer
{
	height: 50px;
	background: #4d4d4d;
}

#footer ul
{
	margin-left: 30px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#footer ul li
{
	display: inline;
	margin-right: 10px;
}

#footer ul li a, #footer ul li a:visited
{
	color: #fff;
}

#footer ul li a:hover
{
	color: #fff;
	text-decoration: underline;
}

#spacer
{
	height: 10px;
	display: block;
	line-height: 0;
	background: #808080;
}

#copyright
{
	height: 25px;
	background: #4d4d4d;
}

#copyright p
{
	text-indent: 30px;
	color: #fff;
	line-height: 25px;
	font-size: 9px;
	font-weight: bold;
}

#content
{

	background: #ebebeb;
}

#content p
{
        line-height: 2em;
        margin-bottom: 10px;
}

#left_column
{
	float: left;
	
	width: 734px;
	border-right: 1px solid #c9c9c9;
	padding: 0;
	background: #f4f4f4;
}

#news_column
{
	float: left;
	
	width: 473px;
	border-right: 1px solid #c9c9c9;
	padding: 0;
	
	background: #f4f4f4;
}

#media_column
{
	float: left;
	
	width: 260px;
	padding: 0;
	background: #f4f4f4;
	border-right: 1px solid #c9c9c9;
}

#bio_column
{
	float: left;
	
	width: 170px;
	padding: 0 0 0 0;
	background: #f4f4f4;
}

#bio_content_column
{
	float: left;
	
	width: 564px;
	border-right: 1px solid #c9c9c9;
	padding: 0;
	background: #f4f4f4;
}

#partnership_info_column
{
	float: left;
	
	width: 300px;
	padding: 0;
	background: #f4f4f4;
}

#partnership_column
{
	float: left;
	
	width: 434px;
	border-right: 1px solid #c9c9c9;
	padding: 0;
	background: #f4f4f4;
}

#partnership_info_column div.body
{
	padding: 30px 10px 0 30px;
}

#partnership_column div.body
{
	padding: 30px 10px 0 0;
}

#partnership_column .entry
{
	margin-bottom: 10px;
}

#bio_column div.body
{
	padding: 30px 0 0 5px;
}

#bio_content_column div.body
{
	padding: 30px 10px 0 20px;
}

#left_column div.body, #news_column div.body
{
	padding: 30px 10px 0 30px;
}

#media_column div.body
{
	padding: 30px 15px 0 15px;
}

#right_column
{
	float: left;
	
	background: #ebebeb;
	
	padding: 0;
	
	width: 225px;
}

#right_column div.body
{
	padding: 10px 10px 0 10px;
}

.box
{
	background: #fff;
	width: 195px;
	margin-bottom: 10px;
	padding: 5px;
}

.box p
{
	line-height: 1.3em;
	margin-bottom: 4px;
}

.body p
{
	line-height: 2em;
	margin-bottom: 10px;
	font-family: Calibri, Verdana;
	text-align: justify;
	font-size: 12px;
}

.box h2
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	color: #034e9f;
	border-bottom: 1px solid #d4e79b;
	margin-bottom: 4px;
}

.entry
{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	
	line-height: 1.5em;
}

.news_entry
{
	float: left;
	width: 325px;
	padding-right: 15px;
	margin-right: 5px;
	margin-bottom: 30px;
	
	line-height: 1.5em;
}

#news_column .news_entry
{
	width: 410px;
}

.entry h1, .news_entry h1, h1
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #034e9f;

	margin-bottom: 5px;
	
	line-height: 1em;
}

.entry img, .news_entry img
{
	float: left;
	margin: 0 10px 10px 0;
}

.read_more
{
	font-style: italic;
	color: #034e9f;
}

ul#media_buttons
{
	padding-bottom: 2px;
	border-bottom: 1px solid #d4e79b;
	margin-bottom: 10px;
}

ul#media_buttons li
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #4d4d4d;
	display: inline;
	margin-right: 5px;
}

ul#media_buttons li.ui-tabs-selected
{
	color: #034e9f;
}

ul#media_buttons li a, ul#media_buttons li a:visited
{
	color: #4d4d4d;
}

ul#media_buttons li.ui-tabs-selected a, ul#media_buttons li.ui-tabs-selected a:visited
{
	color: #034e9f;
}

ul#media_buttons li a:hover, ul#media_buttons li.active a:hover 
{
	color: #034e9f;
	text-decoration: none;
}

.element
{
	display: block;
	width: 230px;
	
	padding-bottom: 5px;
	border-bottom: 1px solid #d4e79b;
	margin-bottom: 10px;
}

.element h2
{
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	color: #034e9f;	
	margin-bottom: 2px;
}

ul#positions li
{
	display: block;
	text-transform: uppercase;
	text-align: right;
	color: #808080;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}

ul#positions ul
{
	margin: 5px 0 5px 0;
}

ul#positions ul li
{
	text-transform: none;
	margin-right: 5px;
}

ul#positions li a, ul#positions li a:visited
{
	color: #808080;
	cursor: pointer;
}

ul#positions li a:hover
{
	text-decoration: underline;
}

.members
{
	display: none;
}

img.member_image
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#full_search
{
	display: none;
	position: absolute;
	margin-top: 0px;
	margin-left: -195px;
	background: #aacf37;
	width: 233px; 
	height: 40px;
}

ul.photos_container li
{
	float: left;
	width: 170px;
	height: 170px;
}

.columns
{
	overflow: auto;
}

