﻿/*
    light blue : #C9D6FF
    dark blue  : #7B88B2
    dark brown : #B29E69
    light brown: #FFF0C9
*/

body
{
    font-size:100%;
    background-image:url(../images/index-bkgd.jpg);
    background-color:#C9D6FF;
}

h1
{
    font-size:24px; 
    padding: 10px 10px 10px 0;
    margin-bottom:20px;
    width: 509px;
    line-height: 24px;
}

h2
{ 
    padding:10px;
    margin-bottom:15px;
}

h3
{
    text-align:center;
}

p
{
    padding:10px;
    margin-bottom:5px;
    text-align: left;
}

.quote
{
    margin-left:20px;
    font-size:90%;
}

ul.indent
{
    margin: 0px 0px 30px 30px;
}

#pagepicture
{
    background-image:url(../images/covers.png);
    background-repeat:no-repeat;
}

#pagepicture a{
    width:960px;
    height:200px;
    display:block;
    border:none;
}

#redbanner
{
    height:30px;
    background-image:url(../images/bluebar4.png);
}

#template-center, #template-left, #template-right
{
    top:340px;
}

#template-left
{
    border-right: solid 3px #446BA8;
}

#template-center
{
    left:204px;
    width:506px;
    background-color:#DDDDDD;
}

#template-right
{
    width:221px;
    left:730px;
    border-left: solid 3px #446BA8;
}

#nav-bar
{
    list-style:none;
}

#nav-bar ul
{
    list-style:none;
    margin:10px 0 20px -10px;
}

#nav-bar li
{
    color:#9D6741;
    font-weight: bold;
    font-size:1.2em;
}

#nav-bar ul li a
{
    color:#9D6741;
    text-decoration:none;
    font-weight:normal;
    font-size:.7em;
    display:block;
    height:15px;
    padding: 5px 0px 5px 30px;
    outline:none;
}

#nav-bar ul li a:hover
{
    color:#EFEFEF;
    background-image:url(../images/bluebar4.png);
    background-repeat:no-repeat;
    background-position:left center;
    font-weight:bold;
}

input.fat
{
    padding:7px;
    margin:5px;
}

.generic-box
{
    background-color:#FFF0C9;
    border:1px solid #B29E69;
}

.generic-box select, .generic-box input, .generic-box td
{
    padding:5px;
}

.right-button
{
    margin: 20px 0px 0px 20px; 
    border:solid 1px #333333;
    outline:none;
}

.right-button img
{
    border:none;
}

.right-pic
{
    display:block;
    margin:0 auto;
    border: solid 1px #000000;
}

.interview-container{
    position:relative;
    padding: 5px;
    height:129px;
    background: url(../images/interview-bg.jpg) no-repeat;
    border: solid 1px #3C70A2;
    margin-bottom: 15px;
}

.interview-thumb{
    float:left;
    width:130px;
    margin: 0px 10px 0px 0px;
}

.interview-text{
    float:left;
    width:325px;
    border: solid 5px #000000;
    padding:5px;
    padding-top:20px;
    height:96px;
    background: url(../images/interview-text-bg.jpg) no-repeat;
    text-align:center;
}
.interview-image 
{   padding-right: 10px;
    width: 334px;
    margin-right: 0px;
}


{   padding-right: 10px;
    margin-right: 0px;
}

ew-thumb-border{
    border: solid 5px #000000;
    width:113px;
    height:119px;
}

.archive-image{
    margin: 0px auto 20px auto;
    border:solid 1px black;
    display:block;
}

.rounded-box {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
}

.textbox{
    padding:10px;
    font-size:120%;
    border: solid 1px black;
    font-family:Verdana, Sans-Serif;
    display:inline-block;
}

.tb-l{
    margin: 5px 7px 5px 0px;
    float:left;
}

.tb-r{
    margin: 5px 0px 5px 7px;
    float:right;
}
