/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#333;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background: transparent url(bgd.jpg) repeat fixed;
}

body h2 {
color: #1c0964;
}

body a {
color: #1c0964;
}

body h3 {
text-align:center;
}
	
	
#container{
	position:relative;
    margin: 0px auto; 
	padding: 0;
	z-index:70;
	width:770px;
	height:1000px;
	background-color: #e8e9e8;
	}
	
	#divNav {
		background: #e8e9e8 url(banner2.jpg) no-repeat ;
		margin: 0px auto;
		height: 132px;
		width: 770px;
		position: relative;

	}

	#divNav ul {
		
		list-style: none;
		top: 95px;
		margin-left:0px;
		position:relative;
		padding:0px;

	}

	#divNav ul a {
		text-decoration: none;
	}

	#divNav ul li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		padding-right: 0px;
		padding-left:0px;
		left:0px;
	}

	#divNav ul li ul {
		display: none;
		
	}


	
		#lihome ul{
	position: absolute;
		top: 24px;
		left: 0px;
		padding-top:5px;
		padding-left:0px;
		height: 19px;
		width: 770px;
}
	
	#liSOX ul{
	position: absolute;
		top: 24px;
		left: 0px;
		padding-top:5px;
		padding-left:50px;
		height: 19px;
		width: 720px;
}

	#liservices ul{
	position: absolute;
		top: 24px;
		left: 0px;
		padding-top:5px;
		padding-left:120px;
		height: 19px;
		width: 650px;
}
	#liproducts ul{
	position: absolute;
		top: 24px;
		left: 0px;
		padding-top:5px;
		padding-left:150px;
		height: 19px;
		width: 620px;
}
	#liabout ul{
	position: absolute;
		top: 24px;
		left: 0px;
		padding-top:5px;
		padding-left:200px;
		height: 19px;
		width: 570px;
}
	#lipartners ul{
	position: absolute;
		top: 24px;
		left: 0px;
		padding-top:5px;
		padding-left:200px;
		height: 19px;
		width: 570px;
}
	#licontact ul{
	position: absolute;
		top: 24px;
		left: 0px;
		padding-top:5px;
		padding-left:300px;
		height: 19px;
		width: 470px;
}

	#divNav ul li.off ul a, #divNav ul li.on ul a {
	height:14px;
	width:auto;
	}

	#divNav ul li a {
	
		font-weight: bold;
		display: block;
		width: 110px;
		height:24px;
		padding-top:5px;
	
	}

	#divNav ul li.on a {
		color: #241f5f;
	}
	
	#divNav ul li.off a {
		color: #d9dadc;
	}

	#divNav ul li.on ul a, #divNav ul li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #693a0c;
		width: auto;
		margin-right: 20px;
		display: block;
		color: #241f5f;
		background: none #d9dadc;
		padding:0px;
	}



	#divNav ul li.on ul {
		display: block;
	}

	#divNav ul li.off:hover ul, #divNav ul li.over ul {
		display: block;
		z-index: 6000;
		
	}

	#divNav ul li.off a:hover, #divNav ul li.on a:hover { 
		color: #242060;
	}

	/*do the image replacement*/

	#divNav ul li span {
		position: absolute;
		left: -9384px;
	}


		 /*contains all hover states*/


/*first, put the initial states in place*/

#lihome.over a, #lihome a:hover, #lihome:hover a, #lihome.on a   {
background: url(buttonon.gif) no-repeat 0px 0px;
}

#liSOX.over a, #liSOX a:hover, #liSOX:hover a, #liSOX.on a   {
background: url(buttonon.gif) no-repeat 0px 0px;
}

#liservices.over a, #liservices a:hover, #liservices:hover a, #liservices.on a  {
background: url(buttonon.gif) no-repeat 0px 0px;
}

#liproducts.over a, #liproducts a:hover, #liproducts:hover a , #liproducts.on a {
background: url(buttonon.gif) no-repeat 0px 0px;
}

#lipartners.over a, #lipartners a:hover, #lipartners:hover a , #lipartners.on a {
background: url(buttonon.gif) no-repeat 0px 0px;
}

#liabout.over a, #liabout a:hover, #liabout:hover a, #liabout.on a  {
background: url(buttonon.gif) no-repeat 0px 0px;
}

#licontact.over a, #licontact a:hover, #licontact:hover a, #licontact.on a  {
background: url(buttonon.gif) no-repeat 0px 0px;
}
/*active area - for this demo - the code could be based on a body class, and probably work better.*/


/*add selectors for the other li's and background-positions*/

/*hover states*/

#lihome a{
background: url(button.gif) no-repeat 0px 0px;
}

#liSOX a{
background: url(button.gif) no-repeat 0px 0px;
}

#liservices a{
background: url(button.gif) no-repeat 0px 0px;
}

#liproducts a{
background: url(button.gif) no-repeat 0px 0px;
}

#lipartners a{
background: url(button.gif) no-repeat 0px 0px;
}

#liabout a{
background: url(button.gif) no-repeat 0px 0px;
}

#licontact a{
background: url(button.gif) no-repeat 0px 0px;}

#lihome ul, #lihome ul li a, #lihome ul a, #lihome.on ul, #lihome.off ul, #lihome.on ul a{
background: none #d9dadc;
}
#liSOX ul, #liSOX ul li a, #liSOX ul a, #liSOX.on ul, #liSOX.off ul, #liSOX.on ul a{
background: none #d9dadc;
}
#liservices ul, #liservices ul a, #liservices ul li a, #liservices.on ul, #liservices.off ul, #liservices.on ul a{
background: none #d9dadc;
}
#liproducts ul, #liproducts ul a, #liproducts ul li a, #liproducts.on ul, #liproducts.off ul, #liproducts.on ul a{
background: none #d9dadc;
}
#lipartners ul, #lipartners ul a, #lipartners ul li a, #lipartners.on ul, #lipartners.off ul, #lipartners.on ul a{
background: none #d9dadc;
}
#liabout ul, #liabout ul a, #liabout ul li a, #liabout.on ul, #liabout.off ul, #liabout.on ul a{
background: none #d9dadc;
}
#licontact ul, #licontact ul a, #licontact ul li a, #licontact.on ul, #licontact.off ul, #licontact.on ul a{
background: none #d9dadc;
}




/*subnav formatting*/

#banner {

float: left;
margin: 0 auto;
margin-top:12px;
margin-left:5px;
position: relative;
padding-right:10px;
width: 180px;
height: 435px;


}

#contenttop {
float:left;
width: 500px;
height: 650px;
margin-top: 15px;
margin-left:15px;
margin-right:15px;
text-align:left;
overflow:auto;
z-index:1;


}
#content {
margin:0px;
height: auto;
color:#333333;
position: relative;

}

#quicklink {
width: 184px;
height: 130px;
float:left;
margin:0 auto;
margin-left: 0px;
text-align:center;
}

#clear {
font-size:1em;
width: 800px;

}


#notebox {

list-style:none;
display:block;
padding-left:0px;
margin-left:0px;
text-align:left;
padding-top:0px;


}

#notebox li {

background-color:#242060;
color:#CCCCCC;
display:block;
margin-top:10px;
margin-bottom:5px;

padding-left:5px;
padding-bottom:5px;
border: solid 1px black;
font:small bold;

}

#notebox li ul {

display:block;
list-style:none;
margin:0px;

}

#notebox li ul li {
background-color:#CCCCCC;
display:block;
margin:5px 5px 5px 0px;
padding:5px;

Color:#000000;
}
#notebox li ul li a {
text-align:left;
font-size:11px;
background:none;

}

#notebox li ul li ul li {

border:none;
font-weight:bold;

}


#notebox li ul li img{
margin-right:2px;
}
#footer {
clear:both;
border-top: solid 3px #241f5f;
width:770px;
z-index:100;
background: #241f5f;
color:#dedddb;
height:43px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-variant:small caps;
font-size:9px;
}

#list{

padding-left:10px;
background:none;
display:list-item;
float:none;
list-style:disc;
height:auto;
width:auto;
top:0px;
}

#list li{

list-style:disc;
margin-left:20px;
padding-left:20px;
background:none;
display:list-item;
float:none;
list-style:disc;
height:14px;
width:auto;
top:0px;
left:20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#list li a{
color:#333333;
text-align:left;
background:none;
font: Arial, Helvetica, sans-serif;
font-variant:normal;
font-weight:bold;
font-size:12px;
}



   
