@import url("style/modules.css");
@import url("style/menu.css");
@import url("style/index.css");
@import url("style/index_print.css");
@import url("style/jackal.css");

/*
    base styles
*/
body
{
    background-image:url("images/bg.jpg");
    background-repeat:repeat-x;
    background-color: #0b1b79;
    color: #173232;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    text-align: center; /* Centers the page content container in IE 5 browsers. */
}
ul li
{
    list-style-type:disc;
}
img
{
    border:0;
}
a:link, a:visited
{
    color:#071C00;
}

a:hover
{
    text-decoration:underline;
}
.gallery
{
    width:610px;
}
.fence_headers {
    color: #42afaa;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.fence_headers a {
    color: #42afaa;
}
.footerTop_bgnc a:visited {
	color:#FFF;
}
.footerTop_bgnc a {
	color:#FFF;
}

.Head
{
    color:#666;
}

.SubHead
{
    color:#666;
}

.SubSubHead
{
    color:#666;
}

.Normal
{
    font-size:12px;
    line-height:15px;
}

.NormalRed
{
    font-size:15px;
}

.NormalBold
{
    font-size:14px;
}

a.CommandButton:link, a.CommandButton:visited
{
    color:#69f;
}

a.CommandButton:hover
{
    color:#fff;
}

/*
    skin styles
*/

div.skContainer
{
    width:900px;
    
    margin:20px auto auto auto;
    
    /*font-family:'Trebuchet MS', 'Helvetica', Sans-Serif;
    font-size:90%;*/
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: 600; 
    text-shadow:2px 3px 3px rgba(0, 0, 0, 0.8);

    text-align:left;
}

div.skTop
{
    
}

div.skLogoDiv
{
	
}
.menuSection
{
    background-color:#42afaa;
    height:52px;
}
div.skMenuDiv
{
    text-align:left;
    margin-left:1px;
    padding-top:6px;
    margin-right:14px;
    margin-bottom:16px;
    text-transform:uppercase;
}

div.skTopBand
{
    clear:both;
    padding:5px;
}

table.skContentContainer
{
}

table.skContentContainer td
{
    vertical-align:top;
}

td.skContent
{
    
}

div.skBottom
{
    border-top:solid 2px #eee;
    
    padding:5px;
    
    text-align:center;
    font-size:14px;
}

div.skBottomBand
{
    
}

span.skLeft
{
    float:left;
}

span.skRight
{
    float:right;
}

.skClear
{
    clear:both;
}

.skHidden
{
    visibility:hidden;
}
