/* 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;
}

#frontpagecontainer {
margin:auto;
text-align:left;
width: 868px;
}

a div.cyprotexentrylogo {
position: absolute; 
width: 432px; 
height: 139px;
border-bottom: 1px solid #D8D8D8;
border-left: 1px solid #D8D8D8;
background-image: url('../images/cyprotex_entry_both_1.png');
cursor: pointer;
}

a:hover div.cyprotexentrylogo {
background-position: left bottom;
border-bottom: 1px solid #009EE0;
border-left: 1px solid #009EE0;
}

a div.cyprotoxentrylogo {
position: absolute; 
width: 433px; 
height: 139px;
border-bottom: 1px solid #D8D8D8;
border-right: 1px solid #D8D8D8;
right: 0px;
background-image: url('../images/cyprotox_entry_both_1.png');
cursor: pointer;
}

a:hover div.cyprotoxentrylogo {
background-position: left bottom;
border-bottom: 1px solid #E2007A;
border-right: 1px solid #E2007A;
}

div.homepagenav {
padding: 6px 16px 6px 6px;
background-image:url('../images/nav/level2_over.gif');
background-position:right center;
background-repeat:no-repeat;
border-bottom:1px solid #6D6F71;
background-color: #DCDDDE;
height: 32px;
line-height: 28px;
cursor: pointer;
}

#frontpagefooternav {
border-bottom:1px solid #DCDDDE;
border-top:1px solid #DCDDDE;
font-size:10px;
margin-top:20px;
padding:5px 0px;
text-align:right;
width:100%;
}

#frontpagefooternav a {
 margin-left: 20px;
}

