﻿@import url(navigation.css);

body 
{
    margin:0;
    background-image:url("/common/images/body_background.jpg");
    background-color:#ffd422;
    background-repeat:no-repeat;
    font-family:Arial;
    font-size:14px;
    color:#444444;
}

h1 
{
    font-size: 24px;
    color: #C90000;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 5px 0px;
	border-bottom: dashed 1px #B1AEAC;
}

h2 {
    font-size:18px;
    font-weight:normal;
    margin:0;
    padding:0;
}

img {
	border: none;
	}

/******************************Classes***********************************/

.left
{
    float: left;
}

.clear 
{
    clear:both;
}

.homeNews {
	margin: 10px 0px 0px 0px;
    border-bottom:1px dashed #b1aeac;
	}

    .homeNews .image {
        float: left;
        width: 80px;
        margin: 0px 10px 0px 0px;
		}
    
        .homeNews .image img { 
            border: 3px solid #d90000 !important;
			}
    
    .homeNews .description {
        float: left;
        width: 205px;
		}


.news {
    border-bottom:dashed 1px #b1aeac;
	}   

	.news .image {
		width:90px;
		height:100px;
		float:left;
		margin:10px 20px 10px 0px;
		}

		.news .image img {
			background-color:#d90000;
			padding: 3px;
			}

	.news .description {
		float:left;
		width: 650px;
		padding:15px;		
		}
		
		.news .description .date {
			font-size:12px;
			margin-right:6px;
			float:right;
			}

.layoutImage {
    margin-left:38px;
	}

.hidden {
    display:none;
	}


.subH1area
    {
        padding: 0px 0px 7px 0px;
        border-bottom:dashed 1px #b1aeac;
    }

.formattedTable {
    width: 550px;
    margin: 0px auto;
    margin-left: 100px;
	}

    .formattedTable .colorRow {
        background-color: #d1d1d1;
		}
    
    .formattedTable td {
        padding:7px;
		}
    
 a.newsRead {
    float:left;
    width:100px;
    background-color:#c00000;
    padding:7px 10px 7px 10px;
    margin-top:9px;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
	text-align: center;
}

a.newsRead:hover {
    background-color:#d70000;
}
    
    

/*********************************Header Area********************************/

#mainHolder 
{
    width:960px;
}

#logoArea 
{
    float:left;
    width:492px;
    height:117px;
}

#searchBar 
{
    float:left;
    padding:13px 6px 7px 14px;
    width:394px;
    height:41px;
    background-image:url("/common/images/search_background.jpg");
    margin-top:28px;
    margin-left:15px;
    display:inline;
}

    #searchBar #ctl00_txtSearch
    {
        float:left;
        font-size:18px;
        color:#a1a1a1;
        padding:4px 0px 5px 4px;
        width:312px;
        width:255px;
    }
    
    #searchBar #ctl00_btnSearch
    {
        float:left;
    }

#menuArea 
{
    width:960px;
    height:49px;
    margin-left:38px;
}

    #menuArea a 
    {
        margin-right:-3px;
    }
    
    #menuArea img 
    {
        border:0;
    }
    
/******************************Content Area***********************************/
    
#contentArea 
{
    background-color:#FFFFFF;
    width:885px;
    margin-left:38px;
    text-align:center;
}   

    #contentArea #mainContent 
    {
        width:866px;
        padding:10px 10px 10px 9px;
        text-align:left;
    }
    
    #contentArea #leftColumn
    {
        float: left;
        width: 497px;
        padding: 0px 15px 15px 15px;
        background: #f3f3f3 url(../images/content_home_leftboxshadow.jpg) repeat-y top right;
        text-align: left;
    }
    
    #contentArea #rightColumn 
    {
        float:left;
        width:298px;
        padding:0px 15px 15px 15px;
        margin-left:9px;
        background:url("../images/content_home_leftboxshadow.jpg") repeat-y right #f0f0f0;
        text-align:left;
    }
    
    #contentArea #oneColumn 
    {
        width:833px;
        padding: 0px 15px 15px 15px;
        background:url("../images/background_onecol_right.jpg") repeat-y right #f0f0f0;
        text-align:left;
    }

/******************************Footer Area***********************************/

#footerArea 
{
    width:864px;
    padding:10px;
    margin-left:38px;
    text-align:right;
    font-size:11px;
    color:#e20000;
    font-family:Arial;
    margin-top:-25px;
}

    #footerArea a 
    {
        color:#e20000;
    }
    
/******************************Pager Styles***********************************/
    
.pagerLink, .pagerLink:visited, .pagerLink:hover {display: inline-block; color: #e60000; text-decoration: none; padding: 1px 5px 1px 5px; margin: 0px 2px 0px 2px;}

.prevNextLink, .prevNextLink:visited {
    border: 1px solid #e60000;
    }
    
    .prevNextLink:hover {
        border: 1px solid #e60000;
        background-color: #d70000;
        color:#FFFFFF;
        }
 
.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #ffcccc;
    border: 1px solid #ffcccc;
    }
        
.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #ffcccc;
    }
    
    .pagerNumberLink:hover {
        border: 1px solid #e60000;
        background-color: #d70000;
        color:#FFFFFF;
        }

.pagerNumberLinkSelected {
    color: #FFFFFF;
    border: 1px solid white;
    background-color: #d70000;
    }
    
    .pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
        color: White;
        background-color: #8f0000;
        }
