body
{
   background-color: #A5B8D2;
   background-image: url(../graphics/gradient.jpg);
   background-repeat: repeat-x;
   margin: 0px;
}

a:link, a:visited { color: #36528B; }
a:hover, a:active { color: #A22900; }

/*--------------------------------------------------------------------------------
   Subnav
--------------------------------------------------------------------------------*/
.subnav-bg
{
   background-color: #153D70; 
   margin: 0px;
   padding: 0px;
}

.subnav
{
   margin-left: 20px;
   padding: 8px 0px 4px 0px;
}

.subnav ul
{
   display: inline;
   margin: 0px;
   padding: 0px;
}

.subnav ul li
{
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-transform: uppercase;

   list-style: none;
   display: inline;
   margin-right: 25px;
}

.subnav a
{
   color: #fff;
   text-decoration: none;
}

/* Child Menu */
.subnav .child a:link, .subnav .child a:visited { color: #fff; }
.subnav .child a:hover, .subnav .child a:active { color: #D3BF9C; }

/* Selected */
.subnav .selected a:link, .subnav .selected a:visited { color: #D3BF9C; font-weight: bold; }
.subnav .selected a:hover, .subnav .selected a:active { color: #D3BF9C; font-weight: bold; }

/*--------------------------------------------------------------------------------
   Content Area
--------------------------------------------------------------------------------*/
.container-home
{
   margin: 30px 0px 30px 30px;
}

.container-page
{
   margin: 30px 30px 30px 30px;
}

.content
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 13px;
   font-weight: normal;
   line-height: 140%;
   color: #000;
}

.content td
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 13px;
   font-weight: normal;
   line-height: 140%;
   color: #000;
}

.content p
{
}

.content br 
{  
   clear: left; 
}

.content ul, .content ol
{
   margin-bottom: 0px;
   padding-bottom: 0px;
}

.content li
{
   list-style-type: square;
}

.content h1
{
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   color: #A22900;
   margin-bottom: 16px;
}

.content h2
{
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 13px;
   font-weight: normal;
   text-transform: uppercase;
   color: #A22900;
   margin-bottom: 13px;
}

/*--------------------------------------------------------------------------------
   Tables
--------------------------------------------------------------------------------*/
.content .table1
{
   border-collapse: collapse;
   border-top: solid 1px #DADDC0;
   border-right: solid 1px #DADDC0;
}

.content .table2
{
   border-top: solid 1px #DADDC0;
}

.content .table3
{
   border-top: solid 1px #DADDC0;
   border-right: solid 1px #DADDC0;
   border-bottom: solid 1px #DADDC0;
}

.content .table4
{
}

.content .table1 th, .content .table2 th, .content .table3 th, .content .table4 th
{
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 11px;
   font-weight: bold;
   vertical-align: botttom;
   color: #fff;
   background-color: #153D70;
}

.content .table1 th
{
   padding: 4px 3px 2px 4px; 
   border-right: solid 1px #DADDC0;
}

.content .table2 th
{
   padding: 4px 3px 2px 4px;
}

.content .table3 th
{
   padding: 3px 3px 3px 4px;
   color: #A22900;
   background-color: #fff;
   border-left: solid 1px #DADDC0;
   border-bottom: solid 1px #DADDC0;
}

.content .table4 th
{
   padding: 3px 3px 3px 0px;
   color: #A22900;
   background-color: #fff;
}

.content .table1 .highlight { background-color: #D2DCE9; }
.content .table2 .highlight { }
.content .table3 .highlight { background-color: #eee; }
.content .table4 .highlight { }

.content .table1 td, .content .table2 td, .content .table3 td, .content .table4 td
{
   padding: 3px 3px 3px 3px;
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #000;
}

.content .table1 td { border-left: solid 1px #DADDC0; border-bottom: solid 1px #DADDC0; }
.content .table2 td { border-bottom: solid 1px #DADDC0; }
.content .table3 td { padding: 3px 3px 3px 4px; border-left: solid 1px #DADDC0; }
.content .table4 td { padding: 3px 3px 3px 0px; }


/*--------------------------------------------------------------------------------
   Sidebar
--------------------------------------------------------------------------------*/
.sidebar
{
   width: 250px;
   float: left;
}


.sidebar h2
{
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #A22900;
   margin: 9px 0px 7px 8px;
}

.sidebar h3
{
   font-family: helvetica, arial, verdana, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #6B583B;
   margin: 0px;
}

.sidebar ul
{
   padding: 0px;
   margin: 0px;
   border-top: solid 1px #DADDC0;
   border-left: solid 1px #DADDC0;
}

.sidebar ul li
{
   list-style: none;
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #6B583B;
   margin: 0px;
   padding: 6px 0px 6px 10px;
   background-image: url(../graphics/rnav_back.jpg);
   background-repeat: repeat-y;
   border-bottom: solid 1px #DADDC0;
}

.sidebar li a:link, .sidebar li a:visited { text-decoration: none; color: #6B583B; }
.sidebar li a:hover, .sidebar li a:active { text-decoration: none; font-weight: bold; color: #A22900; }

.sidebar .box
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #6B583B;
   border-top: solid 1px #DADDC0;
   border-left: solid 1px #DADDC0;
   border-bottom: solid 1px #DADDC0;
   background-image: url(../graphics/rnav_back.jpg);
   background-repeat: repeat-y;
   padding: 10px 0px 6px 10px;
}

.sidebar .box a:link, .sidebar .box a:visited { color: #A22900; }
.sidebar .box a:hover, .sidebar .box a:active { font-weight: bold; color: #CC3300; }


/*------------------------------------------------------------
   Gallery
------------------------------------------------------------*/
.content .gallery-table
{
}

.content .gallery-table td
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   line-height: 125%;
   color: #333;
}

.content .gallery-table td .name
{
   font-weight: bold;
}


/*--------------------------------------------------------------------------------
   Footer
--------------------------------------------------------------------------------*/
.footer
{
   background-color: #D2DCE9;
   width: 800px;
   height: 65px;
   text-align: left;
}

.footer .col1, .col2
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 140%;
   color: #153D70;
   border: solid 0px #ccc;
   margin-top: 9px;
   width: 700px;
   float: left;
}

.footer .col2
{
   width: 200px;
}

.footer td
{
   font-family: arial, helvetica, verdana, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 140%;
   color: #153D70;
   padding-left: 20px;
}