/* CSS Document */

html, body { 
  color: #000;
	background: #fff url(/img/bkg-lines.jpg) repeat top left;
  margin: 0; 
  padding: 0;
	width: 100%;
	height: auto;
} 

body, p, td, th, li, blockquote, form {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 85%;
    /* Hide from IE5 mac \*/
    font-size: 90%;
    /* End hide from IE5/mac */    
}

a {
    color: #2D4564;
    text-decoration: underline;
}

a:visited {
    color: #2D4564;
}

a:hover {
    color: #2D4564;
    text-decoration:none;
}

/*
REDEFINE HTML TAGS
--------------------------------------
*/

h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.40em;
    font-weight: normal;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
		color: #B45918;
		margin: 20px 0 0 0;
		padding: 0 0 10px 0;
}

h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
		color: #B45918;
		margin: 0 10px 0 10px;
		padding: 15px 0 5px 0; 
		border-bottom: 1px solid #B45918;
}

/*
PAGE STRUCTURE
--------------------------------------
*/

#pagewidth { 
 width: 759px; 
 min-width: 500px; 
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 border: 1px solid #c56b22;
}

#headwrap {
	width: 744px;
	height: 160px;
	background: #B45918 url(../img/header-bg.gif) no-repeat top left;
}

#header { 
 width: 100%; 
 height: 110px;
}

#nav {
 width: 758px;
 height: 25px;
 margin: 0;
 overflow:hidden;
 padding: 0;
/* background: #B45918  url(../img/nav-bg.gif) repeat-y top left;*/
  background: #982B0B url(/img/main-nav-bkgrnd.jpg) no-repeat top left;
}

#bc {
 width: 738px;
 height: 27px;
 margin: 0px 0px 0px 5px;
 padding: 0px 0px 0px 15px;
 background: #B45918;
}

#content {
	width: 744px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-main {
	float: left;
	display: inline;  /* fixes ie6 double margin */
	margin: 0 0 0 6px;
	padding: 15px;
	width: 551px; /* ie5win fudge begins */
	background: #fff url(../img/mccnr-bg.gif) no-repeat top right;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 521px;
}

html>body #content-main {
	width: 521px; /* ie5win fudge ends */
}

#homeleft {
	float: left;
	display: inline; /* fixes ie6 double margin */
	width: 345px;
	margin: 0 0 0 0px;
	padding: 15px 15px 15px 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 315px;
}

html>body #homeleft {
	width: 315px; /* ie5win fudge ends */
}

div.pinksquare{
	width: auto;
	margin: 70px 0px 0px 350px;
	padding: 5px 0px 0px 0px;
	background-color: #F3EAE5;

}


#homemiddle {
	float: left;
	text-align: center;
	width: 199px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#homeright {
	margin: 0px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
	
}



#left {
	float: left;
	display: inline; /* fixes ie6 double margin problem */
	margin: 0 0 0 5px;
	padding: 20px 0 0 0;
	background: #fff;
	width: 170px;
	background: #fff url(../img/mccnr-bg.gif) no-repeat top right;
}

#middle {
	float: left;
	width: 410px;
	margin-left: 4px; 
	padding: 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 369px;
}

html>body #middle {
	width: 369px; /* ie5win fudge ends */
}


#right {
	float: left;
	width: 183px;
	margin: 0 0 0 4px;
	padding: 15px 0 0 0;
	background: #fff;
}

#right-2col {
	float: left;
	width: 530px;
	margin: 0 0 0 20px;
	padding: 30px 0 20px 0;
}

#right-3col {
	float: left;
	width: 155px;
	padding: 0px 0px 0px 0px;
	background: #fff url(../img/rblock-bg.gif) no-repeat top right;
}

#footer {
 height: 28px; 
 width: 758px;
 background: #B45918 url(../img/footer-bg.gif) no-repeat top left;
}

/*
NAV FORMATING
--------------------------------------
*/

#nav ul {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
  list-style-type: none;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

#nav li {
		float: left;
    margin: 0 0 0px 0;
    padding: 3px 10px 2px 5px;
}

#nav a {
    font-family: arial, helvetica, sans-serif;
    color: #fff; 
    text-decoration: none;
}

#nav a:visited {
    color: #fff;
}

#nav a:hover {
    color: #990000;
    text-decoration: none;
}
 #nav .nav-active a:hover{
 	color:white;
	}


#nav a.active {
    color: #6087A2;
}

/* Highlight tabs */
#nav li:hover{
	 background: #982B0B url(/img/main-nav-bkgrnd-active.jpg) no-repeat top left;
	height: 20px;
}
#nav li:hover a{color: #990000;}

/* But not current page */
#nav .nav-active, #nav .nav-active:hover, #nav .nav-active:hover a {
	background: #660000;
	height: 20px;	
	color:white!important;
}



/*
BREADCRUMBS STYLES
--------------------------------------
*/

#bc ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 4px 0 2px 0;
    background: #B45918;
	overflow: hidden;
}

#bc li {
	float: left;
	font-size: 0.75em;
	color: white; 
  margin: 0 0 0 2px;
}

#bc a {
    color: white; 
    text-decoration: underline;
}

#bc a:visited {
    color: white;
}

#bc a:hover {
        color: #660000;
    text-decoration: none;
}

/*
LEFT COL STYLES
--------------------------------------
*/

#left h3 {
	font-size: .9em;
	font-weight: bold;
	color: #6087A2;
	margin: 0 0 10px 20px;
	padding-bottom: 0; 
	border-bottom: 0px solid #B45918;
}

#left li {
	width: 100%; /* ie5 */
}

/* all levels */
#left a {
	width: 170px;		
	color: #000;
	text-decoration: none;
	display: block;
	border-top: solid 1px #E3C5AF;			
}

#left a.last {
	border-bottom: solid 1px #E3C5AF;			
}

/* level 1 */
#left ul a {
	padding: 2px 5px 3px 20px;
	voice-family: "\"}\""; voice-family:inherit;
	width: 145px;		
}
html>body #left ul a {
	width: 145px;		
}

/* level 2 */
#left ul ul a {
	padding: 2px 5px 3px 30px;
	voice-family: "\"}\""; voice-family:inherit;
	width: 135px;		
}
html>body #left ul ul a {
	width: 135px;		
}

/* level 3 */
#left ul ul ul a {
	padding: 2px 5px 3px 40px;	
	voice-family: "\"}\""; voice-family:inherit;
	width: 125px;		
}
html>body #left ul ul ul a {
	width: 125px;		
}

/* level 4 */
#left ul ul ul ul a {
	padding: 2px 5px 3px 50px;	
	voice-family: "\"}\""; voice-family:inherit;
	width: 115px;		
}
html>body #left ul ul ul ul a {
	width: 115px;		
}

#left a.expand {
 	background-image: url(../img/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 5% 45%;
}

#left a.expand-on {
 	background-image: url(../img/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 5% 45%;
}

#left a.expand-onlvl2 {
 	background-image: url(../img/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 12% 45%;
}

#left a.expand-onlvl3 {
 	background-image: url(../img/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 17% 45%;
}

#left a:visited {
    color: #000;
}

#left a:hover {
    color: #fff;
		background-color: #9F523A;
    text-decoration:none;
}

#left ul {
    list-style: none;
    margin: 0;
    padding: 0;
		font-size: 100%;
}

#left ul ul {
    list-style: none;
		margin: 0;
    padding: 0;
}

#left ul ul ul {
    list-style: none;
		margin: 0;
    padding: 0; 
}

#left ul ul ul ul {
    list-style: none;
		margin: 0;
    padding: 0; 
}

* html body #left li { /* fixes IE padding problem */
	display: inline;
}

#left li {
	font-size: 0.75em;
	margin: 0;
	padding: 0;	
	background-color: #F7F4F0;
}

#left li li {
	font-size: 100%;
	background-color: #EFE9E2;
	
}

#left li li li {
	font-size: 100%;
	background-color: #D3DEE5;
}

#left li li li li {
	font-size: 100%;
	background-color: #C7D5DE;
}

#left a.active {
	color: #fff !important;
	background-color: #9F523A;
}

/*
RIGHT COL STYLES
--------------------------------------
*/

#right p {
	text-align: left;
	font-size: .75em;
	margin: 10px 10px 20px 10px;
}

div.rblock {
	width: 154px;
	margin: 80px 0 0 0;
	padding: 0;
	border-top: 1px solid #B45918;
	border-bottom: 1px solid #B45918;
	border-left: 1px solid #B45918;
	background-color: #F7F4F0;		
}

.rblock h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #6087A2;
	margin: 0;
	padding: 5px;
}

div.rblock p {
	font-size: .7em;
	margin: 0px;
	padding: 10px;
}

div.rblock ul {
	font-size: .85em;
	margin: 10px 5px 0 20px;
  padding: 0;
}

div.rblock li {
	padding: 0 0 10px 0
}

#right-3col img {
	margin-bottom: 20px; 
}

#right-3col .first-img {
	margin-top: 80px;
}

/*
MIDDLE COL STYLES
--------------------------------------
*/

#middle h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
		color: #B45918;
		margin: 0 0 10px 0;
		padding: 30px 0 10px 0;
		border-bottom: 1px solid #B45918;
}

#middle h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
		color: #B45918;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-bottom: 0px solid #B45918;		
}

#middle h4 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: bold;
		color: #000;
		margin: 15px 0 20px 0;
}

#middle p {
	margin: 10px 0 20px 0;
}


/*
FOOTER STYLES
--------------------------------------
*/

#footer p {
 font-size: .75em;
 color: #fff;
 padding: 5px 0 0 15px;
}

#footer a {
    font-family: arial, helvetica, sans-serif;
    color: #fff; 
    text-decoration: none;
		padding: 0 5px 0 5px;
}

#footer a:visited {
    color: #fff;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/*
HOMEPAGE STYLES
--------------------------------------
*/

.mblock {
	width: 181px;
	margin: 0px auto 8px auto;
	border: 2px solid #B45918;
	background: #FFE7D9;
}

.mblock p {
	text-align: left;
	font-size: .75em;
	margin: 10px 10px 20px 10px;
}

.mblock a {
	color: #2D4564;
	font-weight: bold;
	text-decoration: underline;
}

.mblock a:hover {
	color: #2D4564;
	font-weight: bold;
	text-decoration: none;
}

#homeleft h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
		color: #B45918;
		margin: 0 0 10px 0;
		padding: 20px 0 10px 0;
		border-bottom: 1px solid #B45918;
}

#homeright h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
		color: #B45918;
		margin: 0 10px 0 10px;
		padding: 0 0 5px 0; 
		border-bottom: 1px solid #B45918;
}

#homeright h4 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: bold;
		color: #B45918;
		margin: 0 10px 0 10px;
		padding-bottom: 5px; 
		border-bottom: 1px solid #B45918;
}

#homeright p {
	text-align: left;
	font-size: .75em;
	margin: 10px 10px 20px 10px;
}

#homeright hr {
	color: #EFE5DE; 
	background: #EFE5DE; 
	border: 0; 
	height: 5px;
	margin: 10px 0 10px 0;
	padding: 0;
}

#homeright form {
	text-align: left;
	font-size: .75em;
	margin: 0 10px 20px 10px;
	padding: 0;
}

fieldset{ border: none; padding: 8px 2px 8px 2px;}
input.quizOption {float:left; width: 12px;}
label.quiz{
	float:left; 
	margin-left: 5px;
	width: 120px;
	margin-bottom: 4px;
	margin-top: 2px;
}



#homeright span.label {
	margin-left: 10px;
}
	
#homeright div.row {
  padding-bottom: 5px;
  border: 1px solid #F2D8CA;
  overflow:hidden;
}

#homeright div.row:hover {
	border: 1px solid #D7A582;
	background: #FFE7D9;
	overflow:hidden;
}


/*
MISC STYLES
--------------------------------------
*/

img {
	border: 0px;
}

.header-logo {
	float: right;
	margin: 20px 25px 0 0;
}

.home-bg {
	background: url(/img/home-bg.gif) repeat-y 0 0;
	width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

.mid-bg01 {
	background: #fff url(../img/mid-bg.gif) no-repeat top left;
}

.mid-bg02 {
	background: #fff url(../img/mid-bg02.gif) no-repeat top left;
}

.mid-bg03 {
	background: #fff url(../img/mid-bg03.gif) no-repeat top left;
}

.mid-bg04 {
	background: #fff url(../img/mid-bg04.gif) no-repeat top left;
}

.mid-bg05 {
	background: #fff url(../img/mid-bg05.gif) no-repeat top left;
}

.mid-bg06 {
	background: #fff url(../img/mid-bg06.gif) no-repeat top left;
}



.col2-bg {
	background: #B45918 url(../img/2col-bg.gif) repeat-y 0 0;
	width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

.col3-bg {
	background: #B45918 url(../img/3col-bg.gif) repeat-y 0 0;
	width: 760px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}


.clr { 
 clear:both; 
}

.top {
	margin: 30px 0 30px 0;
}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
	
	
	
/* Home page quake house button */
	
div#quakeHouseButton{border: 2px solid  #C56B22; width: 180px; height: 189px; background: url(/img/quake-house-button.jpg) no-repeat top left;margin-bottom: 8px;margin-left: 0px;}	
div#quakeHouseButton p{color: #C56B22; text-align: center; font-weight: bold; font-size: 1.2em;padding: 0px 0px 0px 0px;height: 40px;background:none;}
div#quakeHouseButton p a{color: #C56B22; text-decoration: none;}
div#quakeHouseButton a.quakeButton{display:block;width: 180px; height: 119px; background: url(/img/quake-house-button1.jpg) no-repeat top left;}
div#quakeHouseButton:hover a.quakeButton, div#quakeHouseButton a.quakeButton:hover{background: url(/img/quake-house-button2.jpg) no-repeat top left;}


div#nzRisk{border: 2px solid  #C56B22; width: 180px; background: url(/img/home-risk.jpg) no-repeat top left;margin-bottom: 8px;}

div#homeMyths{border: 2px solid  #C56B22; width: 180px; margin-bottom: 8px;}



/* Home page quake house button */