﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{    
    background: url(../Images/bg.jpg);
    font-size: .75em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 20px 0px;
    padding: 0px;
    color: #696969;
    
}

a:link, a:visited
{
    color: #bbba45;
    text-decoration: none;
    font-style:italic;
    font-weight:normal;
}

a:hover
{
    color: #aa7e83;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 960px;
    background : #fff;
    margin: 0px auto 0px auto;
    /*border: 1px solid #ddd;*/
}

.topmost-line
{
    background : #000;
    margin: 0;
    padding:0;
    height:0px;
}

.top-menu
{
    margin: 0px;
    padding:0px;
    height:80px;
    background: #282828;
    border: 0px solid #ebebeb;
}

.logo
{
    margin: 30px 10px 0 10px;
    padding:0px;    
    float:left;
}


.header
{
    margin: 0px;
    padding: 0px;
    height: 60px;        
    border: 0px solid #ebebeb;
    border-bottom: 0;
    background : #282828;

}


.header-menu
{
	margin:0 0 0 100px;
	padding: 0px 20px 0 0;
	float:left;	
}

.header-menu ul
{
	list-style-type: none;
	padding:0;
	float:right;
	height:27px;	
	
}

.header-menu ul li
{
	float:left;
}

.header-menu ul li a
{
	background: url(../Images/divider1.png) no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 27px;
	text-decoration: none;
	font-style:normal;
	font-size: 1.1em;
	color:#aaa096;
}

.header-menu ul li a:hover {
	color:#aa7e83;
}

.header-bottom
{
    margin: 0 0 0 20px;
    padding: 0;
    width: 920px;
    height: 20px;
}

.main
{
	margin: 0;
	padding: 0;
	background: #fff;
}

.footer
{
    background : #282828;
    margin: 0 0 20px 0;
    padding: 0;
    height: 100px;
    border: 0px solid #ddd;
}

.footer-separator
{
	background : white url(../Images/bg.png);	
	height:16px;
}

.footer-menu
{
	margin:0;
	padding: 0px 20px 0 0;
}

.footer-menu ul
{
	list-style-type: none;
	padding:0;
	height:27px;	
	float :right;
}

.footer-menu ul li
{
	float:left;
}

.footer-menu ul li a
{
	background: url(../Images/divider1.png) no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 27px;
	text-decoration: none;
	font-style:normal;
	font-size: 1.0em;
	color:#cccccc;
}

.footer-menu ul li a:hover {
	color:#aa7e83;
}



