/* global */
html{height: 100%;}

body
{
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.78em;
	background: #fff url(pattern.png) repeat;
	;
	color: #FFF;
}

p
{
	margin: 5px;
	padding: 0px 0px 13px 0px;
	line-height: 1.7em;
	text-align: justify;
	
	font-weight:normal
}

h1, h2, h3, h4
{
	font-family: tahoma, arial, sans-serif;
	font-size: 120%;
	letter-spacing: 0.1em;
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 13px 2px;
	color: #006600;
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #555;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{
	list-style-type: square;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	text-align: justify;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 956px;
  background: #FFF url(main.png) repeat-y;
  color: #555;
}

/* logo */
#logo
{ width: 940px;
  height: 240px;
  border-top: 1px solid #000000;
  background: #444 url(banner8.jpg) no-repeat left center;
  color: #FFF;
}

/* navigation menu */
#menubar
{ background: #BDB9B2 url(menug.png) repeat;
  width: 940px;
  height: 78px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: right; 

  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
 
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left;
  
  height: 24px;
  font-weight: bold;
  text-decoration: none; 
  padding: 14px 15px 0px 15px;
  text-align: center; 
  
  border-right: 1px solid #F2F2F0;
  background: transparent;
  color: #A5A5A5;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{
	background: #968E7F url(menu_sel.png) repeat;
	font-weight: bold;
	
	color: #000000;
} 

#search
{ float: right; 
  padding: 18px 15px 0px 0px;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #605D58; 
  padding: 2px;
}

input.searchbutton
{ background: #605D58; 
  border: 0px; 
  padding: 1px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ width: 940px;
  overflow: hidden;
} 

/* sidebar */
.sidebar
{
	float: left;
	width: 200px;
	padding: 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 200px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{
	border-top: 1px solid #E5E2DB;
	width: 170px;
	padding-top: 4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #DDDCE4;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(arrow_select.png) no-repeat left center;} 

/* page content */
#content_container
{
	text-align: left;
	width: 695px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#content
{ text-align: left;
  width: 675px;
  padding: 8px 15px 8px 15px;
}

#content a
{ background: transparent;
  color: #004ABB;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

.sidebaritem, #content{background: #FFF;}

/* footer */
#footer
{ width: 900px;
  height: 54px;
  padding: 9px 21px 0px 19px;
  text-align: center; 
  border-top: 2px solid #F2F2F0;
  background: #BDB9B2 url(menu5.png) repeat;
  color: #444;
}

#footer a
{ background: transparent;
  color: #666;
}

#footer a:hover
{ background: transparent;
  color: #000;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

.rtop, .rbottom{display: block; background: #fff;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #E5E2DB; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F2EFEA; 
  color: #444;
}

.date
{ border-top: 1px solid #E5E2DB; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}
