﻿body {
	margin: 20x;
	padding: 20px;
	background-color: #d1d3d4;
}
#logo {
	float: left;
	width: 160px;
	height: 160px;
	background-image: url('../images/nzaghgrc_logo_small.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
#header {
	float: left;
	height: 160px;
	width: 640px;
	background-image: url('../images/header/1.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
header_text {
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#header_text h2 {
	padding-left: 25px;
	margin-top:0px;
	color: #FFFFFF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 150%;
}
#spacer {
	height: 65%;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0px;
}
#container {
	clear: both;
}
#left_col {
	float: left;
	width: 160px;
	height: 440px;
	background-image: url('../images/left_bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-top: thick white solid;
	list-style-type: none;
	margin-top:0px;
}
#page_content {
	float: left;
	width: 640px;
	height: 440px;
	background-image: url('../images/main_bg.png');
	background-position: left top;
	background-repeat: repeat;
	border-top: thick white solid;
	overflow: auto;
}
#page_text {
	margin: 40px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 170%;
}

#page_text h1 {
	font-size: 18pt;
	font-weight: bold;
}
#page_text h2 {
	font-size: 10pt;
	font-weight: normal;
	
}
#page_text h3 {
	color: #8cbe3a;
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: -5px;
	margin-top: -5px;
}
#page_text h4 {
	color: #8cbe3a;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: -15px;
}

#page_text img
{
	margin-right: 20px;
}

#page_text p, a, dl, dd, dt, li {
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	color: black;
}
#page_text dt {
	padding-top: 15px;
	color: gray;
	text-decoration: none;
}
#page_text  a {
	text-decoration: none;
	cursor: hand;
	color: #8cbe3a
}

#page_text  a:hover {
	border-bottom:2px solid #8cbe3a;
}


#page_text .quote{
		margin-left: 50px;
}
#box {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	padding-top: 5px;
	background: white;
	width: 800px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}
#footer img {
	border: 1px solid silver;
	padding: 2px 5px;
	height: 50px;
}

/* Stuff for new collapsible left menu*/
	.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 160px; /*width of menu*/
	border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
	background: black url('../images/silvergradient.gif') repeat-x center left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /* To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;			
	cursor: pointer;
	cursor: hand;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url('../images/silvergradientover.gif');
	color: white;

}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: #454545;
	padding: 5px;
	height: 240px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.arrowlistmenu{
	width: 158px; /*width of accordion menu*/
	font: normal 12px Arial, Helvetica, sans-serif;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url('../images/titlebar-active.png');
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none; 
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	cursor: pointer;
	cursor: hand;
}

.arrowlistmenu ul li a{
	color: white;
	background: url('../images/arrowbullet.png') no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #686868;
}
