/*Realistic*/

body{
	text-align:left; 
	background: #000000; 
	font-family: Lucida Grande, Arial, sans-serif; 
	font-size 12px;
	}

img{border:0px;}

a:link{color: inherit;}
a:hover{color: inherit;}

/********************************************
BEGIN LAYOUT RULES
********************************************/
#outerContainer{
				width:1316px; 
				margin:0px auto; 
				background-image:url(../images/spy.jpg); 
				background-repeat:repeat-y;
				background-position: top right;}

#topNav{	width: 800px;
				height: 125px;
				margin: 0px auto;
				background-image: url(../images/navBG.jpg); 
				background-repeat: no-repeat;}	
#underNavImg{
				width: 800px;
				height:175px;
				margin: 0px auto;
				background-image: url(../images/underNavImg.jpg);
				background-repeat: no-repeat;}				

#contentContainer{	
				width:800px;
				margin-right:auto;
				margin-left:auto;
				padding:0px;
				text-align:left;
				background-image:url(../images/notePaperBG.jpg);}

#leftColumn{
				width:180px;
				padding:10px;
				margin:0;
				float:left;}
				
	
#centerColumn{
				width:50%;
				padding:10px 0px 10px 0px;
				float:left;}


h3{
   margin-top:0px;
   padding-top:0px;
}
	
#rightColumn{
				width:180px;
				padding:10px;
				float:left;}

.columnContent{background:#debf19}	
.centerColumnContent{background:#eee}		
#footer{padding-top: 10px; text-align: center; color: #555555; font-size: smaller;}
	

/********************************************
BEGIN MENU RULES
********************************************/
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #c1b992; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
 /*Width of top level menu link items*/
/*padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;*/
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}


/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 5px;
/*    border: 1px solid #ccc;    */
}

.suckertreemenu ul li a:hover{
background-color:#e0d5af;
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(../images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(../images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

/*End Realistic*/

.contentheading {font-weight: bold;}