@charset "utf-8";
/* CSS Document */

body
{
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
background-color:#cccccc;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-position:top;
margin:0;
}

a
{
color:#006699;
text-decoration:none;
}

a:hover
{
color:#0099CC;
}

.small
{
font-size:9pt;
}

.smaller
{
font-size:8pt;
}

.lookatme
{
color:red;
}

.biglink
{
color:blue; 
font-weight:bold;
}

.container
{
margin-right:auto;
margin-left:auto;
text-align:center;
width:1000px;
background-image:url(../images/bgContainer.png);
background-repeat:repeat-y;
min-height:700px;
overflow:auto;
}

.hideme
{
display:none;
}

/*****************    header    *********************/

.header
{
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
width:950px;
height:362px;
margin-right:auto;
margin-left:auto;
text-align:center;
}

/* top join button */
.join
{
margin-left:695px;
padding-top:80px;
}

.join a
{
display:block;
background-image:url(../images/joinLg.jpg);
background-position:bottom;
background-repeat:no-repeat;
width:230px;
height:45px;
}


/*****************    navigation    *********************/

.nav
{
float:left;
margin-left:40px;
width:139px;
min-height:300px;
margin-top:-210px;
text-align:left;
}

.navTop
{
background-image:url(../images/navTop.png);
background-repeat:no-repeat;
width:139px;
height:13px;
}

.navContent
{
background-image:url(../images/navCtr.png);
background-repeat:repeat-y;
width:139px;
}

.navItem
{
margin-left:7px;
height:20px;
}

.navBot
{
background-image:url(../images/navBot.png);
background-repeat:no-repeat;
width:139px;
height:11px;
}


/*****************    content    *********************/

.contentContainer
{
float:left;
margin-left:25px;
margin-top:-210px;
width: 750px;
min-height:300px;
text-align:left;
}

.scroller
{
margin-top:5px;
width:750px;
height:25px;
background-color:#F0F0F0;
border:1px solid #CCCCCC;
}

.para
{
margin-top:7px;
margin-bottom:7px;
}

.paraTitle
{
font-size:13pt;
color:#d3a947;
font-weight:bold;
}

.pageTitle
{
font-weight:bold;
color:#006699;
font-size:14pt;
width:400px;
border-bottom:1px navy dotted;
}

/*  homepage stuff  */

.rotating
{
width:750px;
height:151px;
}

.newletter a
{
background-image:url(../images/newsletter.jpg);
background-repeat:no-repeat;
width:200px;
height:50px;
display:block;
}

.calendar a
{
background-image:url(../images/calendar.jpg);
background-repeat:no-repeat;
width:200px;
height:50px;
display:block;
}

.auxiliary a
{
background-image:url(../images/auxiliary.jpg);
background-repeat:no-repeat;
width:200px;
height:50px;
display:block;
}

.sons a
{
background-image:url(../images/sons.jpg);
background-repeat:no-repeat;
width:200px;
height:50px;
display:block;
}

.rentFacilities a
{
background-image:url(../images/BtnRentFacilites.jpg);
background-repeat:no-repeat;
width:120px;
height:120px;
display:block;
}

.eventTitle
{
width:600px;
border-bottom:1px black solid;
margin-top:20px;
}

.eventContent
{
margin-left:20px;
}

.eventDesc
{
margin-top:10px;
}

/********************    forms     ********************/

fieldset
{
padding:15px;
position: relative;
margin-top:1em;
padding-top:.75em;
-moz-border-radius: 5pt;
border-radius: 10px;
}

legend
{
font-weight:bold;
position:absolute;
top: -.5em;
left: .5em;
color:#3366CC;
}

.formItem
{
padding:9px 0 9px 0;
clear:both;
}

.formItemFloatFirst
{
float:left;
}

.formItemFloat
{
float:left;
margin-left:15px;
}

.formLabel
{
color:#3399CC;
}

.formLabelReq
{
color:#3399CC;
padding-left:12px;
background-image:url(../images/required.jpg);
background-repeat:no-repeat;
background-position:left;
}

.formfield
{
background: #ffffff !important;
border:1px silver solid;
font-size:9pt;
font-family:Arial, Helvetica, sans-serif;
}

.submitbutton
{
background-color:#F0F0F0;
border: 1px solid #999999;
color : #000000;
font-family : arial;
font-size : 11pt;
padding-top : 0px;
padding-bottom : 0px; 
}


/********************    footer     ********************/

.footerContainer
{
width:1000px;
font-size:9pt;
margin-left:auto;
margin-right:auto;
text-align:center;
background-image:url(../images/bgContainer.png);
background-repeat:repeat-y;
min-height:60px;
overflow:auto;
}

.footer
{
border-top:1px silver solid;
width:951px;
margin-left:25px;
padding-top:7px;
}

.copyright
{
float:left;
margin-left:15px;
width:250px;
text-align:left;
font-size:8pt;
}

.contactinfo
{
float:left;
margin-left:15px;
width:405px;
text-align:center;
}

.credits
{
float:left;
margin-left:15px;
width:240px;
text-align:right;
font-size:8pt;
padding-right:10px;
}

/********************    admin     ********************/

.adminContainer
{
width:980px;
border:1px black solid;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-bottom:10px;
min-height:500px;
}

.adminHeader
{
text-align:left;
width:970px;
background-color:#e6e6e6;
border-bottom:1px black solid;
height:24px;
padding:3px 0 0 10px;
font-weight:bold;
}

.pagetitle
{
background-color:#99CCFF;
height:20px;
width:980px;
font-weight:bold;
}