﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	font-size: smaller;
	padding-top:15px;
	padding-bottom: 15px;
}

p, h1,h2,h3
{
    line-height: 1.3em;    
}

h3 a, h2 a
{
   text-decoration: none; 
   color: black;
}

strong
{
     font-size:large;
     font-weight:normal;
     line-height: 1.2
}

.clickable
{
    cursor:pointer;    
}


#Wrapper
{
	width: 985px;
	margin: auto;
	background-color: white;
}

/* --- MAIN CONTENT -------------------------------------------------------- */

#MainContent
{
    clear:both;
 	background: url('../images/longbackright.jpg') top right no-repeat; 
	background-color: White;
	width: 985px;
}


.RightFirst
{
    float:right    
}

.LeftFirst
{
    float:left   
}


/*  SINGLE PANE*/
#SinglePane
{
    Margin: 30px;    
}

#SinglePane h1
{
 	font-size: 2em;
	font-weight:normal;
	color: #6EAB22;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 15px;
    display: block;
	clear: both;   
}

/* --- MAIN CONTENT LEFT ------------------------ */

#MainContentLeft 
{
	width: 400px;
	margin-top: 20px;
    padding:135px 30px 30px 30px; 
    background:#FFFFFF url('../images/logo.jpg') no-repeat center top;		
}

#MainContentLeft h2, #MainContentLeft h1
{
	position: relative;
	font-size: 2em;
	font-weight:normal;
	color: #6EAB22;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 15px;
    display: block;
	clear: both;
}

#MainContentLeft p
{
    Margin-bottom: 30px;    
}

#MainContentLeft ul
{
    Margin-bottom: 30px;    
}

#MainContentLeft li
{
    list-style-type: disc;
    list-style-position:inside;
    line-height: 1.3em;
	margin: 1em 0;
    padding-left: 1em;
	text-indent: -1.1em;
}

.FileDownloadLink
{
    display:block;
    padding:5px;
    padding-left: 30px;
    background-repeat:no-repeat;
    background-position: left;
    background-image: url('../Images/DocumentIcons/PDF.png');    
}

.RightFirst h2
{
     font-size: large;   
}


/* --- QUICK SEARCH ----------------------- */

#QuickSearch
{
    height: 57px;
	padding: 10px;
	width:380px;
	margin-bottom: 30px;
	background-image: url('../Images/QuickSearch.gif');
	background-position:left top;
	overflow:hidden;
}

#QuickSearch h2
{
	position: relative;
	color: yellow;
	font-size: 1.5em;
	border:none;
	margin-bottom:6px;
}
#QuickSearch .Description 
{
	position: relative;
	color: white;
	font-size: 1em;
	margin-top:5px;
}

#QuickSearch .Search 
{
	position: relative;
}

#QuickSearch .Search input.Search 
{
	width: 310px;
	position: relative;
	margin-top:2px;
}

#QuickSearch .Search input.SearchButton {
	font-weight: bold;
	width: 60px;
	height:25px;
	color: white;
	position: absolute;
    text-align: center;
	border: 0px;
	font-size:smaller;
	margin-left: 5px;
	background: url('../images/SearchButton.jpg') no-repeat;
}

/* ------- SUGGESTED READING ------------------------- */

.SuggestedReading
{
    background: url('../images/greenbutton.gif') top right no-repeat;
    padding-right: 36px; 
}


/* ------- HOME PAGE NEWS HEADLINES ------------------ */

.NewsItem
{
    /*min-height:79px;
    height: 79px;*/
    overflow: visible;
    width: 304px;
    padding-right: 36px;
    margin-left:10px;
    background: url('../images/greenbutton.gif') top right no-repeat;
    position:relative;
    float:left;
}

.NewsItem h3
{
    font-size: 1em;
    font-weight: bold;  
}

.NewsItem a
{
    text-decoration: none;
    color: #000000;    
}

.NewsCalendar
{
    float: left; 
    background-image: url('../Images/Calendar.gif');
    width: 50px; 
    height: 79px; 
    text-align: center; 
    font-weight: normal; 
    position:relative;    
    background-position: center 1px;
}

.DateDay {top: 18px; position: relative; display:block;}
.DateMonth {top: 24px; position: relative;display:block;}
.DateYear {top: 29px; position: relative;display:block;}


/* ------------------- */

.BigLink
{
    color: white;
    display: block;
	background: url('../Images/BigLink.gif') right;
	height: 40px;
	cursor: pointer;
    padding-top: 10px; 
    height: 30px; 
    text-decoration:none;
    text-align:center;
    font-size: 1.5em;
}


/* --- TAG CLOUD ---------------*/

.TagCloud
{
	font-family:Trebuchet MS;
	text-align:center;
	clear:both;
}

.TagCloud a
{
	text-decoration:none;
	color:black;
}

.TagCloud span
{
	margin-right:3px;
	text-align:center;
}

.TagCloud span.TagWeight1 {font-size:xx-large}
.TagCloud span.TagWeight2 {font-size:x-large;}
.TagCloud span.TagWeight3 {font-size:large;}
.TagCloud span.TagWeight4 {font-size:small;}
.TagCloud span.TagWeight5 {font-size:x-small;}


/* --- ADVANCED SEARCH -----------------------------*/

#AdvancedSearch table
{
    width: 30px;
}

#AdvancedSearch label
{
	float: left;
	width: 120px;
}

#AdvancedSearch select
{
	margin-bottom: 10px;
	width: 260px;
}

#AdvancedSearch input 
{
	margin-bottom: 10px;
	width: 260px;
}

#AdvancedSearch .TextBox
{
    width: 270px;
}

/* --- PARTNER DESCRIPTION -------- */

img.Partner
{
    width: 120px; 
    float: right; 
    margin: 0px 0px 30px 10px;
}

/* --- LEFT CLICKABLE AREA -------- */

#MainContentLeft .ClickableArea
{
    width:370px; 
    padding-right:30px;
    background:url('../images/greenbutton.gif') no-repeat top right;
}


/* --- MAIN CONTENT RIGHT ------------------------------------------------------ */

#MainContentRight 
{
	width: 464px;
	/*min-height:600px;*/
	overflow:visible;
/*	background-image: url('../images/longbackright.jpg');*/
	background-repeat:no-repeat;	
	padding: 30px 30px 0px 30px;	
	border-left: #D3D3D3 1px solid;
}

.LeftFirst h2, #MainContentRight h1
{
 	font-size:x-large;
 	font-weight:normal;
	color: black;
	margin-bottom: 30px;   	

}

#MainContentRight h3, .RightFirst h2 a
{
 	font-size:large;
 	font-weight:normal;
	color: black;
	margin-bottom:3px; 
}

/* --- SEARCH RESULTS -------------------- */

#SearchResults
{
    margin-bottom: 30px;
}

#SearchResults td, #Partners td
{
    /* radgrid adds unwanted padding by default */
    padding: 0px !important;    
}

#SearchResults .DrillDown
{
    display: block;
    height:26px;
    width:26px;
    position: absolute; 
    top:0px; 
    left: 440px; 
    background-color: Transparent;
    background-image: url('../images/greenbutton.gif');
    background-repeat:no-repeat;
    text-indent: -9999px;
}

#SearchResults h3 
{
    width:420px;    
    line-height: 1.3em;
    margin-bottom:3px;
}

.RightFirst h2
{
    width:400px;    
    line-height: 1.3em;
    margin-bottom:3px;
}

#SearchResults p
{
	position: relative;
	width: 420px;
	color: black;
	font-size: 1em;
	line-height: 1.3em;
	background-color: transparent;
	margin-bottom:30px;
}

#Partners h3
{
    position: relative;
    line-height: 1.2em; 
}

#Partners p
{
	position: relative; 		
	font-size: 1em;
	line-height: 1.2em;
}

.PartnerSummary
{
    position: relative; 
    width:100%; 
    clear:both;
}

.FirstPartnerSummary
{
    position: relative; 
    width:100%; 
    clear:both;
}

.PartnerSummary .Logo, .FirstPartnerSummary .Logo
{
    float: left;  
    width: 120px;        
}

/* --- ARTICLE ----------------------- */

.Article
{
    line-height: 1.2em;
}

.Article li
{
    list-style-type:disc;
    margin-left:15px;
    margin-bottom:5px;
}


/* --- FOOTER ---------------------------------------------------------*/

#Footer 
{
	position:relative;    
	margin-left:  30px;
	margin-right: 30px;
	clear: both;
	border-top:1px solid #D3D3D3;
	padding-top:15px;
}

#Footer img 
{
    Width:120px;
	position: relative;
	margin-right: 2px;
	float: left;
}

#copyright
{
    clear:both;
    text-align: center;    
    margin-bottom:15px;
}

	
/* --- PAGE CONTROLS ------------------------------------------- */

#PageControls
{
    height:60px;
	background-color: white;
}


#Language
{
    width:460px;
    padding-top:15px; 
    height:25px; 
    text-align:center; 
    float:left;
}

#Language input
{
    border:none;
    background-color:white;
    text-align:center;
    color:#828186;
    margin-top: 5px;
    cursor:pointer;
}

.LangInactive 
{
	font-size: 1em;
	color: black;
}

.LangActive 
{
	font-size: 1em;
	color: #6EAB22;
}

/* --- MAIN NAVIGATION --- */

#Navigation 
{
    float:right;
	width: 525px;
	margin-top:0px;
	height: 60px;
	color: white;
	background-image: url('../Images/buttonbar.jpg');
	background-repeat: repeat-x;
	line-height: 15px;
	font-size: 15px;

    text-align: center;
}

#Navigation li 
{
	position: relative;
	float: left;
}

#Navigation a 
{
    padding-top:22px;
    padding-bottom:22px;
    display: block;
	position: relative;
	text-decoration: none;
	color: white;
	border-right: 1px solid #5D5D5D;
	border-left: 1px solid #B5B5B5;

	background-image: url('../Images/buttonbar.jpg');
	background-repeat: repeat-x;
	border-bottom: solid 1px #5D5D5D;	
	width: 103px;
}

#Navigation a:hover 
{
    background-image: url('../Images/buttonbarover.jpg');
    background-repeat: repeat-x;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #FFFFFF;
	color: #6EAB22;
}

#Navigation a.last
{
    border-right: none;
}

#Navigation .Active 
{
	background-image: url('../Images/buttonbarover.jpg');
	background-repeat: repeat-x;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #FFFFFF;
	color: #6EAB22;
}

div.FormContent {
	margin-top: 10px;
}

div.FormContent label {
}
div.FormContent input.form, div.FormContent textarea {
	width: 420px;
}
div.FormContent span.ControlHelp {
	font-style: italic;
	color: #D3D3D3;
}
div.FormContent input.StyledButton 
{
	background-image: url('../Images/buttonbar.jpg');
	border: 0px solid white;
	color: white;
	width: 80px;
}





.hidden
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}


.more-link
{
    margin-top: 10px;
    text-align: right; 
    background-color: Transparent; 
    position: relative;  
    display: block;
    margin-bottom: 30px;
}

.more-link a
{
    text-decoration: none; 
    color: Black; 
}

.more-link span, .more-link label
{
    color: Black; 
    font-size: large; 
    position: relative; 
    top: -5px; 
    margin-right: 5px;
    margin-left: 15px;
}

/* ---- SHARE BUTTONS ------ */

#ShareButtons
{
   height:60px;
   width:300px;
   display:block;
   float:right
}

#ShareButtons li 
{
	position: relative;
	float: left;
    margin: 0px 5px 0px 0px;  
    list-style-type:none;
    padding:0px;
}

#ShareButtons a
{
    width:30px;
    height: 30px;
    display:block;
    text-indent: -9999px;
}

.lnkEmail {background:url('../Images/email.gif') no-repeat;}
.lnkTwitter {background:url('../Images/twitter.gif') no-repeat;}
.lnkFacebook{background:url('../Images/facebook.gif') no-repeat;}
.lnkLinkedIn {background:url('../Images/linkedin.gif') no-repeat;}
.lnkDigg{background:url('../Images/digg.gif') no-repeat;}


.ArticleDetailsLabel
{
    float:left;
    font-weight:bold;
    width:100px; 
    display:inline-block;
}


/* ----- TWITTER ------ */

#TwitterLogo
{
    float: right;
    margin-left: 15px;    
}


.Tweet
{
    margin-bottom: 15px;    
    line-height: 1.3em;
}

.Tweet .Date
{
    font-weight: bold;
}

.Tweet .Date a
{
    color: Black;
    text-decoration: none;    
}


/* -- PARTNER DETAILS TABLE -- */

#PartnerDetailsTable
{
    clear: both; 
    margin-bottom: 30px;
}

#PartnerDetailsTable td
{
    line-height: 1.3em;
    padding-bottom: 15px;
}

#PartnerDetailsTable .Col1
{
    width:100px
}
