﻿/*--------------	main.css--------------------------------------------------*/

.TitleBarMain{
	width:743px; 
	height:80px; 
	font-size:30px; 
	font-family:trebuchet, arial, verdana; 
	color:Blue;
	text-align:center;
	border:2px solid #880108; 
	background-color:#EEA210; 	
}
.defBody{
	background-color:white; 
	width:717px;
	border-bottom: 1px solid black; 
	border-right: 1px solid black; 
	border-left: 1px solid black; 
	padding: 0 15px 15px 15px; 
	font-family:trebuchet, arial, verdana;
	font-size:13px;
	font-weight:bold;
}
.volBody{
	background-color:White; 
	padding: 25px 15px 150px 15px; 
	font-family:trebuchet, arial, verdana; 
	font-size:13px;
	font-weight:bold;

	/*	background-image:url('images/volunteer.jpg'); 	*/
	/*	background-repeat:no-repeat;"	*/
}
.aboutBody{
	background-color:white; 	 
	font-family:trebuchet, arial, verdana; 
	font-size:13px;
	font-weight:bold;
	padding: 25px 15px 15px 15px; 
	background-image:url('images/about3.jpg'); 
	background-repeat:no-repeat;
}
.aboutTitle{
	border:2px solid #880108; 
	background-color:#EEA210; 
	text-align:right;
	font-weight:bold;
	color:Blue; 
	padding:0 15px 0 55px;
	
}
.aboutFieldset{
	padding:10px 10px 10px 10px; 
	text-align:left;
	font-family:trebuchet, arial, verdana; 
	font-size:13px;
}


.subTitle1{
	border-bottom:2px solid #880108; 
	width:100%;
}

.subTitle2{
	border:2px solid #880108; 
	background-color:#EEA210; 
	font-weight:bold;
	color:Blue; 
	width:30%;
	padding:0 0 0 15px;
}

.subTitle3{
	border-bottom:2px solid #880108;
	width:70%;
	text-align:right;
	padding:0 20px 0 0;
	font-weight:bold;
	font-size:11px;
}


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin:0 auto;
	text-align: left;
	width: 747px;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {	border-collapse: collapse;}

#left_column {	vertical-align: top;}

#right_column {	vertical-align: top;}

#sub_container1 {	margin: 0;	padding: 0;}

#sub_container2 {	width: 537px;}

#left_column_container {	width: 215px;	padding-bottom: 102px;}

#content_container {
  width: 747px;
  padding: 15px 0 0 15px;	
  margin: 0;
  overflow: hidden;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	padding: 0;
	margin: 0;
	width: 755px;
	height: 259px;			/*192px;*/
	overflow: hidden;
	position: relative;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 84px; left: 4px;
	width: 747px;
	height: 259px;		/*104px;*/
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	position: absolute;
	top: 29px;
	right: 4px;
	width: 300px;
	height: 51px;
}

#logo A {text-decoration:none;}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
	position: absolute;
	top: 4px;
	left: 15px;
	width: 518px;
	margin-right: 4px;
	text-align: left;
}


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	width: 215px;
	padding: 5px 0;
}


/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {	margin: 0;	padding: 0;}


/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a { 	padding-left: 30px !important; }

/*--- content --------------------------------------------------------------*/

#content_container table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 10px 0;
}

#content_container th {	padding: 2px;}
#content_container table th, #content_container table td {	border: 1px solid #fff;	padding: 3px;}


/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 65px;
}

#footer_text {	padding: 20px 210px 0 0;	text-align: center;}


/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {	margin: 5px 0 20px 0;	padding: 0;}

/*--- headings -------------------------------------------------------------*/

#content_container h1 { 	margin: 10px 0;}
#content_container h2 { 	margin: 10px 0;}
#content_container h3 { 	margin: 10px 0;}
#content_container h4 { 	margin: 10px 0;}
#content_container h5 { 	margin: 10px 0;}
#content_container h6 { 	margin: 10px 0;}

/*--- tables ---------------------------------------------------------------*/

#content_container table {	border: 1px solid black;}
#content_container th {	text-align: left;}
#content_container tr {	vertical-align: top;}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {	border: 1;}
#content_container input, select, textarea {	border-style: solid;	border-width: 1px;}
#content_container button {	cursor: pointer;	border: 0;	padding: 2px 4px;}

/*--- lists ----------------------------------------------------------------*/

#content_container ul {	list-style: square;}

#content_container li { 	margin: 3px 0;}