/*** CSS - content pages* version 1.0* based on sample by Vaska & Cadar* modified by P.G.Rafanan* Monday, August 31, 2009 8:31:49 AM
* Tuesday, May 18, 2010 9:46:43 AM*/* {	margin: 0px;	padding: 0px;}body {	background-color: #ffff66;	//background-color: WHITE;	//background-image:url('');	color: #00a3ff; //gray;	font-family: Helvetica, Arial, sans-serif;	font-size: 10px;}h1, h1 a:hover, h1 a:link, h1 a:visited {	color: gray;	font-size: 12px;//	line-height: 88%;}h2 { font-size: 24px;}h3 { font-size: 16px;}h6 { font-size: 10px;}
p {	margin-bottom: 9px;	margin-left: 0;	margin-right: 0;	margin-top: 0;}a,h1,h2,h3,h4,h5,h6 {	font-weight: normal;	text-decoration: NONE;}a img {	background-color: NONE;	border-style: NONE;	text-decoration: NONE;	}a:link, a:visited {	color: gray; //#666;}a:hover {//	background-color: deepskyblue;//lightpink;	color: black;//deepskyblue;//DEEPPINK;}a:active {	background-image: NONE;	color: lightpink;	text-decoration: NONE;}#menu { /* PARENT OF SIDEBAR */	background-color: #ffff66;	//background-color: WHITE;	font-size: 11px;	height: //612px;//100%;auto;	overflow: auto;	overflow-x: hidden;	overflow-y: hidden;	//padding-top: 10px; /* MENU PADDING */	padding-left: 30px; //10px; /* MENU PADDING */	padding-right: 10px; /* MENU PADDING */	position: fixed;	text-align: LEFT;//right;	top: 20px; //0px; /* MENU MARGIN TOP */	width: 140px;
	}#menu #logo {  /* SIDEBAR LOGO */	background-image:url('');	background-repeat: NONE;	clear:both;	float: LEFT;	height:116px;	width: 118px;	margin-bottom: 10px;}	
.sidebar { /* CONTAINER OF TEXT PORTION ONLY */	//background-color: WHITE; }#menu ul li.section-title { /* LIST SECTION TITLES */	//background-color: salmon;	//color: salmon;	list-style-image: NONE;	list-style-type: NONE;	margin-bottom: 0px;	margin-top: 14px; /* SPACE OUT SECTIONS */}#menu ul { /* LIST ITEMS */	//background-color: red;	list-style-image: NONE;	list-style-style: NONE;	list-style-type: NONE;}ul { /* LIST ITEMS */	//padding: 4px;}#content {	height: 600px;	padding-top: 35px; //10px; /* CONTENT PADDING */	margin-left: 190px; //160px; /* LEFT SIDE BUFFER */	margin-right: 3PX;	margin-bottom: 0px;}.container {	padding-top: 0px; /* GLOBAL PADDING */	padding-left: 0px; /* GLOBAL PADDING */	padding-right: 5px;	padding-bottom: 25px;
}#content p {	margin-bottom: 9px;	width: 800px;}#img-container {	margin: 0;	padding: 0;
	text-align:center;margin:0 auto; // ALIGNMENT OF IMAGE INSIDE CONTAINER DIV}
/* IMAGE BOXES + Preloader */
/* DISABLED BECAUSE IT'S UNPREDICTABLE RIGHT NOW
#img-container {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(/ndxz-studio/site/img/loadingAnimation-whbg.gif);
}*/#img-container p {	margin: 0px;	padding-bottom: 12px;	padding-left: 0px;	padding-right: 0px;	padding-top: 0px;	color: yellow;//	width: 400px; // SIZE OF IMAGE CONTAINER}#img-container .captioning {
	background-color: #ffff66;	//background-color: WHITE;	font-weight: NORMAL;	margin-right: 1px;	padding: 8px; 	text-align: right;}#once {	clear: left;}/* simplest CENTERED DIV by dezinerfolio *//* DISABLED BECAUSE IT'S UNPREDICTABLE NOW
#centered_div {	position:absolute;	//top: 50%;	left: 50%;	width: 1000px;	height: 600px;	//margin-top: -400px; // set to a negative number 1/2 of your height//	margin-left: -580px; // set to a negative number 1/2 of your width	//background: WHITE;}*/

#footer,#footer_copyright 
	{
	font-size: 10spx;
//	text-align: right;
//	position: fixed;
	bottom: 0px;
//	left: 10px;
//	width: 120px;
	height: 30px;
	visibility: visible;
	display: block
//	z-index: 300;
}
