/* CSS Document */
/*index page*/

*{
margin:0;
padding:0;
}


html {
     font-size:100%;
     background:#ffffff;
}
	

	
	
	
#wrapper {
	background: #FFFFFF url(../none) no-repeat;
	width: 900px;
	text-align: left;
	margin: 0px auto 10px;
    }
	
	
	
body{
	background: #FFFFFF url(../../images/bg_1.jpg) repeat-x center top;
	text-align:center;
	font-size:0.8em;
	}
	
#banner,#wrapper,#footer{
    font: small Geneva, Arial, Helvetica, sans-serif;
}
	
		
	
	/*Start Add Container*/
	
.add_container{
	height: 115px;	
	}
	
.add_left{
    display:inline;
	float:left;
	height:60px;
	width: 468px;
	margin: 20px 0px 0px 10px;
}


.add_right{
	float:right;
	height:90px;
	width: 200px;
	margin: 20px 10px 0px 0px;
}

/*End Add Container*/
	
	
	/*Start Google Search Container*/
	
.search_container{
	height:90px;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 5px;
}


.search_bar {
	margin-left: 5px;
	display: inline;
	float: left;
	height: 60px;
	width: 220px;
}
	
.watergate_add {
	float: right;
	height: 80px;
	width: 520px;
	margin-left: 1px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 2px;
	font-size: 90%;
	padding-top: 5px;
	padding-left: 1px;
}




	
	/*End Google Search Container*/
	
	
	
	/*Main Content*/
	
	
	
.container{
	float: right;
	width: 80%;
	height:1%;
	}
	
		
#content{
	margin-left: 20px;
	font-size: 90%;
	height:1%;
		}

#content p{
	margin: 20px;
	text-align: justify;
    }
	
#content h1{
	color: #003366;
	padding: 0;
	margin: 20px;
	font: 180% "Courier New", Courier, monospace;
	text-align: center;
   }

#content h1 a:hover {
    background-color: #ECECEC;
}

#content h2{
	color: #003366;
	padding: 0;
	margin: 20px;
	font-size: 110%;
    }
	
#content h3{
	color: #000000;
	padding: 0;
	margin: 20px;
	font-size: 90%;
	}
	
#content h4{
	color: #003366;
	padding: 0;
	margin: 20px;	
	text-align: center;
	}
	
.main_image_container{
	width:100%;
	}

.main_image{
	display:block;
	margin:auto;
	border: 1px solid #000000;	
   }

.rightimage{
    float: right;
    margin: 0 0 20px 15px;
    border: 1px solid #000000;
    width: 150px;
   }

.clearit {
	display: block;
	clear: both;
   }
   
.divider{
	width: 35%;
	color:#000000;
	text-align: center;	

	   }


/*left updates column*/


#date{
	text-align: center;
	margin-bottom: 10px;
}

#leftcol{
    display:inline;	
	width: 20%;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#leftcol h1{
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
	color:  #000000;
	background-color: #f5cdcd;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFA4A4;
	margin-bottom: 10px;
	border-bottom-color: #FFA4A4;
 }


#leftcol #updates ul{
	list-style: none;
}

	
#leftcol #updates{
	margin: 0;
	padding: 0;
	background-color: transparent;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#leftcol #updates ul li {
	padding: 1px 1px 0;
	display: block;
	border-style: none;
	font-size: 0.85em;
	
}


#leftcol #updates ul li.cancelled{
	padding: 1px 1px 0;
	display: block;
	border-bottom: 1px solid #B71D35;
	font-size: 0.85em;
	
}



#leftcol #updates ul li a{
	background-color: #fdf5fc;
	border-bottom: 1px solid #B71D35;
	color: #000000;
	display: block;
	text-decoration: none;
	height: 1%;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 1px;	
}




#leftcol #updates a:hover, #leftcol #updates a:focus { 
    background-color: #f5cdcd;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

/*NEWS FEED*/

#news_feed h1{
	font-size: 0.85em;
	text-align: center;
	color:  #000000;
	margin-top: 10px;
	background-color: #f5cdcd;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFA4A4;
	border-right-color: #FFA4A4;
}

#news_feed h3{
	font-size: 0.85em;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

#news_feed a {
	background-color: #fdf5fc;
	text-decoration:none;	
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
	color: #000000;
	}
	
#news_feed a:link {
	
	
	}
	
#news_feed a:hover, #news a:active {
	background-color:#f5cdcd;
	color: #ffffff;	
	}

	
#news_feed p {
	font-size:0.85em;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 1px;	
	}
	
	
	






/*Footer*/	   
	   
/*LFRC Container*/
.footer_container{
    border-top: 1px solid #1D48A9;
	font-size: 12px;
	padding-top: 3px;
	color: #666666;
	clear: both;	
	height: 60px;
	width:100%;
	
	}
	
.footer_inner_container{
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 770px;
	}
	
.footer_left{
	display:inline;
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 20px 0px 5px;
	text-align: left;
}


a img { 
	border:none;
	}

/*Disclaimer and Copyright Container*/
.footer_middle{
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 15px;
	text-align: center;
	text-decoration: none;
	}
.footer_middle a {
	color:#408080;
	text-decoration: none;
     }
	 
.footer_middle a:hover{
	color:#000000;
	text-decoration: none;
     }

/*UH Add Container*/
.footer_right{
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 5px 0px 20px;
	text-align: right;
		
}

