.col1,
.col2,
.col3 {
    float:left;
    position:relative;
    padding: 0 0 1em 0;
    overflow: hidden;
    height:100%;
}

.countylist {
    font-size: 0.8em;
    padding: 5px;
    float: left;
    width: 100%;
    position: relative;
}
.countylist ul {
    margin: 2px;
    padding: 1px;
    list-style-type:none;
}

.countylist ul li {
    padding-top: 2px;
}


.active {
    text-decoration: none;
}

.inactive {
    text-decoration:none;
    color: black;
}

.rightmenu {
	/*background:#eee;		 /*right column background colour */
    heigh:100%;
}
.rightmenu .colleft {
	right:35%;			/* right column width */
    border-right: 5px solid #CCCC9C;
	/*background:#fff;		 left column background colour */
}

.rightmenu .colfull {
    clear:both;
    float:left;
	width:95%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    margin: 20px;
}

.rightmenu .col1 {
	width:51%;			/* left column content width (left column width minus left and right padding) */
	left:37%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:33%;			/* right column content width (right column width minus left and right padding) */
	left:50%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
    padding: 0 0 15px 0;
}

.cntyHome {
    position: relative;
    float: left;
    background-color:#ffffff;
    border-radius: 5px;
    border: 1px solid #000066;
    box-shadow: 10px 10px 5px #888888;
    width: 100px;
    padding: 5px;
    text-align: center;
}

.cntyContact {
    position: relative;
    float: right;
    background-color:#ffffff;
    border-radius: 5px;
    border: 1px solid #000066;
    box-shadow: 10px 10px 5px #888888;
    width: 100px;
    padding: 5px;
    text-align: center;
    right: 112px;
}

.cntynav {
    position: relative;
    top: 0px;
    width:99%;
    margin: 10px;
    padding: 5px;
}

.cntyHome a {
    text-decoration: none;
    color: #000066;
}

.cntyContact a {
    text-decoration: none;
    color: #000066;
}

.rightmenu .col2 td, th {
    border: 1px solid #000066;
    border-radius: 5px;
    padding: 10px 1px;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 5px #888888;
}

.rightmenu .col2 table {
    margin: 10px;
    text-align: center;
    border-spacing: 10px;
}

.rightmenu .col2 td, th {
    border: 1px solid #000066;
    border-radius: 5px;
    padding: 10px 1px;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 5px #888888;
}

.rightmenu .col2 td, th {
    border: 1px solid #000066;
    border-radius: 5px;
    padding: 10px 1px;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 5px #888888;
}

.rightmenu .col2 table tr td.active a {
    text-decoration: none;
    color: #000066;
    font-size: 0.9em;
    font-weight: bold;
}

.rightmenu .col2 table tr td a {
    text-decoration: none;
    color: #CCCC9C;
    font-size: 0.9em;
    font-weight: bold;
}

.rightmenu .col2 table tr td.active:hover {
    box-shadow: 7px 7px 3px #888888;
}

#officeparts {
    position: relative;
    width: 100%;
    height: 135px;
}

#officeinfo {
    position: relative;
    float: left;
    margin: 15px;
    border: 1px solid #000066;
    background-color: #FFFFFF;
    color: #000066;
    font-size: 0.7em;
    padding: 0 5px;
    text-align: justify;
    border-radius: 5px;
    min-width: 150px;
    max-width: 350px;
}

#officeinfo span {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: center;
}

#officehours {
    position: relative;
    float: right;
    margin: 15px;
    border: 1px solid #000066;
    background-color: #FFFFFF;
    color: #000066;
    font-size: 0.7em;
    padding: 0 5px;
    text-align: justify;
    border-radius: 5px;
    min-width: 150px;
    max-width: 350px;
}

#officehours span {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: center;
}

.hdr {
    width: 40%;
    background-color: #CCCC9C;
}
