@charset "utf-8";

/*
 * COLOURS
 * *******
 */
/* SLATE BLUE = #00467F */
/* LIGHT BLUE (TEXT) = #006CC6 */
/* LIGHT BLUE (BACKDROP) = #E7F5FA */
/* ORANGE = #ED6A00 */
/* LIME GREEN = #94B304 */
/* RED = #BF2D19 */

/*
BODY
****
*/
body 
{
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(images/all_pages/backdrop1.jpg);
	/*background-image:url(images/all_pages/page_backdrop1.jpg);*/
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:6px;
	margin-bottom:10px;
	padding: 0;
	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 */
	color: #333333;
}

td
{
	font-size:12px;
}

/*
CONTAINER
*********
*/
.thrColFixHdr #container
{
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*
HEADER
******
*/
.thrColFixHdr #header
{ 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color:#FFF;
}

/*
TOP MENU
********
*/
.thrColFixHdr #top_menu
{ 
	padding: 0px 0px 0px 8px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color:#FFF;
}

/*
 * For Dropdown Menu
 * *****************
 * Credit: HTML Dog and the author Patrick Griffiths
 * http://www.htmldog.com/articles/suckerfish/dropdowns/
 */
 
/* (a) Link behaviour for Main Menu items */
#nav a
{
	display: block;
	color:#00467F;	/* #00467F */
	font-weight:normal;
	font-size: 12px;
	text-decoration: none;
}

#nav a:hover
{
	display: block;
	color:#BF2D19;
	font-weight:normal;
	font-size: 12px;
	text-decoration: none;
}

/* (b) Link behaviour for Submenu items */
#nav li ul a
{
	width: 14em;	/* was 15em */
	color:#FFFFFF;
	font-weight:normal;
	font-size: 12px;
	text-decoration: none;
}

#nav li ul a:hover
{
	width: 14em; 	/* was 15em */
	color:#FFFFFF;
	font-weight:normal;
	font-size: 12px;
	text-decoration: underline;
}

/* (c) For all nav dropdowns */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

 
/*#nav a {
	display: block;
	width: 10em;
}*/
 

#nav li {
	float: left;
	/*padding-right:50px;*/
}

/* (d) For Submenu lists*/
#nav li ul {
	position: absolute;
	width: 8em;	/* was 14em */
	left: -999em;
	background:#BF2D19;
	padding: 2px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul { /* NOTE sfhover is Jscript function in main file */

	left: auto;
}

/*
 * end of Dropdown Menu
 * ********************
 */



/*
MIDDLE CONTAINER
****************
*/
.thrColFixHdr #middle_container
{ 
	border: 1px solid #E7E7E7;
	border-left:none;
	background-color:#FFF;
	background-image:url(images/leftside/backdrop3.gif);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.thrColFixHdr #middle_container a
{ 
	color:#BF2D19;
	text-decoration: none;
	font-weight:bold;
}

.thrColFixHdr #middle_container a:hover
{ 
	color:#BF2D19;
	text-decoration: underline;
	font-weight:bold;
}

.thrColFixHdr #middle_container .link_s
{ 
	font-size:11px;
	color:#BF2D19;
	text-decoration: none;
	font-weight:normal;
}

.thrColFixHdr #middle_container .link_s:hover
{
	font-size:11px;
	color:#BF2D19;
	text-decoration: underline;
	font-weight:normal;
}

/*
LEFT SIDEBAR
************
*/
.thrColFixHdr #sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 8px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	color: #ED6A00;
	font-size:12px;
}

.thrColFixHdr #sidebar1 ul
{
	margin-top:4px;
	margin-left:-26px;
	list-style:disc;
}

.thrColFixHdr #sidebar1 .header_link1
{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#ED6A00;
	padding: 2px;
}

.thrColFixHdr #sidebar1 .header_link1:hover
{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#ED6A00;
	padding: 2px;
}

.thrColFixHdr #sidebar1 .persons
{
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}

.thrColFixHdr #sidebar1 .state_link
{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #ED6A00;
	text-decoration:none;
}

.thrColFixHdr #sidebar1 .state_link:hover
{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #ED6A00;
	text-decoration:underline;
}

.thrColFixHdr #sidebar1 .minor_link
{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #456899;	/* 666*/
	text-decoration:none;
}

.thrColFixHdr #sidebar1 .minor_link:hover
{
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #456899;
	text-decoration:underline;
}

.thrColFixHdr #sidebar1 .init_quote
{
	font-size: 1.6em;
	font-weight:bold;
}

/*
RIGHT SIDEBAR
*************
*/
.thrColFixHdr #sidebar2
{
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 8px 10px 10px 6px; /* padding keeps the content of the div away from the edges */
	color: #94B304;
	font-size: 11px;
	background-color:#FFF;
}

.thrColFixHdr #sidebar2 ul
{
	margin-top:4px;
	margin-left:-26px;
	list-style:disc;
}

.thrColFixHdr #sidebar2 .place
{
	font-style: italic;
}

.thrColFixHdr #sidebar2 a
{
	color: #94B304;
	font-weight:normal;
	text-decoration:none;
}

.thrColFixHdr #sidebar2 a:hover
{
	color: #ED6A00;
	font-weight:normal;
	text-decoration:none;
}

.thrColFixHdr #sidebar2 .news
{
	color: #999999;
	font-weight:normal;
	text-decoration:none;
}

.thrColFixHdr #sidebar2 .news:hover
{
	color: #999999;
	font-weight:normal;
	text-decoration:underline;
}

.thrColFixHdr #sidebar2 .header_link
{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#94B304;
	padding: 2px;
}

.thrColFixHdr #sidebar2 .header_link:hover
{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#94B304;
	padding: 2px;
}

.thrColFixHdr #sidebar2 .headernews_link
{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#999999;
	padding: 2px;
}

.thrColFixHdr #sidebar2 .headernews_link:hover
{
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#999999;
	padding: 2px;
}



/*
MAIN CONTENT
************
*/
.thrColFixHdr #mainContent
{ 
	margin: 0px 240px 0px 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	text-align:justify;
}

.thrColFixHdr #mainContent .header_text
{
	color: #333333;
}

.thrColFixHdr #mainContent .init_cap
{
	font-size: 1.4em;
}

.thrColFixHdr #mainContent h1
{
	font-size: 22px;
	color: #00467F;
	margin: 0px;
}

.thrColFixHdr #mainContent .undertitle
{
	font-size: 13px;
	color: #00467F;
	margin: 0px;
	font-weight:bold;
	text-align:left;
}

.thrColFixHdr #mainContent h2
{
	font-size: 16px;
	color: #94B304;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #mainContent h3
{
	font-size: 14px;
	color: #006CC6;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:3px;
}

.thrColFixHdr #mainContent h4
{
	font-size: 13px;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:3px;
}

.thrColFixHdr #mainContent .highlight1
{
	background-color:#EC8F22;
	color:#FFFFFF;
	padding-left:4px;
	padding-right:4px;
}

.thrColFixHdr #mainContent .link1
{
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

.thrColFixHdr #mainContent .link1:hover
{
	color:#666;
	text-decoration:underline;
	font-weight:normal;
}

.thrColFixHdr #mainContent .smaller
{ 
	font-size: 11px;
	color:#EC8F22;
	/*background-color:#EC8F22;*/
	padding-left:4px;
	padding-right:4px;
}

/*
FOOTER
******
*/
.thrColFixHdr #footer
{ 
	margin-top:28px;
	padding: 0 0px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFF;
	color: #FFFFFF;
	background-image:url(images/footer/backdrop2.jpg);
	background-repeat:no-repeat;
}

.thrColFixHdr #footer .major1
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:14px;
	font-weight:bold;
}

.thrColFixHdr #footer .major1A
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
	font-weight:bold;
}

.thrColFixHdr #footer .major2
{
	font-size:15px;
	font-weight:bold;
}

.thrColFixHdr #footer .minor1
{
	font-size:11px;
}

.thrColFixHdr #footer a
{
	font-size:11px;
	color:#ffffff;
	text-decoration: none;
}

.thrColFixHdr #footer a:hover
{
	font-size:11px;
	color:#ffffff;
	text-decoration: underline;
}

/*
COPYRIGHT
*********
*/
.thrColFixHdr #copyright
{ 
	padding: 8px 0px 4px 0px;
	/*background:#FFFFFF;*/
	/*background:none;*/
	background-color: transparent;
	color: #666666;
	font-size: 11px;
	text-align:right;
}

.thrColFixHdr #copyright a
{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.thrColFixHdr #copyright a:hover
{
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}

/*
MISC.
*****
*/
.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: 8px;
}

.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}
