﻿/* Global Styles */
body
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    font-size: small;
    font-style: normal;
    background-color: #99CC00;
}


#wrapTitle
{
    width: 975px;
    margin: 0 auto;
    padding-top: 20px;
}


/* Paragraph Height */
p {
    margin: 1em 0;
}



/* Logo Styles */
#mainLogo
{
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
}

#mainLogo img
{
    border-style: none;
    text-decoration: none;
}



/* Logo Styles */
#mainTelephone
{
    float: right;
    clear: right;
    padding-right: 20px;
    padding-top: 2px;
}

#mainTelephone img
{
    border-style: none;
    text-decoration: none;
}



/* Main Title Styles */
#mainTitle
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 10px 0px 20px;
    float: left;
    font-size: 48px;
    color: #FFFFFF;
    font-weight: bold;
}

#mainTitle p
{
    margin: 5px 0px 0px 0px;
    font-size: 48px;
}


/* Date Styles */
#date
{
    margin: 0px 20px 0px 10px;
    float: right;
    font-size: small;
    color: #99CC00;
}


/* Language Bar Styles */
#languageBarArea
{
    float: right;
    font-size: small;
    clear: right;
    margin-top: 83px;
    color: #c1c1c1;
    margin-right: 20px;
}

#languageBar
{
    float: left;
}

#languageBar img
{
    border-style: none;
    border-width: 0px;
    margin-right: 10px;
    float: left;
}

#languageBar p
{
    vertical-align: middle;
}

#languageBar a
{
    color: #666666;
    text-decoration: none;
}

#languageBar a:hover
{
    text-decoration: underline;
}

#languageBarButtons
{
    float: Left;
    font-size: small;
    clear: right;
    margin-left: 10px;
}




/* Main Page Area */
#MainPageArea
{
    float: left;
    width: 510px;
    font-size: small;
    padding-left: 20px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #DFDFDF;
}



/* Page Title Styles */
#PageTitle
{
    float: left;
    color: #ec008c;
    font-size: 24px;
    font-family: Verdana;
    text-transform: lowercase;
}


#ImageContent
{
    float: right;
    height: 435px;
    padding-right: 20px;
}


#TextContent
{
    float: left;
    color: #464646;
    font-size: small;
    clear: left;
    width: 475px;
    font-family: Verdana;
}





/* Footer Styles */
#footerArea
{
    float: left;
    width: 625px;
    padding-top: 5px;
}

#footerContent
{
    text-align: center;
    color: #FFFFFF;
    font-size: small;
}

#footerContent a
{
    color: #FFFFFF;
	text-decoration: none;
}

#footerContent a:hover 
{
	text-decoration: underline;
}

#footerContent p
{
    padding: 7px 0px 0px 0px;
    margin: 0px;
}



/* Share Button Styles */
#ShareButtonArea
{
    float: left;
    clear: both;
    width: 200px;
    padding-top: 5px;
}

#ShareButtonArea a
{
    text-decoration: none;
    padding-right: 4px;
}

#ShareButtonArea img
{
    text-decoration: none;
    border-width: 0;
}


/* Designed By Styles */
#DesignedByArea
{
    float: left;
    clear: both;
    width: 100%;
}

#designedBy
{
    float: right;
    font-size: 11px;
    font-family: 'Courier New' , Courier, monospace;
    padding-right: 5px;
    padding-bottom: 5px;
}

#designedBy a
{
    color: #afafaf;
    text-decoration: none;
}

#designedBy a:hover
{
    color: #AB00C8;
    text-decoration: underline;
}




/* News Page Styles */
#NewsItemArea
{
    clear: both;
    float: left;
    width: 100%;
}



#NewsTopBorder
{
    float: left;
    width: 490px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #DFDFDF;
    margin-bottom: 17px;
    clear: both;
}


#NewsItem
{
    float: left;
    width: 490px;
    margin-bottom: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DFDFDF;
    clear: both;
}

#NewsItemTitle
{
    float: left;
}

#NewsItemTitle a
{
    color: #EC008C;
    font-size: 18px;
    font-family: Verdana;
    text-decoration: none;
    float: left;
    text-transform: lowercase;
}

#NewsItemTitle a:hover
{
    text-decoration: underline;
}


#NewsItemContent
{
    float: left;
    width: 490px;
    padding-bottom: 17px;
}


#NewsItemHeader
{
    float: left;
    width: 100%;
}


#NewsItemText
{
    color: #666666;
    margin-bottom: 5px;
    padding-top: 7px;
    clear: left;
    float: left;
    width: 100%;
}

#NewsItemText a
{
    text-decoration: none;
}


#NewsItemImage
{
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}

#NewsItemImage img
{
    border: 1px solid #C0C0C0;
    width: 125px;
    height: 83px;
}

#NewsItemDate
{
    color: #3D6C87;
    margin-bottom: 5px;
    float: right;
}

#NewsButtons
{
    float: left;
    clear: both;
}





/* Admin Page Number Area */
#PageNumberArea
{
    float: left;
    width: 100%;
    height: 25px;
}

#PageNumbers
{
}

        


/* Service Page Styles */
#ServiceItemArea
{
    float: left;
    width: 832px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-left: 3px;
    margin-bottom: 12px;
}

#ServiceItem
{
    float: left;
    width: 171px;
    height: 130px;
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 14px;
    padding-bottom: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}

#ServiceItem:Hover
{
    background-color: #6dcff6;
}


#ServiceItemTextArea
{
    float: left;
    width: 100%;
}

#ServiceItemTextArea img
{
    border: 1px solid #C0C0C0;
    float: left;
    height: 107px;
    width: 160px;
    margin-left: 5px;
    margin-top: 3px;
}


#ServiceItemTitle
{
    margin-top: 5px;
    margin-left: 5px;
    color: #3D6C87;
    font-size: small;
    text-decoration: none;
    float: left;
    text-align: center;
    width: 160px;
}


#ServicePageNumberButtons
{
    float: left;
    clear: left;
    width: 100%;
}





/* Client Page Styles */
#ClientItemArea
{
    float: left;
    width: 832px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-left: 3px;
    margin-bottom: 12px;
}

#ClientItem
{
    float: left;
    width: 171px;
    height: 130px;
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 14px;
    padding-bottom: 10px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}


#ClientItemTextArea
{
    float: left;
    width: 100%;
}


#ClientItemTextArea img
{
    border: 1px solid #C0C0C0;
    float: left;
    height: 107px;
    width: 160px;
    margin-left: 5px;
    margin-top: 3px;
}


#ClientItemTitle
{
    margin-top: 5px;
    margin-left: 5px;
    color: #3D6C87;
    font-size: small;
    text-decoration: none;
    float: left;
    text-align: center;
    width: 160px;
}


#ClientPageNumberButtons
{
    float: left;
    clear: left;
    width: 100%;
}



#LoginStatus
{
    float: left;
    padding-right: 10px;
}

#LoginStatus a
{
    text-decoration: none;
    font-size: small;
    color: #c1c1c1;
}

#LoginStatus a:hover
{
    text-decoration: underline;
}



/* Search Bar Area */   
#SearchBarArea
{
    float: right;
    font-size: small;
    clear: right;
    padding-top: 15px;
    padding-right: 20px;
    width: 170px;
}

#SearchBar
{
    float: left;
}

#SearchBarText
{
    float: left;
}

#SearchBarButton
{
    float: right;
    padding-left: 5px;
    padding-top: 1px;
}



/* Search Page Styles */
#SearchItem
{
    float: left;
    width: 100%;
    margin-bottom: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    height: 103px;
}

#SearchItemTitle a
{
    color: #542c74;
    font-size: 18px;
    font-family: 'Arial Rounded MT Bold';
    text-decoration: none;
    float: left;
}

#SearchItemTitle a:hover
{
    text-decoration: underline;
}

#SearchItemTextArea
{
    float: left;
}

#SearchItemTextArea img
{
    border: 1px solid #C0C0C0;
    float: left;
    margin-right: 10px;
    width: 125px;
    height: 83px;
    margin-top: 3px;
}

#SearchItemText
{
    color: #666666;
    margin-bottom: 5px;
    height: 45px;
    padding-top: 7px;
    clear: right;
}

#SearchItemText a
{
    text-decoration: none;
}

#SearchItemDate
{
    color: #3D6C87;
    margin-bottom: 5px;
    float: right;
}

#SearchButtons
{
    float: left;
    margin-bottom: 15px;
    width: 700px;
}

#SearchItemArea
{
    margin-left: 12px;
    width: 700px;
}

#SearchNumber
{
    float: left;
    width: 20px;
}

#SearchResultsText
{
    float: left;
    font-size: small;
    margin-bottom: 15px;
}


/* Search Sort Bar */
#SearchSortBarArea
{
    float: right;
    font-size: small;
    font-family: Arial;
    color: Black;
    padding-right: 20px;
}

#SearchSortBar
{
    float: left;
}



/* Report Page Blurb */
#ReportBlurb
{
    font-family: Arial;
    color: #666666;
    float: left;   
    clear: both;
    padding-bottom: 20px;
}



/* Admin Filter Bar */
#FilterBarArea
{
    float: right;
    font-size: small;
    margin-top: 10px;
    margin-right: 20px;
    font-family: Arial;
    color: Black;
}

#FilterBar
{
    float: left;
}




/* Members Page Styles */
#MembersItem
{
    float: left;
    width: 915px;
    margin-bottom: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    height: 103px;
}

#MembersItemTitle
{
    float: left;
    padding-bottom: 7px;
}

#MembersItemTitle a
{
    color: #b5141a;
    font-size: 18px;
    font-family: 'Arial Rounded MT Bold';
    text-decoration: none;
    float: left;
}

#MembersItemTitle a:hover
{
    text-decoration: underline;
}

#MembersItemTextArea
{
    clear: left;
    float: left;
}

#MembersItemTextArea img
{
    border: 1px solid #C0C0C0;
}

#MembersItemText
{
    color: #666666;
    margin-bottom: 5px;
}

#MembersItemText a
{
    text-decoration: none;
}

#MembersItemDate
{
    color: #3D6C87;
    margin-bottom: 5px;
    float: right;
    margin-top: 7px;
}

#MembersButtons
{
    float: left;
    clear: both;
}

#MembersItemArea
{
    clear: both;
    width: 915px
}






/* Example Page Styles */
#ExampleItemArea
{
    clear: left;
    float: left;
    width: 100%;
    margin-top: 20px;
}

#ExampleItem
{
    float: left;
    width: 425px;
    margin-bottom: 15px;

    margin-right: 25px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-bottom: 16px;

}


#ExampleItemTextArea
{
    float: left;
}

#ExampleItemTextArea img
{
    border: 1px solid #C0C0C0;
    float: left;
    width: 125px;
    height: 83px;
}


#ExampleItemTitle
{
    margin-top: 5px;
    color: #3D6C87;
    font-size: small;
    text-decoration: none;
    float: left;
    text-align: center;
    height: 30px;
    width: 162px;
}


#ExamplePageNumberButtons
{
    float: left;
    clear: left;
    width: 100%;
}



/* Event Button Styles */      
#EventButton
{
    float: left;
    padding: 7px;
    margin-top: 10px;
    background-color: #EC008C;
    border: 2px solid #EDBDD9;
}


#EventButton a
{
    float: left;
    color: #FFFFFF;
    padding-right: 7px;
    text-decoration: none;
}


#EventButton a:hover
{
    text-decoration: underline;
}


/* Page Content Spacer*/
#PageSpacer
{
    height: 515px;
    width: 1px;
}

/* CMS Insert Document Link Styles */
#CMSDocumentInsertItem
{
    float: left;
    clear: both;
    padding-top: 7px; 
}

#CMSDocumentInsertIcon
{
    float: left;
    padding-right: 5px;
}

#CMSDocumentInsertLink
{
    float: left;
    padding-top: 3px;
}