/************************************************
Layout Styles

Used in: All Pages
*************************************************/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;      /* Font size and family for all text on all pages */
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000; /* DO NOT CHANGE - USE LINE 18 */
	background-image: url(../Assets/background.gif);       /* Body background image */
	background-repeat: repeat;                           /* Body background image repeat */
}
.twoColFixLtHdr #container {
	width: 780px;
	background: #FFFFFF;                                   /* Body background color */
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: url(../Assets/header.jpg) no-repeat; /* Header background color, image, and repeat */
	padding-left: 10px;
	height: 266px;                                           /* Header height - set to the height of the background image */
	width: 100%;
	display: table-cell;
	vertical-align: middle;
} 
.twoColFixLtHdr #header #headerText {
	width: 780px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	position: absolute;
	background-color: #FAEEB7;                             /* Navigation Column background color 1 - MUST ALSO CHANGE LINE 46 */
	width: 145px;                                          /* Navigation column width - if you change this you must change line 40 to this width+30 */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0;
	padding: 0 10px;
	border-left: solid #FAEEB7 175px;                      /* Navigation Column background color 2 - MUST ALSO CHANGE LINE 39 */
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background:#FFFFFF;                                    /* Footer background color */
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;                                    /* Footer text align */
	font-size: .7em;                                       /* Footer text size */
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.twoColFixLtHdr #container #sidebar1 a                     /* Navigation Links styles */
{                                                          /*                         */
	color: #006;                                           /*                         */
	text-decoration: none;                                 /*                         */
	font-weight: bold;                                     /*                         */
	font-size: .9em;                                       /*                         */
}                                                          /*                         */
.twoColFixLtHdr #container #sidebar1 a:hover               /*-------Hover state-------*/
{                                                          /*                         */
	text-decoration: underline;                            /*                         */
}                                                          /*                         */





/************************************************
Styles for members table

Used in: members.php
*************************************************/
#roster th                                                 /* Members table header row text settings */
{
	font-size: 1em;
	font-weight: normal;
	padding: 3px 5px;
}

.rosterHeader
{
	background: #E17D26;                                   /* Members table header background color */
}

.oddRoster
{
	background: #FAEEB7;                                   /* Odd members row background color */
}

.evenRoster
{
	background: #FFF;                                      /* Even members row background color */
}
#roster tr td {
	font-size: .8em;                                       /* Members table text size */
	padding: 5px;
}

.letterPicker
{
	text-align: center;
	font-weight: bold;
	font-size: .9em;
}





/************************************************
Styles for page navigation links and letter choising links

Used in: members.php, directory.php
*************************************************/
.letterPicker a                                            /* Link text styles for the letter selector */
{                                                          /*                                          */
	color: #009;                                           /*                                          */
	text-decoration: none;                                 /*                                          */
}                                                          /*                                          */
                                                           /*                                          */
.letterPicker a:hover                                      /*--------------Hover state-----------------*/
{                                                          /*                                          */
	text-decoration: underline;                            /*                                          */
}                                                          /*                                          */

                                                           /* Page navigation links styles */
.pageNavi                                                  /*---Braces and current page----*/
{                                                          /*                              */
	font-size: 0.8em;                                      /*                              */
	text-align: center;                                    /*                              */
	color: #666;                                           /*                              */
}                                                          /*                              */
                                                           /*                              */
.pageNavi a                                                /*--------Links to pages--------*/
{                                                          /*                              */
	text-decoration: underline;                            /*                              */
	color: #009;                                           /*                              */
}                                                          /*                              */
                                                           /*                              */
.pageNavi a:hover                                          /*------Links hover state-------*/
{                                                          /*                              */
	text-decoration: none;                                 /*                              */
}                                                          /*                              */





/************************************************
Styles for photo directory table

Used in: directory.php
*************************************************/
#direcTable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

#direcTable td
{
	padding: 5px 0 5px 5px;
	font-size: 0.9em;                                      /* Photo directory font size */
	width: 50%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#direcTable td span
{
	font-weight: bold;                                     /* Photo directory member name font weight */
	color: #009;                                           /* Photo directory member name font color */
	text-decoration: underline;                            /* Photo directory member name decoration */
	margin: 0px;
}
#direcTable #direcImg
{
	float: right;
	vertical-align: middle;
}





/************************************************
Styles for leaders table

Used in: staff.php
*************************************************/
#leaders td
{
	text-align: center;
	font-size: .8em;                                       /* Staff name and title font size */
	font-weight: bold;                                     /* Staff name and title font weight */
	padding: 5px;
}





/************************************************
Styles for login form

Used in: login.php
*************************************************/
#loginForm
{
	font-size: .9em;                                       /* Login page font size */
	line-height: 1.7em;
}





/************************************************
Styles for staff member highlight

Used in: staffi.php
*************************************************/
.leaderName
{
	font-weight: bold;                                     /* Staff member name font weight */
	font-size: 1.2em;                                      /* Staff member name font size */
}

#leaderInfo
{
	position: relative;
	bottom: 0px;
}

#leaderTbl
{
	margin-top: 10px;
}


/********************** END *************************/

