/* peregin xhtml/css website layout */

/* setup main page to 760 pixel width and other generics */
#container {
  background: #ffffff;
  color: #303030;
  margin: 0 auto;
  width: 760px;
}

h3 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}
a {
  text-decoration: none;
  color: #336699; /*286ea0;*/
}
a:hover {
  text-decoration: underline;
  color: #003366; /*286ea0;*/
}
a img {
  border: 0;
}
input, textarea {
  font:normal 95% Arial, Verdana, Helvetica, sans-serif;
  color:#333;
  background:#FFF;
  border:1px solid #CDCDCD;
}
.bold {
  font-weight: bold;
}
.hide {
  display: none;
}
.textright {
  text-align: right;
}
.small {
  font-size: 0.7em;
}
.new {
  font-size: 1.0em;
  color: #ff0000;
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center{
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.more {
  text-align: right;
  /*color: #ff9966;*/
}
.error {
  margin: 10px 0 10px 0;
  padding: 10px 10px 5px 10px;
  color: #ee0000;
  line-height: 1.2em;
  text-align: center;
  font-family: tahoma, helvetica, sans-serif, arial, verdana;
  font-size: 18px;
  font-weight: bold;
}
.xmas {
  margin: 10px 0 10px 0;
  padding: 10px 10px 5px 10px;
  color: #ee0000;
  line-height: 1.2em;
  text-align: center;
  font-family: tahoma, helvetica, sans-serif, arial, verdana;
  font-size: 18px;
  font-weight: bold;
}


/* setup title layout */
#title {
  width: 150px;
  clear: both;
  margin: 0 10px 0 10px;
  padding: 0;
  border: 0;
  float: left;
  color: #ff9966;
  font-size: 1.2em;
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-weight: bold;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2em;
}


/* social buttons */
#social_menu {
  float: left;
  margin: 0em;
  padding: 0em;
}
#social_menu ul {	
  margin: 0em;
  padding: 0em;
  list-style: none;
}	
#social_menu li {
	margin-right: 5px;
    float: left;
    white-space: nowrap;
}


/* top top menu navigation */
#top_menu {
  float: right;
  margin: 0em 0em 0em 0em;
  padding: 0em;
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 62.5%;
}
#top_menu ul {	
  margin: 0em;
  padding: 0em;
  list-style: none;
}	
#top_menu li {
  float: left;
  white-space: nowrap;
  border-left: solid 0.1em rgb(150,150,150);
}
#top_menu li a {
  display: block; 
  margin: 0em;
  padding: 0em 0.5em 0em 0.5em;
  background-color: rgb(255,255,255);
  color: rgb(150,150,150);
  text-decoration: none;
}
#top_menu a:hover, #top_menu .selected {
  background-color: inherit;
  color: rgb(0,0,0);
  text-decoration: underline;	
}
#top_menu .img_flag {
  height: 1.4em;
  display: inline;
  margin: 0em;
  padding: 0em;	
  border: none;
}

/***************************************/
/* header menu (the bigger one) */
#header_menu
{
  padding: 0;
  margin: 5px 0 10px 0;
  border: 0;
  background: url("../images/header_logo.gif");
  float: right;
  width: 100%;
  height: 50px;
}
#header_menu ul {
  padding: 0;
  margin: 0px 0 0px 0;
  border: 0;
  background: url("../images/header_menu.gif") bottom repeat-x;
  color: #ffffff;
  float: right;
  width: 650px;
  height: 50px;
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-weight: bold;
}
#header_menu ul li { 
  display: inline; 
}
#header_menu ul li a {
  padding: 0.3em 1em;
  /*background-color: #036;*/
  color: #ffffff;
  text-decoration: none;
  float: right;
  border-left: 1px solid #ffffff;
}
#header_menu ul li a:hover {
  background-color: #369;
  color: #fff;
}


/* image layout below header menu */
#header_image {
  margin: 0 0 10px 0;
  border: 0;
}


/* setup left menu layout */
#left_menu {
  clear: left;
  float: left;
  width: 150px;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 13px;
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
}
#left_menu ul {
  width: 150px;
  margin: 0 0 10px 0;
  padding: 0; 
  list-style: none;
  font-weight: bold;
}
#left_menu li a {
  text-decoration: none;
  height: 18px; 
  margin: 0; 
  padding: 7px 10px 7px 10px; 
  display: block; 
  background: #698c00 url("../images/left_menu.gif") repeat-x; 
  color: #003366;
}
#left_menu li a:hover, #left_menu li a:active {
  background-color: #698c00; 
  background-position: left -32px; 
  color: #ffffff;
}


/* setup latest news section 150 width */
.news {
  margin: 10px 0 10px 0;
  padding: 10px 10px 5px 10px;
  width: 130px;
  color: #336699; /*505050*/
  background-color: #fffade; /*#f4f4f4;*/
  line-height: 1.2em;
  border-top: 4px solid #a1d600;
  border-bottom: 1px solid #a1d600 /*#ff9966*/;
}
.news h3 {
  color: #003366;
}

#content {
  margin: 0 0 20px 160px;
  border-left: 1px solid #f0f0f0;
  padding: 0 10px 0 10px;
  line-height: 1.6em;
  text-align: justify;
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 14px;
  color: #000000; 
}
#content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}
#content h3 {
  font-size: 1.4em;
  margin: 1em 0 0.5em 0;
  padding: 5px;
  background: #fffade;
  border-top: 5px solid #ff9966;/*#006633;*/
  border-bottom: 1px solid #ff9966;/*#006633;*/
}
#content img {
  padding: 1px;
  display:inline;
  background: #cccccc;
  border: 4px solid #f0f0f0;
}
#content .img_normal {
  padding: none;
  display:inline;
  background: none;
  border: none;
}
/* feature list or enumeration */
#content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#content li {
  text-decoration: none;
  text-align: left;
  background-image: url("../images/arrow.gif");
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: .8em;
  margin: 0 10px;
}


/* footer layout */
#footer {
  clear: both;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  border-top: 2px solid #006633;
  width: 760px;
  text-align: center;
  color: #808080;
  font-size: 0.9em;
}
#footer a {
  color: #808080;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}
#footer #logo {
  width: 150px;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
}
#footer #info {
  margin: 0 110px 20px 160px;
  padding: 0 10px 0 10px;
  border: 0;
  line-height: 1.6em;
  text-align: center;
}
#footer #menu ul {	
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
  font-size: 62.5%;
}	
#footer #menu li {
  display: inline; 
  float: none;
  white-space: nowrap;
}
#footer #menu li a {
  display: inline; 
  margin: 0em;
  padding: 0em 0.5em 0em 0.5em;
  background-color: rgb(255,255,255);
  color: rgb(150,150,150);
  text-decoration: none;
  border-left: solid 0.1em rgb(150,150,150);
}
#footer #menu a:hover, #footer #menu .selected {
  background-color: inherit;
  color: rgb(0,0,0);
  text-decoration: underline;	
}
#footer #feed {
  width: 150px;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
}

