﻿body 
{
    margin:0;
    font-family:Arial;
    font-size:11px;
    color:#535353;
    background-color:#fff;
}

#container
{
    position:relative;
    margin:auto;
    background-color:#fff;
    width:917px;
}

#navigationLeft
{
    position:relative;
    float:left;
    width:36px;
    height:91px;
    background-image:url(../images/layout/nav-left.jpg);
}
#navigationRight
{
    position:relative;
    float:left;
    width:36px;
    height:91px;
    background-image:url(../images/layout/nav-right.jpg);
}
#navigation 
{
    position:relative;
    float:left;
    width:831px;
    height:20px;
    background-image:url(../images/layout/nav-bg.jpg);
    padding:71px 0 0 14px;
}

#navigation ul
{
    list-style:none;
    padding:0;
    margin:0;
    bottom:0;
}

#navigation li
{
    float: left;
    width:89px;
    height:16px;
    text-align:center;
    padding-top:4px;
} 

#navigation a
{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

#navigation a:hover
{
    text-decoration:underline;
}

.nav1 { background-image:url(../images/layout/nav-1.jpg); }
.nav2 { background-image:url(../images/layout/nav-2.jpg); }
.nav3 { background-image:url(../images/layout/nav-3.jpg); }
.nav4 { background-image:url(../images/layout/nav-4.jpg); }
.nav5 { background-image:url(../images/layout/nav-5.jpg); }
.nav6 { background-image:url(../images/layout/nav-6.jpg); }
.nav7 { background-image:url(../images/layout/nav-7.jpg); }
.nav8 { background-image:url(../images/layout/nav-8.jpg); }
.nav9 { background-image:url(../images/layout/nav-9.jpg); }
.navOn { background-image:url(../images/layout/nav-on.jpg); }

#logo
{
    position:absolute;
    top:25px;
    left:0px;
}

#strap
{
    position:absolute;
    top:35px;
    left:587px;
}

#pageBody
{
    position:relative;
    clear:both;
    width:917px;
    min-height:569px;
    height: 569px;
    background-repeat:repeat-x;
    background-image:url(../images/layout/bg-fade-blue.jpg);
    background-color:#badcf1;
}

#left-nav
{
    position:absolute;
    top:40px;
    left:20px;
    width:141px;
    height:325px;
}

#left-nav-header
{
    position:relative;
    float:left;
    width:111px;
    height:21px;
    background-position:center;
    background-repeat:no-repeat;
    padding:4px 0 0 30px;
}

#left-nav-middle
{
    position:relative;
    float:left;
    background-color:#fff;
    width:111px;
    /*height:260px;*/
    min-height: 108px;
    padding:10px 10px 10px 20px;
}

#left-nav-middle ul
{
    list-style:none;
    padding:0;
    margin:0px;
}

#left-nav-middle li
{
    margin-bottom:5px;
}

#left-nav-middle a
{
    color:#535353;
    text-decoration:none;
}

#left-nav-middle a:hover
{
    text-decoration:underline;
}

#content
{
    position:relative;
    top: 26px;
    left:170px;
}

#content-max
{
    position:relative;
    top: 26px;
    left:20px;
}

#content-top 
{
	position: relative;
	height: 16px;
	width:388px;
	padding: 0 5px 10px 15px;
}

#content-top p 
{
	color: #ffffff;
}

#content-middle-holder
{
    position:relative;
    background-color:#fff;    
    height:393px;
    width:368px;
    padding: 10px 20px 10px 20px;
}

#content-middle 
{
	height:399px;
	width:368px;
	overflow: auto;
}

#content-middle ul 
{
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}

#content-middle-max
{
    position:relative;
    background-color:#fff;
    width:855px;
    min-height:260px;
    padding:10px 10px 10px 20px;
}

#right-side-image 
{
	position: absolute;
	right: 0;
	top: 39px;
}

#footer 
{
    position:relative;
    width:917px;
    height:37px;
    color:#fff;
    text-align:center;
    background-image:url(../images/layout/footer-bg.gif);
    padding-top:15px;
}

#footer a
{
    color:#fff;
    text-decoration:none;
    padding:0 10px 0 10px;
}

#footer a:hover
{
    text-decoration:underline;
}

h1 
{
    font-size:16px;
    font-weight:bold;
    color:#000000;
    margin:0px;
    padding: 0px;
}

h2 
{
    font-size:12px;
    color:#fff;
    margin:0px;
}

p 
{
	margin: 5px 0 5px 0;
	padding:0;
}

/* .png IE */
img.png {
	behavior: url(../pngbehavior.htc);
}