@charset "UTF-8";
/* CSS Document */

body{ 
background-color: rgba(204,204,204,1);
margin-left:auto;
margin-right:auto;
width: 1000px;
}

header {
	background-color: rgba(0,0,0,1);
	height: 300px;
	width: 1000px;
	color: rgba(0,0,0,1);
	text-align: right;
	padding-top: 5px;
	font-family: 'Bitter', serif;
	margin-top: 0px;
	float: left;
	padding-bottom: 5px; 
	background-image: url(../images/tmcc_red2.png);
	background-repeat:no-repeat; 
	background-position: right bottom;
}
 
header h1 {
    font-size: 3em;
	padding-top: 200px;
	padding-bottom: 10px;
	padding-right: 5px;
	font-family: 'Bitter', serif;
}

h1 {
	font-family: 'Bitter', serif;
	font-size: 2em;
}

h2 {
	font-family: 'Bitter', serif;
}

h3{
	font-family: 'Bitter', serif;
}

h4{ 
	font-family: 'Bitter', serif;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: 'Bitter', serif;
}

h6{
	font-family: 'Bitter', serif;
}

header img{
	width:120px;/*
	left: 20px;
	top: 20px;
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px; */
}

.logo{
	width: 120px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	display: inline-block;
}


container{ 
	float: left;
	height: 60%;
	margin: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

nav {
	width: 260px;
	float: left;
	background-color: rgba(51,51,51,1);
	height: 100%;
	padding-bottom: 2000px;
    margin-bottom: -2000px;
	font-size: 1.2em;
	padding-top: 20px;
	padding-left: -25px;
	margin-left: -25px;

}

nav ul li{
	list-style-type: none;
	margin: 18px;
}


nav a:visited{
	color: rgba(153,153,153,1);
}

nav a:hover{
	color: rgba(255,255,255,1);
}

p{
	font-family: 'Lato', sans-serif;
}

p a:hover{
	color: rgba(0,0,0,1);
}

article{
	width: 705px;
	height: auto;
	float: left;
	background-color: rgba(255,255,255,1);
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	background-image:url(../images/article_bkg.png);
}

article a {
	font-family: 'Lato', sans-serif;
}

article a:hover{
	color: rgba(0,0,0,1);
}

article img{
	width: 15%;
	height: 15%;
	padding: 15px;
	padding-left: 0px;
	padding-right: 25px;
	margin: -15px;
	margin-left: 0px;
	display: block;
	float: left;
	clear: left;
}

article h3{
	margin-bottom: 8px;
}

article ol{
	font-family: 'Lato', sans-serif;
}

article ol li{
	font-family: 'Lato', sans-serif;
}

footer{
	height: 10%;
	width: 1000px;
	text-align: center;
	background-color: rgba(102,153,0,1);
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 15px;
	font-family: 'Bitter', serif;
	
}

footer img{
	width: 30px;
	display:inline-block;
}

footer a{
	color:#000000;
}

a {
	color: rgba(102,153,0,1);
	text-decoration:none;
	font-family: 'Bitter', serif;
}

a:hover{
	color: rgba(255,255,255,1);
	text-decoration:none;
	font-family: 'Bitter', serif;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
  
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*Start*/
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
