/*	
	Copyright (c) 2007.
	All rights reserved
	
	$ Revision date: 11/11/05
	
	CSS Selectors 	 

	
*/
/* First Homepage Section */

#homepic {
		float: left;
    width: 610px;
		height: 265px;
    }
    
/* Second Homepage Section */
#homemain {   
    width: 343px;
    float: left;
    position: relative;
    height: 265px;
		}
    
#homemain ul#one {    
    position: absolute;
    top: 0;
    left: 0; 
    list-style: none;
    }
    
#homemain ul#two {    
    list-style: none;
    position: absolute;
    top: 0;
    left: 172px; 
    }    
    
#homemain ul#three {    
    list-style: none;
    position: absolute;
    top: 126px;
    left: 0;
    }
    
#homemain ul#four {    
    list-style: none;
    position: absolute;
    top: 126px;
    left: 172px; 
    } 
      
#homemain li {    
    float: left;
    width: 155px;
    border: 1px solid #b8ddf7;
    margin: 0 0 14px 14px;
    background-color: #fff;
    }

#homemain li.bottom {
    margin: 0 14px 0 0;
    }
    
#homemain li p {    
    float:left;
    margin: 0 0 0 10px;
    padding: 0px 0;
    width: 117px;
    }

html>body #homemain li p {    
    *margin: 2px 0 0 10px;
    *padding: 1px 0;
    *height: 20px;
    }

#homemain li p a{    
    color: #898989;
    text-decoration: none;
    display: block;
    padding: 2px 0 4px 0;
    font-size: 0.9em;
    }
 
#homemain li a img.bluearrow {
    padding: 5px 0 0 0;
    }


 
.mainhomelink {
    position: absolute;
    bottom: 0px;
    right: 13px;
    color: #70bbef;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    }

.homelink {    
    display: block;
    float: right;
    margin: 5px 20px 0 0;
    color: #70bbef;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    }
   
html>body .homelink {   
    *padding: 0 10px 0 0;
    *margin: 5px 0 0 0;
    }

/* Third Homepage Section */

#homeheros {      
    width: 235px;
    float: right;
    margin: 0 2px 0 0;
    }

#homeheros h2 {
    margin-top: 0;
    }   
    
html>body #homeheros {
    *border-left: 2px solid #fff;
    }
    
#homeheros p {    
    margin-top: 9px;
    border-bottom: 1px solid #d4e9fa;
    padding-bottom: 10px;
    width: inherit;
    line-height: 1.3em;
    height: 50px;
    }



#homeheros p img {    
    float: left;
    border: 1px solid #70bcf0;
    margin-right: 10px;
    }
    
#homeheros ul {    
    list-style: none;
    margin-left: 6px;
    }
    
#homeheros li {    
    margin-top: 6px;
    width: inherit;
    border-bottom: 1px solid #d4e9fa;
    padding: 0 0 4px 11px;
    background: url("/media/images/icons/icon_blue_list.gif") 0 5px no-repeat; 
    line-height: 1.3em;
    }
    
 #homeheros li a, #homeheros p a{    
    font-weight: normal;
    color: #545454;
     
    }   
 
 #homeheros .homelink {    
    margin: 5px 0 0 0;
    }

html>body #homeheros .homelink {    
    *margin: 6px 0 0 0;
    }    
    
/* Fourth Homepage area - along the bottom */
#sponsors {
		padding-top:21px;
		}
		
#sponsors ul {   
    list-style: none;
    }

#sponsors li {    
    float: left;
    width: 238px;
    padding-bottom: 18px;
    }
    
#sponsors li img {    
    border: 1px solid #70bcf0;
    float: left;
    width: 66px;
    margin-right: 6px;
    }
    
#sponsors li h3 {   
    float: left;
    width: 156px;
    border-bottom: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
    }
    
    
    
