body {
	min-width: 567px;         /* 2 x LC width + RC width */
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

img {
	border: none;
}

#bloglink {
	margin: 10px 10px 10px 20px;
}

a:link, a:visited {
	color: #02944b;
	text-decoration: none;
}

a:hover, a:active {
	color: #0e4498;
	text-decoration: underline;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #018952;
}

h6 {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

p {
	clear: both;
	font-size: 11px;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

/*- Header ----------------------------- */
#header{
	width: 100%;
	height: 107px;
	background:url(/images/header_bg.jpg) repeat-x center top;
}

#header h1#logo{
	margin: 0;
	line-height: 999em;
	height: 78px;
	width: 176px;
	background: url(/images/gvl_logo.gif) 0 0 no-repeat;
	overflow: hidden;
	float: left;
}

#header h1#strap{
	top: 0;
	margin: 0;
	line-height : 999em;
	height: 78px;
	width: 265px;
	background: url(/images/strapline.gif) 0 0 no-repeat;
	overflow : hidden;
	float:right;
}

/*- Menu Tabs ----------------------------- */
#navigation {
	border-bottom:5px solid #02944b;
	font-size: 11px;
	margin: 0;
	/* margin: 1em 0 0; */
	padding: 79px 0 0 0;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding: 5px 0 5px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin-right: -2px;
}

#navigation ul li a {
	background: url(/images/tableft.gif) no-repeat left top;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0;
}

#navigation ul li span {
	background: url(/images/tabright.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 4px 0 4px 4px;
}

#navigation ul li a:hover span {
	text-decoration: none;
	color:#0f5419;
	background-position: 100% -75px;
}

#navigation ul li a:hover {
	background-position: 0 -75px;
}

#navigation #current a {
	background-position: 0 -150px;
}

#navigation #current a span {
	background-position: 100% -150px;
}

#midsection_contents {
	background: url(/images/leftmenu_bg.gif) repeat-y;
}

#container {
	padding-left: 189px;      /* LC width */
	padding-right: 189px;     /* RC width */
}

#container .column {
	position: relative;
	float: left;
}

#center {
	width: 100%;
}

/*- Left Panel ----------------------------- */
#left {
	width: 189px;             /* LC width */
	margin-left: -100%;
	left: 189px;              /* RC width for IE6 */
	background: url(/images/leftmenu_bg.gif) repeat-y ;
}

#container > #left {
  left: -189px;             /* -LC width for others */
  margin-left: expression(document.all.center.offsetWidth * -1);	/* Fix for IE7 */
}

#leftmenu {
	width: 179px;
}

#leftmenu ul {
	list-style:none;
	margin: 0;
	padding: 10px 0 0 0;
}

#leftmenu ul li {
	width: 179px;
	height: 34px;
	padding: 5px 0 5px 0;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#leftmenu ul li a {
	padding: 8px 0 16px 55px;
	text-decoration:none;
	display: block;
	color: #000;
}

#leftmenu ul li a:hover {
	text-decoration:underline;
}

#leftmenu ul li .ww {
	background:url(/images/ww_bg.jpg) no-repeat top left;
}

#leftmenu ul li .tl {
	background:url(/images/tl_bg.jpg) no-repeat top left;
}

#leftmenu ul li .dr {
	background:url(/images/dr_bg.jpg) no-repeat top left;
}

#leftmenu ul li .avk{
	background:url(/images/avk_bg.gif) no-repeat top left;
}

#leftmenu ul li .avkuk{
	background:url(/images/avk_bg_uk.gif) no-repeat top left;
}

/*- Main Panel ------------------------------- */
#maintext {
	float: left;
	padding: 10px 0 0 0;
	text-align: justify;
}

.mainpic {
	padding: 5px 0 6px 20px;
}

#maindvider {
	width: 100%;
	height: 2px;
	border-top: solid 1px #F2F2F2;
}

#centre_cont {
	margin: auto;
	padding: 0;
	width: 592px;
}

#icon_line1 {
	clear: both;
	text-align: center;
	width: 592px;
}

#icon_line2 {
 	width: 592px;


	padding-bottom: 5px;
}

#icon_columna, #icon_columnb, #icon_columnc, #icon_columnd {
	width: 296px;
	float: left;
}

.icon-panel_container {
	width: 251px;
	height: 100px;
	text-align: left;
	padding: 5px 0 5px 22px;
	float: left;
}

.icon_panel_left {
	background:url(/images/icon_panel_a.gif) no-repeat;
	width: 88px;
	height: 100px;
	float: left;
}

.icon {
	margin: 2px 0 0 11px;
}

.icon_panel_right {
		background:url(/images/icon_panel_b.gif) no-repeat;
		width: 163px;
		height: 100px;
		float: left;
}

.icon_panel_heading {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 0px;
	color: #25562c;
}

.icon_panel_text {
	font-size: 9px;
	margin: 4px 10px 0 2px;
	padding: 0px;
	color: #368240;
}

#photo_montage {
	clear: both;
	border-top: solid 1px #808080;
	text-align: center;
	padding: 5px 0 5px 0;
}

.relatedDocs {
	color: #000060;
	border-bottom: 1px dotted #000060;
	letter-spacing: 2px;
}

#baselinks {
	clear: both;
	border-top: solid 1px #808080;
	padding: 5px 0 5px 0;
	font-size: 11px;
	text-align: center;
	color: #808080;
}

fieldset{
	margin: 0em 0em 0em 0em;
	padding: .5em .5em .5em .5em;
	color: #000;
	border: 1px solid #C8B022;
}

legend{
	margin: 0em 0em 0em 0em;
	padding: .25em .5em .25em .5em;
	background: #02944B;
	color: #fff;
	border: 1px solid #C8B022;
        font-size:13px;
	font-weight: bold;
}

/*- Right Panel ----------------------------- */
#right {
	width: 189px;             /* RC width */
	margin-right: -100%;
	background: url(/images/rpanel_bg.gif) repeat-y;
}

#rpanel {
	width: 189px;
}

#rpanel #search {
	margin: 9px 0 4px 10px;
}

hr {
	height: 1px;
	color: #808080;
	clear: both;
}

input {
	font-size: 11px;
}

.searchfield {
	height: 16px;
	background: url(/images/searchfield_bg.gif) repeat-x;
	border: 1px solid #02944B;
	margin-right: 5px;
}

#rpanel_heading {
	width: 170px;
	height: 25px;
	margin: 4px 0 0 10px;
	color:#FFFFFF;
	font-size: 13px;
	font-weight:bold;
	background-image:url(/images/rpanel_heading_bg.gif);
}

.heading_txt{
	padding: 4px 0 0 8px;
}

#rp_panel {
	width: 168px;
	margin: 0 0 4px 10px;
	border: solid 1px #02944B;
	color:#000000;
	font-size: 11px;	
	background: url(/images/rpanel_panel_bg.gif) repeat-x;
}

.rp_panel_txt{
	padding: 12px 8px 10px 8px;
}

.feat_heading {
	font-size:13px;
	font-weight:bold;
	color: #444343;
	margin: 0 0 6px 10px;
}

.feat_heading2 {
	font-size:13px;
	font-weight:bold;
	color: #02944b;
	margin: 0 0 6px 10px;
}

#feat_pic, #feat_pic2 {
	margin: 4px 0 6px 10px;
}

/*- Footer ----------------------------- */
#footer {
	clear: both;
	width: 100%;
	background-image:url(/images/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	text-align: center;
	color: #808080;
	padding: 12px 0 12px 0;
	margin: 0 auto;
}

.catThumb{
	float: left;
	width: 170px;
	height: 115px;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #FFFFFF;
	text-align:center;
}

.catThumbHi{
	color: #02944B !important;
	float: left;
	width: 170px;
	height: 115px;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #02944B;
	text-align:center;
	cursor: pointer;
	text-decoration: none;
}
.catThumbGrid{
	height: 100px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}

.catLabel {
	font: normal 9pt tahoma;
}

.page_trail {
	font-size:13px;
	font-weight:bold;
	color: #444343;
}

#etoNotice {
	font-size: 11px;
	text-align: center;
	color: #808080;
	text-align:center;
}

/* Page Styles -------------------------*/
#history p{
	padding: 10px;
	margin: 0 10px 25px 10px;
	border: 1px solid #000;
}
#history img {
	margin-bottom: 25px;
}
