/* pages pagelayout stylesheet */




/* Page setup */

body
{   text-align: center;
    /*font-family: Verdana, Arial, Helvetica, sans-serif; */
    background-image: url('../images/pagesbackground4.jpg'); /*pagesbackground-fade2.gif  url('../images/pagesbackground4.jpg'); */
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #F8f7EA;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

/*
div.centered
{   text-align: center;
}
div.centered table
{   margin: 0 auto;
    text-align: left;
}
*/

.center
{
text-align: center;
}
.center table
{
margin-left: auto;
margin-right: auto;
text-align: left;
}

table, textarea
{
    font-size: 1.1em;
}

table#outside
{
    width: 900px;  /* 805 */
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    /*background-color: #F8f7EA;*/
   /* margin: 0 auto 0 auto; */
}

table#outside td#outsidecell
{
    background-color: #FFFFFF; /* #F8f7EA; Cream Frame meaning no frame, #000000 the black Outside Frame */
    padding: 1px;
    text-align: left;
}

div#maincontainer
{
    background-color: #F8f7EA;
    /*background-color: #ffffff;*/     /* body background colour */
    width: 100%;
    text-align: left;
    position: relative;
}

div#toparea
{
    background-color: #F8f7EA; /*  CREAM  #F8f7EA;     /* #333366; /*our navy blue           #3c78c1;*/
    height: 69px;
    width: 100%;
    position: relative;
}

/*
div#toplogo
{
    background-image: url(../images/mnuPagesLogo.jpg); /* url(../images/pageslogotop_02.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 69px;
    position: relative;
    text-align: left;
}
*/
/*
div#toplogobot
{
    background-image: url(../images/pagesmenubotlogo.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 20px;
    position: relative;
    text-align: left;
}
*/
div#topspacer
{
    background-image: url(../images/spacer.gif);
    background-repeat: no-repeat;
    background-position: right top;
    height: 50px;
    position: relative;
    /*top: 50px;
    /*    left: 9px; */
    text-align: left;
}

div#toplogo h1 a
{
    display: block;
    height: 90px;
    width: 220px;
    margin: 0;
    text-decoration: none;
}


div#topmenu
{
    border-bottom: 5px solid #333366;  /* #80a7d8; UNDER TABS MENU */
}


div#contentarea
{   border: 0px solid #ffffff;    /* #CCCCCC; #006699; Grey  border around main content  */
    /*background-image: url(../images/slogan-background.gif);  */
    min-height: 350px;
    position: relative;
    text-align: left;

    background-color: #FFFFFF;
}


div#contentareaspacing
{
    /*margin: 0 0 0 0;  */         /* Top Right Bot Left */
    padding: 0 0 0 0;          /* 0 0 2em 0 */
    position: relative;
    text-align: left;
    background-color: #FFFFFF; /* #FFFFFF; puts a black left & right margin strip */
}

table#maindividertable
{
    width: 766;
    background-color:#FFFFFF; /* #FFFFFF; */
    /*margin: 0; */

}

td#maincontent                   /* T R B L */
{
    padding: 0 0 0 0;
    vertical-align: top;
}

.currentPage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: yellow;

}
.pageLink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #A39161;
    font-weight: bold;
    text-decoration: underline;
}
    /*
    background-color: #A3A3CC;
    text-align: bottom;
     text-align: top;
    vertical-align: top;
    border: 0px; */

IMG.baseline { vertical-align: baseline; }
IMG.bottom { vertical-align: text-bottom ; }
a {
	cursor: hand;
	color: #ffffff;
}
a:link {color: #A39161;}
a:visited {color: #A39161;}
a:active {color: #A39161;}


a:focus {outline:none}   /* this stops the ugly border on mac ie, you can always try to control it: a:focus {outline: 10px lime dashed} */


div#footerSearch
{

    position: relative;
    /*top: 10px;  */
    /*    left: 9px; */


    font-size: 10px;
    /*color: #000000; /* #dfe8f3; */
    /* background-color: #006699;  closest web safe to #006DBO0;          /* #3c78c1;*/
    /*padding: 0 0 0 0;  */
    text-align: right;
    height: 50px;
    border: 0px;

}

.footer
{
    font-size: 9px;
font-style: normal;
    /*color:#66666;              */         /*  GREY          #dfe8f3; */
    background-color: #F8f7EA;          /* CREAM         *#F8f7EA #3c78c1;*/
    padding: 0.5em 18px 0.5em 18px;
    text-align: center;
}

div#footer address
{
    font-style: normal;
}
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8f7EA;
        font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	color: #666666; /* #333333; */
}

/* Special bughandler */

div.breakfix
{
    height: 1%; /* Set to 1% to fix breaking and other bugs in IE */
}

div#floatfix
{
    width: 100%;
    float: left;
}

input.button
{
    color: #ffffff;
    background-color: #A39161;   /*hv green     navy  #333366;   #80a7d8;              HERE Button*/

	border-bottom: 2px solid #CABFA4;
	border-right: 2px solid #CABFA4;
	border-left: 2px solid #CABFA4;           /* #FFBE00      */
	border-top: 2px solid #CABFA4;            /*#ff6600; the orange used for headings lighter orange #FFBE00;*/
	cursor: hand;
}
input:focus {outline:none}
.searchtxt
{   width: 130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
}
p
{
    margin: 0 0 0 0;              /*0.25em 0 0 0; */
    padding-bottom: 0;            /*0.25em; */
    line-height: 15px; /* 30pt; */
}
/* TABLES */


div.break
{
    clear: left;
}

div.breakall
{
    clear: both;
}
hr
{
    height: 1px;
    padding: 0;
    margin: 1.5em 0 0.5em 0;
    color: #c0c0c0;
}

.invisible
{
    display: none;
}