@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ef3124;
	background-image: url(images/bk_gr_white_flower.gif);
	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 */
	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;
}
.thrColFixHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:;
	background-image:url(images/head_logo.gif);
	background-repeat:no-repeat;
	background-position:inherit;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 33px;
} 
.thrColFixHdr #header {
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 30px 0px 40px 25px;
	margin-top:0px;
	margin-bottom: 0px;
} 
.thrColFixHdr #headline {
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 170px;
} 
.headtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #333333;
	margin-left: 340px;
	font-style: normal;
}

.thrColFixHdr #content2 {
	padding: 15px 20px 10px 40px;
	margin-top: 40px;
	min-height: 360px;
	max-height: 370px;
	overflow: auto;
} 

.thrColFixHdr #block {
	margin-top: 5px;

} 

.REDHEAD {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #EF3124;
}
.BODYTEXT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.bottomtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: opx 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	margin-right: 10px;
}
.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
}

.thrColFixHdr #mainContent {
	padding: 0 115px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 230px;
	margin-right: 200px;
} 
.thrColFixHdr #footer {
	text-align: right;
	background-position: center;
	margin-right: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 160px;
} 
.thrColFixHdr #footer p {
	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;
}

/* Drop down menu */
#nav  { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #008001;
	padding-left: 175px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
}

#nav ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#nav a {
	display: block;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 6px;
	padding-bottom: 5px;
	font:75% "Arial";
	text-decoration:none;
	color:#EF3124;
	text-transform: uppercase;
}
#nav a:hover {
   background: url(images/menuhover.gif);
   background-position: top center;
}


#nav li { /* all list items */
	float: left;
	wi/dth: 10em; /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #8d0e1a;
	wi/dth: 160px;  /* change this to get a vertical drop down */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menucontent {
	height: 24px;
	margin-left: 100px;
	margin-top: 5px;
	background-image: url(images/menu_bg2.gif);
	background-repeat: no-repeat;
	background-position: right;
   
}
.news {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.thrColFixHdr #block {
	margin-top: 5px;

} 
