/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:none;
}

a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom:none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:none;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

h1{
 font-size: 140%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;
		overflow:hidden;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3,
	.colstory,
	.collink {
		float:left;
		position:relative;
		padding:.5em 0 1em 0;
		overflow:hidden;
	}
	
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#ffffff;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:22%;				/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:76%;				/* left column content width (left column width minus left and right padding) */
		left:23%;				/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;				/* right column content width (right column width minus left and right padding) */
		left:24%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		border-bottom: 0px solid #ccc;
		background: url(images/img4.gif) no-repeat left top;
		display: block;
		font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
		color: #000000;
	}
	.rightmenu .col2 .a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:none;
	}

	.rightmenu .col2 a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom:none;
	}

	.rightmenu .col2 a:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom:none;
	}

	.rightmenu .colstory {
		width:530px;
		left:0;
		padding: 0px 0px 0px 10px; }
	.rightmenu .collink {
		width:450px;
		left:20px;
		padding: 0px 0px 0px 00px;
		display: block}

#masthead{
	margin: 0;
	padding: 10px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 85%;
}

.story a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
}

.story a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
}

.story a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
}

.story p{
	padding: 0px 0px 0px 0px;
}


.leesverderstory {
	display: inline-table;
	padding: 1px 2px 2px 3px;
	text-transform: uppercase;
	color: #fff;
	background: #ff9900;
	border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline;
	text-decoration: none; }

a.leesverderstory:link {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 11px; 
	background: #ff9900;
	color: #fff;
	text-decoration: none;
	border-bottom: none}
a.leesverderstory:hover {
	color: #fff;
	background: #ff6600;
	text-decoration: none;
	border-bottom: none }
	
.leesverderlink {
	display: inline-table;
	padding: 1px 2px 2px 3px;
	text-transform: uppercase;
	color: #fff;
	background: #ff3333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline;
	text-decoration: none; }

a.leesverderlink:link {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
	background: #ff3333;
	color: #fff;
	text-decoration: none;
	border-bottom: none}
a.leesverderlink:hover {
	color: #fff;
	background: #cc0000;
	text-decoration: none;
	border-bottom: none }
	
.storycol {
	font-size: 13px;
	line-height: 15px;
	color: #000;
	padding: 0px 25px 25px 25px;
	background: #ffffcc;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px }
	
.storycol:hover {
	background: #ffff99;}
	
.linkcol {
	font-size: 13px;
	line-height: 15px;
	color: #000;
	padding: 0px 25px 25px 25px;
	background: #ffcccc;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px }
	
.linkcol:hover {
	background: #ff9999;}
	
.sectielink {
	display: inline-table;
	padding: 1px 2px 0px 0px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	border-bottom: none
	display: inline;
	text-decoration: none; }

.sectiestory {
	display: inline-table;
	padding: 1px 2px 0px 0px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #666;
	border-bottom: none
	display: inline;
	text-decoration: none; }

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px none #000000;
}


/************* #caption styles ***************/

.caption{
	z-index: -1;
	font-size: 85%;
	color: #999999;
	padding: 3px 0px 3px 0px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.caption a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px none #000000;
}


.caption_under{
	font-size: 85%;
	color: #999999;
	padding: 0px 0px 3px 0px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.caption_under a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px none #000000;
}

.caption_above{
	padding: 3px 0px 0px 0px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

/*********** #subsectionlinks styles **********/

#subsectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 64%;
}

#subsectionLinks a:link{
	padding: 1px 0px 1px 5px;
}

#subsectionLinks a:visited{
	padding: 1px 0px 1px 5px;
}

/*********** .relatedLinks styles ***********/

.door{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-left: 10px;
	padding-bottom: 10px;
}

.door a:link{
	color: #999999;
	text-decoration: none;
	border-bottom:1px none #000000;
}

.door a:active{
	color: #999999;
	text-decoration: none;
	border-bottom:1px none #000000;
}

.door a:visited{
	color: #999999;
	text-decoration: none;
	border-bottom:1px none #000000;
}

.door a:hover{
	color: #000000;
	text-decoration: none;
}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

