﻿body 
{
    background-color: #F1E2D4;
    font-family: Arial;
    font-size: 10pt;
    margin: auto;
    padding: 0;
    text-align: justify;
    /*background: url(../../styles/brownBars.png);*/
    /*background-image: url(../../styles/borderbars2.png);*/
    /*background: #bdcad6 url(../../styles/bluebars.png);*/
    background: #bdcad6;
}

/* Layout CSS */
.titleBar
{    
    padding-top: 5px;
    background-color: #89633C;
}
.logo
{
    padding-top: 5px;
    width: 800px;
    margin: auto;
    text-align: left;
    background-color: #94c6e1;
}
.headerBar 
{
    /*height: 200px;*/
    background: url(../../styles/headerBackBlueTall.png) repeat-x;
    padding: 0;
    color: White;
    text-align: center;
    font-size: 12pt;
    margin: 0px auto;
    /*
        light brown #a67b51
        dark brown #663300
    */
}
#mainImage
{
    /*height: 160px;*/
    width: 800px;
    margin: auto;
    /*background: #b8d3d4 url(../../styles/mainImageMirror.jpg) top right no-repeat;*/
    border-right: 1px solid #09460F;
    border-left: 1px solid #09460F;
}



.topnav {
	height: 23px;
	background: #a6a9a8 url(../../styles/navBackDark.png) repeat-x left;
	border-bottom:1px solid #09460F; 
	border-top:1px solid #09460F; 
}

.center{
	margin: 0 auto 0 auto;
    width: 800px;
	border:1px solid #09460F; 
	border-width:0px 1px 1px 0px;

}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {position:relative; z-index:100; font-family:arial, sans-serif;
	display: inline;
	background: #a6a9a8 url(../../styles/navBackDark.png) repeat-x left;
    margin: 0px auto;
    padding: 5px 0px;
    height: 16px;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;
	
	}
.menu ul ul {width:113px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:113px;position:relative;display: inline;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color: #1f384d;/*#F7AE16;*/ width:102px; height:23px; border:1px solid #09460F; border-width:0px 0px 0px 1px; background:#a6a9a8 url(../../styles/navBackDark.png) repeat-x left; padding-left:10px; line-height:21px; font-weight:bold;
	
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:113px; w\idth:102px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#a6a9a8; text-align: left; font-size:10px;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#1f384d}
.menu ul ul :hover > a.drop {background:#1f384d}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#b2ab9b; text-align: left; font-size:10px;}
/* style the third level hover */
.menu ul ul ul a:hover {color:#FFFFFF; background:#1f384d}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0; width:113px;border-top:1px solid #09460F;}
/* another hack for IE5.5 */
* html .menu ul ul {top:22px;t\op:23px;}

/* position the third level flyout menu */
.menu ul ul ul{left:113px; top:-1px; width:113px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-113px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {	background: #a6a9a8 url(../../styles/navBackDark.png) repeat-x left; color: #1f384d;/*#F7AE16;*/ height:auto; line-height:1em; padding:5px 10px; width:92px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:114px;w\idth:92px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFFFFF; background:#1f384d url(../../styles/navBackHoverDark.png) repeat-x top left;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFFFFF; background:#1f384d url(../../styles/navBackHoverDark.png) repeat-x top left;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



.content
{
    background-color: #1f384d;
    /*background-color: #363a39;*/
    /*background: #bdcad6 url(../../styles/bluebars.png);*/
    width: 800px;
    margin: 0 auto;
	border-right: 1px solid #09460F;
	border-left: 1px solid #09460F;
}
.rightcolumn
{
    float: right;
    width: 160px;
    /*margin-top: 0;*/
    padding: 0px 20px 40px 20px;
}
.rightAdBlock
{
    margin-top: 10px;
    padding: 10px;
    border: 3px solid #09460F;
    background-color: Darkkhaki;
    text-align: left;
}
.navigationside
{
    background: #a6a9a8 url(../../styles/navBackDark.png) repeat;
    border-bottom: 1px solid #09460F;
    border-top: 1px solid #09460F;
    margin: 0px auto;
    padding: 0px 0px;
    
}
.navigationside ul
{
    margin: 0px;
    padding: 0px 0px;
    list-style: none;
	
    
}
.navigationside li
{
    display: block; 
		/*margin: 0px;
		padding: 3px 0px;*/
}
.navigationside a
{
    color: #1f384d;/*#F7AE16;*/
    padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #09460F;
}
.navigationside a:hover
{
    color: #FFFFFF;
    background: #1f384d url(../../styles/navBackHoverDark.png) repeat-x top left;
    /*background-color: #F7AE16;*/
}
#sideImage
{
    height: 100px;
    width: 130px;
    margin: auto;
    /*background: #b8d3d4 url(../../styles/recplan_main2.jpg) top right no-repeat;*/
    border-right: 1px solid #09460F;
    border-left: 1px solid #09460F;
    border-top: 1px solid #09460F;
    border-bottom: 1px solid #09460F;
}
.leftcolumn
{
    width: 559px;  
    padding: 1em 20px 40px 20px; 
	border-right: 1px solid #09460F;
    /*border-top: 1px solid #FFFFFF;*/
    background-color: #FFFFFF;
}

.leftContent
{
   margin: 0px;
}
.footer
{
    background: #FFFFFF url(../../styles/footerBackDark.png) top left repeat-x;
    border-top: 1px solid #09460F;
    height: 35px;
    padding: 10px;
}
.footerContent
{
    width: 800px;
    margin: auto;
    font-size: smaller;
    color: #1f384d;
    /* text-transform: uppercase; */
}

.button
{
    background: #a6a9a8 url(../../styles/navBackDark.png) repeat;
	width: 100px;
	text-align: center;
    border-right: 2px solid #09460F;
    border-left: 2px solid #09460F;
    border-top: 2px solid #09460F;
    border-bottom: 2px solid #09460F;
    margin: 0px auto;
    padding: 1px 0px;
    
}
.button a
{
    color: #1f384d;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	border: 0px
}
.button a:hover
{
    color: #FFFFFF;
    background: #1f384d url(../../styles/navBackHoverDark.png) repeat-x top left;
}




.center {text-align: center;}

.picwrap 
{
	float: right;
	padding: 10px 0px 10px 15px;
}

