

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background-color: #E0E0E0;
	font: 68%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #222; 
	text-align: center;
    overflow: -moz-scrollbars-vertical;
	padding: 0px 0px 0px 0px;
	margin: 0;
	}
 
/* links */
a, a:visited {
	text-decoration: none;
	color: #305072; 
}
a:hover {
	color: #CC0099;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 14px;	
}
h2 {
	font-size: 12px;
	color: #6EA434;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
.frontpageFeatureHead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.frontpageFeaturedText {
	color: red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.image_caption { 
   line-height: 10px;
   color: #3D60AE;
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: center; 
}
h1, h2, h3, p {
	padding: 4px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 15px;
	color: #5C8615;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 28px 0 30px;  
   border: 1px solid #f2f2f2; 
  	background: #F0F0F0 url(images/quote2.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:2px; padding: 0 5px;
	border: 1px solid #F05EFB; 
	background-color: #F0E0FD; 
}
input {
	padding:1px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #CA3498;
}

input.buttonGo { 
	margin: 0; 
	font: bolder 10px Arial, Sans-serif; 
	border: 0px solid; 
	padding: 2px 0px; 
	background: #FFF;
	color: #CA3498;
}


/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #C0C0C0 url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 60px; height: 16px;
}

form.search a { 
   color: #ffffff; 
   font-size: 11px; 
   text-decoration: underline; }

.bg_search_box   { background-color: #FFCCFF;
	width: 205px;
 }


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 990px;

	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

#content-wrap {
	clear: both;
	float: left;
	width: 800px;  
	padding: 0; 
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}
#header {
	width: 1000px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h1#logo-text a {
	color: #FFF;
}
#header h1#logo-text a:hover {
	text-decoration: none;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 5px 0 0 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}
#date {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

/* Menu */
#breadcrumb {
	clear: both;
	margin: 0px; padding: 3px 10px 0px 10px;
	background: repeat-y left top;	
	font: normal 11px Verdana, Arial, Tahoma, Sans-serif;
	height: 18px;
	
}
#breadcrumb div, #breadcrumb span  { 
   color: #4A7D4B; 
   background: none; 
   font-size: 11px;
   }

#breadcrumb a { 
   color: #4A8869; 
   text-decoration: underline;
}




/* Main Column */
#main {
	float: left;
	width: 72%;
	padding: 0; margin: 0;
	background-color: #ffffff;
	font-size: 11px;
}
#main h1 {
	margin-top: 10px;
	margin-bottom: 2px;
	font: Bold 150% Verdana, 'Trebuchet MS', Sans-serif;
	color: #442B95;
	padding: 5px 0 5px 10px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF no-repeat 3px 50%;
}
#main h1 a {
	color: #535A8A; 	
	background: none;
}
#main h1 a:hover {
	color: #CC3399; 
	text-decoration: underline;
}

#main div.content {
	padding: 2px 5px 0px 8px;		
	margin: 0;
}

/* -------------------------Added by Neil 05MAY10 */
#main a, a:visited {
	color: #0F5072;
	text-decoration: none;
	font-size: 12px;
}
#main a:hover {
	color: #CC0099;
	text-decoration: underline;
	font-size: 12px;
}
/* ----------------------End Added by Neil 05MAY10 */

#main div.not_found {
   padding: 40px;
   text-align:center;
}
#main div.fp-postcat a, a:visited {
	color: #0E5505;
	font-size: 11px;
	text-decoration: none;
	padding-left: 4px;
}
#main div.fp-postcat a:hover {
	color: #4A8869;
	font-size: 11px;
	text-decoration: none;
	padding-left: 4px;
}

/*  Right-Hand Category Headlines */
.nav_right_headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bg_nav_right_header  		{ background-color: #CC9933; }
.bg_nav_right_header_news  	{ background-color: #2E6ED8; }
.bg_nav_right         		{ background-color: #EEEEEE; }
.nav_right_header
     { color: #FFFFFF;
	  font-size: 13px;
	  font-weight: bold;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  }
.nav_right_category_header
      { color: #FFFFFF;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  font-weight: bold;
	  text-transform: uppercase; }
/*  END Right-Hand Category Headlines */


#main div.newsheaders a {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-size: 110%;
	color: #314994;
	margin-left: 8px;
	font-weight: bold;
}
#main div.newsheaders a:hover {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-size: 110%;
	color: #CC3399;
	margin-left: 8px;
	font-weight: bold;
	text-decoration: underline;
}
#main div.newsheaders a:visited {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-size: 110%;
	color: #3181C4;
	margin-left: 8px;
	font-weight: bold;
}
.newsdate {
	font-family: Arial, Tahoma;
	font-size: 10px;
	padding: 0px 0px 0px 8px;
}
.NewsRef {
   color: Gray;
   padding: 0px 0px 0px 8px; 
   font-size: 10px;
}
div.post-cats { padding-left: 5px;  font-size: 9px;  }

.art-info-1 {
   font-size: 10px;	 
   float: left; 
   width: 300px;
   padding: 0px 0px 10px 10px;
}
.art-info-2 {
   font-size: 10px; 
   float: right; 
   text-align: right;
   padding: 0px 5px 10px 0px;
}

.art-info-3 { 
   float: left; 
   width: 300px;
   color: #4A8869;
   padding: 0px 0px 10px 10px;
   font-size: 10px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #f2f2f2;
	font-size: 100%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	/* background: url(images/comment.gif) no-repeat left center; */
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	font-size: 80%;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;

}

.email {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.gif) no-repeat right center; 
}
.print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.gif) no-repeat right center; 
}
.links {
   float: left;
   padding: 15px 0px 0px 15px; 
}
.relatedlink {
   color: #3080BF;
   font-size: 11px;
	padding-left: 10px;
   }
.digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/digg.png) no-repeat right center; 
}



/* Sidebar */	
#sidebar {
	float: left;
	width: 210px;
	padding: 0px 0px 0px 5px; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}

#sidebar h1 a {
   color: #555;
}
#sidebar a.selected { 
   color: #CC0099; 
}
#sidebar .nav-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}
 
 
/* RightStrip - Advertising Strip */

#RightStrip {
	float: right;
	color: #000000;
	background: #FFFFFF;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-position: top;
	
}

#FamilyMattersStrip {/*this is the right-hand side advisors strip */
		position: absolute;
		background: #CCFFFF;
		color: #000000; /*to insure readability*/
		margin-left: 608px; /*to position the right-strip to the right of content area*/
		margin-top: 17px;
		margin-right: 1px; /*breathing space for the text*/
		padding: 1px; /*space to separate navigation and content*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 120px; /*to insure that NN4.xx renders the background-color of the content area*/
		border-right-color: Navy;
		border-right-width: thin;
	}

/* Sidebar - feeds and link management */

#feeds {
   text-align: left;
	font-weight: bold;
	padding-left: 10px; 
	padding-top: 10px; 
	line-height: 20px;
	padding-bottom: 10px; 
}
.rss {
	padding-left: 24px;
    padding-bottom: 1px;
    padding-top: 1px;
	background: url(images/webfeed.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_google.gif) no-repeat left center; 
}





/* Sub-category navigation */
#sidebar ul.sidemenu ul {
   margin: 3px 0px 3px 0px;
   padding: 0px;
   margin-left: -8px;
	list-style: none;
}

#sidebar ul.sidemenu ul li {
   font-size: 10px;
   border: none;
}

#sidebar ul.sidemenu ul ul li {
   font-size: 9px;
}



/* optional non-list navigation */

      .altmenu { 
         font-weight: bold; 
         margin: 3px 3px 8px 3px; 
         border-bottom: 1px solid #eeeeee; 
      }
      
      .altmenu div { 
         padding: 2px; 
      }
      
      div.catMenu-0 { font-size: 11px; padding-left: 5px;  }
      div.catMenu-1 { font-size: 10px; padding-left: 20px; }
      div.catMenu-2 { font-size: 9px;  padding-left: 35px; }
      div.catMenu-3 { font-size: 8px;  padding-left: 50px; }
      div.catMenu-4 { font-size: 7px;  padding-left: 65px; }
      
      .altmenu div a { 
         padding-left: 20px; 	
         background: url(images/go.gif) no-repeat 0px 0px; 
      }




/* Next/Previous Links */	

#nextlinks { 
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#nextlinks a { 
   text-decoration: underline;
}


/* Footer */	
#footer {
	color: #666666;
	background: #FFFFFF;
	clear: both;
	width: 95%;
	height: 70px; 
	text-align: center;	
	font-size: 11px;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* Printer Friendly Page classes */
#printer #main {
	padding: 0;
	margin: 20px;
	font-size: 12px;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: underline; }
#printer #main { text-align: left; width: 95%;}


/* ----- Fix alignment in IE 7 (was defaulting to center) ----- */
td                   {text-align: left;}
td[align="center"]   { text-align: center; }
td[align="right"]    { text-align: right; }
td[valign="middle"]  { vertical-align: middle; }

.warningMessage { vertical-align: middle;}



/* ----- Page Top Navigation ----- */

#nav-topmenu
{
height: 15px;
margin: 0;
width: 990px;
float: left;
padding: 0 0 8px 0;
}


/*-- START Menu Navigation --*/
ul.topnav {   
    list-style: none;   
    padding: 0 0 0 10px;   
    margin: 0;   
    float: left;   
    width: 980px;   
    background: #222;   
    font-size: 11px;   
    background: #00325a;   
}   
ul.topnav li {   
    float: left;   
    margin: 0;   
    padding: 0 20px 0 0;   
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}


/*-- This is the problem bit --*/
/*-- It was
			ul.topnav li a, a:visited{   
    		padding: 5px 5px 3px 5px;   
    		color: #fff;   
    		display: block;
			font-size: 1em;   
    		text-decoration: none;   
    		float: left;   
			}
  Changed to the two specs below
--------*/  

ul.topnav li a{   
    padding: 5px 5px 2px 5px;   
    color: #fff;   
    display: block;
	font-size: 11px;   
    text-decoration: none;   
    float: left;   
}
ul.topnav li a:visited{   
    padding: 5px 5px 2px 5px;   
    color: #fff;   
    display: block;
	font-size: 11px;   
    text-decoration: none;   
    float: left;   
}
/*-- End of the problem bit --*/  

 
ul.topnav li a:hover{   
    background: #017ab1;   
}   
ul.topnav li span { /*--Drop down trigger styles--*/  
    width: 10px;   
    height: 23px;   
    float: left;   
    background: url(/gaynz_graphics/subnav_btn.gif) no-repeat center top;   
}   
ul.topnav li span.subhover {background-position: center; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {   
    list-style: none;   
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 23px;   
    background: #00325a;   
    margin: 0; padding: 0;   
    display: none;   
    float: left;   
    width: 140px;      
}   
ul.topnav li ul.subnav li{   
    margin: 0; padding: 0;   
    clear: both;   
    width: 140px;   
}   
html ul.topnav li ul.subnav li a {   
    float: left;   
    width: 130px;
	text-align: left;   
    background: #00325a;   
    padding-left: 5px;   
}   
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    background: #017ab1;   
}	
/*-- END Menu Navigation --*/
/* ----- END Page Top Navigation ----- */


/* ----- START LightBox Image Display ----- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	/* "articles/style/" removed from above URL */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(articles/style/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(articles/style/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* ----- END LightBox Image Display ----- */


/* ----- Special Font Classes carried over from old site --- */

	.txtblack9justify{
		color: #000000;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 9px;
		FONT-STYLE: normal;
		FONT-WEIGHT: normal;
		TEXT-ALIGN: justify;
	}
		.txtseagreen9
	{
		COLOR: #20B2AA;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 11px;
		FONT-WEIGHT: bold;
	}
	
	/* ----- END Special Font Classes from old site --- */