﻿/* -------------------- HTML ELEMENTS --------------------- */
body
{
    margin:0px;
    padding:0px 0px 100px 0px;
    background-color:#a4a4a4;
    color:Black;
    font-family:Calibri, Arial;
    font-size:16px;
}

a:visited,
a:link
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

h1
{
    font-size:24px;
}

h2
{
    font-size:20px;
}

div
{
    margin:0px;
    padding:0px;
}

form
{
    margin:0px;
    padding:0px;
}

a:link,
a:hover,
a:visited
{
    color:#DB2418;
}

p.left
{
    text-align:left;
}

p.right
{
    text-align:right;
}



/* -------------------- COMMON ELEMENTS ------------------- */
#background
{
    width:850px;
    background-image:url('../images/background.gif');
    background-repeat:repeat-y;
    background-position:center;
    margin:0px auto;
    padding:0px;
}

#page
{
    background-color:white;
    width:820px;
    margin:0px 0px 0px 15px;
    border-top:solid 1px #a4a4a4;
}

#header
{
    background-image:url('../images/header.gif');
    background-position:right top;
    background-repeat:no-repeat;
    height:260px;
    padding:2px 0px 0px 120px;
    font-size:20px;
}

#header a
{
    margin-right:15px;
    color:White;
    text-decoration:none;
}

#address
{
    float:right;
    font-size:12px;
    text-align:right;
    margin-right:15px;
    margin-top:70px;
}

#address a
{
    margin:0px;
    color:#DB2418;
}

#content
{
    width:575px;
    padding:0px 30px 30px 215px;
    text-align:center;
}

#content_full
{

    margin:0px 0px 0px 50px;
    width:650px;
    padding:0px 30px 30px 30px;
}



/* ------------------ HOME PAGE --------------------- */
ul.lefthalf
{
    text-align:left;
    float:left;
    width:200px;
    margin:0px 0px 15px 35px;
}

ul.righthalf
{
    text-align:left;
    float:left;
    width:240px;
    margin:0px 0px 15px 0px;
}



/* ------------------ PROGRAMS ---------------------*/
ul.leftList
{
    overflow:auto;
    margin:0px 0px 30px 0px;
    float:left;
    width:305px;
     
}
ul.rightList
{
    overflow:auto;
    margin:0px 0px 30px 0px;
    float:left;
    width:305px;
    padding:0;
}
ul#programs li
{
    
    width:250px;
    margin-left:55px;
    list-style-type:square;
    line-height:22px;
}

.program
{
    overflow:auto;
    margin:0px 0px 30px 0px;
    border-top:solid 1px #cccccc;
}

.program a.title,
.program h3
{
    font-size:20px;
    float:right;
    padding:0px;
    margin:10px;
    font-weight:bold;
    text-align:left;
    width:372px;
}

.program a.back
{
    float:right;
    font-size:12px;
    margin-top:8px;
}

.program p
{
    width:470px;
    float:right;
    padding:0px;
    margin:0px 0px 15px;
}

.program img
{
    float:left;
    margin:10px;
}



/* ------------------- MAP ----------------------*/
#map
{
    float:right;
    width:500px;
    height:500px;
}

#mygallery
{
    padding-top: 4px;
    padding-left: 3px;
}
