/*==========================================================================================*/
/* CSS Style Sheet                                                                         	*/
/* Site: www.ftcollins.com                                                                  */
/* Created By: www.mediatechproductions.com													*/																	
/*==========================================================================================*/

/*=========================================================================================*/
/* COMMON STYLES */
/*=========================================================================================*/
HTML, BODY
{height:100%; padding:0px; margin:0px; font-family:Arial; font-size:10pt; text-align:center;}
IMG
{display:block; margin:0px; padding:0px;}
TD
{font-size:10pt;}
UL
{padding-top:3px; margin-top:3px;}

/*=========================================================================================*/
/* CLASS STYLES - when applied to more than one element */
/*=========================================================================================*/
.txtRed
{color:#FF0000;}
.txtError
{color:#FF0000; font-weight:bold;}
.txt8
{font-size:8pt;}

/*=========================================================================================*/
/* FORM STYLES */
/*=========================================================================================*/


/*=========================================================================================*/
/* ID STYLES - when applying to only one element */
/*=========================================================================================*/
/* Site Layout */
#mainLayout
{width:950px; text-align:left; margin:auto; border-bottom:solid 1px #000000; background: #FFFCEA url('/images/bodyBG.gif');}
#header
{width:950px; height:89px;}
#listPDF
{list-style-image:url('/images/pdf_sm.gif'); padding-left:3px;}

/* Navigation */
#middleNavLayout
{width:950px; height:33px;}

/* Content Page */
#content
{width:790px; padding:10px 0px 10px 10px; margin-right:10px; text-align:left; float:right;}
#contentHome
{width:810px; height:100%; padding:0px 0px 0px 0px; margin-right:0px; text-align:left; float:left;  background:url('/images/eventsHome/currentEventsBG.gif');}
#contentHomeMember
{width:810px; height:100%; padding:0px 0px 0px 0px; margin-right:0px; text-align:left; float:left;  background:url('/images/eventsHome/currentEventsBGMem.gif');}
#titleImage
{padding:0px 0px 10px 0px;}
#currentEvents
{float:right; width:185px; padding-bottom:20px; min-height:450px; height:120%; margin-left:10px; margin-right:1px;}

/* Search */
FORM
{margin:0px; padding:0px;}
#searchBox
{font-size:8pt; width:95px;}
#eventSearch INPUT
{font-size:10px;}
#eventSearch SELECT
{font-size:10px;}


/* footer */
#footer
{font-size:8pt; margin:auto; text-align:center; padding:10px 0px 0px 0px; color:#CCCCCC; clear:both;}
#footer A
{color:#CCCCCC; text-decoration:none;}
#footer A:HOVER
{color:#908C5F;}

/*Middle Photos*/
#middlePhotos
{float:right; padding-top:5px;}
#middlePhotosHome
{float:right;}

