h1 
{
    font-size:16px;
    font-weight:bold;
    padding-bottom:20px;
    }
h2 
{
    font-weight:normal;
    font-size:16px;
    padding-bottom:10px;
    }
p 
{
    font-size:12px;
    padding-bottom:8px;
    padding-top:0px;
    margin-top:0px;
    margin-bottom:0px;
    
    }
p.boldName 
{
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    
    }
p.boldName2 
{
    font-size:12px;
    font-weight:bold;
    padding-bottom:0px;
    margin-bottom:0px;
    
    }
p.padTop 
{
    padding-top:10px;
    }
.editorialItalic 
{
    font-style:italic;
    padding-bottom:20px;
    color:#666666;
    }
.editorialItalic2 
{
    font-style:italic;
    color:#666666;
    }
#narrowLeft {
	overflow:hidden;
	width: 215px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #110E09;
	padding-right: 15px;
	height: 545px;
}
#largeRight {
	float: right;
	width: 610px;
	text-align: right;
	padding-right:15px;
}
/* SEarch ------------------------------------------------------ */

#editorialSearch_wrap {
    width:230px;
    padding-left:0px;
    border-bottom: solid 1px #110e09;
    margin-bottom:10px;
    }
#editorialSearch_title {
    padding-bottom:10px;
    }
#editorialSearch_input input {
    background-color:#e9e9e9;
    vertical-align:top;
    margin:0;
    padding:0;
    width:135px;
    }
#editorialSearch_input .SearchInput {   
    border: solid 1px #000;
    }
#editorialSearch_inner {
    width:180px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:10px;
    }
#editorialSearch_input .SearchButtonGo {
    width:36px;
    }
    
/* end of search ------------------------------------------------- */
#editorialTitle {
	background-image: url(../Images/Editorial/editorial_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
	width: 223px;
}

#libraryTitle {
	background-image: url(../Images/Global/library_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 610px;
	border-bottom: solid 1px #110E09;
}
#editorialWrapper 
{
    text-align:left;
    }
.editorialWrapper 
{
    float:left;
    width:600px;
    height:420px;
    padding-right:10px;
    overflow-y:auto;
    overflow-x:hidden;
    }
.editorialWrapperMain 
{
    float:left;
    width:632px;
    height:415px;
    }

.mainArticleTitle 
{
    display:block;
    width:610px;
    float:left;
    clear:both;
    }
.mainArticleTitle h1
{
	color: #f14720;
	text-transform:uppercase;
	text-align:center;	
	font-weight:normal;
	font-size:22px;
	margin:0px;
	letter-spacing:0.1em;
	padding:0px;
}    
.mainArticleTitle p {
	color: #278faf;
	text-transform:uppercase;
	text-align:center;	
	font-size:18px;
	padding:0px;
	margin:0px;
	letter-spacing:0.1em;
} 
.mainArticle_body {
	color:#fff;
    padding-top:10px;
    width:280px;
	line-height:16px;
	padding-left:20px;
	font-size:12px;
    float:left; 
}
.mainArticle_bodyScroll {
    padding-top:10px;
    width:347px;
    padding-right:15px;
	padding-left:20px;
    height:430px;
    float:left; 
    overflow-y:auto;
}

/* Editorial Article list multiple ------------------------------------------- */

#editorialCategories {
    width:230px;
    padding-bottom:10px;/* <--needed to prevent last link cutoff in IE6 */
}
    
#editorialCategories .archiveHeader{
   	background:transparent url(../Images/Editorial/editorial_archive.jpg) 0 0 no-repeat;
	width:223px;
	float:left;
	height:37px;
	text-indent:-9999px;
}
#editorialCategories .featuredArticle a{
    font-size:12px;
    padding:0;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#110e09;
	line-height:11px;
	font-family:Garamond, Times, Times New Roman, Serif;
}

.editorial_article h1 a
{
    text-decoration:none;
    font-size:16px;
    color: #f14720;
    }
.editorial_article h2 
{
    font-size:15px;
    color:#278faf;
    }
.editorial_article p 
{
    font-size:10px;
    line-height:1.5em;
    }
.editorial_article p a 
{
    color:Orange;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:underline;
    }

/* end of multiple article styles --------------------------------------------- */

.mainArticle_body a {
    color:#278faf;
    text-transform:uppercase;
    font-weight:bold;
    font-size:10px;
    }
.mainArticle_bodyScroll a {
    color:#278faf;
    text-transform:uppercase;
    font-weight:bold;
    font-size:10px;
    padding-bottom:10px;
    }
.mainArticle_body p {
    padding-bottom:10px;
}
.mainArticle_image 
{
    padding-top:10px;
    float:left;
	padding-left:11px; 
    }

/* Search Results styles ---------------------------------- */
.searchResultArticle 
{
    float:left;
    clear:both;
    width:600px;
    padding: 20px 0 10px 0;
    border-bottom: solid 1px #333333;
    }
.searchResultArticle_body 
{
    float:left;
    width:400px;
    }
.searchResultArticle_body h1
{
    font-size:16px;
    font-weight:bold;
    color: #f14720;
    }
.searchResultArticle_body h1 a
{
    font-size:10px;
    font-weight:bold;
    text-transform:none;
    color: #278faf;
    }
.searchResultArticle_img 
{
    float:right;
    }

/* end of Search Results styles --------------------------- */
.articleList_image 
{
    float:right;
    width:300px;
    }

.editorialCatHeader 
{
    padding-left:15px;
    padding-bottom:1px;
    padding-top:1px;
    }
.editorialCatHeader a, h1.editorialCatHeader
{
    text-transform:uppercase;
    font-weight:lighter;
	letter-spacing:0.3em;
    color:#fff;
    font-size:16px;
    text-decoration:none;    
    padding-bottom:20px;
    
    }
#editorialArchive a 
{
    font-size:14px;
    color:orange;
    text-transform: uppercase;
    font-weight:bold;
    }
#editorialSelectedCat ul 
{
    padding-left:35px;
    padding-right:10px;
    padding-bottom:10px;
    font-size:11px;
    font-weight:bold;
    }
#editorialSelectedCat ul li a 
{
    text-decoration:none;
    color:#278FAF;
    }
#editorialSelectedCat 
{
    background-color:#dae2ea;

}
    
    /* Classes for selected category  */
    .editorialSelectedCat ul 
{
    padding-left:35px;
    padding-right:10px;
    padding-bottom:10px;
    font-size:11px;
    font-weight:bold;
    }
.editorialSelectedCat ul li a 
{
    text-decoration:none;
    color:#278FAF;
    }
.editorialSelectedCat 
{/*
    background-color:#dae2ea;*/
    }

#calltoActionEditorial {
	height:20px;
	width:610px;
	background-image:url(../Images/Editorial/callToAction_editorial.jpg);
	float: left;
}
/*  styles to be used with full width page ------------- */

#editorialArchive {
	height: 450px;
	padding-right:15px;
	width: 590px;
	overflow-y:auto;
	overflow-x: hidden;
}
#editorialArchive .featuredArticle {
	width: 100%;
	clear: both;
	padding-top: 10px;
}
#editorialArchive img.featuredArticle  /*.articleImage*/ {
	float: right;
	background-color: #003300;
	height: 50px;
	width: 400px;
}
#editorialArchive .featuredArticle .text {
	text-decoration: none;
	width: 380px;
	float: left;
	margin-right:15px;
}
/* end -------------------------------------------- */
.featuredArticle a {
	text-transform: none;
	font-size: 70%;
	font-weight: bold;
	color: #278faf;
}
.featuredArticle h1 a {
	font-size: 70%;
	text-transform: lowercase;
	font-weight: bold;
	color: #278FAF;
}
.featuredArticle p {
	font-size: 70%;
}

#mostpopular {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #110E09;
	padding-top: 0px;
	text-transform:uppercase;
	margin-top: 4px;
	font-size: 70%;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	clear:both;
}
.featuredArticle h2 a {

	font-size: 45%;
	text-transform: uppercase;
	font-weight: bold;
	color: #278FAF;
}

.libraryIntro 
{
    
    background-image:url(../Images/global/library_intro_txt.jpg);
    background-repeat:no-repeat;
    background-position:0px 0px;
    height:38px;
    border-bottom:solid 1px #110e09;
    display:block;
    width:200px;
    margin-left:16px;
    padding-bottom:15px;
    text-indent:-9999px;
    
    }
	
/* NEW Library layout - 01/02/2010 ---------------------------------- */

#mainContent.library {
	background-color:#110E09;
border:5px solid #FFFFFF;
display:block;
width:847px;
padding-left:14px;
	}
#libraryHeader h1 {
	padding:0;
	width:831px;
	height:97px;
	border-bottom:2px solid #fff;
	margin:0;
	text-indent:-9999px;
	padding-bottom:10px;
	background:transparent url(../Images/Library/libraryHeader.jpg) 0 0 no-repeat;
	}
#libraryRight {
	float:right;
	width:310px;
	}
#libraryLeft {
	float:left;
	width:524px;
	margin-top:10px;
	height:425px;
	border-right:1px solid #fff;
	}
.mainLibraryTitle 
{
    display:block;
    width:524px;
    float:left;
    clear:both;
	padding:10px 0 0 15px;
    }
.mainLibraryTitle h1
	{
		text-transform:uppercase;
		letter-spacing:0.2em;
		padding:0;
		width:500px;
		font-size:22px!important;
	font-weight:lighter!important;
	color:#fff;	
	}
.mainLibraryTitle h1 span
	{
		font-size:16px;
		color:#fff;
		padding:0 0 0 5px;
		letter-spacing:0.2em;
		font-weight:lighter;
		text-transform:capitalize;
		}
.libraryWrapper 
{
    float:left;
    width:524px;
    height:420px;
    padding-right:10px;
    overflow-y:auto;
    overflow-x:hidden;
    }
#libraryCategories {
	padding-top:20px;
    width:290px;
    padding-bottom:10px;/* <--needed to prevent last link cutoff in IE6 */
}

/* editorial new 02/02/2010 ----------------------- */
#mainContent.editorial {
	background-color:#e7e7eb;
	height:520px;
	}
#editorialHeaderImg {
	width:620px;
	height:78px;
	background:transparent url(../Images/Editorial/editorialImage.jpg) 0 0 no-repeat;
	float:left;
	margin-left:13px;
	}
#editorialRight {
	width:223px;
	float:right;
	}
.editorialCategoryHeader a, h1.editorialCategoryHeader
{
	color:#110e09;
    font-size:16px;
	font-weight:lighter;
    text-decoration:none;    
    padding-bottom:10px;
	width:210px;
	font-family:Garamond, Times, Times New Roman, Serif;
	text-transform:capitalize;    
    }
.featuredArticle {
	height:20px;
}
#archiveHolder {
	height:115px;
	width:208px;
	float:left;
	overflow-y:scroll;
	}
#editorialCatHolder {
	height:330px;
	width:208px;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
	}