﻿body
{
	background-position: #B7AD80;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: #A39272;
	font-size: 0.7em;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}


input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}



#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;
}
.leftblock h2, .rightblock h2, .fullwidth h2, .rightleftblock h2, .rightrightbloc h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}




/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/
.frame
{
	background-position: #C4BC96;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: #C4BC96;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: auto;
}
.topframe
{
    background-position: #C4BC96;
    padding: 0px;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #C4BC96;
    margin-right: auto;
    margin-left: auto;
    width: 760px;
    height: 55px;
}
.bottomframe
{
	background-position: #C4BC96;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	background: #C4BC96;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: auto;
}
.leftframe
{
    border: 1px solid #000000;
    padding: 0px;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 1px;
    background: #C4BC96;
    width: 250px;
    height: auto;
    float: left;
  
  
}
.middleframe
{
    border: 1px solid #000000;
    padding: 0px;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 1px;
    background: #C4BC96;
    width: 250px;
    height: auto;
     float: left;
}
.rightframe
{
    border: 1px solid #000000;
    padding: 0px;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 1px;
    background: #C4BC96;
    width: 250px;
    height: auto;
      float: left;
}
.splitframeA
{
    border: 0px solid #000000;
    padding: 0px;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #C4BC96;
    width: 380px;
    height: auto;
    float: left;
}
.splitframeB
{
    border: 0px solid #000000;
    padding: 0px;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #C4BC96;
     width: 378px;
    height: auto;
    float: left;
}
	
/* Picture at the top of the site */
#poster
{
	background-position: url(images/poster.jpg) no-repeat;
	background: url(images/poster.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 210px;
	margin-top: 5px;
}

/* Navigation strips */
#navtop
{
	background: url('images/background_nav_main.gif') repeat-x;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 25px;
}
#navbottom
{
	background-position: url('images/background_nav_alt.gif') repeat-x;
	background: url('images/background_nav_alt.gif') repeat-x;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 25px;
	margin-top: 0px;
}


#footer
{
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #ffffff;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 6px;
    list-style-type: none;
    height: 15px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #000000;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #000000;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
	width: 762px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* 2 column layout */
#columnleft
{
	float: left;
	width: 260px;
    /*position: relative; */
}
#columnright 
{
	margin-left: 265px;
  /*  position:relative; */
}

.leftblock
{
    border-style: none;
    padding: 1px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 0px;
    width: 260px;
    height: auto;
    background-image: url('images/rightbackground.PNG');
    text-align: center;
}
.leftblocklogo
{
    border-color: #FFFFFF;
    border-width: 0px 0px 0px 0px;
    margin: 1px 1px 1px 0px;
    border-style: outset;
    padding: 1px;
    vertical-align: middle;
    height: 50px;
    width: 127px;
    background-image: url('images/rightbackground.PNG');
    float: left;
    font-size: smaller;
    text-align: center;
    display: inline;
}
.lefttoplogo
{
    border-color: #FFFFFF;
    border-width: 0px 0px 0px 0px;
    margin: 0px 0px 1px 45px;
    border-style: outset;
    padding: 1px;
    vertical-align: middle;
    height: 50px;
    width: 126px;
    background-image: url('images/rightbackground.PNG');
    float: left;
    font-size: smaller;
    text-align: center;
    display: inline;
}
.leftlogo
{
    border-color: #FFFFFF;
    border-width: 0px 0px 0px 0px;
    margin: 1px 0px 1px 2px;
    border-style: outset;
    padding: 1px;
    vertical-align: middle;
    height: 50px;
    width: 126px;
    background-image: url('images/rightbackground.PNG');
    float: left;
    font-size: smaller;
    text-align: center;
    display: inline;
}
.rightblock
{
    border-style: none;
    background-position: #E9E4D1;
    padding: 10px;
    position: relative;
    width: 460px;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    background-image: url('images/HHrightbackground.PNG');
   
}
.rightblockfix
{
    border-style: none;
    padding: 10px;
    position: relative;
    width: 460px;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    background-image: url('images/HHrightbackground.PNG');
    height: 599px;
    top: 0px;
    left: 0px;
}
.rightblockleft
{
    border-style: none;
    background-position: #E9E4D1;
    padding: 0px;
    margin-bottom: 0px;
    background: CBC5A9;
    position: relative;
    width: 205px;
    height: auto;
    margin-top: 0px;
    background-image: url('images/HHrightbackground.PNG');
    float: left;
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
}
.mainblockfix
{
    border-style: none;
    background-position: #E9E4D1;
    padding: 10px;
    position: relative;
    width: 760px;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    height: 480px;
}
.mainblock
{
    border-style: none;
    background-position: #E9E4D1;
    padding: 10px;
    position: relative;
    width: 760px;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
}
.cassandra
{
    border-style: none;
    background-position: #E9E4D1;
    padding: 0px;
    margin-bottom: 0px;
    background: CBC5A9;
    position: relative;
    width: 10px;
    height: auto;
    margin-top: 0px;
    float: left;
    margin-left: 5px;
}
.rightblockright
{
    border-style: none;
    background-position: #E9E4D1;
    padding: 0px;
    margin-bottom: 0px;
    background: CBC5A9;
    position: relative;
    width: 205px;
    height: auto;
    margin-top: 0px;
    background-image: url('images/HHrightbackground.PNG');
    float: right;
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
}
.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    
.xcenter
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	
}

.xright
{
	position:absolute;
	right:0px;
	width:100%;
	
}


/* A full width block on the page */

.fullwidth, #loginbanner
{
	padding: 0px;
	margin: 0px auto 0px auto;
	border-style: none;
	background-position: center;
	width: 760px;
	background: #CBC5A9;
	text-align: left;
}

/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
  padding-bottom: 0px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #B28329;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #B28329;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
	display: none;
	background-color: #E9E4D1;
}



/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    width:444px;
}


/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}


/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.jannetxt
{
    font-weight: normal;
    font-family: Calibri;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    text-align: left;
}

.jannetxtsmall
{
	font-weight: lighter;
	font-family: "Segoe Print";
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-align: left;
}
.txtLink
{
	font-weight: bold;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	color: #000000;
	font-style: italic;
	text-align: center;
}

.txtLink a:link, .txtLink a:visited
{
    color: #FFFFFF;
    text-decoration: none;

}


.fullwidth2 {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-position: #E9E4D1;
	border: 1px solid #B28329;
	width: 760px;
	text-align: center;
	background-image: url('images/rightbackground.PNG');
}




