@charset "UTF-8";
/* CSS Document */



body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ed1c24;
	background-image: url(../images/bg_redfade.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 900px;
	text-align: left;
	background-repeat: repeat;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
#header  {
	background-color: #FFFFFF;
	margin: 0px;
	float: none;
	width: 900px;
	padding: 0px;
	height: 53px;
	text-align: right;
} 
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#flash {
	height: 322px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}
#bottomCallouts {
	float: left;
	padding-left: 20px;
	width: 880px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	height: 165px;
	background-color: #EBEBEB;
	background-image: url(../images/bg_news_col.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar1 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 13px;
	width: 240px;
}
#sidebar1 td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}

#promotionsArea {
	font-size: 11px;
	width: 610px;
	height: 165px;
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
}
#promotionsArea img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#promotionsArea a {
	color: #e36f00;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#promotionsArea a:hover { color: #e36f00; text-decoration: none; margin-left: 5px; }
#promotionsArea .promoDescriptiption {
	float: left;
	padding: 2px;
}
#promoContainer_item1 {
	background-repeat: no-repeat;
	width: 155px;
	height: 152px;
	float: left;
	margin: 0px;
	padding-top: 13px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(../images/bg_red_cols.gif);
	clear: none;
}
#promoContainer_item1 h1 {
	text-align: left;
}
#promoContainer_item1 table {
	width: 100%;
}
#promoContainer_item1 td {
	padding: 5px;
	margin: 0px;
	font-size: 11px;
	text-align: left;
}
#promoContainer_item2 {
	background-repeat: no-repeat;
	width: 155px;
	height: 152px;
	float: left;
	margin: 0px;
	padding-top: 13px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(../images/bg_red_cols.gif);
}
#promoContainer_item2 h1 {
	font-size: 14px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #8d8b03;
	font-family: "Trebuchet MS";
}
#promoContainer_item3 {
	background-repeat: no-repeat;
	width: 156px;
	height: 152px;
	float: left;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(../images/bg_red_cols.gif);
	margin: 0px;
}
#promoContainer_item3 h1 {
	font-size: 14px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #8d8b03;
	font-family: "Trebuchet MS";
}
#nav {
	width: 900px;
	background-image: url(../images/g_nav_line_texture.jpg);
}
#nav ul{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	background-repeat: no-repeat;
	text-transform: uppercase;
	list-style: none;
	height: 40px;
	width: 630px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 270px;
}
#nav ul li{ position: relative; right: 0; bottom: 0; float: left; margin: 0; padding: 0; }
#nav ul li a{
	font-size: 11px;
	display: block;
	padding: 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
}
#nav ul li a:link, #iconNav ul li a:visited, #iconNav ul li a:active, #iconNav ul li a:hover{ text-decoration: none; margin: 0; padding: 0; }
#nav ul li a:hover{ margin: 0; padding: 10px 0 0; }
#nav ul li.item1 a{
	background-image: url(../images/g_nav_jobs.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: center;
	text-indent: -9000px;
	width: 108px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#nav ul li.item1 a:hover {
	background-image: url(../images/g_nav_jobs.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
	margin: 0;
	padding: 0;
	height: 40px;
}
#nav ul li.item2 a{
	background-image: url(../images/g_nav_partners.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: center;
	text-indent: -9000px;
	width: 118px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#nav ul li.item2 a:hover {
	background-image: url(../images/g_nav_partners.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 40px;
}
#nav ul li.item3 a{
	background-image: url(../images/g_nav_news.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: center;
	text-indent: -9000px;
	width: 85px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#nav ul li.item3 a:hover {
	background-image: url(../images/g_nav_news.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 40px;
}
#nav ul li.item4 a{
	background-image: url(../images/g_nav_donation.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: center;
	text-indent: -9000px;
	width: 101px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#nav ul li.item4 a:hover {
	background-image: url(../images/g_nav_donation.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 40px;
}
#nav ul li.item5 a{
	background-image: url(../images/g_nav_about.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: center;
	text-indent: -9000px;
	width: 95px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#nav ul li.item5 a:hover {
	background-image: url(../images/g_nav_about.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 40px;
}

#nav ul li.item6 a{
	background-image: url(../images/g_nav_contact.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	text-align: center;
	text-indent: -9000px;
	width: 123px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#nav ul li.item6 a:hover {
	background-image: url(../images/g_nav_contact.gif);
	background-repeat: no-repeat;
	background-position: left -40px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 40px;
}
#footer {
	font-size: 11px;
	line-height: 18px;
	width: 900px;
	padding: 0px;
	float: left;
	margin: 0px;
	color: #666666;
	padding-bottom: 10px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	line-height: 15px;
}

#footer p.footer-left{
	padding-top: 10px;
	width: 520px;
	float: left;
}

#footer p.footer-right{
	color: #ed1c21;
	padding-top: 10px;
	width: 362px;
	float: right;
}

#footer p.footer-right img{
	border: 0px;
}

#footer a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.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;
}

