/* Structure
-----------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    text-align:center;
}
	
#global_container {
    width: 760px;
    margin: 20px auto;
    text-align:left;
    border:1px solid #000;
    position: relative;
}

#banner, #banner_frontpage {
    background: url('../images/top_fade.png') top repeat-x #acc4ff;
}


#banner_frontpage{
    height: 420px;
}

#banner {
    height: 170px;
}

#logo {
    position: absolute;
    top: 19px;
    left: 5px;
    left: 20px;
    top: 28px;
}

#intro_text, #intro_photo{
    position: absolute;
    top: 170px;
}

#intro_text {
    left: 20px;
}

#intro_photo {
    right: 20px;
}

#nav_container{
    background-color: #acc4ff;
    border-top: 1px solid #acc4ff;
}

#row_wrapper{
    background-color: #fff;
}

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

#secondary_content{
    width: 249px;
    float: right;
    background-color: #E7EEFF;
}

#main_content, #secondary_content{
    padding: 20px 0;
}

#footer {
    clear: both;
    background-color: #acc4ff;
    border: 1px solid #acc4ff;
}

#map {
    display: block;
    margin: 20px auto;
}



/* Typography
-----------------------------------------------------------*/

body {
    font-size: 75%;
    font-family: Verdana, Helvetica, Sans;
    font-weight: normal;
}

#secondary_content{
    font-size: 75%;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

h1 {
    font-size: 218%;
    margin: 0 0 0.3440em 20px;
}

h2 {
    font-size: 164%;
    margin: 0 0 0.9146em 20px;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}

p {
    line-height: 150%;
    margin: 0 0 1.5em 20px;
}


#main_content ul {
    margin: 0 0 1.5em 20px;
    line-height: 150%;
}

#footer {
    text-align: center;
    font-size: 90%;
}

#footer p{
    margin: 0.5em 0em;
}

blockquote {
	display: block;
	margin: 20px;
	padding: 0 10px;
	background: transparent url(../images/quoleft.jpg) left top no-repeat;
}

#secondary_content blockquote {
    margin: 10px;
    background: transparent url(../images/quo_left.jpg) left top no-repeat;
}

blockquote div {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 145%;
	line-height: 150%;
	color: #8D8D8D;
	padding: 0 20px;
	background: transparent url(../images/quoright.jpg) right bottom no-repeat;
}

#secondary_content blockquote div {
    background: transparent url(../images/quo_right.jpg) right bottom no-repeat;
}


.quotee {
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 140%;
    color: #8d8d8d;
    font-style: italic;
    text-align: right;
    font-weight: bold;
    padding: 0.5em 2em;
}

#secondary_content p {
    font-size: 140%;
}

table {
    padding: 0.2em;
    width: 95%;
    margin-left: 20px;
    line-height: 150%;
/*    font-size: 90%; */
}

td{
    padding: 0 0.3em 0.4em 0.2em;
    border: 1px solid white;
}

table strong {
    font-size: 145%;
    line-height: 170%;
}


/* Links
-----------------------------------------------------------*/

a img {
    border: 0px; 
}

a {
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: underline;
    color: #37609B;
}

a:link:hover {
    text-decoration: underline overline;
    color: #acc4ff;
}

/* Lists, images, etc.
-----------------------------------------------------------*/

#secondary_content img {
    display: block;
    margin: 5px auto;
}


/* Top Navigation
------------------------------*/

#navlist {
    padding: 3px 0;
    padding-left: 18px;
    margin-left: 0;
    border-bottom: 2px solid black;
    font-size: 145%;
}


#navlist li {
    list-style: none;
    margin: 0;
    display: inline;
}

#navlist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 2px solid #37609B;
    border-bottom: none;
    background: #37609B;
    text-decoration: none;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }

#navlist li a:hover {
    color: #000;
    background: white;
    border-color: black;
    border-bottom: 2px solid white;
}

#navlist li a#current {
    background: white;
    border: 2px solid black;
    border-bottom: 2px solid white;
    color: #293F75;
}
