/* :::::::initial styling ::::::::::::*/
/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset, input, textarea {font: 12px/130% Arial,Verdana, Helvetica, sans-serif;}
* {margin: 0; padding: 0;}
img {display: block; border: 0;}
p {margin: 10px 0;}
a{white-space: nowrap;}
/* ::::::::end initial styling ::::::::::::*/

/* ::::::::class styling ::::::::::::*/
.hide {display: none;}
.bold {font-weight: bold;}
.block {display: block;}
.center {margin: 0 auto; text-align: center;}
.clear {clear: both;}
.white {color: #fff;}
.red {color: #f00;}
.red_bold {color: #f00;
font-weight: bold;
border: 1px solid #f00;
background: #efefef;
padding: 5px ;
}
.black {
color: #000;
}
.blue {color: #00f;}
.nowrap {white-space: nowrap;}
.italic {font-style: italic;}
.left {text-align: left;}
.right {text-align: right;}
p.box_title{
background: #A52503; 
color: #fff; 
padding: 5px 0px 5px 10px; 
margin: 0px;
font-size:1.2em;
font-weight:bold;
}
.border_grey {
border: 1px solid grey;
}
.green{color: green;}
/* ::::::::end class styling ::::::::::::*/
/* ::::::::headings ::::::::::::*/
h1 {
font-size: 1.5em;
padding: 7px 0 20px;
color: #333;
}
h2 {
font-size: 1.2em;
padding:10px 0 8px;
color: #606060;
}
h3 {
font-size: 1.1em;
padding : 5px 0 10px;
color: #333;
}
h4 {
font-size: 1em;
margin: 20px 0 10px;
color: #000;
}
/* ::::::::end headings ::::::::::::*/
/* :::::::: main layout :::::::::::::::::::*/
body {
min-width: 71em;
/*background: #999;*/ 
}
div#wrapper {
/*text-align: left;*/
margin: 0 auto;
width: 80em;/*960px*/
border: 1px solid #333;
}
div#left_col {
float: left;
width: 14em;/*168px*/
margin: 0 15px 10px;
_margin: 0 8px 10px;
background: #E3EBFB;
}
div#mainarea {  
float: left;
width: 62em; /*744px*/
}
div#top {
height: 110px; 
padding-top: 30px;
}
#bar {
background: #A52503;
font-size: 0;
height: 20px;
line-height: 0;
/*width: 100%;*/
}
div#content { 
padding-top: 10px;
min-height: 200px;
height: auto !important;
height: 200px;
}
div#footer {
border-top: 2px solid #ccc;
padding: 10px;
clear: both; 
background: #fff;	
text-align: center;
}
/* :::::::: end main layout ::::::::::::*/
/* ::::::::banner ::::::::::::*/
div#logo {
width: 16.5em;/*198px*/
float: left;
}
#logo img {
margin: 0 auto;
}
div#banner {
width: 61em; /*732px*/
float: left;
}
/* :::::::: end banner ::::::::::::*/
/* :::::::: left_col ::::::::*/
ul#menu {
list-style: none;
}
ul#menu li {
padding-left: 0;
border-bottom:1px solid #FFFFFF;
}
#left_col ul li a {
display: block;  
_width: 11em;
text-decoration: none;
padding: 5px 0 5px 16px;
/*background: url(../images/dot.png) no-repeat left;*/
color: #333; 
font-weight: bold;
}
ul#menu li a:hover {
color:#fff; 
background: url(../images/dot_green.png) #999 no-repeat left;
}
/*div#box_menu {
margin-top: 5px;
}*/
div#box {
padding: 10px;
}
#box input {
margin-bottom:5px;
}
#left_col address abbr{
color: #076563;  
font-weight: bold;
font-size: 1.1em; 
border-bottom: none;
}

/* :::::::: left_col ::::::::*/
/* :::::::: content ::::::::*/	
.ileft {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.iright {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
ul.list li{
margin-left: 1em;
}
address {
font-style:normal;
}
.ddmmyyyy{
color: #333;
font-weight:bold;
	}
/*
ul.link_list{
list-style: none;
}
ul.link_list li{
list-style: none;
padding: 0.5em 0 0.2em;
border-bottom: 1px solid #a8aaa4;
}
ul.gen_list {
list-style-image: url(../images/arrow.png);
list-style-type: circle;
margin: 0 0 1em 1.2em;
}
ul.gen_list li{
padding: 0.3em 0 0.2em;
}
*/
/* :::::::: end content ::::::::*/
/* ::::::::table ::::::::::::*/
.table_wrap1{
width: 100%;
background: #efefef;
border: 1px solid #999;
margin: 5px 0 20px;
}
.table_wrap2{
width: 100%;
background: #fbe6e6;
border: 1px solid #999;
margin: 5px 0 20px;
}
table {
margin: 10px 0;
}
tr.even{
background: #efefef;
}
table.list td{
text-align: right;
padding: 7px;
}
table.list {
border: 1px solid grey;
width: 100%;
}
td {
padding: 5px 5px 5px 19px;
vertical-align: top;
}
td.col1 {
padding: 5px;
vertical-align: top;
}
th {
background: #E3EBFB;
padding: 5px;
text-align: center;
}	
/*tr.uneven {
background: #cff;
}*/
/* ::::::::end table ::::::::::::*/
/* :::::::: links ::::::::*/
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* :::::::: end links ::::::::*/
/* :::::::: form ::::::::*/
input.editl {
width: 17em;
}
input.sbutton {
width: 7em;
}
input.ins_event {
width: 7.2em;
padding: 2px 0;
}
textarea{
width: 17em;
height: 10em;
}
p.editp{
padding: 10px 30px 20px 0;
}
a.editb {
color: #fff;
display: block; 
border: 1px solid #333;
background: #A52503;
width: 3em;
text-align: center;
float: right;
font-weight: bold;
font-size: 1.3em;
padding: 2px;
}
a.editb:hover{
background: #E3EBFB;
text-decoration: none;
color: #A52503;
background: #fff;
}
a.link_crbl {
padding: 4px 20px 4px 0px;
font-weight: bold;
}
a.btop{
padding: 4px 20px 4px 0px;
font-weight:bold;
}
/*#form {
border: 2px solid #a8aaa4;
padding: 10px;
margin: 15px auto;
width: 35.5em;
}
#form label.col {
display: block;
float: left;
width: 10em;
}
/* :::::::: end form ::::::::*/

