/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: small;
	
}

p{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 110%;
	margin: 0px;
	padding: 0px;
	font-size: small;
	padding-top:5px;
}

.ptnr{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
 font-size: 105%;
	padding-top:5px;
}

a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}
/* overrides decoration from previous rule for hovered links */



#mainLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #00CC00;
	padding: 2px 0px 2px 10px;
}


h1, h2, h3, h4,  {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
}


h2{
	font-size: 100%;
	color: #003366;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 3px;
}


ul{
	list-style-type: disc;
}


.image{
float:left;
padding-bottom:5px;
padding-top:5px;
padding-right:5px;
padding-right:5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


.new{
	background-color:#E8E7BD;
	font-size:70%;
	color:#003366;
	padding-right: 3px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-right: 2px;
	margin-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 100%;
	background-color: #000033;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	min-height: 70px;
	max-height: 71px;
}


#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 510px;
	margin: 0;
	padding: 0 0 0 0;
}
/*This is the width value of the main text box */


#furtherlinks{
padding-left:10px;
}
	
	
.barcolour{background-color:#F2F5DC;
}

.footercolour{
border-bottom-color:#999999;
border-bottom:solid;
border-bottom-width:1px;
border-top-color:#999999;
border-top:solid;
border-top-width:1px;
font-size:80%
}
/***********************************************/
/*Component Divs                               */
/***********************************************/



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #003366;
	padding: 5px 10px 5px 0px;
	margin-top: 0px;
	text-align: right;
}
/* 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" */




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: fixed;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	width: auto;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	border-top: 1px solid #cccccc;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}



/************** #headlines styles **************/


	
.pageheading1, pageheading2, pageheading3, pageheading4 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

.pageheading1{
	font-size: 150%;
	color: #E8E7BD;
	font-weight: bold;
}

.pageheading2{
	font-size: 125%;
	color: #FFFFFF;
	font-weight: bold;
}

.pageheading3{
	font-size: 95%;
	color: #FFFFFF;
	font-weight:normal;
}


headerimage{
float:left;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
padding:5px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** #Layers **************/


#sidebarlinks {
	position:absolute;
	width:123px;
	height:250px;
	z-index:1;
	left: 1px;
	top: 1px;
}

 /* sidebar link rollover styles  */

#sidemenu{
	border: 1px solid;
	width: 110px;
	background-color: #E8E9D1;
	border-color: #666666;
}

#sidemenu a{
	font:  12px Arial;
	padding: 2px;
	padding-left: 10px;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid;
	border-bottom-color: #666666;
}

html>body #sidemenu a{ /*Non IE rule*/
width: auto;
}

#sidemenu a:hover{
background-color: #999999;
color: white;
}
