/***** Staying-in Stylesheet *****/

@import url("global.css");


body {
background-color:#c0e4ec;
}


.action-menu {
float:right;
width:370px;
margin-top:15px;
font-size:0.85em;
text-align:right;
color:#c16562;
}
.action-menu a { color:#485f64; }


.intro-txt h2 {
color:#c16562;
}


.main-content {
background:#fff url("../img/ancillary-top-left-bg.gif") no-repeat;
}


.copy-item {
padding:0;
margin-bottom:10px;
}


.left-column {
float:left;
width:530px;
padding:20px 10px 10px 10px;
}
.left-column img {
margin:0 10px 10px 10px;
border:4px solid #e1e1e1;
}
.left-column h2 { padding:0 10px; margin-bottom:5px; }
.left-column p {
padding:0 10px;
font-size:0.85em;
color:#555;
text-align:justify;
line-height:150%;
margin-bottom:20px;
}
.left-column li {
font-size:0.85em;
color:#555;
text-align:justify;
line-height:150%;
}
.left-column p.byline { text-align:right; }


.newsletter-form {
width:335px;
height:244px;
margin:0 0 20px 10px;
padding:25px 25px 20px 20px;
background:url("../img/newsletter-form-bg-short.png") no-repeat;
color:#2d66ba;
}
.newsletter-form h2 { font-weight:bold; padding:0; }
.newsletter-form p { font-size:0.75em; line-height:150%; padding:0 0 10px 0; }
.newsletter-form div { margin-bottom:5px; }
.newsletter-form label {
display:block;
margin-bottom:5px;
font-size:0.9em;
font-weight:bold;
}
.newsletter-form input[type="text"] {
width:184px;
height:25px;
padding:4px 4px 0 4px;
font-size:1.2em;
color:#555;
border:3px solid #b7d6d8;
}
.newsletter-form input[type="text"]:focus { background-color:#d3f7f9; border-color:#a6c2c4; }
.newsletter-form .privacy {
width:130px;
margin:0 0 5px 10px;
padding:0;
font-size:0.75em;
text-align:center;
}
.newsletter-form input[type="submit"] {
height:35px;
width:130px;
font-size:0.9em;
margin-top:10px;
color:#fff;
font-weight:bold;
cursor:pointer;
background-color:#3b87f5;
border:1px solid #2d66ba;
}


.quotes {
width:350px;
padding:20px 10px 0 10px;
margin-left:10px;
background:url("../img/quotes-bg.png") no-repeat;
text-align:right;
}
.quote {
margin-bottom:30px;
color:#888;
}
.quotes h3 {
color:#bbb;
margin-bottom:15px;
}
.quotes p {
font-family:Georgia, "Times New Roman", Times, serif;
line-height:150%;
padding:0;
}
.quotes p.source {
font-size:0.8em;
font-style:italic;
margin-top:5px;
}

#copyright { color:#c16562; }

