﻿body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #515151;
    background: #0055a5 url(../images/back-blur.jpg) top center no-repeat fixed;
    background-color: #0055a6;
}

a {
    color: #2886df;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #0056a6;
}

sup {
    font-size: 10px;
    vertical-align: top;
    color: #808080;
}





.pagetitle {
    font-size: 24px;
    line-height: 25px;
    color: #0055a5; /* font-family: 'PTSansRegular' , Arial, sans-serif; */
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.pagesubtitle {
    /* font-family: 'PTSansBold', Arial, sans-serif; */
    color: #0055a5;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.pagesubtitle2, h3{
     font-family: 'PTSansBold', Arial, sans-serif; 
    color: #0055a5;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 5px;
	margin-bottom: 0;
}

img {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
}
    

.smalltext{
    font-size: 11px;
    width: 300px;
}

#preload img{
    visibility: hidden;
    display: none;
    top: -3000px;
}


#MainCenter{
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
    background: #FFF;
}

#plogo{
    /* z-index: 101; */
    position: absolute;
    padding-top: 30px;
    padding-left: 45px;
}

#subcontent{
    background-color: #ffffff;
    width: 960px;
    margin-right: auto;
    margin-left: auto;

}


li{
    margin-bottom: 5px;
}



.hometext{
    top: 0px;
    background-color: #FF00FF;
    position: relative;
}

#homecontent{
    width: 540px;
    margin-left: 40px;
    margin-right: 40px;
    top: 0px;
    background-color: #ffffff;
}

#homeside{
    width: 260px;
    z-index: 501;
    background-color: #ffffff;

}



.newsheadline{
    margin: 0px 0px 0px 15px;
}

.newsheadline a{
    color: #2886df;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
    line-height: 15px;
}

.newsheadline a:hover{
    color: #0056a6;
}



#SubContentNav{
    width: 520px;
    margin-left: 40px;
    /* top: 20px; */
    background-color: #ffffff;
    padding-bottom: 40px;
    /* position: relative; */
	/* z-index: 300; */
}

#SubContentLeft{
    width: 515px;
    margin-left: 45px;
    background-color: #ffffff;
    padding-bottom: 50px;
    float: left;
    /* position: relative;
    min-height: 500px; */
	/* z-index: 200; */
}

#SubContentRight{
    /* top: 196px;*/
    padding-bottom: 20px;
    /* position: absolute; */
    z-index: 100;
    /*margin-left: 600px;*/
    margin-left: 48px;
	float: left;
}

#SubContentRight2{
    width: 275px;
    z-index: 1;
}

.subright{
	padding: 22px 30px;
	width: 225px;
	background: #f2f2f2;
	margin: 30px 24px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}



#search{
    position: absolute;
    /* z-index: 101; */
    padding-left: 730px;
    padding-top: 15px;
}

.wd_search_form input:nth-child(2){

    color: #49494b;
    font-size: 12px;
    width: 160px;
    height: 21px;
    margin: 0px 0px 5px 0px;
    padding: 5px 35px 2px 8px;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#search .wd_search_form input[type="submit"]{
    position: absolute;
    right: 4px;
    width: 22px;
    height: 24px;
    border: 0px;
    background: url(../images/search-button.png) no-repeat transparent 0px 2px;
    cursor: pointer;
    top: 16px;
	text-indent: -9999px;
}





#footer{
    background-color: #f2f2f2;
    position: relative;
    height: 250px;
    width: 100%;
    padding-top: 25px;
    background-image: url('../images/footerback.jpg');
    background-repeat: repeat-x;
    padding-bottom: 25px;
    clear: both;
}

#footerstatement{
    position: absolute;
    left: 50px;
    width: 350px;
}

#footerlink1{
    position: absolute;
    left: 400px;
}

#footerlink2{
    position: absolute;
    left: 550px;
}

#footerlink1 a, #footerlink2 a{
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    line-height: 25px;
}

#footercopyright{
    position: absolute;
    left: 690px; 
}

#footercopyright a, #footerstatement a{
    font-weight: bold;
    text-decoration: none;
}
