﻿/* Content area */

div#linksbckGrd
    {
        margin-top:17px;
        margin-left:17px;
		width:821px;
		height: 246px;
		background:#121010; /*Opacity from styles css*/ 
    }
    
div#
    {
		width:821px;
		height: 246px;
	    background-color:Blue;
	    position:absolute;
	    z-index:3;
    }
    
div#stage div#content div#linksContent
	{
		margin-top:-262px;
		margin-left:17px;
		float:left;
		width:821px;
		height: 246px;
		/* border: medium double blue; */ 
		position:relative;
		/* background-color:Blue;*/
	}
	
	
div#stage div#content div#linksContent div#ContentAreaOne
	{
		float:left;
		margin-left:10px;
		width:176px;
		height: 246px;
		/* border: medium double blue; */ 
		position:relative;
		/* background-color:red;*/
	}
	
div#stage div#content div#linksContent div#ContentAreaTwo
	{
		float:left;
		margin-left:10px;
		width:176px;
		height: 246px;
		/* border: medium double blue; */ 
		position:relative;
		/* background-color:green;*/
	}
	
div#stage div#content div#linksContent div#ContentAreaThree
	{
		float:left;
		margin-left:10px;
		width:176px;
		height: 246px;
		/* border: medium double blue; */ 
		position:relative;
		/* background-color:green;*/
	}
	
div#stage div#content div#linksContent div#ContentAreaFour
	{
		float:left;
		margin-left:10px;
		width:176px;
		height: 246px;
		/* border: medium double blue; */ 
		position:relative;
		/* background-color:green;*/
	}
	
/* Headers */

h3
    {
    color: #5d5d59;
	font-family:tahoma,helvetica,arial,sans;
	font-weight:bolder; 
	font-size:1em;
	margin: 0 auto;
    }
    
/* The list */

div#stage div#content div#linksContent div#ContentAreaOne ul,
div#stage div#content div#linksContent div#ContentAreaTwo ul,
div#stage div#content div#linksContent div#ContentAreaThree ul,
div#stage div#content div#linksContent div#ContentAreaFour ul
    {
    list-style: none;
    color:#5d5d59;
    list-style-position:outside;
    list-style-image: url('../images/usefullinks/img_bullet-arrow.gif');
    margin-top:-2px;
    
    }
    
div#stage div#content div#linksContent div#ContentAreaOne ul li a,
div#stage div#content div#linksContent div#ContentAreaTwo ul li a,
div#stage div#content div#linksContent div#ContentAreaThree ul li a,
div#stage div#content div#linksContent div#ContentAreaFour ul li a
    {
    text-decoration:none;
    font-size:0.7em;
    font-family:tahoma,helvetica,arial,sans;
	font-weight:bolder; 	
    }

    
ul li a:link
	 {
		color:#50504d;
		text-decoration:none;
	}
			
ul li a:visited
	{
		color:#50504d;
		text-decoration:none;
	}
			
ul li a:hover
	{
	    color:#706035;
		text-decoration:none;
	}
			
ul li a:active
	{
		color:#50504d;
		text-decoration:none;
	}
	

	


	
