/*General*/


.clearfix:after {	/*Self clear*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
.floatleft {
	float: left;
	}

body {
	color: #565963;
	margin: 0;
	padding: 0;
	font: 62.7% Arial, Helvetica, Geneva, sans-serif;
	}

a {
	color: #39464A;
	} 
	
.back_to_top {
	font-size: 1.1em;
	float: right;
	}
	
.back_to_top a:hover {
	color:#B3CE20;
	}
	
p {
	font-size: 1.2em;
	}	

p span.dropcap{	/*Drop capital letter*/
	color: #8BAE1E;
	font-family: "Times New Roman", Times, serif;
	float: left;
	width: 0.8em;
	font-size: 4em;
	line-height: 80%;
	text-indent: 0px;
	}
		
#main_content table p {
	text-indent: 0px;
	}

#main_content .no_indent {
	text-indent: 0px;
	}
	
#main_content address {
	padding-top: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 2em;
	}
		
.external {	/*For external links*/
	padding-right: 10px;
	}

.meeting {
	padding: 2em;
	height: 120px;
	}
	
h2 {
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	}
	
h3 {
	font-size: 1.4em;
	font-weight: normal;
}


ul{
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	}
	
dl {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	}
	
dl dd {
	padding: 0px;
	line-height: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	}
	
#wrapper {
	width: 808px; /*808px to accomodate the 4px shadow on both sides*/ 
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	}

#main_body {	/*to avoid anything overlapping with the drop shadow on left and right sides*/
	padding-right: 4px;
	padding-left: 4px;
	}
	
acronym { cursor: help; border-bottom: #999 1px dotted }
	
form .submit {
	font-size: .9em;
	background-color: #ccc;
	height: 18px;
	margin:0 0 1px 0;
}

form.search{
padding-left:15px;
display:inline;
}
	
input.search {
	width: 100px;
	height: 12px;
	margin:2px 0 0 0;
	font-size: 95%;	
}

/*	Header
----------------------------------------------------------------------------------------------------------*/	

#head {
	width: 800px;
	position: relative;
	padding-right: 4px;
	padding-left: 4px;
	height: 143px;
	}

#head h1 {
	margin: 0;
	padding: 0;
	}

h1#banner {
	position: absolute;
	left: 4px;
	top: 8px;
	height: 135px;
	width: 800px;
	text-indent: -9999px;
	}

h1#logo_gov {
	height: 158px;
	width: 212px;
	position: absolute;
	left: 68px;
	top: -32px;
	}
	
h1#logo_gov a span {
	position: absolute;
	width: 100%;
	height: 100%;
	color:#FFFFFF;
	font-size:1px;
	}	
	
h1#logo_gov a:hover span { 
	cursor:hand;
	}
	
.searchbox {
position: absolute;
	right: 28px;
	top: 100px;
}
	
	
/*	Main Tab
----------------------------------------------------------------------------------------------------------*/
#main_tab {
	font-size: 1.2em;
	}
	
/*	Main content
----------------------------------------------------------------------------------------------------------*/	
#main_content {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 45px;
	clear: both;
	}
	
#main_content a:hover {
	color: #B3CE20;	
	}
	
#main_content p{
	margin-bottom: 1.5em;
	line-height: 1.5em;
	
	}
	
#main_content h1 {
	color: #B3CE20;
	font-size: 2.5em;
	font-weight: normal;
	}

#main_content h2 {
	margin-top: 1.5em;
	font-weight: bold;
	}
	
#main_content ul li, #main_content ol li{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 15px;
	}	
	
	
#main_content ol li{
	margin-top: 1em;
	background-image: none;
	font-size: 1.2em;
	}
	
#main_content ol li ol li{
	margin-top: 0.5em;
	background-image: none;
	font-size: 12px;
	}

/* Secondary navigation (menubar under header)
----------------------------------------------------------------------------------------------------------*/
#secondary_navigation ul {
	width: 790px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	background-color: #6B8B26;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 4px;
	margin-top: 0px;
	}	
	
#secondary_navigation li a, #footer li a{
	font-weight:bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	}
	
#secondary_navigation li a.first{ /*Removes the padding on the first element of the Navigation*/
	padding-left:0px;
	}
	
#secondary_navigation li a.last{/*Removes the pipe symbol on the last element of the Navigation*/
	background-image: none;
	}
	
#secondary_navigation li a:hover, #footer li a:hover{
	color:#1A1927;
	text-decoration: underline;
	}
	
/* Tertiary navigation (Navigation tab)
----------------------------------------------------------------------------------------------------------*/

#tertiary_navigation {
	float: right;
	width: 370px;
	padding-right: 50px;
	padding-left: 50px;
	height: 18.5em;
	.height: 18.4em;	/*hack for IE7 only*/
	margin-left: -3px;
	padding-top: 1.5em;
	position: relative;
	}
	
#tertiary_navigation p{
	font-size: 1.1em;
	}
	
/*The ul li with a class of anchor in #maincontent and #tertiarynavigation 
don't have bullets but arrows*/
#main_content ul.anchor_list, #tertiary_navigation ul.anchor_list{
	font-size: 1.1em;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#main_content ul.anchor_list li, #tertiary_navigation ul.anchor_list li{
	background-image:none;
	list-style-type: none;
	padding-top: .2em;
	padding-bottom: .2em;
	}
	
#main_content ul.anchor_list li a, #tertiary_navigation ul.anchor_list li a{
	padding-left: 15px;
	}
	
#main_content ul.anchor_list li a:hover, #tertiary_navigation ul.anchor_list li a:hover{
	padding-left: 15px;
	color: #B3CE20;
	}

#tertiary_navigation h2{
	font-size: 1.6em;
	color: #B3CE20;
	}
	
#tertiary_navigation img{	/*For the image quotes in the about pages (PIMC - NRMMC)*/
	position: absolute;
	left: 241px;
	top: 61px;
	}
	
ul#sitemap{
	font-size: 12px;
	}

	
/* Tertiary sub-navigation
---------------------------*/
#tertiary_navigation ul#sub_comm {
	position:relative;
	}
	
#tertiary_navigation ul#sub_comm li ul li{
	display: none;
	}	
	
#tertiary_navigation ul#sub_comm li ul li a{
	background-image:none;
	}
	
#tertiary_navigation ul#sub_comm li:hover ul li, #tertiary_navigation ul#sub_comm li.sfhover ul li{
	padding:1em;
	display: block;
	width: 21em;
	background-image:none;
	}
	
#tertiary_navigation ul#sub_comm li:hover ul, #tertiary_navigation ul#sub_comm li.sfhover ul {
	border: 1px solid #999999;
	}
	
#tertiary_navigation ul#sub_comm li ul {
	font-size: .7em;
	position:absolute;
	left: 170px;
	top: 105px;
	background-color:#FFFFFF;
	border: 1px solid #fff;
	}
	
	
/* Tabs
----------------------------------------------------------------------------------------------------------*/
.tab_pic {
	float: left;
	top: 0px;
	height: 10em;
	width: 30px;
	}

#pimc #pic_nrmmc {	
	background-position: center -30px;
	}
	
#pimc #pic_pimc {
	background-position: center -30px;
	}
	
#nrmmc #pic_nrmmc {
	background-position: center -30px;
	}
	
#nrmmc #pic_pimc {
	background-position: center -30px;
	}

#tab_nrmmc p, ul, #tab_pimc p, ul {
	padding-left: 15px; /*sets trhe padding on paragraph in the tabs*/
	margin-top: .8em;
	margin-bottom: .8em;
	font-size: 1em;
	}

#pimc #tab_pimc ul li, #pimc #tab_nrmmc ul li, #nrmmc #tab_nrmmc ul li, #nrmmc #tab_pimc ul li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	}

#pimc #tab_pimc h2, #nrmmc #tab_nrmmc h2 {
	color: #B3CE20;
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 1em;
	}

#pimc #tab_nrmmc li a:hover, #nrmmc #tab_pimc li a:hover, #pimc #tab_pimc li a:hover, #nrmmc #tab_nrmmc li a:hover{
	color: #B3CE20;
	text-decoration: underline;
	}
	
#pimc #tab_pimc li.current a, #nrmmc #tab_nrmmc li.current a{
	color: #B3CE20;
	cursor: default;
	text-decoration: none;
	}
	
/* Templates Layouts
----------------------------------------------------------------------------------------------------------*/


/* Base template layout
-----------------------*/
#base #main_tab {
	width:100%;
	float:left;	
	}
	
#base #tab_pimc{
	width:370px;
	float:left;
	height:10em;
	}
	
#base #tab_nrmmc {
	width:370px;
	float:left;
	height:10em;
	}
	
#base #pic_pimc {	
	background-position: center -30px;
	}
	
#base #pic_nrmmc {
	background-position: center -30px;
	}
	
#base #tab_nrmmc h2{
	padding-left:15px;
	padding-top: 1em;
	}
	
#base #tab_pimc h2 {
	padding-left:15px;
	padding-top: 1em;
	}
	
#base #tab_pimc ul li, #base #tab_nrmmc ul li, #base #tab_nrmmc ul li, #base #tab_pimc ul li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	}
	
/* home page template layout
----------------------------*/

#home #tab_nrmmc_outer, #home #tab_pimc_outer {
	width: 300px;
	margin: 0;
	padding-left: 30px;
	.padding-left: 0px;
	}

#home #tab_pimc h2 {
	padding-left: 15px;
	padding-top: 1em;
	}
	
#home #tab_nrmmc h2 {
	padding-left: 15px;
	padding-top: 1em;
	}

#home #tab_nrmmc {
	width: 300px;
	height: 10em;
	}
	
#home #tab_pimc {
	width: 300px;
	height: 10em;
	background: none;
	}
	
#home #pic_nrmmc {
	background-position: center -30px;
	}
	
#home #pic_pimc {
	background-position: center -30px;
	}
	
#home #tab_pimc ul li, #home #tab_nrmmc ul li, #home #tab_nrmmc ul li, #home #tab_pimc ul li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	}

#home #tab_pimc h2, #home #tab_nrmmc h2 {
	color: #666666;
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	}

#home #tab_nrmmc li a:hover, #home #tab_pimc li a:hover, #home #tab_pimc li a:hover, #home #tab_nrmmc li a:hover{
	color: #B3CE20;
	text-decoration: underline;
	}
	
#home #tab_pimc li.current a, #home #tab_nrmmc li.current a{
	color: #B3CE20;
	cursor: default;
	text-decoration: none;
	}
	
#home #tertiary_navigation {
	width: 410px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 1.5em;
	height: 18.5em;
	.height: 18.4em;	/*hack for IE7 only*/
	}

/* PIMC - NRMMC template layout
-------------------------------*/
	
	
#pimc #tab_nrmmc_outer, #nrmmc #tab_pimc_outer {
	width: 300px;
	margin: 0;
	padding-left: 30px;
	.padding-left: 0px;	/*hack for IE7 only*/
	}

#pimc #tab_nrmmc h2, #nrmmc #tab_pimc h2 {
	padding-left: 15px;
	padding-top: 1em;
	}

#pimc #tab_nrmmc, #nrmmc #tab_pimc {
	width: 300px;
	height: 10em;
	}

#pimc #tab_pimc, #nrmmc #tab_nrmmc {
	width: 300px;
	height: 10em;
	padding-left: 30px;
	.padding-left: 0px;	/*hack for IE7 only*/
	}

/* Footer
----------------------------------------------------------------------------------------------------------*/

#footer ul {
	width: 755px;
	padding-left: 45px;
	margin: 0 0 0 4px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	}

#footer ul li, #secondary_navigation ul li {
	display: inline;
	list-style-type: none;
	}

#footer {
	padding-bottom: 4px;
	bottom: 0;
	}

/*	Form
----------------------------------------------------------------------------------------------------------*/

form {
	font-size: 1.2em;
	}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	}
	
#main_content form p {
	text-indent: 0px;
	}

/* legend styling */
legend {
	font-weight: bold;
	}



/* style for required labels */
label .required {
	font-size: 0.75em;
	color:#760000;
	}


/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
	}
	

/*style anchors that link to an external page in IE6*/ 

.link_email, .link_pdf, .link_word, .link_exel, .link_ppt{
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	}

	
/*style anchors that link to an external page in Standard compliant browsers*/	
	
a[href ^="mailto:"], a[href $='.pdf'], a[href $='.doc'], a[href $='.xls'], a[href $='.ppt'] {
	padding-right: 20px;
	}

