﻿/* List of section names:
 *
 * 
   
   
   LAYOUT STYLES FOR THE HOMEPAGE ONLY  */
 
	
.homepage_container {
	margin-top:-9px;
	}

		/*Fix some parsing inconsistancies in IE*/
	* html .homepage_container {
	margin:0px	}

		/* end of IE6 fix */


.homepage_left_column {
	width:767px;
	float:left;	
	padding: 0px;
	margin: 0px;
	}

.homepage_main_image {
	background-image:url('../images/homepage_main_image.jpg');
	height: 255px;
	}
		
.homepage_main_message {
	width: 230px; height: 205px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
   	margin: 35px 0px 20px 60px;
	color:#FFFFFF; 
   	font-size:13px;
   	line-height: 130%;	  
}
		
.homepage_translucent_box {	 
	background:black;
   	filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:.70;           /* Mozilla 1.6 and below   */
	opacity:.70;               /* newer Mozilla and CSS-3 */
   	width: 290px;
   	height: 255px;
    z-index: 1;
	margin: 0px 0px 0px 30px;  
	position: absolute; 	
	}

.homepage_main_message_link {
	margin-top:15px;
}

	
.homepage_main_message_link a {	
	font-weight: bold; 
	color:#c1b400;
   	float: right;
   	font-size:13px;  	
	}
		
.homepage_emessage {
	border: 1px #ffc5c5 solid;
	background-color: #fce4e4;
	margin: 10px;
	background-image: url('../images/icons/EMessage.png');
	background-repeat: no-repeat;
	min-height:39px;	
	height:auto !important;
	height:39px;	
	padding: 13px 10px 10px 65px;
	color: #ff0000;
}
	
.homepage_bottom_wrapper {	
    width: 767px;
	}
	
	
.homepage_news {
    float: left;
    width: 235px;
	min-height:200px; 
	margin: 0px;
	padding: 10px;	   
	}	

.homepage_details_header {
	border-bottom:solid 1px #c1b400;
	padding-bottom:5px;
	font-weight: bold;
	}
	
.homepage_events {	
    margin: 0px;
    float: left;    
    width: 235px;
    background-color: #e7e7e7;
	min-height: 470px;
	height:auto !important;
	height: 470px;	
	padding: 10px 10px 26px 10px;	
    	}

.homepage_notices_deadlines {
    float: left;
	width: 235px;
	margin: 0px;
	padding: 10px;	
	}
	
.homepage_right_column {
	width:188px;
	float:right;
	}
	
.homepage_links {	
	background-color: #999999;
	color:#FFFFFF; 	  
	padding: 12px 13px 20px 12px;   
	height: 223px;	
   	font-size:13px;  	
   	line-height: 130%;	
	}

		/*Fix some parsing inconsistancies in IE*/
	* html .homepage_links {
	padding: 12px 13px 16px 13px;  	}

		/* end of IE6 fix */


.homepage_links a {	
	color:#FFFFFF; 
	font-size: 105%;
	font-weight: bold;
	}
	
.homepage_links_item {
	border-bottom:1px dotted #cccccc;
	padding:7px 0px;	
	}	
	
.homepage_links_item_subtext {	
	font-size: 85%;	
	line-height: 1.2;
	}
	
.homepage_adverts {  	 
    margin: 0;
    background-color: #e7e7e7;
	padding: 18px 0px 18px 18px;
	min-height: 470px;
	height:auto !important;
	height: 470px;	
   	}

   	
.homepage_advert_yellowbox {  	 
    margin: 10px 0px 0px 0px;
	width: 133px;
    background-color: #ffffcc;
    border: 1px solid #c1b400;
	padding: 8px;	
	}
	
	
      
