*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #ffffc2;
    color: #9f9f9f;
    font-size: 11px;
    font-family: "trebuchet ms" , helvetica, sans-serif;
}
/* text style used for most text rendered by modules 
Olle, This font seting is probably over run in ".Head" */
.Normal, .NormalDisabled
{
    font-family: "trebuchet ms" , helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
a:link, a:visited
{
    text-decoration: underline;
    color: #93B300;
}
a:hover
{
    text-decoration: none;
    color: #fff;
    background: #D3E378 url(images/bbg1.gif) repeat-x;
}
a:active
{
    text-decoration: underline;
    color: #93B300;
}

strong
{
    background: inherit;
    color: #50514D;
}

#header
{
    width: 100%;
    height: 104px;
    background-color: #4d4d4d;
    background: url( 'images/header02.gif' ) repeat-x;
    color: #ffffff;
}

#header_inner
{
    position: relative;
    width: 680px;
    height: 104px;
    margin: 0px auto;
}

#header_inner h1
{
    background: inherit;
    position: absolute;
    left: 0px;
    bottom: 10px;
    text-transform: lowercase;
    font-size: 39px;
    color: #fff;
    font-weight: normal;
    letter-spacing: -2px;
}

#header_inner h1 span
{
    background: inherit;
    color: #DADADA;
}

#slogan
{
    background: inherit;
    position: absolute;
    right: 0px;
    bottom: 10px;
    color: #660033;
    text-transform: lowercase;
    font-size: 13px;
}

#main
{
    padding-top: 20px;
    position: relative;
    width: 680px;
    margin: 0px auto;
    padding-bottom: 10px;
}

#HouseMenuNav
{
    padding: 0px;
}
#HouseMenuNav ul
{
    list-style: none;
    margin: 0px;
}

#HouseMenuNav li
{
    background: none;
    padding: 0px;
    font-weight: bold;
    list-style: none;
    /* moved from a to li for IE6 and sub menus */
    width: 168px;
}

#HouseMenuNav a
{
    display: block;
    position: relative;
    padding-left: 13px;
    padding-top: 11px;
    height: 27px;
    margin-bottom: 1px;
    text-decoration: none;
    background: inherit;
    background-image: url(images/bbg0Green02.gif);
    color: #636363;
    text-transform: lowercase;
    font-size: 13px;
}
/* can't add span tags into links on HouseMenu */
/*
#HouseMenuNav a span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('images/x1.gif') no-repeat; 
}

#HouseMenuNav a:hover span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('images/x2.gif') no-repeat;
} */

#HouseMenuNav a:hover
{
    background: inherit;
    color: #fff;
    background-image: url(images/bbg1.gif);
}
#HouseMenuNav ul li
{
    /* indent second level menu items */
    margin-left: 7px;
}

#menu_end
{
    height: 30px;
    background-image: url(images/a2G.gif);
}

/*This "h1" covers "h1-tags" in the modules
I commented out text-transform to enable Upper case". 
Added "H1" the 26th of Sep 08 to control Module H1 tags */
h1
{
    background: inherit;
    color: #50514D;
    /*text-transform: lowercase;*/

}
H1{
	font-family: "Times New Roman, Verdana, helvetica, sans-serif";
	font-size: 26px;
	font-weight: bold;
	color: #4a0427;
}

h1 span
{
    background: inherit;
    color: #85AC1E;
}

h1 span sup
{
    background: inherit;
    color: #85AC1E;
    font-size: 14px;
}
/*Moved these "H" classes from default, and adjusted.  */
H2{
	font-family: "Times New Roman, Verdana, helvetica, sans-serif";
	font-size: 24px;
	font-weight: normal;
	color: #00311a;
}

H3{
	font-family: "Verdana, Tahoma, helvetica, sans-serif";
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

H4{
	font-family: "Verdana, Tahoma, helvetica, sans-serif";
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

H5{
	font-family: "Times New Roman, Verdana, Tahoma, helvetica, sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #4a0427;
}

H6{
	font-family: "Verdana, Tahoma, Arial, Helvetica";
	font-size: 12px;
	font-weight: Normal;
	color: #000;
}

/* override default.css on titles */
.Head
{
    font-family: "Times New Roman, Verdana, helvetica, sans-serif"; 
    font-weight: bold;
    color: #4a0427;
    font-size: 20px;
}

/*h3
{
    margin-top: 30px;
    background: inherit;
    color: #50514D;
    font-size: 15px;
    text-transform: lowercase;
    height: 34px;
    background: url( 'images/a3.gif' ) repeat-x 0px 17px; /* override default.css */
    /*font-family: "trebuchet ms" , helvetica, sans-serif;
    font-weight: bold;
}*/

h3 span
{
    background: inherit;
    color: #85AC1E;
}

h3.first
{
    margin-top: 0px;
}

#lcol
{
    position: relative;
    width: 185px;
    float: left;
}

#lcontent
{
    position: relative;
    padding: 0px 15px 0px 15px;
}

#rcontent
{
    position: relative;
    padding: 25px 20px 0px 20px;
}

ul, ul li /*added 'ul li' to override default.css */
{
    list-style: none;
}

li
{
    background: url( 'images/x1.gif' ) no-repeat 0px 5px;
    padding-left: 15px;
}

/*This "p" covers "p-tags" in the modules
I commented out text-align to be able to centre "p-tags".   */
p
{
    margin-bottom: 25px;
    /*text-align: justify;*/
    line-height: 20px;
}

#lcol p
{
    font-size: 10px;
    line-height: 16px;
    margin: 0px;
}

.divider
{
    font-size: 0px;
    position: relative;
    border-bottom: solid 1px #F5F5F5;
    height: 1px;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.summary
{
    text-align: right;
    font-style: italic;
}

ul.divided li
{
    border-top: solid 1px #F5F5F5;
    margin-top: 4px;
    padding-top: 4px;
    background-position: 0px 9px;
}

ul.divided li.first
{
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: 0px 5px;
}

#rcol
{
    position: relative;
    margin-left: 190px;
    width: 485px;
    background-image: url(images/a2G.gif);
    background-repeat: repeat-x;   
}

#slogan2
{
    font-size: 14px;
    position: relative;
    top: -5px;
}

.box
{
    position: relative;
    border: dashed 1px #dadada;
    margin-top: 15px;
    background: inherit;
    color: #AAB165;
}

.box h2
{
    background: inherit;
    color: #6C7425;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "trebuchet ms" , helvetica, sans-serif;
}

.box p
{
    font-size: 10px;
    line-height: 16px;
    margin: 0px;
}

.box_inner
{
    border: solid 1px #fff;
    padding: 15px;
    background: #FFFFE9 url( 'images/a4.gif' ) repeat-x;
    color: inherit;
}

.captioned_image
{
    position: relative;
    padding-bottom: 15px;
    float: left;
    margin-right: 17px;
}

.captioned_image div
{
    /*position: absolute;  (don't require these elements, allows to use images of various sizes)*/
    font-size: 9px; /* bottom: 0px; left: 0px; */
}

#footer
{
    clear: both;
    background: url( 'images/a2G.gif' ) repeat-x;
    width: 680px;
    margin: 0px auto;
    margin-bottom: 25px;
    padding-top: 10px;
    text-align: center;
    text-transform: lowercase;
    color: #660033;
}

#footer a
{
    color: #660033;   
}
#slogan a
{
    color: #660033;
}
#slogan a:hover
{
    color: #fff;
}
