﻿html
{
    height:100%;
}

body 
{
    background-color:#fff;
    background-repeat:repeat;
    height:100%;
    font-family:Arial Narrow;
}

/*MAIN DIV*********************/
#divMain
{
    width: 950px;
    margin: 0 auto -50px auto;
    font-family: "Arial Narrow";
    text-align: left;
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/*NAV MENU*******************/

#divHeader
{
    /*background-color: #96c2d4;*/
    background-image: url('images/bg_header.png');
    background-repeat:no-repeat;
    height:180px;
}

#divNavMenu{
    /*background-color:black;*/
    width:900px;
    position:absolute;
    top:158px;
}

#divNavMenu ul{
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-family:Arial Narrow;
	font-weight:bold;
}
#divNavMenu li{
	display:inline;	
	margin: 0px 20px 0px 20px;
}

#divNavMenu li:hover{        
    margin: 0px 20px 0px 20px;
}

#divNavMenu ul a{
	text-decoration:none;
	color:white;
	margin: 0px 20px;
}
#divNavMenu ul a:hover{
	color:#333333;
}

/*BORDERS*************/
.divLeftBorder
{
    float:left; 
    width:25px;  
    background-image:url('images/bg_left_border.png');
    background-repeat:repeat-y; 
    height:100%;
    min-height:100%;
    margin-right:10px;
}

.divRightBorder
{
    float:right; 
    width:25px;  
    background-image:url('images/bg_right_border.png');
    background-repeat:repeat-y; 
    height:100%;
    margin-left:10px;
}

#divBottomBorder
{
    background-image: url('images/bg_bottom_border.png');
    background-repeat:no-repeat;
    width:950px;
    height:32px;
}


/*CONTENT HOLDER*************/
#divContent
{
    position:relative;
    padding:0 0 0 0;
    width:950px;
}

/*FOOTER**************/
#divFooterSpacer
 {
 height: 50px;
 }

#divFooter
{
    text-align:center;
    border-top:solid 2px #000000;
    width: 900px;
    margin:0 auto 0 auto;
    height:50px;
}

/*HEADERS********************/
h1 {
    font-family:"Arial Narrow";
    font-size:large;
    font-weight:bold;
    }

h2 {
    font-family:"Arial Narrow";
    font-size:16px;
    font-weight:bold;
    margin-bottom:0px;
}

h3 {
    font-family:"Arial Narrow";
    font-size:small;
    font-weight:bold;    
}


/*LINKS******************/
a 
{
    color:#7b9fae;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    text-decoration:underline;
}