
/* CIFT web site style sheet - D. Brown 07-06-2007 */


/* Body margins */	
body {
	margin:10px 10px 0px 10px;
	padding:0px;
}
	

/* Left column */
#leftcontent {
	position: absolute;
	left:10px;
	top:190px;
	width:20%;
	background:rgb(255, 255, 255);
	border:0px solid #000;
        border-top:0px solid #000;
	color: #ffffff;
}

/* Center column */
#centercontent {
	background:#ffffff;
   	margin-left: 20%;
   	margin-right:20%;
	border:0px solid #000;
	font-family: arial, sans-serif;
top:205px;

/*
IE5x PC mis-implements the box model. Because of that we sometimes have to perform a little CSS trickery to get pixel-perfect display across browsers. The following bit of code was proposed by Tantek Celik, and it preys upon a CSS parsing bug in IE5x PC that will prematurly close a style rule when it runs into the string "\"}\"". After that string appears in a rule, then, we can override previously set attribute values and only browsers without the parse bug will recognize the new values. So any of the name-value pairs above this comment that we need to override for browsers with correct box-model implementations will be listed below.
		
We use the voice-family property because it is likely to be used very infrequently,and where it is used it will be set on the body tag. So the second voice-family value of "inherit" will override our bogus "\"}\"" value and allow the proper value to cascade down from the body tag.

The style rule immediately following this rule offers another chance for CSS2aware browsers to pick up the values meant for correct box-model implementations. It uses a CSS2 selector that will be ignored by IE5x PC.
		
Read more at http://www.glish.com/css/hacks.asp
*/
		
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 20%;
   	margin-right:20%;
		} 
	html>body #centercontent {
   		margin-left: 20%;
   		margin-right:20%;
		} 

/* Right column */
#rightcontent {
	position: absolute;
	right:10px;
	top:215px;
	width:20%;
	background:#fff;
	border:0px solid #000;
	border-top:0px solid #000;
	font-family: arial, sans-serif;
}

/* Banner */	
#banner {
	background:#fff;
	height:40px;		
	border:0px solid #000;
        voice-family: "\"}\"";
	voice-family: inherit;
	height:39px;
		}
	html>body #banner {
		height:205px;
	font-family: arial, sans-serif;
}

/* Miscellaneous settings */		
p,h1,pre {
	margin:0px 10px 10px 10px;
}
		
h1 {
	font-size:14px;
	padding-top:10px;
}



/* Banner Settings */
		
#banner h1 {
	font-size:24px;
	padding:10px 10px 0px 10px;
	margin:0px;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#banner p {
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
}
	

#banner .bannerlinks {
font-size: 12px;
font-family: arial, sans-serif;
}


/* Rightcontent settings */

#rightcontent p, ul, a {
	font-size: 12px;
}

#rightcontent h1 {
	font-size: 16px;
}


/* Centercontent settings */

#centercontent p {
	font-size:12px;
	margin-left: 15px;
margin-right:15px;
}

#centercontent h1 {
font-size: 18px;
text-align: center;
}

#centercontent h2 {
font-size: 14px;
text-align: left;
margin-left: 10px;
}

#centercontent hr {
width: 80%;
height: 2px;
color: #000000;
backgound-color: #000000;
}

#centercontent .title{
font-size: 16px;
text-align: center;
font-weight: bold;
}

#centercontent .title2{
font-size: 14px;
text-align: center;
font-weight: bold;
}

#centercontent tbody {
font-size: 12px;
}

#centercontent .indent10 {
margin-left: 10px;
}

#centercontent ol li {
font-size: 12px;
}

#centercontent .caption {
font-size: 11px;
}

#centercontent .back2top {
text-align: center;
}

/* Nifty Corners */

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

div#container{width:80%;margin: 0 auto;text-align:left}
div#content{float:left;width:80%;background: #9DD4FF;}
div#nav{float:right;width:19.9%;background: #FFC79D}


/* NWOECC page backround settings */
div#main{margin-left: 1%;margin-right: 1%;background:#FFFA7C}
div#rightcontent{background:#FFFFC1}
div#niftylinks{background:#46B446}
div#footer{margin-left: 18%;margin-right: 18%;background:#FFB260}






/* Left-hand popup menu */
div#links {
	position: absolute;
 	top: 25px;
 	left: 0;
 	width: 100%;
 	height: 100px;
 	font: 12px Arial, sans-serif;
 	z-index: 50;
}

div#links a {
	display: block;
	text-align: left;
 	font: bold 1em Arial, sans-serif; 
   	padding: 5px 10px; margin: 0 0 0px;
 	border-width: 0; 
   	text-decoration: none;
 	color: #000000;
   	border-right: 0px solid #505050;
}

div#links a:hover {
	color: #4E9963;
 	background: #fffa7c;
   	border-right: 0px double white;
}

div#links a span {
	display: none;
}

div#links a:hover span {
	display: block;
   	position: absolute;
 	top: 80px;
	left: 101%;
 	width: 125%;
  	padding: 5px;
	margin: 10px;
 	z-index: 100;
   	color: #000000;
	background: #FFFFC1;
  	font: 12px Arial, sans-serif; text-align: left;
}

div#links hr {
width: 90%;
height: 2px;
color: #000000;
backgound-color: #000000;
}

div#links p {
font: 14px Arial, sans-serif;
font-style: italic;
font-weight: bold;
color: brown;
}





/* Printer text */
div#links .print   {
	text-align: center;
        font-weight: bold;
        font-style: italic;
        font-family: arial, sans-serif;
	font-size: 14px;
        font-color: #ffffff;
}	


/* Printer icon */
.image   {
        border: 0px solid;
        width: 60px;
        height: 53px;
}

/* Link settings */
a:link { color: blue; }
a:visited { color: purple; }	
a:hover { color: red; }
a:active { color: #000000; }


/* Text styles */
.style1 {font-size: 14px}



/* Horozontal menu /*

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:100%; height:32px;
 font-size:0.85em;
 position:relative;
 z-index:100;border-right:0px solid #000;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:100%;
 w\idth:100%;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {width:100px;}

/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
.menu li {
float:left;
width:105px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:13px;
text-decoration:none;
color:#fff;
width:105px;
height:31px; border:0px solid #000;
border-width:0px 0px 0px 1px;
background:#3366bb;
padding-left:0px;
line-height:32px;
font-family: arial, sans-serif;
text-align: center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:105px; w\idth:105px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0;
width:105px;
border-top:1px solid #000;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{
left:100px;
top:-1px;
width:105px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0;
left:0;
 border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#dddddd;
color:#000;
height:auto;
line-height:1em;
padding:5px 2px; width:152px;
border-width:0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#000;background:#cccccc;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* End of style sheet */





