/*
	Title:		Altavista YMCA
	Author:		Keith Hubbard IT Media Studio
	Website:	http://www.ITmediastudio.com
*/
/*
===========================
Rich text editor stying
===========================
*/

#holderBody
{
	background:none;
}

#holderBody strong
{
	font-weight:bold;
}

#holderBody a
{
	text-decoration:underline;
}

#holderBody p
{
	margin:auto;
}

#holder
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size:14px;
}
/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/

body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

fieldset ol,ul 
{
    list-style-type:none;
}

caption,th {
	text-align:left;
}
h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
h1 { margin-bottom: 0; }
p { margin-top: 0; }
 
/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


a:active, a:focus
{
    outline: none;
}
fieldset, img {
border:0 none;
}

/*
================================
MAIN STYLES
================================
*/
body
{
    padding: 0px;
    margin-top:0px;

    background-image:url('/media/8704/bg.page.jpg');
    background-repeat: repeat;
    }
#Container
{
	margin: 0 auto !important;
    height: 100% auto; 
	width:1260px;
}
a
{
    color:#FF0000;
    text-decoration:none;
}

a:hover
{
    color:#000000;
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:100%;
    height:205px;
    background:url("/media/8699/header.1260b.jpg");
    margin:0px;
    background-repeat:no-repeat;
    overflow: hidden;
    margin:0 auto;
   
}



/*
================================
BODY STYLES 
================================
*/
#main
{
    width:1260px;
    background-color:#FFFFFF;
}


/*
================================
NAVI STYLES 
================================
*/
#navigation 
{
    height: 50px;
    width: 1260px;
    background-image: url("/media/8709/m.bg1a.jpg");
}
#navigation ul
{
    padding-left: 0px;
    margin:0px;
}
#navi
{
	float:left;
	height:50px;
	font-size:15px;
	font-family: Arial;
	padding-left: 0px;
	
}

#navi li
{
   float:left;
	display:block;
	/*background-color:green;*/ /* Used for debug */
	line-height:50px;
	
	/*padding-left:10px;
	padding-right: 15px;*/
	width: 113px;
}

    #navi li.selected a
    {
    color:#FFFFFF;
	width: 113px;
	background-repeat:no-repeat;
	text-align: center;
    }

    #navi li a
    {        
    color:#FFFFFF;
	text-decoration:none;
	display:block;
	width: 113px;
	text-align: center;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
    }
/*
================================
SECONDARY NAVI STYLES 
================================
*/
#subnav 
{
    height: 40px;
    width: 1260px;
    background-image: url("/media/8789/m.bg.blue.jpg");
    /*border:1px solid green;*/
}
.secondaryNav
{
	float:left;
	font-size:12px;
    height: 40px;
    width: 100%;
    padding-top:0px;
    background-image: url("/media/8789/m.bg.blue.jpg");
        
}

    .secondaryNav h3
    {
        color:#000;
        font-size:12px;
        font-weight:bold;
        padding:0 14px 10px 14px;
       /* background:url('/images/ymcagrad.jpg') repeat-x bottom left;*/
    }
    
    .secondaryNav li
   {
	float:left;
	display:block;
        width: 175px;
	/*background-color:green;*/ /* Used for debug */
	line-height:25px;
    color: #white;
}
    .secondaryNav li a:hover, #subNavi li.Selected a
{
	color:#FF3333;
}
        .secondaryNav li a
        {
          color:#FFFFFF;
	text-decoration:none;
	display:block;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
        width: 175px;
           

        }
        
            .secondaryNav ul.events li a em
            {
                color:#000;
                font-size:11px;
                display:block;
            }
            
            .secondaryNav li a span
            {
                background:url(../media/Assets/arrow_right.gif) no-repeat center right;
                padding:0 0px 0 0;
            }

/*
================================
SECONDARY NAVI Links
================================
*/
.secondaryNavLink ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.secondaryNavLink ul li 
 {
 display: inline;   
}
.secondaryNavLink ul li a
{
padding: 5px 5px;
text-decoration: none;
color: #ff0000;
}
.secondaryNavLink ul li a:hover
{
padding: 5px 5px;
text-decoration: none;
color: #000000;
}
/*
================================
CONTENT STYLES 
================================
*/
.content
{
    width:800px;    
    font-size:17px;
    line-height:18px;
    color:#000000;
    padding:20px;
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:normal;
        color: #000;
    }
   
    .content h3
    {
        font-size:18px;
        color:#000000;
        margin:10px 0 13px 0;
    }
    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }
    
    
    .leftArrow.backLink
    {
        margin:0 0 25px 0;
        display:block;
	color:#ff0000;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#000;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    
/* CSS if sIFR not enabled START */
    h2.flashHeader
    {
        /*font-family:Georgia, Arial, Sans-Serif;*/
        font-size:28px;
        font-weight:bold;
        color:#FF0000;
	line-height:1em;
	
    }
            
	h2.flashHeader strong
	{
		color:#000000;
	}
/* CSS if sIFR not enabled END */




.content.oneCol
{
    /*width:550px;*/
    width:800px;
}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:342px;
}

.twoCol .col_2
{
    width:322px;
}




/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
    float: left;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
           /* background:url(../media/Assets/arrow_right.gif) no-repeat center right;*/
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
            background-color:#efefef;
            border-left:1px solid #ccc;
            border-right:1px solid #ccc;
            border-top:1px solid #ccc;
            float:left;
            /*margin-bottom:10px;*/
            margin-right:10px;
            padding:3px 3px 8px;
        }
        
        .galleryGrid .item span
        {
            display:block;
           
            background-color:#efefef;
            border-left:1px solid #ccc;
            border-right:1px solid #ccc;
            border-bottom:1px solid #ccc;
            width: 214px;
            
        }
/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:160px;
        margin:0 0 15px 10px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            /*background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;*/
        }
    
        .photoGrid .item img
        {
            display:block;
            background-color:#efefef;
            border:1px solid #ccc;
            float:left;
            margin-bottom:10px;
            margin-right:10px;
            padding:3px 3px 3px;
        }
        
        /*.photoGrid .item img:hover
        {
            display:block;
            background-color:#d9d9d9;
            border:1px solid #ababab;
            float:left;
            margin-bottom:10px;
            margin-right:10px;
            padding:3px 3px 3px;
        }*/
    
        .photoGrid .item span
        {
            display:block;
            
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:25px 0 0 0;
    width:630px;
}

    .newsList div
    {
        /*width:180px;
        margin:0 0 25px 45px;*/
        display:inline;
        
        color:#000000;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:17px;
	line-height:1em;
	font-family:Georgia, Arial, Sans-Serif;  
}

    .newsList div h4 a
    {       
        font-weight:bold;
        color:#663399;
    }
    
    .newsList div h4 a:hover
    {
        color:#FF00000;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
    font-weight:bold;
    font-size:1.1em;
}

fieldset label.first
{
    margin:0;
}



fieldset input
{
     background-image:url(/images/input_bg.gif);
background-repeat:repeat-x;
border-color:#A1A1A1 #C1C1C1 #D1D1D1;
border-style:solid;
border-width:1px;
    width:50%;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    border:1px solid #ccc;
    color:#191919;
    font-size:14px;
}
  
fieldset textarea
{
      background-image:url(/images/input_bg.gif);
background-repeat:repeat-x;
border-color:#A1A1A1 #C1C1C1 #D1D1D1;
border-style:solid;
border-width:1px;
    color:#191919;
    width:265px;
    height:125px;
    /*padding:2px 2px 1px 2px;
    margin:0 0 3px 0;*/
    width:100%;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
         background-image:url(/images/input_bg.gif);
background-repeat:repeat-x;
border-color:#A1A1A1 #C1C1C1 #D1D1D1;
border-style:solid;
border-width:1px;
color:#191919;
    }

fieldset input.error, fieldset textarea.error
{
    border:1px solid #ff0000;
     background-image:url(/images/input_bg.gif);
background-repeat:repeat-x;
color:#191919;
}

    fieldset input.error:focus, fieldset textarea.error:focus
    {
         background-image:url(/images/input_bg.gif);
background-repeat:repeat-x;
border-color:#A1A1A1 #C1C1C1 #D1D1D1;
border-style:solid;
border-width:1px;
color:#191919;
    }

fieldset button
{
background-color:white;
background-image:url(/images/button_bg.png);
background-position:0 9px;
background-repeat:repeat-x;
border-color:#D1D1D1 #C1C1C1 #A1A1A1;
border-style:solid;
border-width:1px;
font-size:14px;
font-weight:bold;
height:30px;
padding-left:8px;
padding-right:8px;
text-shadow:0 1px 1px #FFFFFF;
vertical-align:middle;
float:right;
}

/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    /*background:#0c0c0c url(../media/Assets/footer_border.gif) repeat-x top left;
    padding:15px 0 0 0;
    color:#515151;
    border-top:1px solid #EAEDF0;
clear:both;
color:#;
padding:20px 0 15px;
background: #007F42;*/
border-top:1px solid #cdc9c8;
clear:both;
color:#007F42;
padding:20px 0 15px;
background: #FAFAFA url(/images/footer_bg.gif) repeat-x scroll center top;
}

    #footer div.container
    {
        width:912px;
        margin:0 auto;
    }

    #footer li
    {
        float:left;
        height:50px;
        font-size:11px;
    }
    
    /*Credits*/
    #footer ul.credits
    {
    }
    
        #footer ul.credits li a
        {
            color:#000000;
        }    
    
            #footer ul.credits li a span
            {
                display:block;
                
                font-size:10px;
                color:#515151;
            }
            #footer ul.credits li span.slogan
            {
                display:block;
                
                font-size:10px;
                color:#515151;
            }
            
        #footer ul.credits li a:hover span
        {
            color:#FF0000;
        }


    /*Misc*/
    #footer ul.misc
    {        
    }
                
        #footer ul.misc li.rss
        {
            margin:0 0 0 0;
padding:0 0 0 0;
        }
        
            #footer ul.misc li.rss a
            {
                color:##007F42;
            }
    
                #footer ul.misc li.rss a:hover
                {
                    color:##007F42;
                }
                
        #footer ul.misc li.valid
        {
            padding:0 0 0 17px;
        }
        
            #footer ul.misc li.valid a
            {
                color:#529c46;
            }            

/* Logos*/
.cws
{
    /*background:transparent url(../media/Assets/cws_logo.gif) no-repeat;*/
    padding:0 75px 0 26px;
    margin:0 25px 0 0;
    border-right:1px solid #CDC9C8;
}

.g72
{
    /*background:transparent url(../media/Assets/g72_logo.gif) no-repeat;*/
    padding:0 120px 0 110px;
    margin:0 90px 0 0;
    border-right:1px solid #CDC9C8;
}

.copyright
{
    padding:0 0 0 30px;
    margin:0 240px 0 0;
}

.rss
{
    /*background:transparent url(../media/Assets/rss_logo.gif) no-repeat 0 2px;*/
    margin:0 0 0 0;
padding:0 0 0 145px;
}

.valid
{
    /*background:transparent url(../media/Assets/tick_icon.gif) no-repeat 0 0;*/
}

.content em.red {
color: #ff0000;
}

.red {
color:#ff0000;
}

.underline
{
text-decoration: underline;
}

.downloadForm{
color: #ff0000;
}

.content img {
padding: 5px;
/*border: 1px solid #ccc;
margin: 5px;*/
}

h2.newsHeader
{
    font-size:17px;
}

.errorMessage
{
    background-image: url(/images/warning.png);
    background-repeat:no-repeat;
    background-position: 10px 5px;
    border: 1px solid #ff0000;
    color:#ff0000;
    padding: 10px;
    text-indent: 65px;
}

#homeImageContainer
{
    float: left;
    width: 97%;
    height: 200px;
    border:1px solid #dfdfdf;
    padding: 5px;
}

.Announcements
{
    float: left;
    width: 51%;
     height: 178px;
   
    background:#FFFFFF url(/images/sidebar_block_bg.gif) repeat-x scroll 0 0;
padding:14px 30px 8px;
    /*background: url('/images/filler.jpg');
    background-repeat: no-repeat;*/
}
.contactInfo 
{
    width: 30%;
    height: 178px;
    float:right;
    background:#FFFFFF url(/images/sidebar_block_bg.gif) repeat-x scroll 0 0;
padding:14px 30px 8px;
}

.contactHome
{
    font-size:25px;
    margin-bottom: 30px;
}

#homeImageContainer ul
{
    list-style:none;
    list-style-type:none;
    font-size:15px;
font-weight:bold;
}

#homeImageContainer ul a
{
    color: #FF0000;
}

#photoPage {
float: left;
width: 100%;
height: 20px;
}

#photoPage a.next{
float: right;
}
#photoPage a.prev{
float: left;
}
#rotator {
float:right;
height:480px;
width:320px;
}
ul#rotate {
list-style-type:none;
padding-left:10px;
}
ul#rotate li {
        padding: 0;
}
ol,ul {
	list-style-type:none;
	padding-left: 30px;
}
ul#rotate li .innerfade{
       
}
.slideshow { height: 480px; width: 320px; margin: auto }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

#rightcontent
{
    width:350px;    
    font-size:17px;
    line-height:18px;
    float: left;
    padding:20px;
}

#plateTop
{
    background: url("/media/9146/margin.top.png");
    height: 18px;
    width: 350px;
    margin-left: -10px;
    clear: both;
    background-repeat: no-repeat;
}            
         
#plateBot
{
    background: url("/media/9156/margin.bot.png");
    height: 18px;
    width: 350px;
    margin-left: -10px;
    background-repeat: no-repeat;
}    
#plateMid
{
    background: url("/media/9151/margin.bg.png");
    background-repeat: repeat;
    width: 330px;
    height: 100%;
    margin-left: -10px;
    padding:10px;
    color:#663399;

}    
#gencontent
{
    width:350px;    
    font-size:13px;
    line-height:18px;
    float: right;
    padding:20px;
}









































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

