

body {
	line-height: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/*color: #575756;*/
	background-color: #FFFFFF;
	width:925px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:center;
}

	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 2.3em;
	line-height: 100%;
	background-image: url(../images/logo_landing-trans.png);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin-left: 40px;
	position: relative;

}

h1 a {
	height: 170px;
	width: 110px;
	text-indent: -9990px;
	float: left;
}
#header #HeaderMission
{
    font-family:Verdana; 
    font-size:12px; 
    font-weight:bold; 
    /*font-stretch:wider; */
    color:#952936; 
    margin-right:20px;
}

h2 {
	font-size: 2.3em;
	margin-bottom: 30px;
	line-height: 100%;
	background-image: url(../images/home_slogin-trans.png);
	background-repeat: no-repeat;
	height: 107px;
	width: 294px;
	text-indent: -9990px;
	display: inline;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
	position: relative;
}

h3 {
	font-size: 2.2em;
	margin-bottom: 12px;
	line-height: 100%;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
	line-height: 100%;
	margin-bottom: 5px;
}

h5 {
	font-size: 2.3em;
	line-height: 100%;
	color: #569e01;
	margin-bottom: 10px;
}

h6 {
	font-size: 1.8em;
	margin-bottom: 10px;
	line-height: 100%;
	font-weight: bold;
}


a {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 1.4em;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 1.4em;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 1.4em;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 1.4em;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 1.4em;
}

p  {
	font-size: 1.5em;
	padding:0;
	line-height:1.1em;
	margin-bottom: 2em;
}
#--------------------------------- {}
.hr{ border-bottom:1px solid #CCCCCC; border-left:none; border-right:none; border-top:none; margin:10px 0 20px 0; }
.left{ float:left;}
.image_left {
	float:left;
	display: block;
}

.left_margin_right{
	float:left;
	margin:0 9px 0 0;
	font-size:1.2em;
}
.left_margin_right_top{ float:left; margin:4px 10px 0 0;}
.right{ float:right;}
.right_margin_top{ float:right; margin:40px 0 0 0;}
.right_margin_right{ float:right; margin:0 20px 0 0;}
.gray {color: #666; font-size:1em; font-style:normal;}
.fat{font-weight:bold;}
.small  {font-size: 1.1em; padding:0; line-height:1.4em;}
.big {font-size: 1.8em; padding:0; line-height:1.2em; color:#f1f1f1; margin:0 0 22px 0;}
.white {font-size: 1.2em; padding:0 10px 0 0; line-height:1.4em; color:#fff;}
.title{
	font-size:1.1em;
	font-style:italic;
	color:#000000;
	font-weight: bold;
}
.paragraph {
	font-size:1.1em;
	color:#a60101;
}
.paragraph2 {
	font-size: 1.3em;
	padding:0;
	line-height:1.1em;
	margin-bottom: 1em;
	font-weight: bold;
}



.stroke { border:1px solid #fff;}
.block_center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


#--------------------------------- {}
/***************Basic Layout***************/  
#container {
	clear: both;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}
#header 
{
    background-image: url(../images/BG_header.jpg);
	background-repeat: repeat-y;
	height: 200px;

}
#wrapper {
	background-color: #f0f0f0;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
    text-align: left;
}




#sidebar1 {
	width: 280px;
	float: left;
	margin-top: 40px;
	display:inline;
	position: relative;
	margin-left: 40px;
	text-align:left;

}
#maincontent {
	width: 260px;
	float: left;
	display:inline;
	position: relative;
	z-index:0;

}
#sidebar2 {
	width: 450px;
	float: right;
	display:inline;
	position: relative;
	margin: 40px;
	text-align:left;
}
#buttom_content {
	background-color: #c5c5c5;
}
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	height:30px;
	vertical-align:top;
	border:2px;
}


#--------------------------------- {}
#container_landing {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	text-align: center;
}
#container_landing img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#sidebar2 .paragraph2 {
	width: 161px;
	float: left;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #A75C5C;
	margin-right: 20px;
}
#sidebar2  .title {
	color: #FFFFFF;
}
#sidebar2 img {
	float: left;
}
#footer .paragraph2 {
	width: 200px;
	float: left;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #909090;
}
#footer .title {
	color: #FFFFFF;
}

#--------------------------------- {
}
#footer_1{
	display: inline;
	position: relative;
	width: 200px;
	float: left;
	vertical-align:top;
}
#footer_2, #footer_3 {
	display: inline;
	position: relative;
	width: 200px;
	float: left;
	margin-left: 10px;
	vertical-align:top;
}
#footer_4 {
	display: inline;
	position: relative;
	width: 200px;
	float: left;
	margin-left: 20px;
	vertical-align:top;
}
#footer_full{
    clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	overflow: auto;
	vertical-align:top;
}
#sidebar1_about {
	width: 600px;
	float: left;
	margin-top: 40px;
	display:inline;
	position: relative;
	margin-left: 40px;
}

#maincontent_about {
	width: 600px;
	float: left;
	display:inline;
	position: relative;
	/*background-color: #d3d3d3;*/
	margin-top: 40px;
	margin-left: 40px;
	text-decoration: none;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A60101;
}
#maincontent_about_full {
	width: 800px;
	float: left;
	display:inline;
	margin-top: 40px;
	margin-left: 40px;
	text-decoration: none;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 40px;
}
#sidebar2_about {
	width: 200px;
	float: left;
	display:inline;
	position: relative;
	margin-top: 40px;
	margin-left: 10px;
	padding-left: 10px;
}

#sidebar1_about li {
	display: block;
	overflow: auto;
}
#--------------------------------- {
}
#maincontent_joinus {
	width: 600px;
	float: left;
	display:inline;
	position: relative;
	margin-top: 40px;
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 40px;
	padding-right: 10px;
}
#sidebar2_joinus {
	width: 200px;
	float: left;
	display:inline;
	position: relative;
	margin-top: 40px;
	margin-left: 20px;
}
#maincontent_joinus  li {
	display: block;
	overflow: auto;
	width: 240px;
	float: left;
	margin-right: 20px;
}
#maincontent_news_events {
	width: 600px;
	float: left;
	display:inline;
	position: relative;
	margin-top: 40px;
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 40px;
	padding-right: 10px;
}
#maincontent_news_events li {
	display: block;
	overflow: auto;
	width: 225px;
	float: left;
	margin-right: 30px;
}
#sidebar1_contactus {
	width: 200px;
	float: left;
	margin-top: 40px;
	display:inline;
	position: relative;
	margin-left: 40px;
}

#maincontent_contactus {
	width: 600px;
	float: left;
	display:inline;
	position: relative;
	margin-top: 40px;
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 40px;
	padding-right: 10px;
}
#contact_form td {
	vertical-align: top;
}
.small_images {
	width: 115px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.small_images img {
	float: left;
	margin-right: 5px;
}
.small_images p {
	font-size: 12px;
}
#--------------------------------- {
}

#tfall_bar 
{
   background-image: url(../images/tfall_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom:0;
	text-align:center;
}
Supporters 
{
	font-size: 0.2em;
	line-height: 100%;
	margin-bottom: 5px;
}
Supporters a
{
	font-size: 0.2em;
	color:Red;
	line-height: 100%;
	margin-bottom: 5px;
}
Supporters a:visited
{
	font-size: 0.2em;
	color:Red;
	line-height: 100%;
	margin-bottom: 5px;
}

#myslidemenu {
	height: 30px;
	background-color: #f5f5f5;
	padding-left: 40px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-y;
}	
	
	.jqueryslidemenu{
	background-repeat: repeat-x;
	font-size: 10px;
	background-color: #f5f5f5;
	font-weight: bold;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	color: white;
	padding: 5px 20px;
	color: #2d2b2b;
	text-decoration: none;
	background-color: #f5f5f5;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #333333;
	text-decoration: none;
}

.jqueryslidemenu ul li a:hover{
	color: #a24618;
	background-color: #d0d0d0;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
z-index:10000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
text-align:left;
z-index:10000;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 12px;
	width: 200px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0px;
	border-bottom-width: 5px;
	border-bottom-style:solid;
	border-bottom-color:transparent;
	z-index:10000;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #a24618;
	background-color: #d0d0d0;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
