/* styles for the front page only */
body {
	background-color: #ffffff;
	font-family:"Arial";
	line-height:18px;
	font-size:11px;
	color:#5e5e5e;
	margin:0;
}

#container {
    position: relative;
    margin: 0 auto;
	width:1046px;
    text-align: center;
}

#header {
    position: absolute;
    height: 126px;
    width: 1046px;
    top: 0px;
    left: 0px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 126px;
    width: 554px;
    background-image: url('images/logo.gif');
    background-repeat: no-repeat;
}

#login {
    position: absolute;
    top: 0px;
    left: 554px;
    width: 492px;
    height: 126px;
    background-image: url('images/loginbox.gif');
    background-repeat: no-repeat;
}

#loginform {
    position: absolute;
    top: 75px;
    left: 10px;
    text-align: left;
}

#loginform input {
    border: 1px solid #ffffff;
    background-color: #84D0F0;
    padding-left: 5px;
}


#secondsection {
    position: absolute;
    width: 1046px;
    height: 347px;
    left: 0px;
    top: 126px;
}

#nav {
    position: absolute;
    top: 0px;
    left: 6px;
    height: 182px;
    width: 224px;
    background-image: url('images/navbg_fp.gif');
    background-repeat: no-repeat;
}

#navtext {
    position: absolute;
    top: 30px;
    left: 40px;
    text-align: left;
    color: white;
    font-family: /*Myriad Pro,*/ Arial;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
}

#navtext a, a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
}

#navtext a:hover {
    color: #000000;
}

#newssignup {
    position: absolute;
    top: 182px;
    left: 0px;
    height: 165px;
    width: 224px;
    background-image: url('images/newssignupbg.gif');
    background-repeat: no-repeat;
}

#newssignuptext {
    position: absolute;
    text-align: left;
    left: 40px;
    top: 20px;
}

#newssignuptext form {
    margin-top: 7px;
}

#newssignuptext input {
    border: 1px solid #ffffff;
    background-color: #FFCE00;
    padding-left: 5px;
}


#hero {
    position: absolute;
    top: 0px;
    left: 224px;
    width: 642px;
    height: 347px;
    background-image: url('images/herobg.gif');
    background-repeat: no-repeat;
}

#heroimage {
    position: absolute;
    top: 33px;
    left: 24px;
}


#latestissue {
    position: absolute;
    top: 0px;
    left: 866px;
    height: 347px;
    width: 178px;
    background-image: url('images/latestissue.gif');
    background-repeat: no-repeat;
}

#latestissuefcover {
    position: absolute;
    top: 120px;
    left: 20px;
    width: 125px;
    height: 171px;
}

#currentedition {
    position: absolute;
    top: 297px;
    left: 0px;
}


#outnow {
    position: absolute;
    top: 315px;
    left: 90px;
}

#content {
    position: absolute;
    top: 473px;
    left: 0px;
    min-height: 271px;
    height: auto;
    width: 1046px;
    background-image: url('images/contentbg.gif');
    background-repeat: no-repeat;
}

#fromtheeditor {
    position: absolute;
    top: 11px;
    left: 25px;
    width: 312px;
    background-color: #84D0F0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    /* min-height: 271px;
    height: auto; */
    height: 271px;
}

#fromtheeditortext {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 272px;
    height: 231px;
    height: 100%;
    color: #000000;
    text-align: left;
}

#fromtheeditortext h1 {
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
    /* margin-bottom: -10px; */
}

#publication {
    position: absolute;
    top: 11px;
    left: 337px;
    width: 687px;
    /* min-height: 271px;
    height: auto; */
    height: 271px;
    background-color: #ffffff;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#publicationtext {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 647px;
    height: 231px;
    height: 100%;
    line-height: 1.2em;
    color: #000000;
    text-align: left;
}

#publicationtext h1 {
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
    /* margin-bottom: -10px; */
}

#fp_footer {
    position: absolute;
    top: 290px;
    left: 0px;
    height: 26px;
    width: 1046px;
    background-image: url('images/footerbg.gif');
    background-repeat: no-repeat;
}

#fp_footertext {
    text-align: right;
    margin-top: 10px;
    margin-right: 40px;
    font-size: .8em;
    color: #000000;
}

#fp_footertext a, a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

#fp_footertext a:hover {
    color: #E2001A;
}

.newsbutton {
  background:transparent url(images/newsletter_submit.gif) no-repeat;
  width: 39px;
  height: 10px;
  border: 0;
}

