﻿/***** Common Stuff *****/

*
{
    margin: 0px 0px;
    padding: 0px 0px;
}

html, body
{   
    width: 100%;
    height: 100%;
}

body 
{
    min-height: 100.01%;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    color: #005EAD;
    line-height: 150%;
    background-image: url('/images/layout/body_bg.png');
    background-position: top center;
    background-repeat: repeat-y;
}

h1
{
    margin-bottom: 0.5em;
    font-family: Arial;
    font-size: 22pt;
    font-weight: bold;
    font-style: italic;
    line-height: 100%;
    color: #DD0000;
    text-align: center;
}

h2
{
    margin-bottom: 0.5em;
    font-size: 12pt;
    font-weight: bold;
    color: #DD0000;
    line-height: 100%;
}

p
{
    margin-bottom: 1.0em;
}

a
{
    color: #DD0000;
    text-decoration: none;
}

a:hover
{
    color: #0000DD;
    text-decoration: none;
}

/***** Wrapper Table *****/

table#wrapper
{
    height: 100%;
    width: 100%;
}

table#wrapper td.top
{
    width: 100%;
    height: auto;
    min-height: 360px;
    background-image: url('/images/layout/header_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    vertical-align: top;
    text-align: center;
}

table#wrapper td.bottom
{
    width: 100%;
    height: 140px;
    background-image: url('/images/layout/bottom_bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    text-align: center;
}

/***** Header (drops the content area and menu down) *****/

div#header
{
    width: 100%;
    height: 150px;
    margin: 0px Auto;
}

/***** Frame (holds the sidebar + content) *****/

div#frame
{
    width: 1000px;
    height: auto;
    margin: 0px Auto;
}

/***** Sidebar *****/

div#sidebar
{
    float: left;
    width: 190px;
    font-size: 16pt;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
}

/***** The Navigational Menu *****/

div#sidebar ul.menu
{
    margin: 0px 0px 0px 15px;
    list-style-type: none;
}

div#sidebar ul.menu li
{
    margin-bottom: 8px;
}

div#sidebar ul.menu li a
{
    color: #005EAD;
}

div#sidebar ul.menu li a:hover
{
    color: #DD0000;
}

div#sidebar ul.submenu
{
    list-style-type: none;
}

div#sidebar ul.submenu li
{
    font-size: 13pt;
    margin-top: 5px;
}

div#sidebar ul.submenu li.first
{
    padding-top: 5px;
}

/***** Content Area *****/

div#content
{
    float: left;
    width: 780px;
    margin-left: 15px;
    text-align: left;
}

div#content2
{
    float: left;
    width: 740px;
    margin-left: 30px;
    margin-right: 20px;
    text-align: left;
}

div#content3
{
    float: left;
    width: 780px;
    margin-left: 110px;
    text-align: left;
}

div#content img.photo
{
    border: 1px solid #005EAD;
}

div#content img.photo.left
{
    float: left;
    margin-right: 10px;
}

div#content img.photo.right
{
    float: right;
    margin-left: 10px;
}

div#content ul
{
    margin-left: 20px;
    margin-bottom: 1.0em;
    margin-top: -0.5em;
    list-style-position: inside;
    list-style-type: disc;
}

/***** The footer. *****/

p#footer
{
    margin-bottom: 2px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}

/***** Featured Sites *****/

div#featured
{ 
    width: 200px;
    margin: 15px 0px 0px 10px;
    padding: 10px 10px 10px 8px;
    font-size: 8pt;
    line-height: 1.25em;
    border: 1px solid #005EAD;
    background-color: #F2F9FF;
}

div#featured p
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

div#featured div.site
{
    width: 200px;
    height: 190px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 18px;
}

div#featured div.site.last
{
    margin-bottom: 0px;
}

div#featured div.site a
{
    color: #005EAD;
    text-decoration: none;
}

div#featured div.site a:hover
{
}

div#featured a img
{ 
    border: 1px solid #005EAD;
    margin-bottom: 2px;
}

div#featured a:hover img
{
}

/***** Other Stuff *****/

span.medtext
{
    font-family: Arial;
    font-size: 22pt;
    font-weight: bold;
    font-style: italic;
    line-height: 100%;
}

span.bigtext
{
    font-family: Arial;
    font-size: 30pt;
    font-weight: bold;
    font-style: italic;
    line-height: 100%;
}

span.red
{
    color: #DD0000;
}

/***** Left-Over from the old site. *****/

.bg { background-color:#000000; }
.bg-color1 { font-size:16pt; background-color:#F2F9FF; border-width:1px; border-color:#005EAD; border-style:solid; }

.city { font-size:8pt; }

.pic-link { color:#005EAD; font-size:8pt; font-weight:normal; text-decoration:none; line-height:18px; }
.pic-link:hover	{ text-decoration:underline; color:#DD0000; line-height:18px; }

.web-link { color:#005EAD; font-size:8pt; font-weight:normal; text-decoration:none; }
.web-link:hover	{ text-decoration:underline; color:#DD0000; }

.web-link2 { color:#005EAD; font-size:8pt; font-weight:normal; text-decoration:none; }
.web-link2:hover { text-decoration:underline; color:#DD0000; }

a.img-link img { border: 1px solid #005EAD; }
a.img-link:hover img { border: 1px solid #DD0000; }