/* ------ NGC Infomuse site CSS - by Mark Maloney 	VERSION 1.0  (dec 2, 2008)  -------*/

* {margin: 0; padding: 0; }

body {
	font-family:  Arial,Helvetica, sans-serif;
	color:#000000;
	padding-top: 3px;
	margin-top: 0px;}
	
#contentWrapper {width: 900px; }	

#header    {visibility: hidden; height: 0px;}
	
/*----------- language nav ---------------------------------*/

#textLangNav {visibility: hidden;}
	

/*---------------global tab navigation ----------------------------------*/


#globalNav {visibility: hidden; height: 0px;}
	

/* ---------------------left Nav -----------------------------------------*/

#leftNav {visibility: hidden; height: 0px;}


/* --------- content -------------------------------------*/

#middleContentLeft {float:left; margin: 0px; padding: 0px; width: 250px;}
#middleContentRight	{float:right; margin:0px; padding:0px; width: 250px;}	


		
a { text-decoration: none; color:#b80000;}
a:hover { text-decoration: underline; color: #b80000; }

#middleContentRight a { text-decoration: none; color:#b80000;}
#middleContentRight a:hover { text-decoration: underline; color: #b80000;}

#middleContentLeft a { text-decoration: underline; color:#666666;}
#middleContentLeft a:hover { text-decoration: none; color: #b80000;}

middleContentWide a { text-decoration: underline; color:#b80000;}
middleContentWide a:hover { text-decoration: none; color: #b80000;}

.redText { color:#b80000;}

h2  {
	font-size: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	background-image: url(../images/hr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;}
	
p {	padding-top: 5px;
	text-align: justify;
    font-size: 12px;
    line-height: 1.4;
	padding-right: 0px;
    margin-bottom: 10px;}
	
#quickLinks	p {	padding-top: 5px;
	text-align: right;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
	padding-right: 1px;
    margin-bottom: 10px;}
	
ul {}  /* UL needs div class id,  otherwise breaks top tabs*/
	
.featurePicLeft	{
	padding: 3px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0B8;
	margin-right: 13px;
	margin-bottom: 12px;}
	
.featurePicRight	{
	padding: 3px;
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0B8;
	margin-left: 10px;
	margin-bottom: 12px;}
	
.clear {clear: both; height: 0px; margin: 0px; padding:0px;}	
.noBorder {padding: 0px; margin: 0px; border: none;}

blockquote{
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 3px solid #cccccc;	
	text-align: justify;
    font-size: 12px;
    line-height: 1.4;}
	


/*------------------footer----------------------------------*/

#footer    {visibility: hidden; height: 0px;}

#carouselMain  {visibility: hidden; height: 0px;}
	
#carouselLeft {visibility: hidden; height: 0px;}
#carouselRight	{visibility: hidden; height: 0px;}	



