﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/*----------------------------------------------------------------------------*/
/*----------------------  MAIN INTERFACE ELEMENTS  ---------------------------*/
/*----------------------------------------------------------------------------*/
#outerwrap
{
	width: 100%;
	text-align: center;
	margin: auto;
}

#innerwrap
{
	width: 736px;
	text-align: center;
	margin: auto;
}
#topNav
{
	margin-top: 50px;
	height: 65px;
	text-align: left;
	width: 736px;
}
.nlogo
{
    width: 185px;
    float: right;
}
.homeButton
{
    float: left;
    width: 20px;
    position: relative;
    top: 43px;
    left: -37px;
    z-index: 3;
}
.mainMenu
{
	float: left;
	background-image: url( '../../media/images/interface/menuBackground.jpg' );
	background-repeat: no-repeat;
	width: 520px;
	z-index: 2;
	position: relative;
	top: 32px;
}

#banner
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#contentWrap
{
	background-image: url(../../media/images/interface/lineWash.jpg);
	background-repeat: repeat-y; /* background-color: #3399CC; */
	text-align: left;
}
#LeftContent
{
	float: left;
	width: 182px;
	background-color: #e7daad;
	background-image: url(../../media/images/interface/sideNavTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#RightContent
{
	float: left;
	width: 500px;
	margin-left: 30px;
}

#sideBarContent
{
    clear: both;
    padding: 15px;
    color: #4b3a06;
    font-size: 10px;
    background-color: #cbb777;
}
#topBarLeftHomeLink
{
    color: #4b3a06;
    padding-top: 18px;
    font-size: 12px;
    font-weight: bold;
}
#subTopBar
{
    margin: 0px;
    padding: 0px;
    background-image: url(../../media/images/interface/subTopBar.jpg);
    background-repeat: no-repeat;
    height: 37px;
    text-align: right;
}
#BottomBar
{
    background-image: url(../../media/images/interface/lineWashBottom.jpg);
    background-repeat: no-repeat;
    height: 31px;
}
#BottomBar
{
}

#footer
{
}

/*----------------------------------------------------------------------------*/
/*-----------------------------  Blog Styles  ---------------------------------*/
/*----------------------------------------------------------------------------*/
h3.blogTitle
{
    margin: 0px;
    padding: 0px;
}
.blogPostDate
{
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 15px;
    padding: 0px;
    font-size: 11px;
}
.blogPost
{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #cbb778;
}
.postDetails
{
    background-color: #efefef;
    border: 1px solid #dddddd;
    padding: 10px;
}

/*----------------------------------------------------------------------------*/
/*-----------------------------  CSS TWEAKS  ---------------------------------*/
/*----------------------------------------------------------------------------*/

/* CLEAR FIX COLUMN CORRECTION */
.clearfix:after
{
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix
{
	display: inline-block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
.clearMe
{
	clear: both;
}
/* END OF CLEAR FIX COLUMN CORRECTION */
