/* Main Stylesheet for Alcova Technology Services */

/* General Styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #e0e0e0;
    background-image: url(../img/bg.png);
    background-position-x: center;
    background-repeat: repeat-y;
    line-height: 1.6em;
}

h1 {
    font-size: 28px;
    color: #1a5490;
    margin-bottom: 10px;
}

h2 {
    font-size: 24px;
    color: #1a5490;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    color: #2c649e;
    margin-bottom: 10px;
    font-weight: bold;
}

p {
    margin-bottom: 15px;
}

a {
    color: #2c649e;
    text-decoration: none;
}

a:hover {
    color: #1a5490;
    text-decoration: underline;
}

/* Header */
#header {
    background: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 3px solid #1a5490;
}

#logo {
    float: left;
    width: 500px;
}

#logo h1 {
    margin: 0;
    padding: 0;
}

.tagline {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin: 10px 0 0;
}

/* Navigation */
#nav {
    float: right;
    margin-top: 30px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float: left;
    margin-left: 5px;
}

#nav ul li a {
    display: block;
    padding: 8px 15px;
    background: #2c649e;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #1a5490;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAKklEQVQI12P4//8/AwMDw3+GAQxMDAwMDCMTEwMDw8jAwMDAwMDAwAAACuEB/3cgvXUAAAAASUVORK5CYII=) repeat-x;
    background-color: #2c649e;
}

#nav ul li a:hover,
#nav ul li a.active {
    background: #1a5490;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAKklEQVQI12P4//8/AwMDw38GBgZmBgYGBgaGkYmJgYGBgYGBgYGBgQEALuYB/44JdCQAAAAASUVORK5CYII=) repeat-x;
    background-color: #1a5490;
}

/* Banner */
#banner {
    background: #1a5490;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAAMklEQVQI12NgYGD4z8DAwMDw/z8DAwMDA8N/BgYGBoaRiYmBgYGBgYGBgYGBgYGBgYEBAKHhA//V9a+4AAAAAElFTkSuQmCC) repeat-x;
    background-color: #1a5490;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #0d3d6e;
}

#banner h2 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 3px #000;
}

#banner p {
    font-size: 16px;
    margin: 0;
    text-shadow: 1px 1px 2px #000;
}

/* Sections */
.section-title {
    border-bottom: 2px solid #1a5490;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Service Boxes */
.service-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    min-height: 150px;
}

.service-box h3 {
    color: #1a5490;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

/* About Section */
#about {
    background: #fff;
    margin-bottom: 0;
}

/* Info Box */
.info-box {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}

.info-box h3 {
    color: #1a5490;
    margin-bottom: 10px;
}

.info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-box ul li {
    padding: 5px 0 5px 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGklEQVQYlWNgYGD4TyFmGNU4qnFU4wjTCAC6ngQB37lVEQAAAABJRU5ErkJggg==) no-repeat 0 8px;
}

/* Contact Section */
#contact {
    background: #fff;
    margin-bottom: 0;
}

/* Forms */
form {
    margin: 0;
    padding: 0;
}

label {
    font-weight: bold;
    color: #333;
}

.textfield,
.textarea {
    width: 95%;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.textfield:focus,
.textarea:focus {
    border: 1px solid #1a5490;
    background: #ffffcc;
}

.submit-button {
    background: #2c649e;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAKklEQVQI12P4//8/AwMDw38GBgZmBgYGBgaGkYmJgYGBgYGBgYGBgQEALuYB/44JdCQAAAAASUVORK5CYII=) repeat-x;
    background-color: #2c649e;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #1a5490;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
}

.submit-button:hover {
    background: #1a5490;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAAMklEQVQI12NgYGD4z8DAwMDw/z8DAwMDA8N/BgYGBoaRiYmBgYGBgYGBgYGBgYGBgYEBAKHhA//V9a+4AAAAAElFTkSuQmCC) repeat-x;
    background-color: #1a5490;
}

/* Privacy, Terms, and 404 */
#privacy, #terms, #error404 {
    background: #fff;
    margin-bottom: 0;
}

.privacy ul, .terms ul, .error404 ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-top: -10px;
    margin-bottom: 15px;
}

/* Footer */
#footer {
    background: #333;
    color: #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 11px;
    border-top: 3px solid #1a5490;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #ccc;
}
