/* information feeds for request download and contact on front page */

body {
 text-align:center;
 margin-top: 30px;
}

#subhead {
 background-color: #ededed;
 border: solid #d8d8d8 1px;
}


#gateway {
 margin-top:306px;
}

#feeds {
 float:left;
 width: 228px;
 position:relative;
 width:747px;
}

#feeds p {
 margin-left:10px;
 margin-top: 7px;
 margin-bottom: 7px;
 padding: 0px;
}

input.feedsinput {
 width: 204px;
 border: 1px solid #bcbec0;
 color: #808285;
 font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
 margin-left:10px;
 margin-bottom: 4px;
 margin-top:0px;
 padding: 0px;
}

.feedsbtn {
 margin-left: 10px;
 margin-bottom: 20px;
 margin-top: 10px;
 padding-bottom: 0px;
}

.contactcontent {
 color: #00aeef;
}

/* used to position request form on home page */
#hfeedone {
 position:relative;
 width:228px;
 height:200px;
 left:10px;
 background-color:#dcddde;
 float:left;
}

/* used to position downloads on home page */
#hfeedtwo {
 position:relative;
 width:228px;
 height:199px;
 left: 30px;
 border-bottom: 1px solid #bcbec0;
 float:left;
}

/* used to position contacts on home page */
#hfeedthree {
 position:relative;
 width:228px;
 height:200px;
 left: 50px;
 background-color:#ffffff;
 border-bottom:1px solid #BCBEC0;
 float:left;
}

/* news container for home page */
#newscontainer {
 width: 225px;
 float:right;
 position:relative;
 top: 20px;
 margin-bottom: 40px;
 right: 13px;
}

#newscontainer table th {
 text-align:left;
 height: 30px;
 border-bottom: 1px solid #d8d8d8;
}

#newscontainer table td {
 height: 58px;
 border-bottom: 1px solid #d8d8d8;
 color: #00AEEF;
}

/* home content container with front page content  */
#homecontent {
 float:left;
 position:relative;
 left: 20px;
 top: 20px;
 margin-bottom: 40px;
 line-height: 16px;
}

.request_btn {
margin-left:0px;
}