﻿html
{
    margin: 0px;
    padding: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Times New Roman;
}

#TopBar
{
    width: 100%; /*background-color:Black;*/
    background-image: url(/Bowring/Images/Header/Background10.jpg);
    color: White;
    height: 125px;
}

.pageHeading
{
    color: Maroon;
    font-weight: bold;
    font-style: italic;
    clear: both;
    text-align: center;
    font-family: Monotype Corsiva, Cursive;
}

.grid
{
    background-color:Gray;
    padding:1px;
}

.gridheader
{
    color: Maroon;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    background-color:White;
}

.gridItem
{
    background-color:White;
}

.gridAlternate
{
    background-color:White;
}

#Login
{
    float: right;
    padding-right: 50px;
    font-size: smaller;
    text-align: right;
}
Input
{
    font-size: small;
}

#Title
{
    vertical-align: text-top;
    text-align: left;
    width: 30%;
    padding-left: 30%;
    float: left;
    height: 100%;
    background-image: url(/Bowring/Images/BowringLogo1.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
}

#Title H1
{
    font-family: Monotype Corsiva;
    font-size: 45px;
}

#GoogleSearch
{
    width: 300px;
    float: right;
    text-align: right;
}

#MainContainer
{
    width: 98%;
    min-height: 400px;
    float: left; /*background-image:url(/Bowring/Images/Separator1.gif);     background-repeat:repeat-y;*/
    background-image: url(/Bowring/Images/MenuBackground.gif);
    background-image: url(/Bowring/Images/MenuBackground1.gif);
    background-image: url(/Bowring/Images/MenuBackground2.jpg);
    background-image: url(/Bowring/Images/MenuBackground3.jpg);
    background-image: url(/Bowring/Images/MenuBackground4.jpg);
    background-image: url(/Bowring/Images/MenuBackground5.gif);
    background-position: left middle;
    background-repeat: no-repeat;
    background-color: White;
    padding: 0px;
}

#MainNavigation
{
    padding-top: 60px;
    padding-left: 30px;
    float: left;
    margin-right: 0px;
    width: 175px;
}


#ContentBlock
{
    padding-top: 15px;
    font-size: small;
    padding-right: 10px;
    text-align: justify;
    float: left;
    width: 52%;
    border-right: solid 1px Maroon;
}

#EventCalendarContainer
{
    padding: 0;
    width: 250px;
    float: right;
    min-height: 400px;
    background-image: url(/Bowring/Images/BBowringLogo.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    border-right: solid 2px Maroon;
    background-color: White;
}

#MainNavigation UL
{
    list-style-position: outside; /*list-style-image: url(/Bowring/Images/RightArrow.png);*/
    list-style-type: square; /*padding-left:15px;*/
}

#MainNavigation LI
{
    cursor: pointer;
}

#MainNavigation LI A:hover
{
    text-decoration: underline;
    font-weight: bold;
}

#MainNavigation LI A
{
    color: White;
    text-decoration: none;
}


#MainNavigation SPAN
{
    /*padding-left: 15px;*/
}

#Footer
{
    width: 100%;
    height: 100%;
    min-height: 80px;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
    font-size: 10px;
    clear: both;
    background-image: url(/Bowring/Images/Footer3.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    vertical-align: bottom;
}

span
{
    clear: none;
    float: left;
    margin: 5px;
}

P
{
    text-indent: 5%;
}

.highlightText
{
    color: Maroon;
    font-weight: bold;
    font-style: italic;
    clear: none;
    display: inline;
    font-size: small;
}

IMG
{
    border: none;
}

A IMG
{
    text-decoration: none;
}


.gallery
{
	font-weight: bold;
	font-size: small;
	color: #8B571E;
	font-style: italic;
	font-family: Monotype Corsiva;
}
.gallery A
{
	color: #8B571E;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.gallery A IMG
{
	border: 0px;
}

FIELDSET.flashNews
{
    border:solid 4px Maroon;
    padding:5px;
    text-indent:20px;
    margin-bottom:40px;
}

FIELDSET.flashNews LEGEND 
{
    text-indent:1px;
    color: Maroon;
    font-weight: bold;
    font-style: italic;
    font-size: larger;
}