﻿body
{
	font-family: arial, helvetica, "lucida grande" , sans-serif;
	font-size: small;
	margin: 0em; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0em 0em 2em 0em;
	color: #636466; /* dark grey text*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


/* ----------------------------------------------------------------------------- 
MASTER
----------------------------------------------------------------------------- */

/* Tips for this Hybrid layout

1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.

3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.

4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.

5. It is not neccessary to have the 100% width on the #container div since, by 
nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHybHdr #container
{
	width: 75em;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}
.thrColHybHdr #WholePage
{
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
}
.thrColHybHdr #MainHeader
{
	margin: 0px auto;
	margin-bottom: 0px;
	padding: 0px 0px;
	width: 100%;
	border: 0px;
	background-color: #9a0000;
}
.thrColHybHdr #search_box
{
	text-align: left;
	height: 20px;
	width: 150px;
	vertical-align: middle;
}
.thrColHybHdr #menubackground
{
	float: none;
	width: 100%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/menu-bar-shading.png);
	background-repeat: repeat-x;
	height: 35px;
}
.thrColHybHdr #breadcrumbs
{
	margin: 0px auto;
	padding: 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #breadcrumbs instead of text, you may want to remove the padding. */
	font-style: italic;
	color: #9a0000;
}
.thrColHybHdr #breadcrumbs a:visited
{
	color: #9a0000;
	text-decoration: none;
}
.thrColHybHdr #breadcrumbs a:link
{
	color: #9a0000;
	text-decoration: none;
}
.thrColHybHdr #breadcrumbs a:hover
{
	color: #9a0000;
	font-weight: bold;
	text-decoration: none;
}
/* ------------------------------------
Top menu bar
================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.menu
{
	font-family: arial, sans-serif;
	font-size: medium;
	padding-top: 4px;
	position: relative;
	z-index: 100;
}
.menu ul li a, .menu ul li a:visited
{
	display: block;
	text-decoration: none;
	padding: 0px 20px;
	height: 25px;
	color: #fff;
	background-color: Transparent;
	line-height: 25px;
	overflow: hidden;
}
.menu ul
{
	padding: 0px 5px;
	margin: 0;
	list-style: none;
}
.menu ul li
{
	float: left;
	position: relative;
	left: 250px;
}
.menu ul li ul
{
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a
{
	color: #fff;
	background: #9a0000;
}
.menu ul li:hover ul
{
	display: block;
	position: absolute;
	left: -250px;
}
.menu ul li:hover ul li a.hide
{
	background: #c0c0c0;
	color: #fff;
}
.menu ul li:hover ul li:hover a.hide
{
	background: #c0c0c0;
	color: #fff;
}
.menu ul li:hover ul li ul
{
	display: none;
}
.menu ul li:hover ul li a
{
	display: block;
	width: 200px;
	background-color: #ddd;
	color: #000;
	font-size: 10pt;
	border-bottom: solid 1px #fff;
}
.menu ul li:hover ul li a:hover
{
	background: #c0c0c0;
	width: 200px;
	color: #fff;
	font-size: small;
	border-bottom: solid 1px #fff;
}
.menu ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	top: 0;
}

/*
Left menu 
 ------------------------------------*/
#left_col
{
	width: 13em;
	border: 0px;
	padding: 2px;
	float: none !important;
	float: left; /*background-color:#f7f7f7;*/
	vertical-align: top; /*border: solid 1px Orange;*/
}

#LeftMenu
{
	width: 200px;
	top: 5em;
	width: 13em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; /*border: solid 1px Orange;*/
}


#LeftMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#LeftMenu li
{
	border-bottom: 1px solid #ffffff;
}
#LeftMenu li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #9a0000;
	background-color: #ddd;
	color: #000000;
	text-decoration: none;
}
#LeftMenu a:visited
{
	color: #000000;
	border-bottom: 0;
	text-decoration: none;
	font-weight: normal;
}
#LeftMenu a:link
{
	color: #000000;
	border-bottom: 0;
	text-decoration: none;
}
#LeftMenu li a:hover
{
	background-color: #9a0000;
	color: #FFFFFF;
	border-bottom: 0;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------- 
Main Content
----------------------------------------------------------------------------- */
.thrColHybHdr #content
{
	margin: 0em 0em 0em 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0em 1em 1em 1em; /* padding here creates white space "inside the box." */
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}

.ContentPlaceHolderCell
{
	/*border: solid 1px blue;*/
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	width: 62em;
	padding: 0px 2px 2px 2px; /*background-color:#f7f7f7;*/
}



.thrColHybHdr #footer
{
	margin-top: 15px;
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	text-align: center;
	border-top: solid 1px #CECECE;
}
.foot_menu
{
	text-decoration: none;
	font-size: small;
}
.thrColHybHdr #reginfo
{
	font-size: smaller;
	color: #999999;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* ----------------------------------------------------------------------------- 
Child pages - div1 is the default id for the first div in each child page
----------------------------------------------------------------------------- */
#div1 td.contentheader
{
	font-size: medium;
	font-weight: bold;
	margin: 0em 0em 0em 0em;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	background-color: #ddd;
	width: 100%;
	height: 25px; /*border: solid 1px green;*/
}
#div1 td.G_top_left_cell
{
	margin: 0em 0em 0em 0em;
	padding: 0em 1.8em 0em 0em;
	vertical-align: top; /*border: solid 1px Orange;*/
}
#div1 td.G_top_right_cell
{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 1.8em;
	vertical-align: top;
}
#div1 td.G_top_single_cell
{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	vertical-align: top;
}

#div1 ul
{
	margin: 1em 0 1.5em 1em;
	list-style-type: disc;
	padding-left: 1em;
}
#div1 ul li
{
	padding: 0 0 0 .5em;
	margin: 0 0 0.5em 0;
}

#div1 .G_cell_hdr
{
	text-align: left;
	padding: 2px 2px 2px 6px;
	background-color: #9a0000;
	margin-bottom: 13px;
	color: #ffffff;
	font-size: medium;
}
#div1 #centertable
{
	line-height: 130%;
	width: 100%;
}
#div1 .spacer1
{
	height: 1em;
}
#div1 a:visited
{
	color: #578BAC; /* dull blue */
	font-weight: bold;
	text-decoration: none;
}
#div1 a:link
{
	color: #578BAC; /* dull blue */
	text-decoration: none;
}
#div1 a:hover
{
	color: #578BAC; /* dull blue */
	text-decoration: none;
	border-bottom: 1px dotted;
}
#div1 a:hover img
{

	border-bottom: 0px;
}

#div1 .rightcolhdr
{
	color: #9a0000;
}
#div1 blockquote.G_quote
{
	font-style: italic;
	font-size: small;
	background-color: #EFE3E3;
	text-align: justify;
	text-decoration: none;
	padding: 0.3em;
	margin: 0em 0em 1em 0em;
}
#div1 blockquote.boxed
{
	border: solid .1em #808080; /*light grey */
	padding: 0.3em;
	margin: 0em 1em 0em 1em;
}
#div1 td.G_news_date {
	border-bottom: #9a0000 1px solid; 
	padding-bottom: 5px;
	vertical-align:top; 
	width: 100px;
	text-align:left;
	text-indent: 5px;
}

#div1 td.G_news_main {
	border-bottom: #9a0000 1px solid; 
	padding-bottom: 5px;
	vertical-align:top; 
	width: 590px;
	text-align:left;
	
}
#div1 div.G_news_more {
	text-align:right;
}
#div1 a.G_no_deco {
	text-decoration:none;
}
/* ----------------------------------------------------------------------------- 
GENERAL
----------------------------------------------------------------------------- */

img
{
	border: 0px;
	text-decoration: none;
}

p
{
	text-align: justify;
	line-height: 135%;
}

h1
{
	font-size: 2.6em;
	line-height: 150%;
	color: #003E74; /*royal blue */
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px 0;
}

h2
{
	font-size: 2.2em;
	line-height: 130%;
	font-weight: normal;
	color: #003E74; /*royal blue */
	margin: 0;
	padding: 0 0 0.5em 0;
}

h3
{
	font-size: 1.5em;
	line-height: 120%;
	font-weight: bold;
	color: #808080;
	margin: 0;
	padding: 8px 0 4px 0;
}

/*.secondary h3 {
	font-size:1.2em;
	color:#578BAC;
	margin:0;
	padding:0 0 2px 0;}*/

h4
{
	color: #9a0000; /* burgundy */
	text-align: center;
	font-size: 1.1em;
	margin: 0;
	padding: 2px 0 2px 0;
}

/*.secondary h4 {
	font-size: 1.1em;
	color: #808080;}*/

h5 {
	font-size:1.1em;
	color:#939598;
	margin:0;
	padding:0 0 2px 0;}
h6
{
}



/*-------------------------------------------------------- 
Miscellaneous classes for reuse
----------------------------------------------------------------------------- */
.G_burgundy
{
	color: #9a0000;
}

.fltrt
{
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 2em;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2em;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.justify
{
	text-align: justify;
}
