/***********************************************/
/* file nasc3col.css of WWW.NASCIRELAND.ORG */
/* created on July 2007 by Renart */
/* Last edit: 15 October 2007 by Renart */
/***********************************************/

/***********************************************/
/* XHTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #450156;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-attachment:fixed;
}

/* body background colour themes */

#nasc{background-image:url(images/nasc_bk_purple-grey_1x1024.gif);}
#advice{background-image:url(images/nasc_bk_teal-grey_1x1024.gif);}
#policy{background-image:url(images/nasc_bk_blue-grey_1x1024.gif);}
#groups{background-image:url(images/nasc_bk_dpink-grey_1x1024.gif);}
#public{background-image:url(images/nasc_bk_grey-grey_1x1024.gif);}
#volunteer{background-image:url(images/nasc_bk_green-grey_1x1024.gif);}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;  /* green */
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;  /* blue-green */
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

p.quote {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 14pt;
	color: #334d55;  /* dark teal same as H3 */
	text-align: center;
	padding-top: 20px;
}

p.center {
	text-align: center;
	margin: 0 0;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

hr{
	width: 80%;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.blockquote {
	padding: 0px 20px;
}

.underline {
	text-decoration: underline;
}

.red {
	color: #FF0000;
}

.green {
	color: #339900
}

/* general links */

a{
	color: #006699;
	text-decoration: none;
}

a:link, a:visited, a:active{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

/* links for the top navigation bar */

a.sitename:link, a.sitename:visited, a.sitename:hover, a.sitename:active{
	color: #fdfdfd;   /* off white */
	text-decoration: none;
}

a.globalink:link, a.globalink:visited{
	color: #FFAA00;		/* orange */
	text-decoration: none;
	font-weight: bold;
}

a.globalink:hover, a.globalink:active{
	color: #FFAA00;
	text-decoration: underline;
	font-weight: bold;
}

/* links for the breadcrumb bar */

a.breadcrumb:link, a.breadcrumb:visited{
	color: #FFAA00;		/* orange */
	text-decoration: none;
}

a.breadcrumb:hover, a.breadcrumb:active{
	color: #FFAA00;
	text-decoration: underline;
	background-color: #484648;  /* dark grey */
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#centerbody{
	width: 770px;
	background-color:#fff;
	border: 1px solid #9b65a9;
	margin-left:auto; margin-right:auto;
	margin-top: -1px;  /* this closes the 10px gap on top of the header in Firefox and Netscape, needs to be balanced out with header padding of same value */
}

#header{
	padding-top: 1px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

/* header background colour themes */

div.hnasc{background-image:url(images/nasc_logobar3d_purple_770x190.jpg);} /* purple theme */
div.hadvice{background-image:url(images/nasc_logobar3d_teal_770x190.jpg);} /* teal theme */
div.hpolicy{background-image:url(images/nasc_logobar3d_blue_770x190.jpg);} /* blue theme*/
div.hgroups{background-image:url(images/nasc_logobar3d_dpink_770x190.jpg);} /* pink theme */
div.hpublic{background-image:url(images/nasc_logobar3d_grey_770x190.jpg);} /* grey theme */
div.hvolunteer{background-image:url(images/nasc_logobar3d_green_770x190.jpg);} /* green theme */
div.hphotonasc{background-image:url(images/nasc_head_purple_1x150.gif);} /* purple theme for Photos*/

#logo{
	margin: 0px;
	padding: 0 24px 0 24px;
}

/* left navigation bar */

#navBar{
	float: left;
	width: 130px;
	margin: 0px;
	padding: 0px;
	background-color: #e4dfe6;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* right column headlines */

#headlines{
  	float:right;
	width: 180px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
}

/* INDEX STYLES */

/* all contents container for index page + 3 bar background */

#allcontent_index {
	padding-top: 1px;
	width: 100%;
    background-image: url(images/nasc_3bar_bkg_770x11.gif); /* 3 bar background */
	background-repeat: repeat-y;
	padding-left:0px !important; /* only FireFox reads this fix for repeat */
    margin-left:0px !important; /* only FireFox reads this fix for repeat */
}

/* right column headlines for index page */

#headlines_index{
  	float: right;
	width: 180px;
	border-left: 1px solid #cccccc;
	padding-right: 10px;
	background-color: #F5E8AC;  /* light yellow */
}

#headlines_index h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 15px 0px 10px 0px;
 background-color: #F3D71B;  /* caterpillar yellow, matches picture */
 	background-image: url(images/yellow_downtab_180x40.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#content_index {
	float: left;
  	width: 440px;
	margin-left: 9px;
	background-color: #F5E8CD;
}

/* End of INDEX STYLES */

/* 3-column CENTRE main content column */

#content{
	float: left;
  	width: 440px;
	background-color: #fff;
}

/* 2-column RIGHT wide content column */

#content2col{
	float: left;
  	width: 620px;
	background-color: #fff;
}

/* right narrow column for contact-us page */

#contactright{
  	float:right;
	width: 110px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color: #fff;
	margin: 0 0 6px 0;
	font-size: 70%;
}

/** PHOTO-slides structure **/

#centerslide {
	width: 480px;
	border: 1px solid #9b65a9;
	margin-left:auto; margin-right:auto;
	margin-top: -1px;  /* this closes the 10px gap on top of the header in Firefox and Netscape, needs to be balanced out with header padding of same value */
}

#headerslide {
	padding-top: 1px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#contentslide {
  	width: 100%;
	text-align: center;
}

#centerpicture {
	width: 454px;
/*	height: 454px;   disabled to allow box height to adjust to picture height*/
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	text-align: center;
}

.slidefont {
	font-size: 80%;
	padding: 0;
	margin: 0;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	font-size: 160%;
	text-align: center;
	margin: 0;
	padding: 0 0 0 10px;
	color: #e1e1e1;  /* white */
}

#siteAddress{
	font-size: 70%;
	vertical-align: bottom;
	margin: 0;
	padding: 0 4px;
	color: #fdfdfd;  /* white */
}

#map{
	width: 500px;
	height: 300px;
	font-size: 80%;
	font-weight: bold;
	color: #334d55;
	margin: 0 0 0 10px;
	padding: 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #DB1B21;  /* red */
}

#pageName img{
 display: block;
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 2px 0px 0 10px;
	color: #cccccc;
}


/************** .feature (main column) styles ***************/

.feature{
	padding: 0px 8px 10px 10px;
	font-size: 80%;
	text-align:justify;
}

.mapfeature{
	padding: 0px 4px 0px 10px;
	font-size: 80%;
}

.feature h2, h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	color: #334d55; /* dark teal */
}

.mapfeature h2{
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #334d55;
}

.feature p {
	text-align: justify;
}

.feature p.center {
	text-align: center;
}

.feature p.right {
	text-align: right;
}

.feature p.small {
	font-size: 80%;
}

.feature img, .mapfeature img, .story img{
	float: left;
	padding: 10px 10px 0px 0px;
	border: none;
}

.feature img.right {
	float: right;
	padding: 10px 0 0 10px;
}

.feature img.anywhere {
	float: none;
	padding: 0 4px;
}

.comment {
	padding: 0px 4px 10px 10px;
	font-size: 70%;
}

.comment img {
	border: none;
}

.large_notice {
	padding: 0px 4px 10px 10px;
	font-size: 200%;
	text-align: center;
	color: #DB1B21;
}

/************** .story (main column, includes grey dashed line on top) styles *****************/

.story {
	clear: both;
	padding: 10px 4px 0px 10px;
	font-size: 80%;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color:#CCCCCC;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story p.right {
	text-align: right;
}

.story img.anywhere {
	float: none;
	padding: 0 4px;
}

/************** .headline (right column) styles ***************/

.headline img {
	float: left;
	padding: 3px 7px 0px 0px;
	border: none;
}

.headline img.anywhere {
	float: none;
	padding: 0 4px;
}

.headline p.small {
	font-size: 80%;
}

/************* #footer styles ***************/

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
	background-color:#fff;
	color: #a5a5a5;
	padding: 8px 10px 10px 10px;
}

#footer img{
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
	border-style:none;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert (right column) styles **************/

#advert{
	padding: 20px 3px 10px 0;
}

#advert img{
	display: block;
}


/************** #headlines (right column) styles **************/

#headlines {
	margin: 0px;
	padding: 2px 0px 10px 9px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #headlines for index page (right column) styles **************/

#headlines_index{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 85%;
}

#headlines_index p{
	padding: 5px 4px 5px 4px;
}

/************** #contactright for contacts page, main area (right column) styles **************/

#contactright h2{
	text-align: center;
	color: #334d55;
	padding: 10px 0px 0px 10px
}

#contactright p{
padding: 10px 0px 0px 10px
}
