@charset "utf-8";
body  {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #e5e5e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	line-height: 13pt;
}

a, a:active, a:visited {
	color: #ee1d25;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	padding-top: 10px;
}

h2 {
	font-size: 16pt;
	margin-bottom: 5px;
	text-align: left;
}

.thrColFixHdr #page { 
	width: 1002px;  /* 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 */
	border: 0px solid #878787;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url('mainbg.png') repeat-y 0 0;
} 

.thrColFixHdr #container { 
	width: 970px;  /* 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 */
	border: 0px solid #878787;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #topmenu { 
	background: #ffffff; 
	height: 32px;
	padding: 0 10px 0 20px;  /* 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. */
	text-align: right;
	color: #ee1d25;
	font-size: 12pt;
} 
.thrColFixHdr #headertop { 
	background: #ffffff; 
	height: 118px;
	background: url('headertop.png') no-repeat 0 center !important;
	padding: 0 9px 0 20px;  /* 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. */
	text-align: right;
	color: #ee1d25;
	font-size: 12pt;
} 
.thrColFixHdr #headerbottom { 
	background: #ffffff; 
	height: 175px;
	background: url('headerbottomlong.png') no-repeat 0 center !important;
	padding: 0 10px 0 20px;  /* 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. */
	text-align: right;
	font-size: 9pt;
} 
#topmenu a, #topmenu a:active, #topmenu a:visited, #topmenu a:hover {
	color: #ee1d25;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}
#topmenub, #topmenub a, #topmenub a:active, #topmenub a:visited, #topmenub a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
	position: relative;
	top: 5px;
	right: 5px;
}
#topmenuc {
	text-align: center;
	position: relative;
	top: 32px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 1px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
}
#sidebar1 a, #sidebar1 a:active, #sidebar1 a:visited {
	color: #ee1d25;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
	display: block;
	padding: 10px 10px 10px 10px;
	margin-bottom: 0px;
}
#sidebar1 a:hover {
	color: #ee1d25;
	background-color: #ffffff;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
	text-align: center;
}
.thrColFixHdr #mainContent { 
	margin-right: 180px; 
	margin-left: 30px;
	padding: 0;
	text-align: justify;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	height: 60px;
} 
.thrColFixHdr #footer p {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

li {
	margin-bottom: 10px;
}

p.foot {
	font-size: 8pt;
	color: #505050;
		text-align: center;
}

hr {
	color: #ffffff; 
	background-color: #ffffff; 
	border: 1px dotted #ee1d25; 
	border-style: none none solid; 
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#twitter_update_list {
	list-style-type: none;
	margin-left: 0px;
}

h2.updates {
	margin-top: -10px; 
	text-align:center; 
	margin-bottom:10px;
}

#headertop h1 span {
     display : none;
     margin : 0;
     padding : 0;
}

#headertop h1 a:link , #headertop h1 a:visited, #headertop h1 a:hover {
     width : 950px;
     height : 118px;
     margin : 0;
     padding : 0;
     display : block;
	text-decoration: none;
	border-bottom: 0px;
}

/* ================================================================ 
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; width:970px; height:100px; margin-left:-15px; font-size:13px; position:relative; z-index:500; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; height:20px; text-align:center; padding-bottom: 1px; background:none; line-height:20px; font-size:13px; font-weight: bold; overflow:hidden; position:relative; z-index:500;}
.menu ul {padding:0; margin:0; list-style: none; position:relative; z-index:500;}
.menu ul li {padding:-5; margin:0; float:left; position:relative; z-index:500;}
.menu ul li ul {display: none; position:relative; z-index:500; }

/* specific to non IE browsers */
.menu ul li:hover a {color:#ee1d25; background:none;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:none; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:none; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#fee2c9; color:#000;}
.menu ul li:hover ul li a:hover {background:#fdcea4; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
