/*

*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
}


/* 
  Container for page 
*/

#container { 
  margin-left: auto; 
  margin-right: auto; 
  position: relative; 
  width: 735px; 
  padding: 7px; 
  background-color: #FFFFFF; 
  border-style: solid;
  border-color: #F1E3E3;
  border-width: 1px;
}


/*
  Main page header
*/

#mainpage-header-main
{
  width: 735px;
  height: 134px;
  background-image: url(images/header_main.jpg);
  background-repeat: no-repeat;
}

#mainpage-header-stripe
{
  width: 735px;
  height: 9px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url(images/header_stripe_main2.jpg);
  background-repeat: no-repeat;
}

#mainpage-header-stripe2
{
  width: 735px;
  height: 9px;
  margin-top: 10px;
  margin-bottom: 5px;
  background-image: url(images/header_stripe_main3.jpg);
  background-repeat: no-repeat;
}

/*
  Ensure no gap below images in the header
*/

#mainpage-header img
{
  display: block;
}


/*
  Main page menu area
*/

#mainpage-menu
{
  margin-bottom: 0px;
  height: 120px;
}


/*
  Ensure no gap below images in the menu (except for the margin added by menu-items)
*/

#mainpage-menu img, #subpage-menu img
{
  display: block;
}


/*
  Main page menu items
*/

#mainpage-menu .menu-item
{
  width: 99px;
  height: 119px;
  background-color: #F3F3F3;
  margin-top: 0px;
  margin-right: 7px;
  float: left;

}


/*
  Sub-page menu area
*/

#subpage-menu
{
  margin-bottom: 10px;
  height: 210px;
}


/*
  Sub-page menu items
*/

#subpage-menu .menu-item
{
  width: 84px;
  height: 40px;
  background-color: #F3F3F3;
  margin-top: 0px;
  margin-right: 7px;
  float: left;
}


/*
  Menu links
*/

#mainpage-menu a, #subpage-menu a
{
  color: #666699;
  background-color: #F3F3F3;
  display: block;
  font-size: 9px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 1px; 
  border-style: solid;
  border-color: #F1E3E3;
}

#mainpage-menu a
{
  height: 119px;
}

#subpage-menu a
{
  height: 38px;
}


/*
  Menu rollover colour - fallback default
*/

#mainpage-menu a:hover, #subpage-menu a:hover
{
	background-color: #B2EDED;
}


/*
  Menu rollover colours - left to right
*/

#menu1 a:hover { background-color: #EAEFEF; }
#menu2 a:hover { background-color: #DFEFEF; }
#menu3 a:hover { background-color: #D3EFEF; }
#menu4 a:hover { background-color: #CFEFEF; }
#menu5 a:hover { background-color: #C9EEEE; }
#menu6 a:hover { background-color: #BDEEEE; }
#menu7 a:hover { background-color: #B2EDED; }
#menu8 a:hover { background-color: #1EE7E7; }

/*
  Main page: main content container ("message to visitors" and "welcome")
*/

#mainpage-content
{
  width: 735px; 
  background-color: #F3F3F3; 
  background-image: url(images/content_bg_main.jpg);
  background-repeat: repeat-y;
  margin-top: .75em;
}


/*
  Main page: "message to visitors" block
*/

#mainpage-welcome
{
  float: left;
  width: 290px;
  padding: 6px 6px 6px 6px; 
  margin-right: 7px;
}



/*
  Main page: "message to visitors" text styling
*/

#mainpage-welcome p
{
  color: #666699;
  font-size: 13px;
  line-height: 120%;
}


/*
  Main page: intro text
*/

#mainpage-intro
{
  float: right;
  width: 405px;
  padding: 32px 5px 20px 5px;
  background-image: url(images/corner.gif);
  background-repeat: no-repeat;
  background-position: top right;
}


/*
  Sub-page: left column
*/

#subpage-leftcol
{
  float: left;
  width: 238px;
  margin-right: 7px;
}


/*
  Sub-page: main content
*/

#subpage-content
{
  width: 735px; 
  background-color: #F3F3F3; 
  background-image: url(images/content_bg_sub.jpg);
  background-repeat: repeat-y;
}


/*
  Sub-page: page title block
*/

#subpage-title
{
  width: 173px;
  background-color: #DEF0F2;
  padding: 10px 43px 10px 20px;
  border-bottom: solid white 7px;
}


/*
  Sub-page: page title text styling
*/

#subpage-title p
{
  color: #7686C1;
  font-size: 24px;
  line-height: 100%;
}


/*
  Sub-page: sidebar text
*/

#subpage-sidebar
{
  width: 225px;
  padding: 15px 5px 15px 5px;
  border-bottom: solid white 7px;
}


/*
  Sub-page: sidebar menu block
*/

#subpage-sidebarmenu
{
  width: 225px;
  padding: 15px 5px 15px 5px;
  border-bottom: solid white 7px;
}


/*
  Sub-page: sidebar picture block
*/

#subpage-sidebarpic
{
  width: 225px;
  padding: 5px 5px 2px 5px;
  border-bottom: solid white 7px;
  background-color: #DEF0F2;
}


/*
  Sub-page: sidebar bottom block
*/

#subpage-sidebar2
{
  width: 225px;
  padding: 15px 5px 0px 5px;
  padding: 9px 8px 0px 8px
}


/*
  Sub-page: right column
*/

#subpage-rightcol
{
  float: right;
  width: 470px;
  padding: 30px 7px 5px 5px;
  background-color: #F3F3F3; 
  background-image: url(images/corner.gif);
  background-repeat: no-repeat;
  background-position: top right;
}


/*
	Standard paragraph style
*/

p
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 13px;
	margin-top: 0;
	margin-bottom: 13px;
        color: #666699;
}

p.indent
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
    	font-size: 13px;
	margin-top: 0;
        margin-left: 1.5em;
        margin-right: 1.5em;
	margin-bottom: 13px;
        color: #666699;
}

p.reflect
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 13px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 13px;
        color: #666699;
}

p.small
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 9px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 13px;
        color: #666699;
}
/*
	Quotation paragraph style
*/

p.quote
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
        font-style: italic;
 	font-size: 13px;
	margin-top: 0;
        margin-left: 1.5em;
        margin-right: 1.5em;
	margin-bottom: 0;
        color: #666699;
}

p.cite
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 13px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 1em;
        margin-left: 1em;
        margin-right: 1.5em;
        color: #666699;
}

p.note
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
 	font-size: 12px;
	margin-top: 1em;
	margin-bottom: 1em;
        color: #666699;
}


p.center
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 12px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
        color: #666699;
}

p.sidenav
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: bold;
 	font-size: 11px;
        margin-right: .5em;
	margin-bottom: .5em;
        color: #666699;
}

p.sidenavsub
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 11px;
	margin-bottom: .5em;
        margin-left: 2em;
        margin-right: .5em;
        color: #666699;
}


p.rightsmall
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 11px;
	text-align: right;
	margin-bottom: .5em;
        margin-left: 2em;
        margin-right: .5em;
        color: #666699;
}


td
{
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 13px;
	margin-top: 0;
	margin-bottom: 13px;
        color: #666699;
}


/*
	List style
*/

ul
{
list-style-type: none;
padding: 0;
margin: .5em;
	font-family:  verdana, arial, helvetica, sans-serif;
	font-weight: normal;
 	font-size: 13px;
        color: #666699;
}

li
{
background-image: url(images/arrow.jpg);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 1.6em;
	margin-bottom: 1em;

}


/*
	Links
*/

a:link, a:active, a:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
  	color: #026571;
	text-decoration: none;
}

a:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
  	color: #026571;
	text-decoration: underline;
}


/*
	Headings
*/

h1
{
 
	font-weight: bold;
	font-size: 13px;
	color: #666699;
	margin-top: 0;
        margin-bottom: 10px;
}

h2
{
	font-weight: bold;
	font-size: 11px;
	color: #666699;
	margin-top: 6px;
        margin-bottom: 8px;
}


h3
{
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	color: #666699;
	margin-top: 0px;
        margin-bottom: 8px;
}


/*
	Page footer area
*/

div.footer
{
  background-color: #F1E3E3;
	margin-top: 7px;
	padding: 5px 5px 5px 5px;
	color: #898A7D;
}

div.footer p
{
	color: #666699;
        text-align: center;
	margin: 0;
        float: center;
}


/*
	Standard images
*/

img
{
	border: none;
}


/* Clearing element */

.clear 
{
  position: relative; clear: both; height: 0; line-height: 0;
}

