﻿@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***********************************/

.category {
    float: left;
    background-color: #D90000;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    margin: 0px 5px 5px 0px;
    }

.certificate { z-index: 1; position: relative; }
.certificate input[type=text] { position: absolute; left: 265px; z-index: 100; background: none; border: 1px solid #000000; width: 330px; padding: 5px; font-size: 18px; text-align: center; }
    .certificate .txt1 { top: 480px; }
    .certificate .txt2 { top: 560px; }
    .certificate .txt3 { top: 640px; }
    .certificate .txt4 { top: 720px; }
.certificateDOB { position: absolute; z-index: 100; top: 790px; left: 315px; background: none; width: 240px; padding: 5px; font-size: 18px; text-align: center; }

.left
{
    float: left;
}

.right { float: right; }

.clear 
{
    clear:both;
}

.backLink {
    background-color: #C90000;
    padding: 7px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    }

.marginRight10 { margin-right: 10px; } .marginRight15 { margin-right: 20px; }

.error { border: 2px solid red; background-color: #faf3c4; margin-bottom: 20px; }
.pictureFrame { border: 2px solid #e4e4e4; }


.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;
    }
    
/******************************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: 617px;
        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:180px;
        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;
        }

