﻿body 
{
    background: #000 url(images/background.jpg) repeat-x center top;
    margin: 0;
    padding:1px 0 0;
    font-family:Arial,Verdana,Sans-Serif;
    position:relative;
}

h1
{
    color:#FFF;
    font-size:20px;
    margin-top:0;
}

h2
{
    color:#FFF;
    font-size:16px;
    font-weight:bold;
    margin-bottom:0;
}

ul
{
    margin: 0;
}

li
{
    color:#FFF;
    font-size:13px;
    line-height:20px;
}

.Wrapper
{
    width:951px;
    margin:0 auto;
    position:relative;
}

#Header
{
    position:relative;
}

#HeaderNav
{
    float:right;
}

#HeaderNav a img
{
    margin:6px 0 0 28px;
}

#Navigation
{
    width:981px;
    position:absolute;
    top:101px;
    left:-10px;
}

#Navigation td
{
    text-align:center;
}

#Navigation a
{
    display:block;
    line-height:28px;
    font-size:14px;
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
}

#Navigation a:hover,
#Navigation a.current
{
    color:#000;
    background:#949494;
    
}

#Content
{
    width:100%;
    margin-top:131px;
    padding: 40px 0 40px 0;
    background: #192535 url(images/background.jpg) repeat-x center -133px;
    min-height:275px;
}

#Content p
{
    font-size:13px;
    color:#FFF;
    line-height:20px;
    margin: 0 0 1.3em 0;
}

#Footer
{
    background:#000;
    color:#FFF;
    clear:both;
    height:100px;
}

#Footer a
{
    color:#FFF;
    text-decoration:none;
}

#Footer a:hover
{
    text-decoration:underline;
}


/* Slideshow styles */
#Slideshow
{
    height:298px;
    width:623px;
}

.bx-window
{
    border:1px solid #FFF;
}

.bx-pager
{
    float:right;
}

.bx-pager .pager-link
{
    display:block;
    float:left;
    width:15px;
    height:15px;
    background:#89909a;
    text-indent: 20px;
    overflow:hidden;
    margin: 7px 0 0 6px;
}

.bx-pager .pager-active
{
    background:#FFF;
}

/* modal styles */
#simplemodal-container
{
    background: #FFF;
    padding:10px;
}

#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

.simplemodal-overlay
{
    background:#0f0f0f;
}