body
{

    background: none repeat scroll 0 0 #DDDDDD;
    color: #656565;
    font-family: Arial,sans-serif;
    font-size: 12pt;
}

a {
	text-decoration: none;
	color: #0A7F99;
}

a:hover
{
	text-decoration:underline;
}

#header
{
background:#262626;
height:183px;

padding-top:60px;

padding-left:14.5%;
padding-right:14.5%;
}

#header #nav
{
width:100%;
min-width:660px;
height: 48px;
line-height: 48px;
background: #007289;
border-bottom: solid 1px #009FBF;
border-top: solid 1px #1098B3;
box-shadow: inset 0px -10px 40px 0px #005B6D;
padding-left:0px;
color:#000;
}

#header #nav .menu
{
display:inline-block;
margin-left:30px;
}


#header #nav a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#header #nav a:hover {
    text-decoration: underline;
}

#header h1
{
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase;

    background: none repeat scroll 0 0 #0A7F99;
    border-bottom: 1px solid #003B47;
    box-shadow: 0 -40px 60px 0 #005B6D inset;
    color: #FFFFFF;
    padding: 28px;
    padding-top:38px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
margin:0px;

    height: 68px;

    font-family: Arvo,serif;
    font-size: 2.25em;
}

#header .white
{
    background: none repeat scroll 0 0 #0A7F99;
    border-bottom: 1px solid #003B47;
    box-shadow: 0 -40px 60px 0 #005B6D inset;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin:0px;
    height: 133px;
    overflow:hidden;
    min-width:660px;
}

#header .white .donate{
float:right;
margin-top:50px;
}

#header .white img
{
margin-top: -5px;
margin:15px 0px 0px 15px
}

#banner
{
height:300px;
    background:#CCCCCC;
    box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.3) inset;
    width: 100%;


}

/*image slide*/

.imageSlide
{
    margin-left: 14.5%;
    margin-right: 14.5%;
	height:300px;
	overflow:hidden;
    min-width:660px;
}

.imageSlide .cContent
{
	height:300px;
	overflow:hidden;
}

.imageSlide img
{
width:100%;
height:100%;
}

.imageSlide .cHeader, .imageSlide .cFooter
{
display:none;
}

#banner .city
{
height:300px;
background: url('tcimages/banner.jpg');

margin-left:14.5%;
margin-right:14.5%;
}

.imageSlide .text
{
color: #fff;
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.698);
width:68%;
float:right;
opacity:0.9;
padding: 28px;
margin-top:-205px;
font-family: Arvo,serif;
font-weight:bold;
text-transform: uppercase;
 font-weight: normal;
letter-spacing: -1px;
font-size:20px;
font-weight:bold;
box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
}



#center
{
margin-left:14.5%;
margin-right:14.5%;
background:#fff;
padding: 40px 28px 0;
box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
min-width:600px;
}


#copyright {
    color: #777777;
    padding: 40px 0 80px;
    text-align: center;
}

#about
{
width:100%;
display:inline-block;
vertical-align:top;
margin-top:10px;
}

.tab
{
display:inline-block;
width:53%;
height:500px;
}

.gCalendar{
width:100%;
min-width:410px;
height:400px;
resize:both;
overflow:auto;
display:inline-block;
vertical-align:top;
}

#rightContent
{
width:53%;
display:inline-block;
vertical-align:top;
margin-left:10px;
}


