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

@import url("global.css");


body {
background-color:#b0a3dc;
}


#header .nav li.contact a { font-weight:bold; background-position:-459px 0px; background-color:#b0a3dc; }


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


.intro-txt h2 {
color:#4f3c92;
}


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


.left-column {
float:left;
width:530px;
padding:20px 10px 50px 10px;
}
.left-column p {
padding:0 10px;
font-size:0.85em;
color:#555;
text-align:justify;
line-height:150%;
margin-bottom:20px;
}


.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;
}
.contact-form {
padding-left:10px;
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, .contact-form div { margin-bottom:5px; }
.newsletter-form label, .contact-form label {
display:block;
margin-bottom:5px;
font-size:0.9em;
font-weight:bold;
}
.newsletter-form input[type="text"], .contact-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, .contact-form input[type="text"]:focus { background-color:#d3f7f9; border-color:#a6c2c4; }
.contact-form textarea {
width:375px;
height:120px;
padding:4px 4px 0 4px;
font-size:0.85em;
color:#555;
border:3px solid #b7d6d8;
}
.contact-form textarea: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"], .contact-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;
}


.info {
color:#555;
font-size:0.85em;
padding-left:10px;
}
.info h2 {
margin-top:20px;
padding-bottom:5px;
font-size:1.7em;
color:#242424;
}
.info address {
font-style:normal;
}
.info a {
color:#f60;
border-bottom:1px solid #f60;
}
.info a:hover { text-decoration:none; }


.twitter-widget {
position:relative;
display:block;
width:320px;
height:270px;
margin:20px 0 0 10px;
padding:15px 20px 20px 20px;
background:#a4ebf1 url("../img/twitter-bg.gif") no-repeat;
color:#338a91;
}
.twitter-widget h4 { font-size:1em; }
.twitter-widget h4 a { color:#338a91; }
.twitter-widget p { padding:0; font-size:0.75em; }
.twitter-widget object { position:absolute; top:60px; }


.facebook {
display:block;
width:360px;
height:93px;
margin:20px 0 20px 10px;
background:url("../img/facebook.gif") no-repeat;
}
.facebook span { display:none; }


#copyright { color:#4f3c92; }
