/***********************************************************
This file contains all the Stylings for the Home Tab
************************************************************/

/******************************************************
Global settings
******************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	/* need to keep the image before the color */
	background: url("../shared_images/banner_final5.jpg") top left no-repeat;
	background-color: #660000;
}
a {
	color: #E0B53D;	
}
a:hover {
	color: #FBBA04;	
}

/******************************************************
TAB Menu Parameters
******************************************************/

#tab_menu {
	position: absolute;
	left:165px;
	top: 83px;
	/*border-bottom:1px solid yellow;	*/
}


/******************************************************
Side Menu Parameters
*****************************************************/

	#nav {
              position: absolute;
	      top: 130px;
	      left: 3px;
	      width: 140px;
	}
	#nav ul {
		list-style-type: none;
		list-style-image: url(../shared_images/bullet_small_final.jpg);
		list-style-position: inside;
	}

	
	#nav li {
	        width: 135px;
	        padding: 4px 0px 12px 0px;
	        display: block;
	        background: url(../shared_images/menu_divider.jpg) bottom center no-repeat;
}	}

#nav ul li a{
	width: 130px;
	display: block;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	color: Orange;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	font-size: 16px;

}

	#nav a:link,
	#nav a:visited {
	width: 130px;
	display: block;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	color: Orange;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	}
	#nav a:hover {
		color:#fff;
		background:#727454;
	}
	#nav li:first-child a {
		border-left:1px solid #42432d;
	}
	#invite #comm-invite a,
	#list #comm-list a,
	#board #comm-board a,
	#bylaw #comm-bylaw a {
		background:#e35a00;
		color:#fff;
		text-shadow:none;
	}
	#invite #comm-invite a:hover,
	#list #comm-list a:hover,
	#board #comm-board a:hover,
	#bylaw #comm-bylaw a:hover {
	}
	#nav a:active {
		background:#e35a00;
		color:#fff;
	}


/******************************************************
Side Menu Parameters
*****************************************************
#menu_select {
	position: absolute;
	top: 130px;
	left: 3px;
	width: 140px;
}
#menu_select ul {
	list-style-type: none;
	list-style-image: url(../shared_images/bullet_small_final.jpg);
	list-style-position: inside;
}
#menu_select ul li {
	width: 135px;
	padding: 4px 0px 12px 0px;
	display: block;
	background: url(../shared_images/menu_divider.jpg) bottom center no-repeat;
}
#menu_select ul li a{
	width: 130px;
	display: block;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	color: Orange;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	font-size: 16px;

}

#menu_select ul li a:hover {
	background: #cfb35b;
	color: #000;
}

*********************************/

/******************************************************
Main Generic Container Parameters
******************************************************/
#container {
	position: absolute;
	left: 165px;
	top : 110px;
	height: 460px;
	width: 780px;
	padding: 10px 0 0 10px ;
	border-top: 5px double #D07B02;
	border-left: 5px double #D07B02;
	background: url(background_container.gif) repeat-y;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #BBB5A2;
}


/******************************************************
Page Header Parameters
******************************************************/
#container #pageHeader {
	position: absolute;
	left: 5px;
	top : 5px;
	width: 400px;
	height: 25px;
}

#container #pageHeader h2 {
	background: url(../shared_images/bullet_medium_final.jpg) no-repeat;
	padding: 10px 0 10px 10px;
	text-indent: 36px;
	line-height: 36px;
	text-decoration: underline;	
	color:#D07B02;
	font-size: 24px;

}


/***********************************************************
Web Committee Page 
***********************************************************/

#container #CommitteeWeb {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
	overflow-y: scroll;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;

}

#container #CommitteeWeb h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	font-size: 19px;
	text-align:center;
}

#container #CommitteeWeb h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeWeb h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}
/***********************************************************
Board Page 
***********************************************************/

#container #CommitteeBoard {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
	overflow-y: auto;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;

}

#container #CommitteeBoard h3{
	padding: 10px 0 10px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeBoard h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeBoard h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Committee Invite Page
***********************************************************/

#container #CommitteeInvite {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 750px;
	height: 380px;
	overflow-y: auto;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;
}

#container #CommitteeInvite h3{
	padding: 10px 0 10px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeInvite h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeInvite h5{
	padding: 0px 0 5px 0px;
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

#container #CommitteeInvite #CommitteeHelpTable {
	position: absolute;
	left: 15px;
	top : 240px;
	width: 650px;
	border: 1px solid #D07B02;
}

#container #CommitteeInvite #CommitteeHelpTable Table {
	text-align: left; 
	border: 1px solid #D07B02;
}

#container #CommitteeInvite #CommitteeHelpTable th { 
	text-align: center; 
	font-size: 16px;
	font-family: Verdana, sans-serif;
	font-weight: none;
	border: 1px solid #D07B02;
	color : White;
	background-color : #D07B02;
}

#container #CommitteeInvite #CommitteeHelpTable tr td{ 
	text-align: center; 
	font-size: 16px;
	font-family: Verdana, sans-serif;
	border: 1px solid #D07B02; 
	color : White;
}

/***********************************************************
Publication Committee Page
***********************************************************/

#container #CommitteePublication {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteePublication h3{
	padding: 10px 0 10px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteePublication h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteePublication h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Religious Committee Page 
***********************************************************/

#container #CommitteeReligious {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
	overflow-y: auto;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;

}

#container #CommitteeReligious h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeReligious h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeReligious h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Construction Committee Page 
***********************************************************/

#container #CommitteeConstruction {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteeConstruction h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeConstruction h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeConstruction h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Community Committee Page 
***********************************************************/

#container #CommitteeCommunity {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 700px;
	height: 380px;
	overflow-y: auto;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;
}

#container #CommitteeCommunity h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeCommunity h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeCommunity h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Finance Committee Page 
***********************************************************/

#container #CommitteeFinance {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteeFinance h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeFinance h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeFinance h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Operations Committee Page 
***********************************************************/

#container #CommitteeOperations {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteeOperations h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeOperations h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeOperations h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Events Committee Page 
***********************************************************/

#container #CommitteeEvents {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteeEvents  h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeEvents  h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeEvents  h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Volunteer Schedule Page 
***********************************************************/

#container #CommitteeVolunteer {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 650px;
	height: 380px;
	overflow-y: auto;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;

}

#container #CommitteeVolunteer h3{
	padding: 10px 0 5px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeVolunteer h4{
	padding: 20px 0 10px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeVolunteer h5{
	color : White;
	font-size: 13px;

}

#container #VolunteerFrame {
	height: 600px;
	width : 475px;
	border: 5px groove #D07B02;
}

/***********************************************************
Committee List
***********************************************************/
#container #CommitteeList {
	position: absolute;
	padding: 0px 0 0px 0px;
	left: 10px;
	top : 75px;
	width: 750px;
	height: 400px;
	overflow-y: auto;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;
}

#container #CommitteeList #CommitteeListDetails h5{
	padding: 0px 0 0px 15px;
	color:White;
	font-size: 13px;

}

#container #CommitteeList #CommitteeListTable {
	position: absolute;
	left: 15px;
	top : 20px;
	border: 1px solid #D07B02;
}

#container #CommitteeList #CommitteeListTable Table {
	text-align: left; 
	border: 1px solid #D07B02;
}

#container #CommitteeList #CommitteeListTable th { 
	text-align: center;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: none;
	border: 1px solid #D07B02;
	color : White;
	background-color : #D07B02;
}

#container #CommitteeList #CommitteeListTable tr td{ 
	text-align: center; 
	font-size: 14px;
	font-family: Verdana, sans-serif;
	border: 1px solid #D07B02; 
	color : White;
}


/***********************************************************
Committee Administrative Page 
***********************************************************/

#container #CommitteeAdministrative {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteeAdministrative h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeAdministrative h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeAdministrative h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}



/***********************************************************
Committee FundRaising Page 
***********************************************************/

#container #CommitteeFundRaising {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteeFundRaising h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeFundRaising h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeFundRaising h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Committee Outside Services  Page 
***********************************************************/

#container #CommitteeOutsideServices {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteeOutsideServices h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeOutsideServices h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeOutsideServices h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}

/***********************************************************
Committee PR Page 
***********************************************************/

#container #CommitteePR {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
}

#container #CommitteePR h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteePR h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteePR h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}



/***********************************************************
Religious Operations Committee Page 
***********************************************************/

#container #CommitteeReligiousOperations {
	position: absolute;
	left: 10px;
	top : 50px;
	width: 600px;
	height: 380px;
	overflow-y: auto;
	scrollbar-face-color: #660000;
	scrollbar-shadow-color: #D07B02;
	scrollbar-darkshadow-color: #D07B02;
	scrollbar-track-color :#660000;
	scrollbar-highlight-color : #D07B02;
	scrollbar-3dlight-color : #D07B02;
	scrollbar-arrow-color : #D07B02;

}

#container #CommitteeReligiousOperations h3{
	padding: 10px 0 0px 0px;
	color : Orange;
	text-align:center;
	font-size: 19px;

}

#container #CommitteeReligiousOperations h4{
	padding: 20px 0 0px 0px;
	text-decoration: underline;
	color : Orange;
	font-size: 16px;

}

#container #CommitteeReligiousOperations h5{
	color : White;
	text-indent : 13px;
	font-size: 13px;

}