﻿body
{
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #ffffff;
    min-width: 1200px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 14px;
    line-height: 18px;
}

a, a:visited
{
    color: #D26764;
    text-decoration: none;
}
a:hover
{
    color: #A2181D;
    text-decoration: underline;
}

img.nopad
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
h1
{
    font-size: 40px;
    line-height: 50px;
    color: #A2181D;
    padding-top: 10px;
}
h5
{
    font-size: 30px;
    line-height: 35px;
    color: #A2181D;
    font-style: italic;
}


h2
{
    font-size: 25px;
    line-height: 25px;
    color: #D26764;
    font-style: italic;
}

a.h2, a.h2:visited, a.h2:active
{
    font-size: 25px;
    line-height: 25px;
    color: #D26764;
    font-style: italic;
    text-decoration: none;
}

a.h2:hover
{
    color: #A2181D;
    text-decoration: underline;
}

h3
{
    font-size: 20px;
    line-height: 20px;
    color: #A2181D;
}

h4
{
    font-size: 18px;
    line-height: 20px;
    color: #D26764;
    font-style: italic;
}

h6
{
    font-size: 15px;
    line-height: 15px;
    color: #D26764;
    font-style: italic;
    vertical-align: top;
}

a.h6, a.h6:visited, a.h6:active
{
    font-size: 15px;
    line-height: 15px;
    color: #D26764;
    font-style: italic;
    text-decoration: none;
}

a.h6:hover
{
    color: #A2181D;
    text-decoration: underline;
}

a.h6here
{
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    color: #A2181D;
    text-decoration: underline;
}


p
{
    margin: 2px 0px 5px 0px;
    padding: 0;
}

img.redbox
{
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    border: solid 1px #D26764;
    background-color: #A2181D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
img.redboxsm
{
    margin: 0 0 0 0;
    padding: 8px 8px 8px 8px;
    border: solid 1px #D26764;
    background-color: #A2181D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
img.pinkbox
{
    margin: 0 0 0 0;
    padding: 8px 8px 8px 8px;
    border: solid 1px #A2181D;
    background-color: #D26764;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/* Header styles */
#header
{
    clear: both;
    float: left;
    width: 100%;
    background-color: #ffcc99; /*background-color: #DEB887;    background-color: #f5deb3;*/
}
#header
{
    border-bottom: 1px solid #A2181D;
}
#header p, #header h1, #header h2
{
    padding: 0 15px 0 15px;
    margin: 0;
}
#header ul
{
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    background: #D26764;
}
#header ul li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#header ul li a
{
    display: block;
    float: left;
    margin: 0 0 0 1px;
    padding: 3px 10px;
    text-align: center;
    background: #D26764;
    color: #000000;
    text-decoration: none;
    position: relative;
    left: 0px;
    line-height: 1.3em;
    font-size: 16px;
}
#header ul li a:hover
{
    background: #A2181D;
    color: #ffffff;
}
#header ul li a.active, #header ul li a.active:hover
{
    color: #fff;
    background: #A2181D;
}
#header ul li a span
{
    display: block;
}
/* 'widths' sub menu 
#layoutdims
{
    clear: both;
    background: #eee;
    border-top: 4px solid #000;
    margin: 0;
    padding: 6px 15px !important;
    text-align: right;
}

 column container */
.colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}
/* common column settings */
.col1
{
    float: left;
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
}
/* Full page settings */
.fullpage
{
    background: #ffffff; /* page background color */
}
.fullpage .col1
{
    width: 96%; /* page width minus left and right padding */
    left: 2%; /* page left padding */
}

td.leftside
{
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 5px;
    border-right: solid 1px #A2181D;
    width: 165px;
}

td.rightside
{
    text-align: left;
    vertical-align: top;
    padding: 0 10px 0 10px;
}

/* Footer styles */
#footer
{
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #A2181D;
    background-color: #ffcc99;
}

#footer p
{
    padding: 10px;
    margin: 0;
}

/* Left Nav styles */
ul#navigation
{
}
ul#navigation li
{
    list-style: none;
    text-align: left;
    margin-left: -45px;
    width: 145px;
}
ul#navigation li a
{
    display: block;
    padding: 10px;
}

a#youarehere
{
    background-color: #A2181D;
    color: White;
    text-decoration: none;
}

a.LeftNav:link, a:visited
{
}
a.LeftNav:hover, a:active
{
}
a.LeftNav:hover
{
    background-color: #A2181D;
    color: White;
    text-decoration: none;
}


/*links curved boxes*/
dl.curved
{
    background: #A2181D; /* url(c_tl.gif) top left no-repeat;*/
    margin: 100px 0;
    padding: 0;
    width: 250px;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
dl.curved dt
{
    background: transparent; /*url(c_tr.gif) top right no-repeat;*/
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
dl.curved dd
{
    background: #D26764; /* url(c_bl.gif) bottom left no-repeat;*/
    padding: 0;
    margin: 0;
    height: 200px;
    text-align: center;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
dl.curved dd p
{
    margin: 0;
    padding: 10px;
    line-height: 14px;
}
dl.curved dd p.last
{
    background: transparent; /* url(c_br.gif) bottom right no-repeat;*/
}

/*links curved boxes*/
dl.curved2
{
    background: #A2181D; /* url(c_tl.gif) top left no-repeat;*/
    margin: 100px 0;
    padding: 0;
    width: 125px;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
dl.curved2 dt
{
    background: transparent; /*url(c_tr.gif) top right no-repeat;*/
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
dl.curved2 dd
{
    background: #D26764; /* url(c_bl.gif) bottom left no-repeat;*/
    padding: 0;
    margin: 0;
    height: 125px;
    text-align: center;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
dl.curved2 dd p
{
    margin: 0;
    padding: 10px;
    line-height: 14px;
}
dl.curved2 dd p.last
{
    background: transparent; /* url(c_br.gif) bottom right no-repeat;*/
}



/*Special Event boxes
dl.SE
{
    margin: 100px 0;
    padding: 0;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    border: solid 10px #A2181D;
}
dl.SE dt
{
    padding: 10px;
    font-size: 30px;
    background-color: #A2181D;
    color: #fff;
}
dl.SE dd
{
    padding: 0;
    margin: 0;
    vertical-align: top;
    background-color: #ffcc99;
}
dl.SE p
{
    margin: 0;
    padding: 10px;
    line-height: 14px;
    vertical-align: top;
}
dl.SE table tr td
{
    background-color: #ffcc99;
}
 --> */


/* panel */
.panel, .panelcollapsed
{
    background-color: #ffcc99;
    margin: 5px;
    padding: 0px 0px 0px;
    border: 1px solid #999;
    border: solid 10px #A2181D;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* panel heading */
.panel h2, .panelcollapsed h2
{
    margin: 0px;
    background: #A2181D url(arrow-up.gif) no-repeat right;
    padding: 10px;
    font-size: 30px;
    color: #fff;
}

/* panel heading on rollover */
.panel h2:hover, .panelcollapsed h2:hover
{
    background-color: #A2181D;
    cursor: pointer;
}

/* heading of a collapsed panel */
.panelcollapsed h2
{
    background: #A2181D url(arrow-dn.gif) no-repeat right;
}

/* panel content - do not set borders or paddings */
.panelcontent
{
    background-color: #ffcc99;
    overflow: hidden;
}

/* collapsed panel content */
.panelcollapsed .panelcontent
{
    display: none;
}


/*Gallery Code*/
#gallery
{
    width: 750px;
    height: 420px;
    padding: 10px;
    border: 1px solid #A2181D;
    background: #ffcc99;
    position: relative;
    margin-bottom: 20px;
}
#gallery b.default
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 550px;
    height: 420px;
    text-align: center;
}
#gallery b.default img
{
    display: block;
    margin: 0 auto 10px auto;
    border: 1px solid #eee;
    border-color: #555 #ddd #eee #333;
}
#gallery b.default span
{
    display: block;
    color: #A2181D;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    width: 350px;
    margin: 0 auto;
}

#gallery ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 180px;
    position: relative;
    float: right;
}
#gallery ul li
{
    display: inline;
    width: 52px;
    height: 52px;
    float: left;
    margin: 0 0 5px 5px;
}
#gallery ul li a
{
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #000;
    border-color: #eee #555 #333 #ddd;
}
#gallery ul li a span
{
    display: none;
}
#gallery ul li a img
{
    display: block;
    width: 50px;
    height: 50px;
    border: 0;
}
#gallery ul li a:hover
{
    white-space: normal;
    border-color: #555 #ddd #eee #333;
    background: #A2181D;
}
#gallery ul li a:hover b
{
    position: absolute;
    left: -570px;
    top: 0;
    width: 550px;
    height: 420px;
    text-align: center;
    background: #ffcc99;
    z-index: 20;
}
#gallery ul li a:hover span
{
    display: block;
    color: #A2181D;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    width: 350px;
    margin: 0 auto;
}
#gallery ul li a:hover img
{
    margin: 0 auto 10px auto;
    width: auto;
    height: auto;
    border: 1px solid #eee;
    border-color: #555 #ddd #eee #333;
}

#gallery ul li a:active, #gallery ul li a:focus
{
    white-space: normal;
    border-color: #555 #ddd #eee #333;
    background: #A2181D;
}
#gallery ul li a:active b, #gallery ul li a:focus b
{
    position: absolute;
    left: -570px;
    top: 0;
    width: 550px;
    height: 420px;
    text-align: center;
    background: #ffcc99;
    z-index: 10;
}
#gallery ul li a:active span, #gallery ul li a:focus span
{
    display: block;
    color: #A2181D;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    width: 350px;
    margin: 0 auto;
}
#gallery ul li a:active img, #gallery ul li a:focus img
{
    margin: 0 auto 10px auto;
    width: auto;
    height: auto;
    border: 1px solid #eee;
    border-color: #555 #ddd #eee #333;
}
