
/* Large Background Images */
    .loop_bg {
    	position	: absolute;
    	z-index		: 80;
    	float		: left;
    	margin		: 65px 0 0 40px;
    } 
    .loop_bg_img {
    	position	: absolute;
    	z-index		: 50;
    	right		: 0;
    	top			: 0;
    }

/* Home Content*/
    #home {
     	position	: relative;
    	z-index		: 45;
    	margin-top	: 5px;
    	height		: auto !important;/*Required*/
    	height		: 180px;/*309******/
    	min-height	: 180px;
    }
    
    #home .dynamic {
    	position	: absolute;
    	z-index		: 10;
    	top			: 0;
    	left		: 0;
    	height		: auto;
    	width		: 100%;
    }
    
    #home .dynamic a {/*Brief Description*/
    	font-size	: 10px;
    	font-style	: normal;
    	text-decoration : none;
    	display		: block;
    	margin-top	: 1.5em;
    	color		: rgb(13,0,85);
    	padding-left    : 14px;
    	background	: url(./img/small_box.gif) center left no-repeat;
    }	
    	
    #home .dynamic a:hover{
    	text-decoration	: underline;
    }
    
    #home ul {
    	position	: absolute;
    	z-index		: 900;
    	top 		: 0px;
    	left		: 0;
    }

	#home ul li {
		border-right	: 1px rgb(13,0,85) solid;
		height			: 57px;
		height			: 42px;
		line-height		: 1.5em;
		width			: 316px;
	}
	
	#home ul li a {
		padding-top		: 14px;
		padding-left	: 30px;
		padding-bottom	: 12px;
		display			: block;
		position		: relative;
		text-decoration	: none;
		font-size		: 12px;
		font-weight		: bold;
		background		: url(./img/big_box.gif) 12px center no-repeat;
	}
	
	#home ul li a:link,
	#home ul li a:visited,
	#home ul li a:active {
		color			: #444444;
	}

	#home ul li.last {
		border-right	: none;
	}
	




/* Home Hover Buttons */
    #looping_links li{
    	float			: left;
    	display			: inline;
        background-image  : url(./img/white_50.png); 
    }

    * html #looping_links li {/*IE6 and Below*/
    	background:transparent;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='lib/img/white_70.png', sizingMethod='scale');
    }  
    
    #looping_links li #curlink { 
        background-image  : url(./img/white_70.png);
    }
    
    * html #looping_links li #curlink {/*IE6 and Below*/
    	background:transparent;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='lib/img/white_70.png', sizingMethod='scale');
    }  
    
    #looping_links li#curlink a { 
        color: rgb(13,0,85);
    }


/* Information Boxes */
    #info {
    	margin-top		: 0px;
    	position		: relative;
    	z-index			: 3000;
    	top				: 0px;
    }

	#info_box {
    	margin-left         : 83px;/*(950-350*2 = 250/3 = 83)*/
    	width			    : 350px;
    	height			    : 130px;
    	border 			    : 0px solid;
    	padding		        : 0;
    	background-image	: url(./img/rounded_white_70_350x130.png);
    	background-repeat   : no-repeat;
        margin-top		: 10px;
        
        margin-left     :30px;
        margin-right    :500px
    }
    * html #info_box {/*IE6 and Below*/
    	background:transparent;
		/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='lib/img/white_70.png', sizingMethod='scale');*/
    }
    
	#info_box p {
		padding			: 5px;
		font-size		: 12px;
		color			: #444444;
		margin			: 0 0 0 10px;		
	}


	#info_box p a,
	#info_box p a:link,
	#info_box p a:visited,
	#info_box p a:hover {
		text-decoration	: none;
		color			: #444444;
	}
	
    #info_box_split {
        	width	: 200px;
    }
    #info_box img{
        	padding:15px;
        	width	: 100px;
        	height  : 100px;
    }
    
