/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);



.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#layContentWrapper {
/*	top:15%;*/
padding-top:85px;
}

#layMainMenu {
	top:100px;
}

#content-inner {
	 background-image: url("../images/blue_trans.png");
    float: left;
    height: 50%;
    margin-bottom: 5px;
    padding: 34px 20px;
    position: relative;
}

#layPodWrapper {
	float:left;
	 position: relative;
}

.pod {
	 background-image: url("../images/blue_trans.png");
	 float: right;
    height: 65px;
    margin-bottom: 5px;
    padding: 5px 20px;
    position: relative;
    width: 270px;
	line-height:normal;
}

.podTitle {
	display:none;
}

#pod1 {
	  float: left;
    height: 180px;
    padding: 5px 20px 20px;
    position: relative;
    width: 270px;
	margin:0;

	
}

#pod4 {
	 height: 44px;
    padding: 0 20px 2px;
	
}



