/*
 *  Convergent Informatics master style controls.
 *
 *  Color palette: use these codes.
 *
 *  rbg(  0,  0,  0);   # black
 *  rgb(  5,100,180);   # near blue (not web name)
 *  rgb( 10, 92,104);   # near dark teal (not web name)
 *  rgb( 32, 32, 32);   # near black background to match image
 *  rgb( 50, 50, 50);   # near black - text
 *  rgb( 56, 56, 56);   # near black - default text color
 *  rgb( 70,150,250)'   # near steelblue (not web name)
 *  rgb(185,245,245);   # very light teal
 *  rgb(228, 98, 20);	# Near dark orange (not web name)
 *  rgb(255,255,255);   # white
 *
 *	#E0E0E0;			# Near light gray
 *
 *  Global elements here:  body affects entire screen
 */

body {
	font-family: tahoma, verdana, arial, sans-serif;
	background-color: #E0FFFF ; 
	color: rgb(56,56,56);
	margin: 0;
	padding: 0;
}

/*  having a:active last means that condition is never reached */

a:link {
	color: rgb( 10,  92, 104);
	text-decoration:none;
}
a:visited {
	color: rgb(  5, 100, 180);
}
a:hover {
	color: rgb( 70, 150, 250);
}
a:active {
	color: rgb(228,  98,  20);
}
hr {
	color: rgb( 10, 92,104);
	height: 2px;
	width: 100%;
}
.debug {
/*
     * Uncomment the contents of this class to see boxes around block elements 

    border: 1px dashed black;
    /*   end */
}

/* Not sure we ever use these -MWH  */

.rightfloat {
	float: right;
	margin-left:10px;
}
.leftfloat {
	float: left;
	margin-right:10px;
}

/* Image Border and position */

img.right {
    margin: 0.5em 0 0.5em 1em;
    float: right;
}

img.left {
    margin: 0.5em 1em 0.5em 0;
    float: left;
}

/* Master page layout */

#container {
	background-color: white;
	background-image: url(../graphics/darkcyan-white-200x750.jpg);
	background-repeat: no-repeat;
	margin: 1em auto 2em auto;
	width: 96%;
	max-width: 950px;
	min-height: 512px;
	border-style:ridge ridge ridge ridge;
	border-width: 5px;

}

/*   Band across top  */

#brand {
	background-image: url(../graphics/darkcyan-white-200x750.jpg);
	background-repeat: repeat-x;
	color: white;
	margin: 0;
	padding: 0;
	clear: both;
	max-height: 56px;
	text-align: center;
	line-height: 180%;

}
#brand img {
	float: left;
	margin: 0;
	padding: 0;
}

/* added margin: 0 to remove line return after h1 in header -MWH 
	font-variant: small-caps;  
	color: rgb( 50, 50, 50);*/

#brand h1 {
	text-align: center;
	vertical-align: middle;
	font-style:italic;
	margin: 0 ;
}
#brand a:link, a:active, a:visited {
	text-decoration: none;
	color: white;
}
#brand a:hover {
	text-decoration: none;
	color: #D3D3D3;
}

#brand a img {
	border: none;
}


/* Container for pageinfo and pagecontents */

#pagemain {
	width: 100%;
	padding: 0;
	clear: both;
	font-size: 80%;
	line-height: 130%;
}


/*  Left Column  */

#pageinfo {
	width: 200px;
	float: left;
	padding-left: 0.5em;
	padding-top: 1em;
	font-size:medium ;
	color: white;
}
#pageinfo p, #pagenav li {
	padding-left: 1em;
	padding-right: 5px;
	text-indent: -1em;
}

#pageinfo a {
	padding:0 0 0 1em;
	text-indent: -1em;
}

#pageinfo a:link {
	color: black;
}
#pageinfo a:visited {
	color: rgb(75, 75, 75);
}
#pageinfo a:hover {
	color: rgb(255, 255, 255);
}
#pageinfo a:active {
	color: rgb(228,  98,  20);
}

/*  Right (main) column */

#pagecontent {
	margin: 0 20px 0 210px;
	padding-top: 1em;
	padding-right: 2em;
}
#pagecontent a:link {
	color: rgb(  5, 100, 180);
}
#pagecontent a:visited {
	color: rgb( 10,  92, 104);
}
#pagecontent a:hover {
	color: rgb( 70, 150, 250);
}
#pagecontent a:active {
	color: rgb(228,  98,  20);
}

/*     Band across bottom   */

#footer {
	margin: 30px 20px 10px 10px;
	padding: 10px;
	clear: both;
	overflow: auto;
	font-size: 80%;
	line-height: 130%;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: rgb( 70, 150, 250);
}
#footer a:hover {
	text-decoration: none;
	color: rgb( 0, 0, 139);
}
#xhtmlok {
		 margin-right: 4%;
		 float: right;
}
#xhtmlok img {
		 border: none;
}

/* Menu controls */
/*               */
/*      #menu {              */
/*	background: #D3D3D3 ;          */
/*
/*   background-image:url('http://www.convergentinformatics.com/test/graphics/darkcyan-white-menu.jpg');
	background-repeat:no-repeat;     */
	

#menu {
	width: 100%;
	clear: both;
	float: right;
	z-index: 500;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 7.8em;
	float: right;
}
#menu a, #menu h1, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 3px;
	border-style:ridge ridge ridge ridge;
	border-color: rgb(32,32,32) rgb(32,32,32) rgb(32,32,32) rgb(32,32,32);
	margin: 0;
	padding: 2px 3px;
	z-index: 500;

}
#menu h1 {
	background: #D3D3D3 ;
	color: black;
	text-transform: uppercase;
	z-index: 500;
}


#menu a {
	background: rgb(80,80,80);
	color: white;
	text-decoration: none;
}
#menu a:hover {
	background: rgb(10,92,104);
	color: white;
}
#menu li {
	background: rgb(80,80,80);
	color: white;
	position: relative;
	z-index: 500;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 500;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}


/* class="menuh1" was create to allow clickable top level menu items controls */

.menuh1 {
	background: #D3D3D3 ;
	color: black;
	text-transform: Uppercase;
	border-width: 0px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-style: none;
	z-index: 500;
}

