body
{
	margin: 0 0 30px 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

img {border: 0;}
p {padding-top:0; margin-top:0;}

#container
{
	margin: 0 auto;
	width: 980px;
}

#headercont
{
	width: 980px;
	height: 111px;
	padding-top:5px;
}

#headerleft
{
	float: left;
	width: 270px;
}

#headerleft img {margin-top: 15px;}

#headerright ul li a
{
	text-decoration: none;
	color: #0069B4;
}

#headerright ul li.online span
{
	color: #FFF;
}


#headerright ul li a.active
{
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}

#headerright ul li a:hover
{
	text-decoration: underline;
	color: #000;
}

#headerright ul li.online a:hover
{
	text-decoration: underline;
	color: #e60513;
}



#headerright
{
    float: left;
    width: 710px;
    position: relative;
}
#headerright ul
{
    float:left;
    list-style-type: none;
    padding: 0 15px;
    margin-left: 0;
    min-height: 65px;
}

.left_border {border-left:1px solid #0069B4; }
#headerright #header_onlineservice {background: #fff; z-index: 1000; border:2px solid #0069B4; margin-left: 15px; padding: 0 0 20px 0; position: relative; top:-2px;}
/*this is bottom-right blue triangle on onlineService block*/
#header_onlineservice:before{
     display: block;
     content: '';
     position: absolute;
     bottom:0; right: 0;
     width:0; height: 0;
     border-top:13px solid #0069B4;
     border-right:13px solid transparent;
}
/*this is bottom-right grey triangle on onlineService block*/
#header_onlineservice:after{
    display: block;
    content: '';
    position: absolute;
    bottom:0; right: 0;
    width:0; height: 0;
    border-bottom:13px solid #f5f5f5;
    border-left:13px solid transparent;
}
#header_onlineservice li {padding:0 10px;}
#header_onlineservice li:first-child {background: #0069B4;}
/*#header_onlineservice li:first-child span {color:#fff;}*/
.clear {clear: both;}
.slogan {
    height:22px;
    background: #0069B4;
    position: relative;
    bottom:40px; left:15px;
    padding:0 10px;
    width: 240px;
    text-align: center;
}
.slogan:after{
    content: '';
    display: block;
    background: #0069B4;
    position: absolute;
    left:0; top:0;
    width:480px;
    height: 2px;
    z-index: 100;
}
.slogan span{color:#fff; line-height: 22px; white-space: nowrap; position: relative; display: block;}

/*this is top-left blue triangle on slogan block*/
.slogan span:before{
    content: '';
    display: block;
    position: absolute;
    top:0; left:-20px;
    width:0; height:0;
    border-top:12px solid #0069B4;
    border-left:12px solid transparent;
}
/*this is bottom-left blue triangle on slogan block*/
.slogan span:after{
    content: '';
    display: block;
    position: absolute;
    bottom:0; left:-20px;
    width:0; height:0;
    border-bottom:12px solid #0069B4;
    border-left:12px solid transparent;
}
/* end editing code by vargentum */

#maincont
{
	width: 980px;
	line-height: 120%;
	padding: 15px 0 0 0;
	border-bottom: 2px solid #1967b1;
}

#maincont h2 {padding-top: 30px;}

#mainleft
{
	float: left;
	width: 270px;
}


#mainright
{
	float: left;
	width: 600px;
}

#maincont a
{
	color: #0069B4;
}

#maincont a:hover
{
	text-decoration: none;
}


#bottom
{
	clear: both;
	width: 980px;
	padding-bottom:40px;
}

#footercont
{
	float: left;
	width: 980px;
}

#footercont ul
{
	float:left;
	list-style-type: none;
	padding-left: 0;
	padding-right: 60px;
	margin-left: 0;
}

#footerleft ul li a
{
	color: #0069B4;
}

#footerleft ul li a:hover
{
	text-decoration: none;
	color: #000;
}

#mainleft .navimg
{
	padding-bottom: 20px;
}

#mainleft a 
{
	text-decoration: none;
	color: #0069B4;
}

#mainleft a:hover 
{
	text-decoration: underline;
	color: #000;
}

#mainleft .navimg div 
{
/*	text-align:center*/
	padding-top:5px;
}

#mainleft ul {list-style:none; padding:0; margin:0;}

/* 
	forms 
*/
div.form01 td.c1 
{
	text-align:right; padding-right:20px;
} 
div.form01 td.field_errors ul {color:red; padding:0; margin:0; list-style-type: none;}
div.form01 td.c2 input,
div.form01 td.c2 textarea 
{
	width: 95%;
	border: 1px solid #CCC;
	font-size: 100%;
}
span.field_req {color: red;}

/* 
	website photoalbum 
*/
#website_photoalbum_list div {float: left; width: 230px;}
#website_photoalbum_list div p a {text-decoration: none;}
#website_photoalbum_list div p a:hover {text-decoration: underline;}

#website_photoalbum_list div p,
#website_photoalbum  div p
{padding: 5px 0 0 5px;}

#website_photoalbum  div {float:left; width: 45%;}

/*
	tables
*/
table.data {padding-bottom: 20px; display:block;}
table.data td {text-align: right;}
table.data tr td:first-child  {text-align:left;}
table.data {border-collapse: collapse;}
table.data thead {background-color: #e1e1e1; }
table.data td, table.data th {border: 1px solid #DBDBDB; padding: 5px 10px;} 
table.data tr.odd {background-color: #eee}
table.data tr.even {background-color: #fff;}
table.data thead tr td.center {text-align: center;}
