/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

a , a:link, a:visited
{
	color: #e7422f;
}

body
{
	text-align: center;
	font-family: Futura Lt BT, Arial;
	font-size: 11pt;
	background: #AF9556 url('background.png') repeat-x top left;
    margin-top: 2em;
}

.body
{
	margin: 0 auto;	
	width: 901px;
    z-index: -1;
	/*position: relative;*/
}

#backgroundTopCenter
{
	background: transparent url('backgroundTopCenter.png') repeat-x top left;
}

#backgroundMiddleLeft
{
	background: transparent url('backgroundMiddleLeft.png') repeat-y top left;
	width: 14px
}

#backgroundMiddleCenter
{
	background: #f2ede4 url('backgroundMiddleCenter.png') repeat-x top left;
	min-height: 673px;
}

#backgroundMiddleRight
{
	background: transparent url('backgroundMiddleRight.png') repeat-y top left;
	width: 14px
}

#backgroundBottomCenter
{
	background: transparent url('backgroundBottomCenter.png') repeat-x top left;
}

#contentTable {
    margin-top: -7em;
	float: left;
}

#ContentPane 
{
	background: #fff;
	width: 600px;
	/*margin-left: 300px;*/
}

#ContentPane_Holder {
    margin-top: 9em;
}

.footer
{
	text-align: center;
	color: #f3f0ec;
}

.footer .SkinObject, .footer a.SkinObject:link, .footer a.SkinObject:visited
{
	color: #f3f0ec;
}

hr
{
	height: 4px;
	color: #bca672;
	background-color: #af9556;
	border-color: #bca672;
}

h1, h2, h3
{
	color: #e7422f;
	padding-bottom: 2px;
	margin-bottom: 0;
}

#latestNews
{
	background-color: #f2ece2;
}

#logo {
    margin: 0 auto;
    padding-left: 3em;
	z-index: 9998;
	position: relative;
    /*width: 901px;    */
	/*position: absolute;*/
	float: left;

}

#logoBar
{
	background-color: #000;
	color: #fff;
	height: 2em;
	font-weight: bold;
	font-family: Script, Arial;
    font-size: 14pt;
    position: relative;
    z-index: 9999;
    text-align: left;
    margin-left: 66px;
    margin-top: -41px;
    padding-top: 2px;
    padding-left: 2em;
    float: left;
    width: 803px;
    height: 27px;
}

#logoTable {
    width: 450px;
}

#logoCenter
{
	background: transparent url('logoBackgroundCenter.png') repeat-x top left;
}

#logoLeft {
    width: 23px;
}

#logoRight {
    width: 25px;    
}

#menuTopCenter
{
	padding: 0 30px;
	margin: 0;
	/*height: 15px;*/
	line-height: 1em;
	font-size: 10px;
	height: 15px;
	background: #f2ece2 url('menuTopCenter.png') repeat-x top left;
	width: 100%;
}

#menuTopLeft, td#menuTopLeft
{
	width: 11px;
	padding: 0;
	margin: 0;
}

#menuTopRight, td#menuTopRight
{
	width: 11px;
	padding: 0;
	margin: 0;
}

.menuTopBar
{
	background-color: #a48c51;
}

.menuBottomBar
{
	background-color: #7b6a3b;
}

#navMenu
{
	width: 220px;
	float: left;
	margin-left: 2em;
    margin-top: 7em;
	z-index: 9997;
}

p
{
	font-family: Futura Lt BT, Arial;
	font-size: 11pt;
}

.readMore, .readMore a, .readMore a:link, .readMore a:visited, .readMore .Normal a:link
{
	color: #c2ad7d;
	font-weight: bold;
}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Vertical Menu */
#BottomNav
{
	width: 525px;
	margin-left: 300px;
}

#BottomNav li
{
	text-transform: uppercase;
	font-size: 8pt;
	display: inline;
    margin: 0;
    padding: 0;
}

#BottomNav li a
{
	border-right: 1px solid #e7422f;
	margin-bottom: 2px;
	padding: 0 3px;
}

#HouseMenuNav
{
    /* menu wrapper div */
    border-top: solid 1px #003;
    border-bottom: solid 1px #003;
	padding: 0;
	margin: 0;
}

#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    margin: 0;
    padding: 0;
}

#HouseMenuNav li
{
    /* all list items */ /* -- Border around each menu item -- */
    /*border-bottom: 1px solid #fff;*/ /* added for opera browser to remove bullets on lists */
    list-style: none;
    margin: 0;
    
    /*margin-bottom: -18px;*/
    

    
    /*padding: 0;*/
    padding-bottom: 0px;
}

/*
#HouseMenuNav li ul
{
    margin: 0;
    padding: 0 0 0 1em;
	background-color: #000;
}
*/

#HouseMenuNav li ul li a:link, #HouseMenuNav li ul li a:visited
{
	background: #c0c0c0;
	color: #000;
	border-bottom: 1px solid #000;
}

#HouseMenuNav li ul li a:hover
{
    background-color: #000;
    color: #FFF;
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    display: block;
    padding: 12px 5px 5px 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #000;
    color: #FFF;
    text-decoration: none; /* added for opera */
    font-size: 11px;
	text-transform: uppercase;
	background: #000 url('menuItem.png') no-repeat bottom left;
}

#HouseMenuNav li a:hover
{
    background-color: #000;
    color: #FFF;
}
#HouseMenuNav ul ul
{
    /* second level menu items */
    margin: 0 0 0 12px;
    padding: 0;
    /*margin-left: 12px;*/
    
}
#HouseMenuNav ul ul li
{
    border-bottom: 1px solid #000;
    margin: 0; /* remove the bullets from the sub menu */
    padding: 0;
    list-style: none;
}
#HouseMenuNav ul ul a:link, #HouseMenuNav ul ul a:visited
{
    background-color: #ED9F9F;
    color: #711515;
    margin: 0;
    padding: 0;
}
#HouseMenuNav ul ul a:hover
{
    background-color: #711515;
    color: #FFF;
}

/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
	font-family: Futura Lt BT, Arial;
    text-decoration: none;
    color: #e7422f;
}
.Normal A:hover
{
	font-family: Futura Lt BT, Arial;
    text-decoration: underline;
    color: #e7422f;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
	font-family: Futura Lt BT, Arial;
    text-decoration: none;
    color: #e7422f;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
	font-family: Futura Lt BT, Arial;
    text-decoration: none;
    color: #e7422f;
}
A.SkinItem:hover
{
	font-family: Futura Lt BT, Arial;
    text-decoration: underline;
    color: #e7422f;
}

.SkinObject, a.SkinObject:link, a.SkinObject:visited
{
	color: #e7422f;
}

.clear {
    clear: both;
}
