@import url('pcm_menu.css');

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
   /* background: transparent  url(../images/backstripe.gif) repeat scroll top left;*/
    background-color:#444;
    font-size:80%;
    font-style:normal;
    text-align:left;
}


/*******************************************************************/
/*layout*/
#container {
  margin: 0 auto;
	width: 1000px;
  color: rgb(51, 51, 51);
}

#header {
  background: transparent url(../images/header.gif) no-repeat; 
  height:100px;
}

#navigation {
  width: 100%;
  height:30px;
	background: #333;
}

#content-container {
  background-color: #ffffff;
	float: left;
  min-height: 980px;
	width: 100%;
  padding-top: 10px;
  margin-bottom: 5px;
}

/************ content ************/
#content {

	float: left;
	width: 700px;
	margin: 0px 0px 10px 10px;
	border:1px solid #ccc;
  padding:0px 10px 0px 10px;
  background-color: #fff;
}


/************ right bar ************/
#right_bar {
	float: right;
	width: 230px;
	padding-top: 0px ;
	padding-left: 15px ;
	margin: 0 15px 0 0;
	display: inline;
  background: url(../images/sidebar.png) no-repeat ;
  min-height: 900px;
}

#right_bar img{
  background-color:#fff;
  max-width:200px;
}

/************ footer *************/
#footer {
	clear: left;
	background-color: #19bdf2;

  color:#fff;
  font-weight:normal;
  font-size:80%;
  text-align: right;
  padding-right:10px;
	padding-top:10px;
	height: 30px;
}


/*******************************************************************/
/* elements */
img { 
  padding:5px;
  border: 1px solid #aaa; 
}

table	{
    border-style:none;
}

#content td {
  padding:5px;
}

h1, h2, h3 {
    font-weight:bold;
    color:#19bdf2;
    text-align:left;
    font-style:normal;
}

h1 {
    font-size:140%;
}

h2 {
    font-size:100%;
    display:block;
    background-color:#19bdf2;
    padding:3px;
    margin-top:5px;
    margin-left:-5px;
    margin-right:-5px;
    color:#fff;
}

h3 {
    font-size:110%;
}

h4 {
    font-size:100%;
    font-style:italic;
}

address {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:90%;
    font-style:normal;
    text-align:justify;
}


/*******************************************************************/
/* classes */
.imageleft {
    border-style:none;
    float:left; 
    padding-left:0px;
    padding-right:10px;
}

.imageright {
    border-style:none;
    float:right; 
    padding-left:10px;
    padding-right:0px;
}


/*********** Javascript **********/
.tab_header li a {
  text-decoration:none;
  font-weight:bold;
  color:#333;
}


/********** slideshow ********************/
#slideshow img { 
  display: none 
}

#slideshow img.first { 
  display: block 
}
