/* CSS Document to support CHS DMS */
/* www.chsaustralia.com  */
/* Copyright Project Art & Photo Australia */
/* www.projectart.com.au */
/* last edited 200908 */

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;}
	
body {
	height: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;}

div {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;}

tr {
	vertical-align:top;}

img {
	border: 0;}

#global {
	padding: 0;
	border: 0;
	height: 100%;
	width: 545px;
	margin: 0 auto;}

#container {
	width: 750px;
	margin: 0 auto;
	border: 0;
	padding: 0;}
	/* div controls all page contents */

#header {
	display:none}
	/* div and style control contents of page header. This div contains the footer.inc */

#content1 {
	display:none}
	/* div and style control left hand content column on each page containing the sectional navigation */

#content2 {
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	width: 545px;
	line-height: 1.5em;
	text-align: justify;}
	#content2 p {
	margin-top: 5px;
	margin-bottom: 2px;}
	#content2 ul {
	margin-top: 3px;
	margin-bottom: 6px;
	list-style-type: square;}
	#content2 li {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: square;}
	#content2 a {
	color: #003300;}
	/* div and style control the primary right hand content column on each page */

.nav {
	display:none}
	/* div and style control contents of primary navigation include */

.section_head {
	display:none}

.section_nav {
	display:none}
	/* div and style control contents of secondary navigation include */
		
#footer {
	display:none}
	
h1 {
	margin-top: 25px;
	margin-bottom: 5px;
	text-indent: 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;}
	/* contained in head.inc.php */

h2 {
	margin-top: 1px;
	margin-bottom: 15px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	color: #454e53;}
	/* section title - used at top column #content1 */

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #454e53;}
	/* content title - used at top column #content */

h4 {
	margin-top: 10px;
	margin-bottom: 2px;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #454e53;}
	/* used within body of each page as main subheading */

h5 {
	margin-top: 1px;
	margin-bottom: 2px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #454e53;}
	/* sectional subheading used under an h4 */

h6 {
	margin-top: 1px;
	margin-bottom: 2px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #454e53;}
	/* sectional subheading used under an h5 */


/* font size variations */
.f10 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;}

.formfield {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: solid 1px #cccccc;}

.button {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background-color: #2e353a;
	border: solid 0px #2e353a;}

.req {
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #ff3300;}

.response {
	font: 10px Arial, Helvetica, sans-serif;
	color: #660000;}

.quote {
	font: bold 12px "Courier New", Courier, mono;
	font-style: italic;
	color: #999;}